Problem with change capture

HI,
we've a problem with the Change Capture in the DAC's Execution Plan.
We've cretead a new data model but we want to reuse the image table and the Change Capture process, so we've perfomed the following step:
1) create the mapping SDE e SIL for the new tables of datamodel in Informatica Power Center
2) register these mapping in the DAC
3) create a subject areas and associate these tasks to this
4) create execution plan including "change capture" and "change capture sync"
5) execute our "execution plan"
the problem is the following:
from the Execute -> Current Run Tab -> task
we can see that execution time of change capture is 0
from the Execute -> Current Run Tab -> task details
there aren't any change capture details
So, our image table are empty.
Do you have any idea?
Thanks in advance,
Antonello.

HI Antonello,
I am also having the same issue like you. I have created a new execution plan in DAC 101341 and ran it. It seems like the task Change Capture For Siebel OLTP completed in 0 seconds and there are no details for that particular task. Can you please let me know if you have resolved this issue? Your help is much appreciated.
Thanks
Ravi

Similar Messages

  • FMLE 3.0.0.4743 Problem with video capture device

    log:
    Tue May 05 2009 14:26:54 : Selected video input device: Beholder A/V Capture (SAA7135) [Slot 2]
    Tue May 05 2009 14:26:54 : Selected audio input device: Beholder Aud Capture (SAA7135)
    Tue May 05 2009 14:26:55 : Problem with video capture device. Please verify that the video capture device is working correctly and is not already in use.
    Tue May 05 2009 14:26:56 : Audio Device Error : The selected audio device "Beholder Aud Capture (SAA7135)" doesn't allow setting volume intensity. Disabling the volume slider control.
    Flash Media Encoder 2.5 working without any errors

    The second message that you are getting "The selected audio device "Beholder Aud Capture (SAA7135)" doesn't allow setting volume intensity. Disabling the volume slider control." is because your device does not let you change intensity of volume. This warning message is just to tell user that volume slider will remain disabled for the selecetd device. This is new addition in FMLE 3.0 and was not there in FMLE 2.5
    Also for first message, please make sure that no other instance of FMLE is already running using this device. You can verify this from task manager. If any other instance of FMLE is running then please close that instance so that device gets free for new instance.

  • Problem with Video Capture, and question towards solution

    Yesterday I worked on a commercial for which we captured 9 clips (roughly 10 seconds or shorter in length). The clips all had text/titles superimposed on them by an outside machine and looked good in the monitors when they were exported and captured into FCP (ie: none of the text was chopped off).
    I edited the commercial and then was exporting it out, only to discover that the text on the bottom of the clips was getting chopped off.
    My first question is this: is there some setting in the capture process that could have done this? something that might have gotten tweaked accidently, or corrupted in some manner? Didn't have this problem with footage captured the previous day. And since it looked good before it was put into FCP, thinking it had to be a problem with FCP.
    Also, in trying to tweak the footage in FCP, I came across a 'there must be an easier way to do it' question. Is there a way to alter parameters on multiple clips (such as raising them, like I had to)? I tried selecting all and double clicking, hoping that the changes I made would affect them all, but it only affected the one I directly clicked. I'm sure there's something simple (and obvious) that I'm overlooking...
    thanks!

    For how and why this could have happened, would you mind sharing your capture and sequence settings?
    As far as applying parameters to multiple clips, I think you can make use of the Paste Attributes function in FCP...
    Alter one of your problematic clips
    Select that clip in the Timeline, then press Command-C (or control-click and choose Copy from the contextual menu)
    Select the remainder of your problematic clips
    With your clips selected press Option-V (or control-click on one of them and select Paste Attributes from the contextual menu) to bring up the Paste Attributes dialog
    Select Basic Motion - under the Video options, on your left-hand side - then click OK
    (Basic Motion because, if I understand your solution correctly, you altered the Center property - either in the Motion tab of the Viewer or manually in the Canvas - of your clips. You nudged them all up a bit, right? If you did, then that would fall under the Basic Motion attribute.)
    All your selected clips should be nudged up appropriately.
    But, again, I'm making a bit of leap since I'm not entirely sure what caused your issue in the first place.

  • Having problem with change of name in the datagrid Coding

    I am having problem with changing the name of the datagrid header text name for one of the data either in the flash file or the php file.
    The thing is i want to change the Course_Name to Course Name that has no underscore so that it will look nicer in the datagrid but if I change it in the php file like SELECT Course_Name as 'Course Name' ....., it will not turn out in the datagrid when I CTRL ENTER the flash file but the others like Price,description and display is shown.
    There is no problem with my php code but I do not know how to change the Course_Name into Course Name so please help me resolve this error that I am having.
    This is my flash code
      function goCourse(e : MouseEvent):void
      gotoAndStop(5);
      refreshResponder = new Responder (refreshSuccess, onFault);
      connection = new NetConnection ();
      connection.connect (gateway);
      dataDG.addEventListener (Event.CHANGE, gridItemSelected);
      refreshData (true);
      function gridItemSelected (e: Event): void {
      ID = e.target.selectedItem.ID;
      courseTxt.text = e.target.selectedItem.Course_Name;
      priceTxt.text = e.target.selectedItem.Price;
      descTxt.text = e.target.selectedItem.Description;
      private function getParams () {
      var param: Object = new Object ();
      param.ID = ID;
      param.Course_Name = courseTxt.text;
      param.Price = priceTxt.text;
      param.Description = descTxt.text;
      return param;
      private function refreshData (refresh: Boolean): void {
      if (refresh)
      connection.call ("Course.viewCourse", refreshResponder);
      private function refreshSuccess (result: Object): void {
      dataDG.dataProvider = RecordSetDP.toDataProvider (result);
         dataDG.columns = ["Course_Name","Price","Description","Display"];
      private function onFault (fault: Object): void {
      trace (String (fault.description));
    This is my php file code.
      function viewCourse()
      $this->connect();
      $sql = "SELECT Course_Name,Price,Description,Display
      FROM coursetb";
      return mysql_query($sql,$this->_connection);

    i don't see where you're calling your php file in your code, but change 'Course Name' to 'Course_Name' (or vice-versa) there.

  • Problem with changing Label in Bridge CS3 and CS6

    Hi there,
    I am having some problem with changing Label in Bridge CS3 and CS6 in windows.
    1. In Bridge CS3 (Windows XP), most of the time with most of the files, there is no problem. But I found that in some files, the Label does not get changed. I usually change Label by right clicking on the picture, then Label and select any Label. When I do so in those files, nothing happens. But when I rename the file by changing or adding just a single character, then it works. And if I again rename to original name, it still works. But without renaming the Label does not change. Again this does not happen with all pictures, but occationally with some. We usually receive pictures from different clients for editing purpose.
    2. In Bridge CS6 (Windows 7), if you create lot of Path using Pen tool in Photoshop for the purpose of removing background, you save the file, close, and change Label in Bridge, again open the file in Photoshop, you see no Path in the Path Pallette. So that means, changing Label works, but it removes the Path from the file. But if there is small amount of path, then no prboblem. But if there is lot of path, like you need to create for a necklace to remove background, then the problem arises.
    I am using Bridge for a purpose where it is very helpful so I really need to use Bridge, and Labeling feature is the most important to me, but after feaguring out this problem, I am really tensed as to whether or not I will find a solution to this. So any help, guidance will really be appreciated.
    Thanks very much in advance for any solution.
    Best regards

    I have re-checked the issue and I found that the problem is with JPG file.
    I wasn't even aware you could save a path to a jpeg file (always use PSD because of wanting to keep the Alpha Channel, jpeg only can contain 1 layer and no alpha channels and/or transparency).
    However I tried it on a file with a simple path and one with a complex path. It seems indeed you have found a bug. The simple path is no problem but the more complex path is indeed disappearing.
    It is not only label but also rate or adding IPTC in the description field. The moment metadata is saved to this jpeg file and reopened the earlier present work path of a more complex path is gone.
    Despite the fact that to my opinion a jpeg is not the most suitable file format for saving a work path this should not happen. If a work path is saved to a jpeg then it should be kept saved after just altering metadata in Bridge.
    It still is the same behavior in Bridge CC because that is what I use. Don't know when it started but it still needs to be repaired
    Here is the link for filing a problem or bug:
    http://feedback.photoshop.com/photoshop_family/

  • I'm having a problem with device capture

    I'm having a problem with device capture. I connect my Sony HC-90 via firewire. I can start the capture process in Premier 4 but then all control freezes.
    Any ideas?
    Thanks,
    Jeff

    Are they custom EQ settings in iTunes on the computer?
    Per:
    https://discussions.apple.com/message/17383922#17383922
    "Do the EQ settings from my iTunes library transfer to my iPhone when I sync it"
    Yes.
    " thus causing my iPhone to over process the data when I turn it's EQ on? "
    No. If the EQ ison, the iPhone will use the EQ setting you assigned in iTunes. It will use only the preset EQ. If you have a custom setting or do not have an EQ setting, it will not be used and will use the setting on the iPhone.

  • SSRS 2012, SQL Server 2012. Problem with changing database

    Hi all!
    I have a problem with changing database for SSRS.
    I have a SSRS 2012 and SQL Server 2012. These programs is on WIndows Server 2012.
    I need to link SSRS to the new database instance. For this I run SSRS Configeration Manager, open tab Database, click Change Database. Then I choose option "Choose an existing report server database", click Next, write the server name, test
    connection (it's successed) and push Next again. Then I see this error message:
    Error
    The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
    OK   
    I'm confused, cause I have compatible versions of programs and THIS error.
    Please, help me.
    Thanks.

    Hi Kirill,
    From the error message, we can know that the issue may be caused by incorrect editions of SQL Server for report data sources are used as the Report Server Database.
    When creating a report server database, please be aware that not all editions of SQL Server can be used to host the database. So we should make sure that we have used the correct database as the
    Report Server Database. For more details, please refer to the “Report Server Database Server Edition Requirements” section in the following document:
    http://technet.microsoft.com/en-us/library/cc645993.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Problem with Video capture Device

    i have a problem with FME. i am using Avermedia TV capture
    device and Canon 3ccd Digital Video Camcorder ( PAL ) when i open
    the FME interface the warning given for " Problem with Video
    Capture Device".
    i read all the topics in Flash Media Encoder Category, if
    this problem occures my capture device ( i expect MPEG ) how to
    solve this problem?
    Thanks,

    The Device Matrix is something we'll be updating in the
    future as we continue to test more and more equipement. Ideally, I
    would like for users such as yourselves to be able to add to it and
    tell us what has worked for you as well. If anyone has any ideas
    about what technology we should use to do this (e.g., this forum? a
    wiki?) please let me know.
    Regarding the devices not working - the main problem we see
    is that the system requirements are not being met. Here is what to
    check for:
    - are you running on Windows XP (only supported OS right
    now)?
    - do you have DirectX client runtime version 9c or higher
    installed?
    - do you have hardware acceleration enabled?
    - do you have 32bit graphics enabled?
    - do you have the latest direct show drivers from the
    card/device manufacturer?
    Thanks,
    Chris Hock
    Adobe Systems Inc.

  • Problems with tethered capture and the 4.2 update

    I'm having problems with tethered capture and my canon 1ds mark III since I updated to 4.2. Is anybody else having issues with tethered capture that was working fine before the update?

    http://forums.adobe.com/community/search.jspa?peopleEnabled=true&userID=&spotlight=false&c ontainerType=14&container=3316&rankBy=date&q=4.2+tethering

  • HT1918 problem with changing the payment information

    I've got a problem with changing the payment information !!
    when I change them and I followed the instruction , and when I click done
    it says " for assistance, contact iTunes support at " the link " . and nothing
    change , so what should I do ?

    Hi Bart,
       The description of the field VBKD-BSTKD will appear in sales order (VA01/02/03) Header  Order data tab.
    If you notice the text for below one it is PO Number where Number starts with upper-case N and it iis not the one which you changed.
    Also this is a hyperlink to sales header order data screen.
    You need to enhance the code via sales exit to fix this.

  • Problem with video capture device, with a virtual camera

    I try to use Adobe Flash Media Live Encoder 3 with a virtual camera(DirectShow Filter) but met such a problem:
    "Error connecting input preview RGB filter."
    "Failed with error 80004005:SetupInputVideoPreview(pFilter, pguidCategory)"
    "Failed with error ffffff97:SetupVideoPreview(pFilterSource)"
    "Problem with video capture device. Please verify that the video capture device is working correctly and is not already in use."
    However, it is good to use AMCap,
    what's the problem with FMLE.
    Looking forward to your replies. Thx!

    Did you ever figure out the problem/solution?
    I am experiencing the same thing with my virtual camera filter when connecting to FME?
    Shawn

  • Problem with Image Capture Download Folders

    Hi there - I was wondering if anyone might be able to help with a problem I'm having with Image Capture (version 3.0.3 (333))?
    I use image capture to download photos from my digital camera and normally have no problems.
    When I tried to do some downloads this morning, my normal list of folders in the "Download to" drop-down box is completely blank. It didn't even have the "Other" option to chose a folder. The Automatic Task drop down was also blank, I could not open preferences and in the "options" box, the ColourSync profile would not load anything.
    I could not download the photos to anywhere - when I tried to "download some" it gave me an error message saying that I need to choose a download folder, but of course I am unable to do this.
    This morning I tried repairing permissions in disk utilities, and removing the com.apple.imagecaptureapplist file and rebooting as suggested here:
    http://discussions.apple.com/thread.jspa?messageID=10368631&#10368631
    but that hasn't worked completely. I can now download the photos but they just automatically go to the "Pictures". At least I can download them now, but if I can get the two drop down boxes working again, and the other things working (preferences etc), that would be great.
    One other thing, about a month ago I foolishly tried to rename my Home Folder without doing it the proper way. I had thought I had gotten everything back to normal with my library etc, but maybe there are a few unknown implications still out there, and this is one of them as I don't think I have tried to download any photos since then.
    Your help is greatly appreciated!
    Thanks,
    Antony

    Hi and thanks again
    OK:
    1. I found the photo and have put it back as the login page icon as close as I could to what it used to look like..
    2. I trashed the user's .com.apple.systempreference file but it didn't work.
    3. I then copied my .com.apple.systempreference file to their library>preferences folder but no luck.
    4. Finally, I noticed the other user account had no system preferences file in their "Applications" folder. So I copied the system preferences file from my application folder across and used that to open system preferences, and that has seemed to fix it, ie. system preferences now opens directly from the apple menu.
    So I am noticing a few things now:
    5. The other user's "Applications" folder doesn't have many applications in it. It only has:
    - Utilities
    - Adobe Version Cue CS2
    - Real Player
    - iTunes (which was only downloaded there recently - post Home Folder name change I think)
    - Imagecapture which I copied there yesterday
    - and now System preferences
    6. This is compared to my user account applications folder which has loads of other files in it, eg. Preview, Stuffit Expander, iDVD, iChat, Calculator, Chess, Skype, etc etc etc. I just can't remember if this was the case before the Home Folder rename.
    7. Now, my user account used to be the only admin account, so it makes sense that my "Applications Folder" has more in it because programs could only have been downloaded there for a long time. The other person's user account has only been an admin account much more recently - say in the last year and very few applications (if any) would have been downloaded there.
    8. Interestingly, while the other user account doesn't have the Skype or Preview file in their "Applications" folder, it does appear in their bar along the bottom of the screen that has the dashboard and finder icons (is this called the dock?).
    9. Anyway, if you are in the other user's account and you click on Skype, iCal, Word or Preview in their Dock for example, those programs open no problem so the dock icons must somehow have survived the Home Folder renaming and stayed linked to the corresponding files in my "Applications" folder? But some other programs, eg. system preferences, image capture etc didn't survive it and became "delinked".
    10. I also notice internetconnect still works in the other user account, even though there is no internetconnect file in that user's "Applications" folder.
    11. So it seems that some links between the other user and my account have been severed, and some have survived.
    Some other information:
    12. Everything that was on the other user's desktop appears to have been recovered since the Home Folder debacle (I think getting the Library back helped this?), and I managed to redo the desktop picture/wallpaper.
    13. I'm not sure if it is relevant, but in my account, Finder has a side bar on the left that is divided into an upper section and a lower section. The lower section has my home folder, a documents folder, a desktop folder, a pictures folder etc. On the upper section it has the macintosh disk icon, and also a Network Icon (that contains a library file and another file which I can't remember just now but can let you know if that helps). The other user account does not have the Network icon however. Do you think this might make a difference?
    14. In addition to the other user account there is also a guest account on this computer which has suffered the same problems, eg. not being able to open imagecapture or systempreferences. However, when I fixed the problems in the other user account by copying over the imagecapture and system preferences files from my account to the other user account, the problems in the guest account were automatically fixed!
    15. So it seems the guest login is somehow linked to the fixes in the other user account, but the other user account and the guest account are suffering some problems with links to my user account. Perhaps the latter was badly broken with the Home Folder rename incident?
    16. Finally, if you go into Finder while in the other user's account, you can navigate to the applications folder in my account and access all the applications there, ie. Macintosh HD>Users>MyHomeFolderName>Applications. My applications folder is not blocked like some of the other ones, eg. Library, Desktop, Pictures etc.
    17. Is there someway to re-establish the link between the other user account and my application's folder? I don't want to copy all the applications across even if I can do that, because it just takes up more space on the HD, but if that is all that can be done, then I will consider doing it...
    Thanks again BDAqua!
    Antony

  • Problem with webcam capture

    Dear all,
    Using the Peter Parente's "webcam capture" library (Webcam Continuous Capture.vi), I faced some problems. In fact instead of showing for example one 320*240 picture it displayed some smaller pictures with some other parts of the picture indicator left blank(black).
    What's the problem. Any help would be appreciated.
    Regards

    Hello Smal,
    I did a search for this library and it looks like it was developed some time ago.  The FAQ on the download page seems to indicate that you need to make sure that your acquisition parameters in Windows and LabVIEW need to match in order for this to work properly.  There was also a data type change between Vision 6.1 and 7.0 so that could be related, but it sounds more likely it is something else.
    If your camera is DirectShow compatible and you have Vision, you can try IMAQ for USB.  This, like Peter Parente's Library, is not actively being developed or supported by National Instruments Applications Engineers, but you may have some more luck, assuming you are using more recent versions of LabVIEW and Vision.
    If there is a problem with a specific VI, please try to narrow down where the problem is occurring.  You may be able to post an image that might indicate how the library is failing.
    I hope this helps!  Good luck with your application.
    Regards,
    Angela
    Applications Engineer

  • Problem with changes and visualization in the forms

    I have a problem with forms, the problem is the next, I do a modification in the database with a update or with form and in other station no visualized the change. The other station need close the form and open for visualize the modification.
    Why I have this problem

    I am not sure what you mean. Are you saying that after one form changes and commits data, it is not visible on the other user's screen?
    If that is the problem, unfortunately, that is the way Forms works. A form must re-query the data to see changes on the database. If your form must close and re-open, then you should create a trigger in your form to re-query the same data.
    I hope this helps.

  • Problem with image capture

    I am having a weird issue with Image capture. When I connect my digital camera, my computer does not always recognize that there is a digital camera being attached, so I can not get the camera to mount and get the pictures of the camera.
    It is not a cable issue. The camera mounts instantly when I use a Win 2000 machine that I have at work using the same cable. I have tried to reformat the SD card several times.
    I have OS 10.4.8 on a 17 inch iMac Rev B). I have iPhoto v 5.0.4. This used to work very well initially, and has steadily gotten worse.
    Any tips? Thanks
    17 iMac Rev B   Mac OS X (10.4.1)  

    Hi, Romulo.
    1. What make/model of camera? Is it listed on the Mac OS X Digital Camera Support page?
    2. Since you've mentioned Image Capture, I presume you do not mean iPhoto, i.e. you expect the Image Capture application (located in the Macintosh HD > Applications folder) to launch when you connect the camera. Is the camera recognized in iPhoto?
    3. Try connecting the camera to a different USB port on your Mac. If you're connecting the camera to a USB hub (and your keyboard is a USB hub), try connecting the camera to a USB port directly on your Mac.
    4. Is the camera battery fully charged, or is the camera powered via an AC power supply when you connect it to the Mac?
    5. Try deleting the Image Capture preferences. There are at least four preferences files associated with Image Capture:• The file com.apple.ImageCaptureApp.plist in your Home > Library > Preferences folder.
    •  In your Home > Library > Preferences > ByHost folder, the files:• com.apple.ImageCapture2.xxx.plist
    • com.apple.ImageCaptureExtension2.xxx.plist
    • com.apple.ImageCaptureCamera.xxx.plist
    where xxx is an alphanumeric string.6. You indicated the problem is intermittent: are you using certain other USB peripherals when the problem occurs vs. when it does not?
    7. Immediately after the problem occurs, check the ends of these Console logs for clues. Clues might include messages related to Image Capture or USB at the time the problem occurs.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for