Unable to capture IdcService on certain webdav actions like copy-paste

We wrote a simple checkin filter long back for the Dynamix Prefix functionality.
We have written an If Clause to restrict running this for any services other than CHECKIN related ones, by checking the value of IDCService parameter
There is a scenario where users copy files present in one folder in UCM and paste it under another folder (thus creating a new content item altogether), using Webfolders.
In 10g, even this case produced correct Prefix as service name. We used to have "validateStandard" filter used for this activity.
In 11g, due to some complications and changed filters, we started using "preComputeDocName" filter.
In 11g PS3, We are unable to capture IDCService here and hence unable to assign Dynamic Prefix. Any suggestions?
Currently we only fire the code if IdcService contains "CHECKIN_" or "WEBDAV_PUT" or "COLLECTION_COPY"
Regards,
Prateek

Office X is problematic in SL and it's a bit obsolete since it's almost ten years old. Student version of office is relatively inexpensive. BTW, I can't solve your issues, since I moved to Office '04 six years ago.

Similar Messages

  • Unable to Capture - Live Cam Voice - HELP!

    Suddenly I cannot capture anymore - I can still take images, but when I click to record I get the following message:Unable to capture video. Please check that you have sufficient space on your hard drive and the following are setup correctlyVideo CompressorAudio CompressorI certainly have enough hard drive space. I uninstalled and reinstalled all the software and even then updated the drivers. Nothing seems to work.
    All advice much appreciated. Thanks Giuseppe

    Thanks! Messed around and seems I can no longer record in MWV format but its back working in AVI format...with no compression. I can then edit after if required. Thanks for coming back to me on this one..it is a Great Help when people respond! Regards Giuseppe

  • Help! Unable to capture video.

    I can still take images, but when I click to record I get the following message:Unable to capture video. Please check that you have sufficient space on your hard dri've and the following are setup correctlyVideo CompressorAudio CompressorI certainly have enough hard drive space...44G available. I am a first time user so I need detailed instructions on how to solve this problem. Thanks.

    Model is Creative Live!Cam Voice...all updates performed.
    Thanks.

  • Unable to capture from my Canon hv30

    I just tried to capture some footage from my hv30, the first time I've tried, and it say's on the capture screen that the capture device is off line. I have the camera properly connected and its in the right setting, is there some setting in premiere that's i have wrong? I have another program that came with the camera, and it can't connect to the camera either, saying that its not connected. Not sure what to do at this point, so if anyone has any ideas that would be awesome.

    This is the most weird camera I have ever seen, you have a miniDV tape camera appartently without a Firewire I/O connector.  I just looked at this Canon specification  http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=177&modelid=1620 6#ModelTechSpecsAct
    and there is nothing about a Firewire/IEEE-1394/etc.  Without a firewire interface Premiere is unable to capture video.  apparently there is some software supplied with the camera, maybe it can capture the video via the USB interface to your computer and then (if it is the correct format) you can import it to Premiere.

  • Unable to capture user comments and responder in RESPOND API

    We are building a custom application that uses Oracle Workflow underneath. The application users and responsibilities have been integrated into Workflow. Notifications are acknowledged and responded to directly from the application using the PL/SQL Notification APIs.
    When using the wf_notification.respond API with the appropriate user and comment information filled in, we are still unable to capture the responder information as well as the reponders comments. In other words, the RESPONDER and USER_COMMENT fields in the WF_NOTIFICATION is blank. However, the response does seem to go through otherwise. Do we need to set some kind of user context outside of just setting the response attributes and calling the respond API? Following is the code....
    owf_mgr.wf_notification.setattrtext(p_nid,
                   'RESULT'          ,
                   'APPROVED');
    -- This procedure then caused the WF to advance to next step
    -- Respond to notification, depends on RESULT setattrtext above
    owf_mgr.wf_notification.respond(     p_nid, -- notification id     
         p_respond_comment,     -- response_comment
    p_responder     );     --responder role
    Any help is greatly appreciated.
    Thanks,
    Raj

    If you are on 11.5.10 or greater or standalone 2.6.4 if you pass the responder value to wf_notification.respond API it should be updated in wf_notifications.responder column. The comments is now updated in wf_comments table against the notification id and not wf_notifications.user_comment column.
    Thanks, Vijay

  • Unable to capture field values in Master agreement  Line Items

    I am trying to get the field values from master agreement line items page. I have written the following code to get the line item details which is working fine to capture part number and quantity->
    agreementBean = doc.getRootParentIBean();
    lineItemCollection = agreementBean.getLineItems();
    collectionsize = lineItemCollection.size();
    for(i=0;i<collectionsize;i++){
         collectionbean = lineItemCollection.get(i);
         partNum = ""+collectionbean.getPartNumber() ;
         Quantity = ""+collectionbean.getQuantity();     
         throw doc.createApplicationException(null,partNum + " , " + Quantity );
    Now, my problem is that I am unable to capture the following field item values in the master agreement > line items page.
    1. Price Unit
    2. Unit Price
    3. Product Category
    4. Plant
    Please help me to find the values.
    Thankx in Advance.
    Su
    Edited by: subrataindra on Aug 10, 2010 11:11 AM

    This will return the name of the plant.
    .getExtensionField("PLANT").get().getDisplayName(session);
    Check if this returns the product category
    collectionbean.getExtensionField("ITEM_CAT").get().getDisplayName();
    This will Return the Price
    collectionbean.getExtensionField("PRICE").get().getPrice();
    (return type :BigDecimal)
    This will return the currency
    collectionbean.getExtensionField("PRICE").get().getCurrency;
    (Return type:String)
    Similarly to retrieve other fields for which there are no standard functions, use .getExtensionField("Field ID")
    Hope this helps
    Regards,
    Immanuel

  • Unable to capture value inside parameter T_LFBK of FK03 in display mode

    Hi Experts,
    I have to trigger a mail whenever there is a change in fields that are captured in parameter t_ffbk.
    However i am unable to capture the the screen values for this parameter as FK03 is in display mode.Please tell me how can i capture the screen field values in parameter T_LFBK.
    <Point offer removed by moderator>
    Thanks in advance.
    Edited by: Vinod Kumar on Jul 28, 2011 5:48 PM

    Hi Experts,
    I have to trigger a mail whenever there is a change in fields that are captured in parameter t_ffbk.
    However i am unable to capture the the screen values for this parameter as FK03 is in display mode.Please tell me how can i capture the screen field values in parameter T_LFBK.
    <Point offer removed by moderator>
    Thanks in advance.
    Edited by: Vinod Kumar on Jul 28, 2011 5:48 PM

  • Unable to capture the adf table column sort icons using open script tool

    Hi All,
    I am new to OATS and I am trying to create script for testing ADF application using open script tool. I face issues in recording two events.
    1. I am unable to record the event of clicking adf table column sort icons that exist on the column header. I tried to use the capture tool, but that couldn't help me.
    2. The second issue is I am unable to capture the panel header text. The component can be identified but I was not able to identify the supporting attribute for the header text.

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • Unable to Capture Video PE 3.0

    I'm using Premier Elements 3.0 and am unable to capture a video from my DV camera. I have reviewed all the instructions that might relate to the problem and have re installed the program. When I go to capture a video, in the top left of the screen indicates "Capture device off line" however I can start and stop my camera with the buttons on the capture screen. The get video button is not active. It will not download. Again if run through the start up instruction with no results.  The program use to work fine but I have not used it in a while. Any suggestions?

    A couple of questions:
    Do you have the 3.0.2 update?
    What make/model of camera?
    Does Windows give you the "bing-bong" sound, when you have the camera plugged-in via FireWire and you turn it on?
    What mode does the camera's manual tell you to set the camera in, for capture?
    Good luck,
    Hunt

  • Unable to capture startup and shutdown event of Photoshop in automation Plugin.

    Hi,
    I am creating an automation plugin and I want to register some events. I have seen listener plugin sample to register event in startup and unregister event in shutdown. I have used same code in my plugin but I am unable to capture the startup nad shutdown event of Photoshop. On clicking the menu item of my plugin the calls come inside the AutoPluginMain but during the startup or shutdown of plugin, the calls does not come inside the AutoPluginMain.
    I am unable to detect the cause of the problem. Can someone please giude me??
    Thanks in advance.

    Hi Tom,
    Thanks for the suggestion.
    Yes, I am working on Windows. As you suggested, I compiled .rc file but the compile option for .r file was disabled. After compiling the .rc file, I again rebuild the complete project and tested my build. But still I was not able to achive the desired result.
    Any other thing that I need to do to make it work?
    Thanks

  • Unable to capture the excise duties for intra stocktransfer

    Dear All,
    while doing goods receipt aganist outbound delivery in receiving plant for intracompany(Depo to Depo) unable to capture the excise duties.Please help on this.
    Thanks & regards,
    Bhargav

    Hi Prabhu,
    Excise duties are  are not picking automatically while doing j1ig
    Thanks & Regards,
    Vijaybhaskar

  • Unable to capture in FCP, Quicktime and iMovie, camera not recognized.

    I am unable to capture in FCP, Quicktime and iMovie.
    I have been dealing with this problem for quite a while now, and I think I have tried everything posted on these forums regarding this issue. I have been to the Quicktime, iMovie, and this FCP forum looking for the solution. Hopefully someone has a suggestion that I have missed or have not tried yet. I have a Powerbook G4 running OSX Tiger 10.4. I am running Quicktime 7.04, and FCP 4.5.
    My problem is this… I am unable to capture from my Canon ZR-200 Mini DV camera, using Final Cut Pro, iMovie and also Quicktime. FCP says no camera recognized. iMovie says no camera attached, and Quicktime says no recording device found. In FCP, I am using the Firewire Basic setting, and NTSC DV settings. I have captured in FCP with the same camera several times in the past. I think the problem started when I upgraded to OSX 10.4, or one of the Quicktime upgrades.
    Here are the details…
    - Camera is connect via Firewire. I have tried the built in ports, as well as a Firewire Carbus card.
    - OSX recognizes the Canon ZR-200 in the System Profiler, so I know the computer sees the camera.
    - I have tried the camera on a Windows XP machine, and capture works perfectly, so I know the camera is functioning properly in VTR mode.
    - Deleted my FCP pref’s using FCP Rescue.
    - Deleted the Quicktime receipts, and re-installed Quicktime 7.04
    - Reverted back to Quicktime 7.01
    - Set the audio to 44.1 in the the Audio MIDI setup in the Utilities folder
    - Tried the “GarageBand” fix, opening the programing, playing a few notes and closing.
    - I have installed Quicktime using the program “Yank” to completely delete Quicktime and re-install.
    I may have tried more solutions, but these are the fixes that I can recall.
    If anyone has any others suggestions, it would be much appreciated.
    Brent

    Hi Brent:
    Although it looks as if you have tried all of the 'fixes' that are normally suggested here, please read through this Apple Article to see if some obscure thing applies to you.
    iMovie: Cannot see or control camera
    http://docs.info.apple.com/article.html?artnum=43000
    Sue

  • I am unable to capture pictures on my Iphone 4s

    Any one assist me how to fix this problem, I am unable to capture the pictures using back camera but I am seeing through it and when I click, it automatically come to home screen.

    If there is No 'X' on any apps you have Downloaded... then check in Restrictions... Settings > General > Restrictions > Deleting Apps  =  Off / On
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213

  • Unable to capture the Citrix network response time using OATS Load testing.

    Unable to capture the Citrix network response time using OATS Load testing. Here is the scenario " in our project users logs into Citrix network and select the Hyperion application and does the Transaction and the Clients wants us to simulate the same scenario for load testing. We have scripted starting from Citrix Login and then launching Hyperion application. But the time taken to launch the Hyperion Application from Citrix network has not been captured whereas Hyperion Transaction time have been recorded. Can any help to resolve this issue ASAP?

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • Unable to capture PAL footage

    I am unable to capture a PAL tape in FCP. The tape plays in the camera viewer but when I try to capture I get the message "no Video'. I have changed the setting in FCP to PAL and I also tried trashing the preferences and nothing has worked.
    FCP 6.06
    imac 2.4 ghz Duo core, OS 10.5.8
    Camera: Sony HDR-FX1
    Tape: Sony premium dvm 60
    Thank you for your help

    Wrong forum (this is FCP X) - post your question here:
    https://discussions.apple.com/community/professional_applications/final_cut_stud io
    Andy

Maybe you are looking for

  • While uploading a CSV file i am getting error

    Hi All, I am trying to upload a huge CSV file and now it is giving below error: ORA-01653: unable to extend table ADT.SCG_RECIEVABLES2 by 128 in tablespace APEX_1711125608495793205. Any expert,please guide what type of error is it?and what i need to

  • How will read the property file on dynamically?

    hi, I developed 2 java files...in both the files i am reading the some content from .property file(Notes.properties).... I created the jar file call Aix.jar using the following command. jar -cvf Aix.jar *.class(without specifying the notes.properties

  • RTSP Bug in JMF?

    Hi Forum, I try to display a streamed video using JMStudio and RTSP. The streaming-server first sends a SDP-Packet in response of my request: ## outgoing msg: ## DESCRIBE rtsp://10.128.19.26/input1 RTSP/1.0 CSeq: 113 Accept: application/sdp User-Agen

  • Rented movie wont load

    Why won't the movie I rented on iTunes load? It was playing fine but six minutes in the screen went black and nothing is playing and it won't seem to play if I fast forward it either. Help please, I only have a certain amount of time to rent this mov

  • Ipad mini frozen screen

    my ipad mini has frozen with picture of usb and itunes logo after latest ios update