Retry Activity - WebService Code Problem

Hi all,
We have an activity when contains a Web-Service Code. This activity calls an external Web-Service by passing parameters and waits for response from the external Web-Service.
We want this activity which contains the Web-Service Code to retry 2 times before entering into a System Exception when failed.
We have configured the parameters in the Process Administrator ----> Engine ---> Execution ---> Automatic Execution --> Retry Times = 2.
But somehow this activity ONLY does not retry 2 times before entering into a System Exception when failed. The other activities which DO NOT have any Web-Service Call code, do retry 2 times before entering into a System Exception when failed.
Why is this so?
Is it that an activity having Web-Service Call code cannot be retried when failed before entering into a System Exception?
How do we rectify this problem?
Is there any other parameter that we need to change for the retry of an activity that CONTAINS WEB-SERVICE CALL CODE?
Btw.. I am using Local Variables for calling parameters inside my web-service.. Is that a problem? If I use Instance Variables then the entire process fails to execute and it takes a lot of space too..
Edited by: user8766631 on May 5, 2010 10:55 AM

I have tried calling them as webservices through CF and am
getting the following Error:
The string "--" is not permitted within comments
I have turned off integrated Authentication and all the
methods have Remote for the access property. I have some
webservices I can call, others that I can't. They all follow the
same pattern for their source code because of the code generator I
wrote.
There are always 2 CFCs involved, once CFC is nothing put
<cfproperty> tags to create a message format, the DAO cfc
(the ones I call directly) essentially get some rows from a
database and return an Array of the CFC messageformat type, those
are the methods that return no data, but other methods like
updating and deleting data from the tables does work via a
webservice, its only calling methods that return data that fails,
and not for every service, only certain tables, and there is no
rhym or reason to it thus far.
Any other ideas? I would hate to have to start using
.NET.....

Similar Messages

  • When I try to print from web page I get "printer not activated - error code 30", printer works on Internet Explorer

    When I try to print from web page I get a dialogue box "Printer not activated - error code 30" followed by a dialogue box "An unknown error occurred while printing". The printer works on websites when I use Internet Explorer. Also, if I copy the web page and paste it into a Word document, I can print a copy. This issue just started this week; I have not encountered this problem prior to this week. Please advise.

    What does that error message say?
    See this: http://kb.mozillazine.org/Problems_printing_web_pages

  • Activation error: Printer not activated, error code 20

    I have had my officejet 4215 all-in-one printer well over a year and it has connected and printed whatever I wanted.  Yesterday when I wanted to print an email it would not and the following box popped up: Activation error: Printer not activated, error code 20.  Then the next box that popped up said: Printer Error  An unknown error occurred while printing.
    If I copy the email over to a Microsoft Windows page, then i can print it fine.
    Any idea how to fix this so I can print email's like I used to?
    Rey

    What operating system?  What email program are you trying to print from?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Can someone tell me the SIM Activation key / Code for my iPhone 3g (16-bit) ?

    I have iPhone 3G (8-bit mother board), there was a problem when just i have update the software of it, it is totally failed.. now i have changed his mother board from 8-bit to 16-bit, but now i am facing SIM activation problem so can any body tell me the activation key / code for it...? 

    If you bought the iphone in the US and it is locked to a specific carrier, then you can't use a different sim (from another carrier).  Is this your situation?
    Otherwise I'm not sure what you mean by "trying to unlock my SIM".  In which country did you buy the iphone?  Who's your carrier?

  • Licensing/activation - error code 131:4

    I've been receiving this error code over and over while trying to reinstall Adobe CS 5.5 onto my new Mackbook Pro.
    It doesn't even give me a chance to enter any of my activation information...
    A problem has occured with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 131:4
    Any ideas?
    Ive been turned away from both phone and chat support saying CS5 is 'too old'. which is frustrating

    This error occurs because of a missing file or invalid serial number. Reinstall the product and try again.
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-error-codes.html

  • When I try to print from web page I get "printer not activated - error code 30", but I can copy text into Word document & printer works.

    I am unable to print anything from an internet web page. I continually get "printer not activated, error code- 30" followed by "An unknown error occurred while printing". I can copy the material from the web page, place into a Word document and then print. This just started yesterday and I have no idea why. Would appreciate your advice!

    See this:
    [http://kb.mozillazine.org/Problems_printing_web_pages#Prints_to_a_small_portion_of_the_page]

  • Messy code problem while translating XString to String in OfficeControl

    Hi Expert,
        I have messy code problem while translating XString to String in XML-Format Word Doc in OfficeControl.
    I upload an XML-Format template Word Doc to server as a MIME Object.
    When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
    For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
    then translate it to string, I got the XML-format content, it's great!
    However, after the first time, when I input any new contents in MS Word in Web Dynpro,
    no matter I execute "Ctrl + S" or click the "savedocument" button,
    when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
    I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
    SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
    My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
    core source code is as:
    clear itab.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
    EXPORTING
    BUFFER = lv_datas
    IMPORTING
    OUTPUT_LENGTH = lv_length
    TABLES
    binary_tab = itab.
    CALL FUNCTION 'SCMS_BINARY_TO_STRING'
    EXPORTING
    input_length = lv_length
    mimetype = 'text/plain; charset=utf-8'
    IMPORTING
    text_buffer = lv_datas_string
    output_length = lv_data_len
    TABLES
    binary_tab = itab.
    Can you give me some advice?
    Many thanks in advance.
    Best Regards,

    You have already posted this same question several times (and some very similiar questions) within the forum.  Please do NOT multiple post your questions. This is against the forum rules of engagement. SAP employee or not, you will find yourself banned from the forums if you don't follow the rules.

  • " Active Company Code check in Controlling Area"

    Hi All
    while assinging the Real Time Integration variant to company code. Getting the following error as
    " Active company code check in controlling area."
    any one can plz suggest me.
    Moderator: Please, search before posting

    Hi Ashok,
    Thanks for the response.
    Here in my case, when I insert the Tcodes related to conrolling like(KO01,KO02,KO03 etc) in a role, then I dont find any authorization objects(bukrs) which is related to the company code in the authorization genaration area in PFCG. So there is no way I can maintain values in them.
    Please suggest any alternate solution.
    Thanks and Regards,
    Abdul Khyoom A

  • My iTunes won't detect my iPhone that has to be restored via iTunes *because if pass code problems* and its running iOS 7.2

    my iTunes won't detect my iPhone that has to be restored via iTunes *because if pass code problems* and its running iOS 7.0.4

    If itunes is comming up and saying it can't read the device because it's locked with a passcode, you may have to put your device into recovery mode first.
    To put your device in recovery mode: (Following these steps will erase your device and reset everything to factory defaults)
    1) press and hold the power button until you see the slide to power off option
    2) swipe to power off
    3) Press and hold the home button while the device is off and connect it to your computer. Continue holding the home button until you see a graphic with the iTunes logo with a picture of a USB cable below it.
    4) iTunes should give you a message that it has detected a device in recovery mode. Click ok and then select Restore iPhone. iTunes will download a fresh copy of iOS and then wipe the device and restore it. Depending on the speed of your computer's internet connection this may take a while. Just leave the iphone connected to your computer until it's finished.
    If itunes is not detecting it at all or is Not giving you the message that the phone is locked with a passcode, you may end up having to reinstall itunes. This seems to be a fairly common problem after the most recent itunes update (11.1.5)
    If this is the case and you happen to be running a windows based computer you will have to uninstall itunes in this order from your programs and features option in control panel:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Then download and reinstall itunes from itunes.com try putting your device into recovery mode again and restore.
    Hope this helps.
    Cheers.

  • Visual basic code problem

    Hello!
    I want to use visual basic to build a htm which can control labview throght datasocket, i set the switch
    as " Swithc until release " in visual basic, the code is
    Private Sub CWButton1_Click()
    CWDataSocket1.Data = CWButton1.Value
    End Sub
    but the led of labview can't light on.
    is the code problem?
    thanks!

    The problem is most likely because you have the code in the Click() event handler. The click event in VB is a left mouse down AND mouse up over the controls. If you are wanting it to send out the value when you press and hold the button down, change the event handler to the ValueChanged event.
    Best Regards,
    Chris Matthews
    National Instruments

  • Activating Company code curreny in COPA

    Activating company code currency within COPA. We want to activate this in our test system but we have concerns with the possible performance issues given the data going to COPA will double from that point forward. Foreign currency postings, as well as USD postings create two entries into COPA.
    need advise on this on how we can I take care of this
    Thanks
    Ankur

    Hi Ankur
    What is your Comp Code currency and Op Concern currency?? If both are same, say, USD - Then no point in activating the same
    If they are different - Then it makes sense.... It makes sense even more if you are using Costing based COPA because Costing Based COPA is designed to reconcile with FI only in Comp Code Currency
    However, it would increase the data volumes,... Do an analysis of the data posted in COPA over last 12 months and Last Calendar year... Then (x) by 2... you will get an idea of the Load that will be levied on COPA...
    Take your BASIS guys also in the loop to do server sizing if need be
    br, Ajay M

  • I use iPhone 4S .earlier with ios 6 and now ios 6.while I connect the charger for charging my phone network lost while midway in charging.that problem always while 3G connection is active.but this problem not arise while 3G mode off.please help me.

    I use iPhone 4S .earlier with ios 6 and now ios 6.while I connect the charger for charging my phone network lost while midway in charging.that problem always while 3G connection is active.but this problem not arise while 3G mode off.please help me.

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persists back up and restore as new via iTunes
    Peace, Clyde

  • Windows To Go's activation is a problem

    Windows To Go is a application on Windows 8 Ent, it can provide an easy way to use Windows 8 on any PCs and Macs, but I find that Windows To Go's activation is a problem. When I changed my device, it will aks me for re-active Windows... Is this a problem?

    When key activation starts driving customers to Linux bootable USB environments Microsoft needs to seriously look at what it is doing wrong.
    The activation tie to hardware profiles is outmoded and past its sell by date. Microsoft its time to move on or see your product being moved out.
    Customers are sick and tired of activation hassle deploy LINUX for removable OS. Worrying trend is that the realisation that LINUX workstation is a very polished OS and usable is causing a reverse effect back into organisations
    to Microsoft detriment. Mac OSX is also making inroads in this portable space as well.
    Windows To Go is a great idea, badly implemented, practical for large organisations who can manage the Key infrastructure and absorb the Support Desk overhead it generates.

  • KMS 9.0 trial code problem

    First of all i want so say sorry for my bad english.
    I,m from germany and i installed the file "kmsecurity9379eu2_129945.sis" from ovi store.
    My mobile phone is Nokia 5230 NAVI.
    After the trial i want to uninstall the app.
    But now i need a code to uninstall KMS 9.0.
    I've never set any code at installation and it's not my pin-code or something like 0000.
    I tried to ask the people from kaspersky to help me with that problem.
    At their forum there is an guy named Viktor "Head of Mobile Development" who want's the imei nummers from the people with that code-problem.
    But i cannot contact him, cause his inbox is always full.
    So what can i do?
    Don't want to hard reset my phone, cause there are many apps i payed for.
    And please remove the app from ovi store, cause many people have that problem.

    At first, I thought I have the same problem. I am trying to uninstall the App but it's asking for a code. But after searching for an answer online. It come to m mind that I entered an 8 digit code. I tried to enter the code. And bingo! I was able to remove it from my nokie e5-00.  Definitely, you entered a code as you cannot continue to install the trial version without creating your own code. No need to hard reset your phone.

  • HT201365 how to restore an IOS7 lost activation lock code

    Once the restoral from iCloud to the iPad has taken place, how do I get a reset / restoral of the activation lock code ?

    You could only pass the activation lock by entering the password of the account which was associated with the device.

Maybe you are looking for

  • HP Officejet 4500 Wireless not working after upgrade windows 8.0 to 8.1

    I downloaded the drivers here  http://ftp.hp.com/pub/softlib/software12/COL32439/mp-109545-1/OJ_AIO_4500_G510n-z_Full_Win_WW_140_40... When I run the setup it says that my operation system is not supported since it's Vista 64 bit.  How can I tell the

  • Error 6 at Invoke Node in Dist Send Result File to RT.vi-- Bu​ild Applicaito​n.vi

    I am using cFP 2000 RT in my application. When I build exe and download the application to the cFP 2000 RT, I get "Error 6 occured in Invoke Node in Dist Send Result File To RT.vi--> Build Application.vi" The steps followed. 1. In the LabVIEW 7.0 Mai

  • I would like to know what happened.

    I put my 4s into airplane mode, and an hour later took it out of airplane mode. The phone went blank, like a brick. I tried reboot. I charged it for 2 hrs. tried reboot again and nothing. I took it to Verizon and they tried reboot and changing. Nothi

  • Java API for CVS access

    Hi, I am looking for a third party Java API which i can use to connect to a CVS repository and perform code synch up operations with the repository. If anybody has any informations. Pls let me know. Thanks.

  • Using the 1 iPod on two computers - problem..!!!

    hi all. first off i aspologise if this question has been asked before. heres my problem. On my PC at work i installed my iPod and iTunes and started to load up the iPod over a few weeks. Tonight, i installed a new PC at home. I installed the latest v