Global rules not kicking off when calling CHECKIN_NEW webservice

Hi All,
We are trying to call CHECKIN_NEW/CHECKIN_UNIVERSAL web services with mandatory fields like doctype, securitygroup, title, primary file etc..
It is working fine, but the global rules were not kicking off.
Ex: Say, we have a rule that says Field_A is mandatory when SecurityGroup=Public.
But when we are invoking the webservice with SecurityGroup=Public, content is getting checked-in even though we are not passing the Field_A value.
We need the global rules to kick-off and give us error/warning that there is field missing...
Can you please let us know if we are missing something here, or there is other way to get this requirement?
Thanks in advance,
Cheers,
-V

Hi,
I now tested with RIDC code below, but still the global rule is not kicking off. I ahve a global rule, which says "xSwcDocumentSubType" should be mandatory. But if we see code below, i commented out that value, but still content is getting checked in.
Can you please point me if i am missing anything here?
IdcClientManager manager = new IdcClientManager();
// build a client that will communicate using the HTTP protocol
IdcClient idcClient = manager.createClient("http://xxx:xxx/cs/idcplg");
// create an identity with a password
IdcContext userPasswordContext = new IdcContext("xxx", "xxx");
// create request
DataBinder binder = idcClient.createBinder();
binder.putLocal ("IdcService", "CHECKIN_NEW");
// get the binder
binder.putLocal ("dDocTitle", "RIDC File3");
binder.putLocal ("dDocType", "Statement");
//binder.putLocal ("xSwcDocumentSubType", "317");
binder.putLocal ("dSecurityGroup", "Public");
// add a file
//binder.addFile ("primaryFile", new TransferFile ("test.doc"));
binder.addFile ("primaryFile", new File ("D:\\RIDC.txt"));
// check in the file
ServiceResponse response = idcClient.sendRequest(userPasswordContext, binder);
String responseString = response.getResponseAsString ();
System.out.println(responseString);
Edited by: 921097 on 18/03/2012 17:59

Similar Messages

  • My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    Sorry i mistakenly made this question. It was alright. No Problem At ALL

  • Payables Transfer to General Ledger does not kick off Journal Import

    Hello,
    This is on 11.5.10.2.
    We have some invoice batches that are not posted in GL. This problem is sporadic and only happens for some batches and not all. It is unclear to why some batches are posted fine and others are not.
    The problem is at payable trasnfer to General Ledger program. After these batches are validated and create accounting has been executed successfully, we submit Payables Trsnfer to General Ledger program.
    This program does not kick of Journal Import child process for these batches. It just completes normally without showing any error detail on log/output.
    What could be the reason? Why Payables Transfer to General Ledger is not kicking off Journal Import for these batches?
    I have even verified GL_INTERFACE and there is nothing there.
    Please advise.
    Thanks
    D

    Are these invoices accounted, and was create accounting done for these Invoices?
    If so these should be available for the import.

  • Apple 10.7 lion - macbook does not turn off when plugged in. I put the laptop on "sleep" or close the screen and the computer stays on and stays hot! This has been happening ever since the upgrade to Lion! Is there any way to fix this? FIX THIS!!! MY MACB

    Apple 10.7 lion - macbook does not turn off when plugged in. I put the laptop on "sleep" or close the screen and the computer stays on and stays hot! This has been happening ever since the upgrade to Lion! Is there any way to fix this? FIX THIS!!! MY MACBOOK GETS TOO HOT WHEN I CLOSE THE SCREEN BECAUSE OF THIS ISSUE!!!! FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!! This only happens when it is plugged in!!!!! Any way to fix this? Help.. :-( Please!!!!!!!! The light stays solid when plugged in on sleep mode!!! This *****. Help..

    I figured it out! I don't fully understand why, but when I uninstall ESPOINAGE 2 from my laptop, sleep works fine now.. Weird!

  • My iPad will not shut off when I close it?

    My iPad does not shut off when I close it

    It is not supposed to swtich off when you close the cover. It is supposed to go to sleep. Check Settings>General>Lock/Unlock>On. If the iPad is already set up that way, try resetting the device and see if that fixes it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You can also try resetting all settings. You will not lose any data, but most of the device settings will have to be entered in the settings app again. Settings>General>Reset>Reset all Settings.

  • Error when calling a Webservice's public method in Forms10g

    Hi,
    I'm getting the following error when calling a webservice's public method, i'm using Forms10g 10.1.2.3
    java.rmi.RemoteException; nested exception is: HTTP transport error javax.xml.soap.SOAPException
    java.security.PrivilegedActionException javax.xml.soap.SOAPException
    Message send failed javax.net.ssl.SSLException SSL handshake failed X509CertChI have added the Jar containing the client proxy in both Classpaths(system variable and default.env), the jar has been made with jdk 1.4
    I also have tested the client proxy from jDeveloper and it's working there, but in Forms i'm getting this error.
    I guess my problem might be that i'm calling a webservice that is secured since the url starts with https
    what should i do to fix this ??
    Regards
    Carlos

    I understand, so i have a doubt, why the webservice works on jDeveloper ??Not just JDeveloper even soapUI and Neatbeans have a way of working without a client certificate installed.
    I do not know how they achieve it. I know that they work without a client DC.
    Cheers,
    PS: See this http://stackoverflow.com/questions/8887434/webservices-ssl-https, it offers a clue.
    The java programs run unhindered when one-way authentication is being used. These products ship with a digital certificate that is in the path of most popular CAs.
    Corollary, if the Web Server is configured for mutual authentication then you need to install and configure the client certificate in the tools.
    Edited by: Prabodh on Dec 5, 2012 8:36 PM

  • FIM 2010 - Set Population not kicking off workflow

    Hi,
    I am having a problem with Set Transition kicking of a MPR, in FIM 2010 R2 which I have never seen before after numerous implementations of both FIM and FIM R2. 
    Scenario: 
    My MPR kicks off a workflow which adds 6 sync rules, to users based on the "set transition in" set with criteria IsADConnected=true.
    The user is transitioned into this set but the MPR never fires. Everything is enabled and I have checked everything obvious. When I view the set in the "Sets" screen in FIM I can see that the user has transitioned in, and is a computed member based
    on my criteria "IsADConnected=true"
    The "FIM_MaintainSetsJob" job runs at 1am which auto corrects set membership and this does cause the MPR to kick off and consequently the sync rules to be applied. So it does work, just not when it should.
     What I have tried to fix this:
    Created a new workflow, set and MPR which does exactly the same job as the "broken" Set/MPR/workflow - Same thing happens (ie. it doesn't work)
    I read on one post that someone re-indexed the FIM service database and this fixed it for them - I tried this also but no joy. (some indexes were at 98/99% but they have been reduced after reindexing)  
    Has anyone ran into this issue before and does anyone have any idea what can cause it? It's doing my head in at this stage!
    Thanks
    Paul

    I ran into the same problem using the pattern for expected state detection:
    /Person[DetectedRulesList = Set[ObjectID='<GUID of the Set with the DREs>']/ComputedMember]
    Pasted from <http://technet.microsoft.com/en-us/library/ff608269(v=ws.10).aspx> 
    My users weren't transitioning into the set when they got a DRE.  Went on a wild goose chase until I saw this post.  Enabling the
    FIM_MaintainSetsJob fixed
    the problem.  Pretty frustrating... 

  • Stored Procedure Does Not Run Properly When Called From Portlet

    We have a simple Java portlet that calls a PL/SQL stored procedure which we wrote. The stored procedure sends a large number of emails to users in our corporation using the "utl_smtp" package. The stored procedure returns a count of the emails back to the Java portlet when it's finished. This number is displayed in the portlet.
    Our problem:
    The stored procedure functions as expected when run from a PL/SQL block in SQL*Plus, and the Java portlet calls the procedure properly when sending out a smaller number of emails (Less than 200 usually). When we get into a higher number of emails the procedure hangs when called from the portlet, but it STILL functions properly from SQL*Plus. It does not return the number of emails sent
    and the Java portlet is unable to return a SQLException. Also, we have noticed that emails are sent at a much slower pace from the stored procedure when it's called from the portlet.

    Any Ideas?

  • Sound does not turn off when switching between AppTabs, ie Pnadora to other radio stations

    I have several radio stations (Pandora, NPR, etc) as Apps Tabs, but the sound does not turn off from one when switching to another.

    Thank you. This is precisely the type of solution I was looking for.
    My home network is set up with a single router that assigns DHCP addresses and does the NAT to the internet. This router does not have wireless. Its location is too out of the way (given where Comcast brought the line in) to be any good at wireless broadcast. So I installed two access points on the wired network.
    I had vaguely known something about using the same SSID on the multiple base stations but I had also heard of difficulties a university reported having some years ago.
    In any case I made the switch and it works great. I get full bars on the icon on the menu bar as I walk around the house. Exactly what I was looking for and no manual intervention once I set it up.
    Thank you.

  • Refcursor not returning rows when called from non SQL*Plus IDE or other

    Hi all,
    I have a very weird problem.
    We have recently performed a minor upgrade to our oracle database and are now using:
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    5 rows selected.We have a crystal report selecting data from a refcursor returned by a stored procedure.
    The stored procedure updates data when called as well as returning the refcursor in question.
    Observe the following test scenario executed in SQL*Plus:
    SQL> create table testtab (teststr varchar2(100));
    Table created.
    Elapsed: 00:00:00.00
    SQL> insert into testtab values ('X');
    1 row created.
    Elapsed: 00:00:00.00
    SQL> create or replace procedure testtabproc (p_listcur in out sys_refcursor)
      2  as
      3  begin
      4 
      5     open p_listcur for
      6        select *
      7          from testtab
      8         where teststr = 'X';
      9 
    10 
    11     update testtab
    12        set teststr = 'Y';
    13 
    14        commit;
    15 
    16  end;
    17  /
    Procedure created.
    Elapsed: 00:00:00.00
    SQL> declare
      2 
      3  v_list_cur sys_refcursor;
      4 
      5  type t_out_rec is record (teststr varchar2(100) );
      6 
      7 
      8 
      9  v_out_rec t_out_rec;
    10 
    11  v_rec_count   number := 0;
    12  v_count_limit number := 10000;
    13 
    14  begin
    15 
    16  dbms_output.put_line('about to call proc');
    17
    18  testtabproc(v_list_cur);
    19 
    20  dbms_output.put_line('about to fetch records');
    21 
    22  fetch v_list_cur into v_out_rec;
    23  while v_list_cur%found loop
    24     v_rec_count := v_rec_count + 1;
    25     if v_rec_count <= v_count_limit then
    26       dbms_output.put_line(v_out_rec.teststr);
    27     end if;
    28  fetch v_list_cur into v_out_rec;
    29  end loop;
    30  dbms_output.put_line('complete. selected '||v_rec_count||' records.');
    31 
    32 
    33  end;
    34  /
    about to call proc                                                                                                                 
    about to fetch records                                                                                                             
    X                                                                                                                                  
    complete. selected 1 records.                                                                                                      
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> select * from testtab;
    TESTSTR
    Y
    1 row selected.
    Elapsed: 00:00:00.00
    SQL> as you can see, the cursor returns data and the table is updated.
    now, our problem is with crystal and also when I use the same test case via another IDE like TOAD.
    No data is returned from the list but the table is still updated.
    We suspect that something is happening that is causing the table to be updated before the refcursor is opened, or at least before the predicates are applied.
    has anyone else encountered this problem before?

    Tubby wrote:
    WhiteHat wrote:
    nope - it works from sqlplus itermitantly (i.e. we always get the debug output but the cursor only sometimes fetches the rows).
    it is almost as if the commit is being executed before the cursor is opened.
    I still havn't been able to reproduce it except with the actual scenario that I am working with...Is the code you are dealing with exactly the same as the skeleton you've posted in your original post? Do you perhaps have a generic exception catcher in there somewhere (perhaps catching and hiding an ORA-01555) when the cursor is being fetched?
    Not that i expect it to make any difference, but i'm curious as to why you've declared your cursor as IN / OUT ?
    p_listcur in out sys_refcursor
    the code structure in the real example is almost identical to that test case I produced - the exception handler is only catering for no_data_found, all other errors should be raised as normal.
    edit: sorry I forgot to add - it's in/out because apparently that's what crystal reports needs in order to use the refcursor..... I'm not a crystal guy so I can't be any more specific than that sorry......
    Edited by: WhiteHat on Oct 11, 2010 9:34 AM

  • Java Applet not kicking off thru "Self Service"

    Cloned New Application Environment using production alike environment, I could login and navigate and view forms for various application users.
    But After login thru self service and click on any options under right panel, it hangs with out kicking off Java Applet and next screens.
    Any help is highly appreciated.
    Regards
    Rao

    sorry, I could login and navigate and view forms for various application users using normal login "host:8582/dev60cgi/f60cgi?" But not thru self service.
    Thanks

  • Was updating the latest version of iphone and my phone is frozen. It will not shut off. when I try to shut it off it shows a itunes connection and then goes black.

    I was updating the latest version for my I-phone 4s and now my phone is frozen. It will not shut off. When I try to shut it off it shows an i-tunes connection and then goes black.

    See http://www.apple.com/support/iphone/assistant/phone/

  • Toshiba 32RV635D does not power off when computer shuts off

    Hello,
    I've inherited a Toshiba 32RV635D. I have a linux-based PVR (Mythtv) hooked up to the TV via HDMI, plugged into a Nvidia GT610.
    With my previous TV, a cheap Vistron LCD panel, it would go into standby when the PC hibernated, and would power-on when the PC came back on.
    This required no configuration from me, it just did it. The Toshiba TV doesn't.
    With this Toshiba TV, when the PVR powers down the TV screen goes blank but is actually still on - the power led remains green.
    Same with the other way round - if I put the TV in standby and power-up the PVR, the TV doesn't respond and I have to manually bring it out of standby.
    I've updated the firmware and this hasn't changed anything, and I also can't find anything related to power management within the TVs menus. I've even tried just pulling the HDMI cable from the back of the TV so it has no physical active inputs, and it still doesn't drop to standby.
    The Amazon page for the TV mentions power management features, and from what I understand it should behave in the way I was expecting it to.
    I've read a lot about HDMI-CEC, but to use this with my existing kit I would need to buy a USB-CEC adapter, and that seems a bit odd seeing as my previous cheap-as-chips TV just did this...
    Also, the various utilities within linux would suggest it thinks its making the right noises - running 'xset q' when the computer is idle tells me that 'Monitor is off' when actually it's not.
    Any clues?

    Ricklous, it may be helpful if you have a look at the url
    http://www.toshiba-om.net/LCD/PDF/English/Country_Specific/RV635-323742-English-Specific.pdf
    if you wish to download the English edition owners manual for your model, I have not read it through, but it may prove helpful to you.
    Incidentally, I have the model 32RL900A, and find that a PVR plugged into the SCART socket claims the screen whenever it turns on while the TV is tuned to a FTA (Free To Air) channel, and then "hands back" the screen when it (the PVR) switches off, and this, I found out, is a characteristic of the SCART system.
    I don't know if this information is useful to you, but hope it helps.
    donhe7

  • Re: Broadband cutting off when calls come through ...

    My broadband cuts off when my phone rings, did not always happen only in the last 6 months

    Welcome to this customer to customer forum.
    To enable forum members to help you, could you please read the web page that is shown below, which asks you to do a few checks first, and has some helpful hints.
    When you have done that, please follow the instructions at the end, and post the results here, so members can offer advice. Thank you.
    Speed and disconnections
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Screen not turning off when closing the lid

    I have Windows 7 64-bit installed on my MacBook Air 13.3" as the only OS.
    Everything is working great with the bootcamp drivers except that when I close the lid the screen does not turn off. I don't want to turn off the notebook but only want the screen to turn off when the lid is down. I have looked a lot for a solution and am not able to find anything which can solve this problem.
    There is nothing in the power options that can be done. Bootcamp is supposed to recognize this by itself, but unfortunately it doesn't.
    Does anyone know a work around for this?
    Thank you

    That is correct. I have noticed the same thing. Windows 7 gives better battery life on MacBook Air then Mac OSX.
    I went to talk to a Genius about this, pretty useless, told me to wait for an update. It has been half a year but no update yet. This is the only problem with the Bootcamp drivers I have experienced. I have managed to live with it, but is still pretty annoying. I always once in a while think about finding a way to fix it, but there is nothing that can fix this problem. Unless someone at Apple sees and listens to what is going on in the online fourms and fix the problem.

Maybe you are looking for

  • How to change generation date of absence quota with Time Evaluation methos

    Hi all, IS there any way to change generation date when TIme Evulation generate absence quota? Currently system will use last day of month as generation date, Validity and Duduction period set correctly. Base entitlement relate with Monthly, Accrual

  • IPad iCal Apointments' Time Off by 1 Hour

    I mostly schedule appointments using my iPhone, in checking out the iCal App in our new iPad I noticed they all were scheduled 1 hour later than what I entered on my iPhone. We moved recently from Pacific time to Mountain time, I corrected the iPhone

  • Create a ztransaction for transaction OKB9

    HI All, I need to create a new ztransaction for SAP standard transaction 'OKB9'  which is used to Change Automatic Account Assignment. I tried creating parameter transaction and variant transaction but nothing works. 1.For parameter transaction I get

  • Direct link greyed out in PP and I can't open PP projects in SG.  Any ideas?

    The option is in the PP file menu but never available to action.  I have uninstalled and reinstalled CC to no avail.  Everything else seems to work.  Could it be a codec thing? My system is: MacPro 5,1 6 core 3.33GHz 48GB RAM GTX 680 Mac OSX 10.8.5 M

  • Premiere Elements 8 "Could not connect to remote server" when sharing to YouTube

    I'm trying to share my Adobe Premiere Elements 8 video to YouTube through the task panel, but I get a "Could not connect to remote server" message. My computer is connected to the Internet. I notice at the bottom of the message there is "Open the Ope