Workflow-step processing the form doesnt work anymore

Hi,
i have an issue with all my forms on the SAP Portal.
As of late i can fill in a form, send it to be approved, they can be approved then send to the processor.
Now here is where it stops working. This step, process form, results in a ever spinning "wait" button.
Steps i took :
Downloaded latest version of the ZCI(js_container) and implemented that on the ADS. ( Was in a SAP Note 1077953)
Had an version of the form from a few months back, used that one, workflow worked again. Aftermaking one change on the form and activating it, problem was back. (Hardly a good option since they are a few months old but at least that proved it worked before)
Delete the form and recreate it, wich results in a working workflow again, however, when i do this the form "flickers". The flickering part goes away when i use the SFP_ZCI_UPDATE transaction, but then the workflow error comes back.
I know it got something to do with the version of js_container i use but i cant seem to solve this.
I hope i made sence
Thx in advance for any help!
Adobe version :
SAP BASIS: 701 level 0007
SAP_HR : 604 level 0032
SAP ECC 6.0
Adobe version : 8.01.3357.1.510605.510114
Edited by: R. v. d. Voorden on Jun 15, 2011 1:19 PM

You probably need to have your buttons' code at frame 180 instead of any earlier frame.  If the 15 buttons end at frame 180, but the code for them is at frame 1, then when you move beyond frame 180 you essentially lose the buttons, and if you move back to frame 180, there is no code there to assign functionality to the buttons.

Similar Messages

  • I have purchased adobe creative suit 3 and installed in my pc. my pc crashed and i tried installing the product in other pc. my serial  number doesnt work anymore. what is the solution

    i have purchased adobe creative suit 3 and installed in my pc. my pc crashed recently and i tried installing the product other pc. my serial  number doesnt work anymore. what is the solution

    Hello,
    maybe you have to activate/deactivate first, so please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html >>> see "What is activation?" >>> Activation is the process ..."
    Hans-Günter

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • Is there warranty for when the sleep button doesnt work anymore?

    Am i able to get a new phone if my sleep button doesnt work anymore?

    If you still have the warranty, Apple will repair your phone.

  • HT1212 what if the computer i synced the ipod on doesnt work anymore

    what if the computer i synced the ipod on doesnt work anymore?

    To not lose anything:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Since IOS 5 the accelerometer of my iPod doesnt work anymore, anyone knows how to fix this?

    The accelerometer of my iPod Touch doesnt work anymore, it has worked perfectly, untill i updated the device to iOS 5.

    Did you try to reset the ipod by holding the sleep and home button until the Apple logo comes up again?
    If this does not help, try to set it up as new device without using the latest backup:  How to set up your iPhone or iPod touch as a new device

  • Can i use the iphone 5s if the screen doesnt work?

    the screen of my iphone 5s doesnt work anymore but the phone still works perfectly well. I want to unblock the iphone but I cannot find a way. is there any way in which I can unblock the iphone without using the touch screen?

    Take your iPhone to an Apple Store or Authorized Apple Service Center and have them assess it and suggest next steps.

  • Error: var g_objCurrentFormData_Error : There has been an error while processing the form

    Hi,.
    I have a InfoPath 2010 form which was published to SharePoint 2010.  I migrated the content db to SQL Server 2012 and I have converted the Sharepoint 2010 (windows based) to the SharePoint 2013 claims based site. I have not fully upgraded the site to
    2013 version (Version upgrade to SP 2013) is not done..
    In the InfoPath 2010 form, which is available in SP 2013. I have a button and on click of it, i have the below code:
    XPathNavigator domNav = MainDataSource.CreateNavigator();
    XPathNavigator fldUserurl = domNav.SelectSingleNode("/my:myFields/my:TaskUrl", this.NamespaceManager);
    if (!string.IsNullOrEmpty(fldUserurl.Value))
    string urlToDecode = HttpUtility.UrlDecode(fldUserurl .Value);
    HttpContext.Current.Response.Write("<script type='text/javascript'>window.open('" + urlToDecode + "','_self','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');</script>");
    HttpContext.Current.Response.Flush();
    HttpContext.Current.Response.End();
    The above code works fine in SharePoint 2010, however after moving the Site to SP 2013 Claims mode, I am getting the error as
    "var g_objCurrentFormData_Error = [[[12,"There has been an error while processing the form.","","","guid"]],[],0,"","",1033,"","",["0","","","","","",0,0,"",0,false],"","0",false,"",0,"","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication","ltr","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication",6.35202885373882E+17"
    In the SP Logs, i found the below:
    Unhandled exception processing request for PostbackPage Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException: Exception of type 'Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException' was thrown.   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentFormId()   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentContext()   
    How to fix this?
    Thanks

    Hi Venkatzeus,
    please let us know your sharepoint 2013 latest cumulative update, if possible please make sure it is March 2013 update or above.
    as i know, between 2010 infopath and 2013 there are difference, perhaps if you can debug your form it may help.
    most probably there are environment settings difference between 2010 sharepoint and 2013 sharepoint. such as the data connection size/length, that causing it failed, or the form data is NULL.
    http://infopathdebugger.codeplex.com/
    http://www.infopathdev.com/forums/t/26330.aspx
    http://social.technet.microsoft.com/Forums/en-US/5c9d2fce-0fd8-439c-a636-bf856eb76e15/how-to-retrieve-term-store-management-values?forum=sharepointgeneralprevious
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I have a 32gb iphone 5 the wifi signal is bad and the time doesnt work can someone help i did everything thats in my hands and its still not working

    I have a 32gb iphone 5 the wifi signal is bad and the time doesnt work can someone help i did everything thats in my hands and its still not working

    Do you experience the same issue on other WiFi networks?
    Do any other iOS devices experience the same issue on your network?
    Make sure you follow all steps provided in the article below:
    iOS: Troubleshooting Wi-Fi networks and connections

  • Ctrl alt delete doesnt work anymore

    Hi,
    We have an HP probook G0 where the combination ctrl alt delete doesnt work anymore.
    - The issue is only with the left ctrl Key. When we use the right ctrl key, ctrl alt delete works
    - When I check the onscreen keyboard in windows, the left ctrl key does react, so the key is'nt hardware defected.
    With external keyboard everything works also fine.
    Laptop has the latest HP updates.
    Any ideas how to solve this issue?
    thx!

    thx prob is solved just had to double-click on the window  , also performed a virus-scan, but no viruses were found, i do use pc-cilin 2002 (up to date) i hope it's sufficient, because norton is way much better, i know, but i just don't want to spend any money on a damn anti-virus prog...just used the one that came with my mobo
    MSI 875P NEO-FIS2R
    Intel Pentium IV 2.6 C Ghz (HT running perfect)
    2x256 MB DDR400 (Dual Channel)
    Maxtor 80 GB S-ATA 150
    CD-RW Lite-On 52x32x52
    MSI Starforce NVIDIA Geforce FX 5900 Ultra 256 DDR
    Windows XP Professional SP1
    greetz

  • How to use DDL-Operations in before processing the form

    I want to drop and create a sequence when i make a form with
    WEBDB at the part "before processing the form" where i can add a
    PL/SQL code in a varius text area.
    Sybille Krvnert

    not sure in webdb how to do that, but I think you can put the
    code in the before proccessing form and after processing form
    block. In portal that should work, or you can place code in the
    button events for the save/insert/update buttons to do that like
    this:
    create sequence .....
    doInsert;
    drop sequence ....

  • IPhone 4 after iOS 5 bluetooth doesnt work anymore?

    iPhone 4 after iOS 5 bluetooth doesnt work anymore?
    I cannot connet my car via bluetooth anymore?
    Anyone can help?

    It certainly does work for myself and millions of others.
    Has the basic troubleshooting of reset, restart, and restore been tried?
    What about Settings > General > Bluetooth > select device > Forget this device?

  • How can i deauhorize a computer that doesnt work anymore?

    How can i deauthorize a computer that doesnt work anymore?

    Hi,
    If you can't start iTunes on a computer, you can't deauthorize.  But really, don't worry for the reason that, once you will reach the 5 authorizations you are allowed to, you will be able to use the "deauthorize all computer" option to reset all of them (this can be done once per year).
    i would also like to change my main device to my new computer.
    I don't understand this one.  As of computer authorization, there isn't any "main" device.

  • Ipod touch's touch doesnt work anymore.

    Goodevening fellow apple pie's
    I have a problem. The touch function of my ipod doesnt work anymore. Yesterday evening it worked perfectly. But i also slept in a car, and there was a slight moist in the morning. So i dont know if it has something to do with that. Its still on, its on locked mode and i cant slide the bar to unlock it. I cant type anything or whatever. I tried hooking it up to itunes to 'repair' it, but thats not possible cause its locked with an 4 digit code on the ipod itself, And since i have to enter the code via the ipod i cant repair it.
    How can i repair this?
    Thanks in advance
    ciaao
    p.s i dont have guarantee anymore.

    Thanks for the quick reply, ireeze. but it doesnt work 100%.
    I hooked my itouch to the pc, and tried the forced recovery. And it also was downloading the new software. but when the download is halfway done, the itouch restarts and itunes says the same thing about the 4 digit code... so im pretty confused what to do next. hopefully there is another way.
    Greetings

  • My lock button on my ipod touch doesnt work anymore

    My lock button on my ipod touch doesnt work anymore please help it works fine otherwise well and the battery is all the sudden dying really fast and these 2 problems started at the same time.

    - When you depress the button does it feel like it is working?  Could something gotten in the space and jammed the button?
    - Can you reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Have you tried restoring the iPod from backup via iTunes on your computer.
    - Next would be to restore the iPod to factory defaults/new iPod
    - Last, make an appointment at the Genius Bar of an Apple store.

Maybe you are looking for

  • VB API EsbImport() does not create a local error file

    Hi, According to the documentation, if i specify a message string for errors a file will be created locally whenever there is a loading error (like a missinf membr in Essbase). Does any one have experience with that? my program works but a file is no

  • Interface Mapping for enhanced Receiver Determ. in Integration Scenario

    Hi guys, Defining Integration scenario is a pleasant way working with XI. But how to define the step "enhanced receiver determination" via message mapping in a scenario? has anybody come along to this issue? Kind regards Jochen

  • Bug in Apex's PDF printing?

    Hi All, I have been using BI Publisher as my print server for some time now. I have always generated PDF files and this was more or less OK. However, I have tried to change the generated output from PDF to any other type (Word or HTML) but the applic

  • ADD A SECOND LISTENER USING SRVCTL COMMAND

    Hi All, My RAC has w nodes (10g 10.2.0.4) it already has a default listener (NODE1_LISTENER1 in ASM home port 1521) register with the CRS and i already create a second listener manually on both nodes. My question is how to add this listener (NODE1_li

  • MEGA 180 Users - new nForce drivers available!

    version 5.10 of the nForce drivers are available from nvidia http://www.nvidia.com/content/drivers/drivers.asp the audio drivers have had a "fix" it would seem