PDF not restoring data once saved

Hi guys,
I've designed my form in Livecycle.
I have then enabled "extend features in adobe reader" to allow my recipients the "Save as" option when they fill out the form.
When I enter data, open it in Adobe Reader and fill it out, go to Save as and save the file as a different file name.
Close Adobe Reader and reopen the newly saved document, my form opens but all the form data has been removed.
I cannot find too much information on this subject apart from the thread in 2008 where the problem was pointing to the initialize form commands. I have since removed all these but the data is still being erased.
Any help with regard to this would be greatly appreciated.
Thank you!

Don'y feel stupid ...it is a common mistake.
The normal binding uses the FieldName as the node name in the XML data file that is created. This is an option when you are NOT using a schema (that has a definiation of what the data structure shoudl be).
The Global binding allows you to tie numerous fields with the same name(presumably on different pages) to the same value. This of a customer number that needs to appear on each page. By naming the field the same on each page and setting the binding to Global you are equating all of those fields together. This ,means that if you change the value on any page, that value is reflected to all fields of that name.
Hope that helps
Paul

Similar Messages

  • PDF not restoring layout once saved

    Hello,
    I have a form that lets you removed questions (tables) via a minus button. However if a user removes them, saves the PDF and then repoens it later, the removed questions are come back. Anything that is typed will be saved, but the tables keep coming back. I have "preserve scripting changes" set to automatic in Form Properties -> Defaults, but that doesn't seem to affect the tables. I also have everything's binding set to it's own name. Here is a link to my file.
    Thank you very much for any help or information you can provide.
    Chris

    Don'y feel stupid ...it is a common mistake.
    The normal binding uses the FieldName as the node name in the XML data file that is created. This is an option when you are NOT using a schema (that has a definiation of what the data structure shoudl be).
    The Global binding allows you to tie numerous fields with the same name(presumably on different pages) to the same value. This of a customer number that needs to appear on each page. By naming the field the same on each page and setting the binding to Global you are equating all of those fields together. This ,means that if you change the value on any page, that value is reflected to all fields of that name.
    Hope that helps
    Paul

  • Can not restore data files from backup set

    I am trying to restore Server A's backup data to Server B (they are all oracle11g) using rman. The restore commands is below:
    rman target /;
    shutdown immediate;
    startup nomount;
    restore controlfile from '/usr/local/oracle/backup/20100418/ctl_xxx'
    alter database mount;
    catalog start with '/usr/local/oracle/backup/20100418/';
    restore database;
    recover database;
    alter database open resetlogs;
    For the first time, it works. But when i tried to restore another backup data by the same way:
    rman target /;
    shutdown immediate;
    startup nomount;
    restore controlfile from '/usr/local/oracle/backup/20100425/ctl_xxx'
    alter database mount;
    catalog start with '/usr/local/oracle/backup/20100425/';
    restore database;
    recover database;
    alter database open resetlogs;
    The second time, i found that rman restore the old backup data, which means that it restore the data file under '/usr/local/oracle/backup/20100418/' instead of '/usr/local/oracle/backup/20100425/'.
    So I run 'list backup of database summary' to see the backup set lists in control file.
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    910 B 0 A DISK 18-APR-10 1 1 NO TAG20100418T020007
    945 B 0 A DISK 25-APR-10 1 1 NO TAG20100425T020007
    But when i run ‘restore database preview summary’ to see the backup set list to restore
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    910 B 0 A DISK 18-APR-10 1 1 NO TAG20100418T020007
    there's no backup set 945 at all. that's why i could not restore data file under '/usr/local/oracle/backup/20100425/' at the second time.
    So, why two backup list is different ? how can i restore datafile under '/usr/local/oracle/backup/20100425/' ?
    My backup script is below:
    run{
    allocate channel c1 type disk;
    backup incremental level 0 as backupset format '$DIR/`date +%Y%m%d`/data_%d_c0_%T_%u' database;
    sql 'alter system archive log current';
    backup archivelog from time 'sysdate-14' format '$DIR/`date +%Y%m%d`/log_%d_%T_%u';
    backup current controlfile format '$DIR/`date +%Y%m%d`/ctl_%d_%T_%I_%u';
    release channel c1;
    Thanks
    Edited by: user13055376 on 2010-4-29 上午1:20

    yeah, I am sure Tag: TAG20100425T020007 exists
    RMAN> list backupset 945;
    List of Backup Sets
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    945 Incr 0 6.40G DISK 00:05:46 25-APR-10
    BP Key: 945 Status: AVAILABLE Compressed: NO Tag: TAG20100425T020007
    Piece Name: /usr/local/oracle/backup/20100425/data_QIANGL_c0_20100425_thlbvjt7
    List of Datafiles in backup set 945
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/system01.dbf
    2 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/sysaux01.dbf
    3 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/undotbs01.dbf
    4 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/users01.dbf
    5 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/dict01.dbf
    6 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/support01.dbf
    7 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/supportindex01.dbf
    8 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/log01.dbf
    9 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/logindex01.dbf
    10 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/lobindex01.dbf
    11 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/data01.dbf
    12 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/indexes01.dbf
    13 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/image001.dbf
    14 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/tongbuimage001.dbf
    15 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/imagebackup001.dbf
    My purpose is to use the newest backupset of Server A to update Server B. So if Server A crush, Server B will be useful. Is there any other way to do that ?
    retention policy :'configure retention policy to redundancy 4'
    And Server A do LV0 backup every 7 day, and do LV1 backup ervery other day.
    Edited by: user13055376 on 2010-4-29 上午3:45

  • App did not Restore Data after iOS 4 update on 3G

    One App - Magic Pad , a note App failed to restore all my notes after my G3 updated to iOS 4? None of the notes restored. These are mostly important Business / Technical notes and I need them badly, any suggestions are appreciated.
    Pete

    I was able to fix the issue. I had to manually put the phone in restore mode by holding the power button and the home button until the power turned off while the phone was still plugged into the computer, then when the phone turned off continue holding the home button until you hear the computer recognize the device. Then navigate to the back up folder that is described earlier and cut out all of the back up folders and paste them on your desktop. Then iTunes said that a device was recognized in restore mode or something like that and you click yes to restore. After this happen the iPhone will go through the processes of restoring the phone. When it finishes it will start like a brand new device and it will be updated to the OS4.0. You will then need to go through the tabs at the top of the iPhone sync window and re check all of the items that you want synced to your phone. The only data that was totally lost was my pictures, but after the iPhone finishes reloading, you may be able to go back to the desktop and cut the backup folders and paste them back into the backup folder and restore your phone from a previous back up and you may still be able to recover those photos. This worked for me so I hope it works for all of you as well. Thanks!

  • Saved PDF does not  restore data properly when reopened

    I have a simple PDF I created in Livecycle Designer where I fill in some input fields and save the PDF. The problem I am having is when I save the PDF, and then reopen it, the data in the input fields are no longer where I originally typed them in.
    The PDF is saved as a version 8 Dynamic PDF and the Form properties is set to 'Automatic' (that is, not manual). If anyone can help me, I would be so appreciative.
    My PDF can be downloaded at:
    https://share.acrobat.com/adc/document.do?docid=bcb8f652-f468-4c81-b221-65a5e397c89d

    I think I figured this out. The code to add subforms called sect is executing on the initialize event of the P1 subform. The initialize event is running twice (once on the server (pdf creation) and once on the client inside of acrobat when it is rendered. If you move that code to the Doc Ready event the form will display correctly. I put a textfield on the form this populated when the initialization script is run. This tells me how many times it runs.
    Now back to your original problem.
    If I run your script to populate the rooms and re-open it is getting messed up again because the Doc Ready event is running each time you open the form. Instead of trying to initialize the form programatically if you use the Initial count on the binding tab of the subform all of this initiazation problems go away.
    Are you intending on having multiple rooms subforms per section or will it always be one to one? if there is a one to one mapping change the checkbox on the binding tab that indicates that multiple subforms are available.

  • Why does not the data get saved into the Database

    Please check if there is any thing wrong with my code here. Why cant i save the data in to my database. when i used the same things in other places it works.
    guys i have copied a portion of the code here. right now i have commented few areas to not give me any errors on the whole program
    Please check why cant i save the data into the database.
    i have created a seperate class for database connection Utilities
    void saveData()
                   //Utilities ut = new Utilities();
                   //connection = ut.getConnection();
                   //ResultSet resultSet;
              // JourneyID = ut.getResults(qryJourneyID);
                   strJourneyID = txtJourneyID.getText();
                   System.out.println("++++++++++++++++++++++++"+strJourneyID);
                   strVehicleID = (String)comboVehicleID.getSelectedItem();
                   System.out.println("++++++++++++++++++++++++"+strVehicleID);
                   strDriverID = (String)comboDvrID.getSelectedItem();
                   System.out.println("++++++++++++++++++++++++"+strDriverID);
                   strStartDateTime = txtDateTime.getText();
                   System.out.println("++++++++++++++++++++++++"+strStartDateTime);
                   int a = JOptionPane.showConfirmDialog (null, "Are u sure you want to save the changes?", "WARNING!", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
                        if (a == 0)
                             if(NEW)// new is a boolean value
                                  //ADDING NEW DATA STATMENT
                                  System.out.println("INSERTING NEW ROW IN THE TABLE...");
                                  try
                                       String insert ="INSERT INTO Job VALUES (" + "'" + strJourneyID + "'"+
                                       ", '"+ strVehicleID +     "',"
                                       +"'"+ strDriverID +"',"
                                       + "'"+ strStartDateTime +"')";
                                       System.out.println("STATEMENT IS " + insert);
    //                                   InsertStmt = connection.createStatement();
    //                                   InsertStmt.executeUpdate(insert);
                                       JOptionPane.showMessageDialog(null, "You data has been successfully saved.","TIS: Operation completed", JOptionPane.INFORMATION_MESSAGE);
                                  catch (Exception e)
                                       e.printStackTrace();
                                       JOptionPane.showMessageDialog(null, "Problem encountered while adding new data");
                             else
                                  JOptionPane.showMessageDialog(null, "it is supposed to save data");
                                  /*try
                                       String ChangeRecord = "UPDATE Job SET " +
                                       "JourneyID = '" + strJourneyID+ "'"+
                                       "VehicleID = '" + strVehicleID+"',"+
                                       "DriverID = '"+strDriverID+"'," +
                                       "StartDateTime='" + strStartDateTime+ "'";//syntax error???
                                       System.out.println(""+ ChangeRecord);
                                       UpdateStmt = connection.createStatement();//just added
                                       UpdateStmt.executeUpdate(ChangeRecord);
                                       JOptionPane.showMessageDialog(null, "You data has been successfully saved.","TIS: Operation completed", JOptionPane.INFORMATION_MESSAGE);
                                  catch (Exception change_exception)
                                       change_exception.printStackTrace();
                                       JOptionPane.showMessageDialog (null, "Problem encountered while updating","TIS: Problem encountered",JOptionPane.ERROR_MESSAGE);
                        else
                             JOptionPane.showMessageDialog(null, "You chose to cancel the operation","Operation cancelled", JOptionPane.INFORMATION_MESSAGE);
                        }

    Yes you have commented all the code that update the
    database so how can it update the database.
    By the way for inserting dont use Statement use
    PrepairedStatement
    by the way next time please post codes in code tagsMan i have commented it becaues it if i dont comment it givens me errors. like cannot find variable and i dont understand how to use the code button. whereever i click the code button it displays the  at the end of the code! what to do?
    connection = ut.getConnection();
    ResultSet resultSet;
    UpdateStmt = connection.createStatement();
    UpdateStmt = connection.createStatement();
    UpdateStmt.executeUpdate(ChangeRecord);
    please check it once again
    void saveData()
                   Utilities ut = new Utilities();
                   connection = ut.getConnection();
                   ResultSet resultSet;
              // JourneyID = ut.getResults(qryJourneyID);
                   strJourneyID = txtJourneyID.getText();
                   System.out.println("++++++++++++++++++++++++"+strJourneyID);
                   strVehicleID = (String)comboVehicleID.getSelectedItem();
                   System.out.println("++++++++++++++++++++++++"+strVehicleID);
                   strDriverID = (String)comboDvrID.getSelectedItem();
                   System.out.println("++++++++++++++++++++++++"+strDriverID);
                   strStartDateTime = txtDateTime.getText();
                   System.out.println("++++++++++++++++++++++++"+strStartDateTime);
    int a = JOptionPane.showConfirmDialog (null, "Are u sure you want to save the changes?", "WARNING!", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
                        if (a == 0)
                             if(NEW)
                                  //ADDING NEW DATA STATMENT
                                  System.out.println("INSERTING NEW ROW IN THE TABLE...");
                                  try
                                       String insert ="INSERT INTO Job VALUES (" + "'" + strJourneyID + "'"+
                                       ", '"+ strVehicleID +     "',"
                                       +"'"+ strDriverID +"',"
                                       + "'"+ strStartDateTime +"')";
                                       System.out.println("STATEMENT IS " + insert);
    //                                   InsertStmt = connection.createStatement();
    //                                   InsertStmt.executeUpdate(insert);
                                       JOptionPane.showMessageDialog(null, "You data has been successfully saved.","TIS: Operation completed", JOptionPane.INFORMATION_MESSAGE);
                                  catch (Exception e)
                                       e.printStackTrace();
                                       JOptionPane.showMessageDialog(null, "Problem encountered while adding new data");
                             else
                                  JOptionPane.showMessageDialog(null, "it is supposed to save data");
                                  try
                                       String ChangeRecord = "UPDATE Job SET " +
                                       "JourneyID = '" + strJourneyID+ "'"+
                                       "VehicleID = '" + strVehicleID+"',"+
                                       "DriverID = '"+strDriverID+"'," +
                                       "StartDateTime='" + strStartDateTime+ "'";//syntax error???
                                       System.out.println(""+ ChangeRecord);
                                       UpdateStmt = connection.createStatement();//just added
                                       UpdateStmt.executeUpdate(ChangeRecord);
                                       JOptionPane.showMessageDialog(null, "You data has been successfully saved.","TIS: Operation completed", JOptionPane.INFORMATION_MESSAGE);
                                  catch (Exception change_exception)
                                       change_exception.printStackTrace();
                                       JOptionPane.showMessageDialog (null, "Problem encountered while updating","TIS: Problem encountered",JOptionPane.ERROR_MESSAGE);
                        else
                             JOptionPane.showMessageDialog(null, "You chose to cancel the operation","Operation cancelled", JOptionPane.INFORMATION_MESSAGE);
                        }

  • USMT Copies Data but does not restore data.

    Can someone help me to shed some lite on a problem we are having?  I am running an OSD task in SCCM2012R2.  The Task Has the USMT option selected and enabled.  When I run the OSD task on workstation I can see it run, I can even go to the directory
    and see the data being backed up.
    Now here is the problem, It won't restore.  I can log back into the workstation (after OSD) using the exact same ID and none of the previous data  is there:
    No wallpaper, Bookmarks, Music, Documents, etc.  
    Ideas?

    If there is no loadstate log file, it means that the action didn't even start. Are there specific things configured on the options tab of that step. Also, did the task sequence finish completely?
    One last thing, make sure that your format step does NOT format your hard disk (so look at the options tab to see when it performs the actions of the step). Hard-links are stored locally so re-formatting your hard disk will cause a lose of your data.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Cap 4 Quiz Results page not restoring data properly

    I'm testing a Quiz built in Captivate 4 SCORM 1.2 which allows 5 attempts to achieve a passing score of 100.  If the user fails, exits on the Quiz Results page, and then relaunches (bookmarked back to the Results page), the values displayed (score, number of questions correct, number of attempts) are not correct.  Score is 1 or 4 or a random number, attempts goes back to 1.  I am able to analyze the saved cmi data to see that the correct data has indeed made it to the LMS.  And if the user clicks Retake for another attempt, the Results page will then update and show the correct number of attempts.  So Captivate is reading in the saved number of attempts.  But it seems like Captivate displays the Results page before it has fully retrieved the cmi data.  Has anybody else had this issue?  Any work-arounds?
    Thanks in advance!

    added these into pagdef (A/B)
    Refresh="prepareModel"
    RefreshCondition="${sessionScope.Loans != null &amp;&amp; adfFacesContext.postback == true}" into your <iterator ............../>

  • PDF not displaying data

    Hi all,
    We are using NW04s SP10 . We are getting pdfcontent as String from RFC and displaying it as PDF in WD. I am able to opent the PDF using the following code but i am not able to see the data inside it . I am seeing only the part of the PDF layout . RFC converts SAP Script to PDF content and returns as String.
    Please let me  know if someone knows the solution.
    //Converting the string to binary
    b = wdContext.nodeOutput().nodeBinary_File().getBinary_FileElementAt(i).getBin_File().getBytes();
      pdfResource=WDWebResource.getPublicCachedWebResource(b,WDWebResourceType.PDF,WDScopeType.CLIENTSESSION_SCOPE,wdThis.wdGetAPI().getComponent().getDeployableObjectPart(),"Test"+i);
    pdfResource.setResourceName("test.pdf");
       wdComponentAPI.getWindowManager().createExternalWindow(pdfResource.getURL(),"Test"+i,false
    Thanks
    Vasu

    The problem is most likely caused by Mac user who use the Preview application to fill-in and save the form. Preview corrupts PDF forms. For more information, see: http://kb2.adobe.com/community/publishing/885/cpsid_88564.html
    The solution you found is one thing you can do if you have Acrobat, but the article has something you can use with just Reader.

  • ITunes could not restore iPhone because the iPhone disconnected

    I cannot restore my iPhone from my encrypted backup. iTunes begins the restore process displaying 2 hours remaining and after about 45 minutes I get a message on the screen that iTunes could not restore the iPhone because it disconnected. It also says restore failed in the phone. 
    I have tried multiple things: reinstalling iTunes, resetting sync history, trying to restore on an IPhone 3GS, trying a different cable and both USB ports on my computer and unchecking the 'allow computer to turn off this device to save power' in the USB options on device manager.
    I visited the Apple store after exhausted all of the options I listed and they suggested try restoring from another computer. They said it is not a corrupted backup. I tried on another windows laptop but that did not work either. 
    The size of the backup is 14.8gb. It took approx. an hour to backup the phone.
    I found others with the similar problem on this thread. Theirs is not a restore problem it's a backup one.
    https://discussions.apple.com/thread/2453974?threadID=2453974
    I have searched google and have found iPad users with the same problem:
    https://discussions.apple.com/message/12708983?messageID=12708983

    I have the same problem, I can not restore data to my mobile
    Please help ...
    Is there a way to remove the encryption in itunes?
    Without restoring the mobile?
    Because the restore fail for mobile ..
    I have a password for encryption
    I want to remove the encryption so I can take the files manually from the backup in my computer
    Thank you

  • My problem started when i connected my iphone5 into mac book and i started restoring data, by that i lost my recent photo's ,i tryed a program but it was recovering the previous photo's not the recent once ... need ur help what to do plz....thank u

    my problem started when i connected my iphone5 into mac book and i started restoring data, by that i lost my recent photo's ,i tryed a program but it was recovering the previous photo's not the recent once ... need ur help what to do plz....thank u

    Not much you can do.  You overwrote your current data with older data when you restored the phone from that backup.  Your data's gone.

  • I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup

    I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup from last Friday, I go to my Lightroom Backups folder - and the most recent one showing not only isn't yesterday, it's OCTOBER 28 !?? Where the hell are the daily backups between October 28 and November 14?

    Oh wow - JET LAG strikes agin - my apologies; I have located the missing weeks of back-ups. After getting home from a 30-day trip to Europe, I had changed the location of my LR catalog back-ups to an external drive, and forgot that I did that. I have found them, and all is good. Never operate Heavy Machinery without enough rest. Cheers

  • HT1483 My ipod needed repairing, so I backed up the data into restore file. My ipod was swapped for a totally new ipod and now I am having difficulty reloading the restored data that I saved. I keep getting the corrupt or not compatible MSG??? Any Ideas

    My IPOD needed repairing, so I backed up my personal data into a restore file. In the end my ipod was exchanged for a brand new one and now I am having difficulty with restoring all of my data that I saved.
    While trying to restore through iTunes I keep gettingthe corrupt or not compatible error message. Does anyone have any ideas or experience with this issue?
    Much Appreciated for any help!

    You can not restorea a backup made with a newer version of iOS to a phone with an older version of iOS.
    1400 photos stored on the phone? Do you not EVER extract them? The camera roll is intended to be temporary storage. Like the SD card in a digital camera. You should be extracting them to your computer on a regular basis.
    Contacts should be synced to a compatible contact manager or cloud service. If you were not doing any of these things, guard your backups with your life and make sure your computer is being backed up on a regular basis, because you won't be able to get them back until you get a new phone with at least the same version of iOS that your 4 had.
    There are 3rd party applications that say they can extract this information from a backup file, but I don't have personal experience with them.

  • My macbookpro is not opening pdf sites from safari or firefox, it goes to the address but just gives me a black screen. I can however open a pdf file that I have saved on my HD, it opens on preview. any thoughts?

    My macbookpro is not opening pdf sites from safari or firefox, it goes to the address but just gives me a black screen. I can however open a pdf file that I have saved on my HD, it opens on preview. any thoughts? osx 10.6.8

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste (command-V) into the text box that opens, then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    I've seen an unconfirmed report that the "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you might need to remove it as well, if applicable.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Scehdule Line Date getting change to future date once the Sales Order is saved

    Hello Experts,
    Good Morning to you all,
    This is with respect to the Issue we are facing for the Orders having Product Allocation on multiple materials. Please find enclosed the detials below.
    Issue : Scehdule Line Date getting change to future date once the Sales Order is saved. These Order's are having Product Allocation on multiple materials.
    Description:
    We have implemented Product Allocation few months back.
    We have Product Allocation on multiple materials which are in demand and has been reserved for the Customers of different PA behaviors.
    When we are trying to create the Sales Orders for the normal customer who is not on Product Allocation. The Order Schedule Line is getting changed to future date once the Sales Order is saved after initial creation.
    These Order's are having materials of Product Allocation.
    I have enclosed the sample screen shot of the error we are getting which saving the Sales Order and also the Order Schedule Line screen shot showing future date.
    Error Message : There may be Product Over Allocation in Delivery Group 001.
    Message No : VV023
    This is a random behavior we are coming across and out of 10 Order 2 or 3 Orders is getting this Issue.
    Please share your inputs how to rack this Issue.
    Your suggestions will be highly appreciated.
    I am unable to upload the attacments dont know what the reason.
    Thanks,
    Farhan.

    Check whether you need to carry out the coding corrections as recommended in the following note:-
    Note 52067 - Message VV023/VV024, but no prod.alloc.processing    
    But I wonder this is for older versions and not sure whether this would help you to overcome from the issue.
    G. Lakshmipathi

Maybe you are looking for