Data form not saving enter data after hit of submit

Hi,
Entered data on Data from not saving after hitting the submit button in smartview.
A rules is attached to the same data from and its running on save, after retrieve it's not display enter data.
it's urgent, please help.
Regards

You need to have the below updates done on the affected PC.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]\
"ReceiveTimeout"=00dbba00 (hexadecimal)
"KeepAliveTimeout"=300000 (decimal)
"ServerInfoTimeout"=300000 (decimal)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]\
"ReceiveTimeout"=00dbba00 (hexadecimal)
"KeepAliveTimeout"=300000 (decimal)
"ServerInfoTimeout"=300000 (decimal)
if its windows 7 machine the same key has to be added under wow6432node under same path.
once the changes are done reboot the machine and try launching the BR. Hope it works !!!
Thanks
Amith

Similar Messages

  • Adobe LiveCycle Form Not Saving Data

    I have designed dozens of Adobe LiveCycle forms and have extended rights (enable usage rights in adobe reader).  My problem is that sometimes the form is not saving the data for end users.  One of my end users even updated Adobe Reader, but still nothing is working and he is becoming increasingly frustrated.  Any other suggestions.

    Make sure all your fields have a binding set even if it is just their name.
    For instance, click on a field that isn't saving, in the Object palette, under the Binding tab make sure the Data Binding is set to Use Name.
    Hope that helps.
    Kyle

  • Adobe Reader X does not save signed copy after hitting "Done Signing"

    Version 10.1.6
    When I click "Done Signing" after adding my signature to a signed document, I get the warning about the added text being permanently merged, then the "Save As" dialog comes up, but the file is never saved, regardless of whether I renamed the file or not.
    I naively spent over an hour filling out forms and "saving" the results, in the belief that the program was saving my filled out forms just because it said it was.  I'll have to be more careful in the future.

    When you "save as" as opposed to simply "save", there is sometimes a different location for the file to be saved. When you "save as" to the same location as an original, you will bewarned that a file already exists with that name and be asked if you're sure you want ot overwrite the original file. If you didn't see that when "saving as", you probably saved the signed file to a different location.

  • Hub not saving mail drafts after 10.3

    I'm using bb q10 from it's first firmware, so I really liked how cool it was to write a part of one email, then answer another and easily get back to saved draft of first.
    And it worked before 10.3.1.1779.
    After phone had updated the firmware, strange things happened: the phone not saving drafts correctly.
    I didn't even found any logic of that bug. If I tap "save" when I quit from email writing, it doesn't save the draft. But in some cases it saves the draft, but doesn't rewrite it.
    I tried:
    Reboot the device
    Delete the draft
    Nothing from that helped

    I have a similar issue - but with a twist. My list of emails shows that a received email has an attachment (the paperclip icon in the attachments column) but there is no attachment. There is no save option or Quick Look option under the header. Why would the list indicate an attachment exists where none exists?

  • Adobe form not saving user-input data into saved pdf file

    Hi forumers,
    I'm a new abap developer and I'm tasked to create an interactive adobe form that will require the user to input data in the form.
    No data is passed and received from PDF, but PDF has to be u2018Fillableu2019. I am able to fill out the form but when I actually save the form, it will be saved as a blank form again. I've seen the relevance of the  LS_DOCPARAMS-FILLABLE = 'X' on this forum and I have incorporated it in my code. But how should I code the abap program to enable to save the user input as well into the form.
    DATA: GV_FMNAME TYPE FPNAME,
          LS_DOCPARAMS    TYPE SFPDOCPARAMS,
          LS_OUTPUTPARAMS TYPE SFPOUTPUTPARAMS.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        I_NAME                     = 'ZSC_ZRUFORREP'
    IMPORTING
       E_FUNCNAME                  = GV_FMNAME
    *   E_INTERFACE_TYPE           =
    *   EV_FUNCNAME_INBOUND        =
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        IE_OUTPUTPARAMS       = LS_OUTPUTPARAMS
    EXCEPTIONS
       CANCEL                = 1
       USAGE_ERROR           = 2
       SYSTEM_ERROR          = 3
       INTERNAL_ERROR        = 4
       OTHERS                = 5
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LS_DOCPARAMS-FILLABLE = 'X'.
    LS_DOCPARAMS-DYNAMIC = 'X'.
    CALL FUNCTION GV_FMNAME
    EXPORTING
       /1BCDWB/DOCPARAMS        = LS_DOCPARAMS
    * IMPORTING
    *   /1BCDWB/FORMOUTPUT       =
    EXCEPTIONS
       USAGE_ERROR              = 1
       SYSTEM_ERROR             = 2
       INTERNAL_ERROR           = 3
       OTHERS                   = 4
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
    EXCEPTIONS
       USAGE_ERROR          = 1
       SYSTEM_ERROR         = 2
       INTERNAL_ERROR       = 3
       OTHERS               = 4
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    dgrachee

    Not quite yet, I have to say...
    If you check the domain "FPINTERACTIVE", you'll see these values:
                   Print Form
    X     Interactive Form with Additional Usage Rights
    N     Interactive Form Without Additional Usage Rights
    F                                                                
    So, you are not providing "additional usage rights" (Adobe Form Credentials), meaning there could be a problem when you want to use those forms in a Production environment.

  • Adobe form not saving data.

    hi Experts,
    I am facing strange problems with Adobe forms.
    I am working on both Offline and online adobe forms.
    adobe form which i make does not allow to save data.
    I am using the Adobe liveCycle designer 7.1.
    The Adobe reader version is 7.08
    and service pack is SPS 11.
    I have used both the tutorials for offline and online adobe forms.
    Online Problem :-
    The project for online works fine and it also allows to save data(when i save the form on my PC).
    But when i create a new form on my machine it does not allow to save data.
    Really confuse what the problem is.
    I have also tried this.
    Copeid the XDP file from the Online tutorial project into my project
    if i use this work around the the problem is resolved. But i am no able to understand why the XDP CREATED on my machine does not work.
    Offline problem:-
    In this case i am not able to save data in the form at all.
    As the PDF created itself not allow to save data.
    Please help.
    Points would be awarded to helpful answers.
    Regards,
    Sanjyoti.

    Hi Satya & sanjyoti,
    I am facing a pecular problem in using Adobe forms.
    I am able to pass data from webdynpo application, to the Interactive form(using mappings, as mentioned by satya).
    But for the same form & WD application, i am not able to pass data from the Interactive Form, back to the WD application.
    My scenario is like this:
    I need to show a form, with some prefilled data, such as date, userID, etc. I populate the node in my WD application, & then call the form.
    The form displays the above prefilled data. Now the user has to fill the remaining fields & click on submit(Submit-to-sap button). The onsubmit property of the Interactive form is mapped to a onaction event, where WD tries to read the data entered by the user.
    The problem is that on clicking of the submit button in the form, the event is not getting called.
    If i use a button in the WD view itself, then the action gets called, but there is no data. In short, the data is NOT getting passed from Interactive form to WD application.
    Can you please help me out with this?
    Thanks,
    Hanoz

  • PDF Interactive Forms Not Saving Data in Preview

    Interactive PDF forms opened in Preview doesn't seem to save data you fill in when you save the document. Acrobat seems to save and retain the document without a problem. Anyone know what's going on?

    Adobe wants to keep you using only Adobe software so they have designed in incompatibilities with the OS. I don't know of any other PDF tool that can do fill-in forms. If you want to use fill-in forms, you'll have to print it using CUPS-PDF (I haven't tried this with Leopard yet). You could also use Skim to turn any PDF into a fill-in form.

  • Safari 6.0 is not saving my bookmarks after restart

    Just bought Macbook pro and noticed that my bookmarks weren't saving after rebooting.   Bookmarks are there if I close and reopen Safari, but not after rebooting.   Haven't installed any 3rd apps/extensions except flash.   Also running Kapersky.  Appreciate any help on this. 

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Forms Not Saving

    I have been filling out and saving a form that I have downloaded offline. For several months I have been downloading, editing and saving to this form. Recently I have been opening up the form, and I have been getting the purple bar at the top of the screen that reads "You cannot save data typed in this form." and it explains that I can edit and print but not save. I've opened old forms that I have saved, and although they have changes saved from past months, I can't make any changes now so I know that it isn't because the form has changed from the source. I tried installing a new version of Adobe Reader, and toying with the settings, and making sure that I am signed in, but I can't seem to fix this issue. I haven't found the solution on these forums either.

    Additional info: It seems to only occur when changes have been made to fields which allow for multiple lines of text to be input.

  • Dynamic forms not saved properly

    Hi ,
    I have a dynamic forms created using Adobe 8 LC.
    After the form is generated thorugh application when I try to save the dynamic pdf using save button in Pdf toolbar, there are null values or extra rows of data being added to the dynamic pdf. The javascript calculations are not being displayed for eg totals .
    I am unable to figure what is causing this extra rows to be added in the pdf. When I give a print option to PDF, the dynamic document is printed correctly without any extra rows.
    Please help..
    Thanks,
    Vidya

    Hey Guys,
    Thanks for the tip Gunter...I tried it and it didn't work.
    When I insert, I get redirected to a "page not found", but the record gets inserted into the database.
    I'm wondering if it is my Managed Site. I keep fumbling around until I get my site working. Currently I have my Local Info, which is my local folder and local IIS HTTP address. I have my Remote Info which is Local/Network Access and my Remote Folder on the LAN. I'm getting confussed with what my Testing Server should be. I have set my Server Model of PHP MySql and Access of Local/Network and the Tesing Server Folder as the same location as my Local Folder. My URL prefix is the same asa my local IIS HTTP address. Does all this look right?
    The PHP version is 5.1.6

  • Form Not saving with all information, Please Help!

    I received a form that I need to fill out and save, apparently it was created in Adobe LiveCycle Designer 8.0, Acrobat Pro says that it is an XML form.
    Adobe Reader says that it cannot save the form which is fine because I have Adobe Acrobat Pro.
    However when I fill out the form in Acrobat Pro and save as it only saves the first line of data, all the rest of the data disappears.
    I have tried extending the features of the form so that it can be saved from adobe reader. I can now save the form in adobe reader but I still only saves the first line of information.
    The form has some calculations in it, it adds up the number of items and gives you a total. It also works out a total cost based on the price you input.
    I dont know if that makes and difference. Im going insane, does anyone know why its only saving the first line of data?
    Thanks for any help,
    Regards,
    Kirsten
    I forgot to add that I work on a mac
    Message was edited by: Kirst85

    Hi Kirsten,
    I have the form now and here it is back: https://acrobat.com/#d=wIDUGtoBqeVCOauJ8m*Z2g
    Its not 100% fixed because there are a few things going on. First there is part of a data connection in the form, where objects in the first row are bound to the data connection, but it does not appear to exist. Can you confirm if you are using a data connection to interact with a database?
    All of the objects were on the Master page and there wasn't a design page at all. I have moved the table to a design page.
    I have set the 'preserve script changes' to auto. I have not changed the binding, as I am not sure what your data requirements are. Also there is script that appears to be an open error that I think is part of the legacy data connection.
    If you can give a bit more information we should be able to get the form working fully.
    Niall

  • Oracle Forms not working on 6i after upgradation on 9i

    Hi all
    shayan here how are u?
    Hope all of u are fine.....
    I have a problem that is i made the forms in 6i.....now after some time i upgrade the forms in the 9i...just compile all the forms in 9i and it works fine in 9i now...
    Now i want that i used the same form in running in 6i but it is not running.....
    is there is any way to run it......?
    Thanks in advance
    Shayan
    [email protected]

    yes i have the FMBs..........but when open the form in forms 6i it is showing acwards......some audio files is showing,there is no placement etc and when i try to run the forms it gives error can not adjust for out put.......however the form is opening in 9i successfully :(
    Regards

  • Forms not saving properly

    I have a couple of forms I've created for a project. The trouble I am having is that the forms allow the user to SAVE 1 time only. After that, they are forced to SAVE AS regardless of how many changes have been made to the form.
    Is this a document setting I have messed up somewhere?

    Additional info: It seems to only occur when changes have been made to fields which allow for multiple lines of text to be input.

  • Call log not saving call duration after 5800 v30 u...

    Hey all,
    Before updating my 5800 to v30, I remember that in the call log I could get details about any particular stored call, and it would show me how long the call was.  But after the update, this is no longer there!  Am I going crazy, and that ability was *never* there (and I just imagined it), or has this really been taken away with v30? Or is there a setting that I'm just missing somewhere.?
    Note that I'm not talking about showing call durations DURING a call ... that's still available. I'm just talking about storing a call's duration in its call log entry.
    Thanks,
    Ravi

    Hehe oh right, now I remember.  It's in the second tab (i guess it's the detailed log tab) in the call log app.  I'll just tell myself to do a search before posting.  Google is your friend, Ravi!
    Ravi

  • Appraisal BSP form not saving in IE

    We created an appraisal form that works fine in transaction PHAP_CHANGE_PA.
    But when we access the BSP (HAP_DOCUMENT), the form presents a problem with Internet Explorer: it does not save, it only reloads the form with the old information. It happens with IE6 and IE7, but it works properly with Firefox2.
    The problem only occurs in production system. The form works fine in DEV and QA. But we created a form directly in PRD that works fine, even though we haven't fixed the layout yet. The problem is that almost 2000 appraisals have already been created in the first form.
    Any ideas? Or is there a way to migrate the appraisals that are already done to a new form?
    Thanks in advance.
    Gustavo.

    Hi, we found out that during the form construction, a field of style was left with the following html code, which was closing the form before its end.
    </form>
    Firefox and IE have different behaviors when this code happens twice and the opening code happens once.
    Thanks anyway for the attention.

Maybe you are looking for

  • ADF 11g: turn off validation pop-up windows

    Hi all, Does anyone know how to turn off the pop-up messages with ADF 11g? I am using Jdeveloper 11.1.1.4.0. I need to display the error messages on the page. I have added Message components to the page to display the error messages. Now it displays

  • How to send a text as a different number but recieve replys to my normal number.

    Example, I want to send a text to johnny but I want him to see a different number than mine. But when he replies, I want the message sent to my number as it would normally.

  • How to connect to remote Oracle Database 10g Express Edition

    Hi, I am very new to Oracle. I have created a successful application using OCCI call (createConnection()) to connect to local (resided on the same PC) Oracle Database. Now I would like to move the application to resided on a different PC and try to c

  • What's the latest/higest OS for G5/G4?

    Hi, Someone just gave me my first Macs in 11 years. A G4 and a G5. They have Os 10.4 installed. Whats the highest I can upgrade their OSs? Thanks!

  • Ipod Video Freezes

    Hi everyone I'm just wondering how to fix my ipod. I know someone just put up a post just like it I just got the new update for my 60GB Ipod Video. Before the update it was fine the videos played normally but now my videos will play normally for abou