JBO-25054 after insert (with save) and immediate delete

After inserting a record, saving it, and immediately marking it to ‘Delete’ and clicking on ‘Save’, then an error occurs:
oracle.jbo.JboException: JBO-25054: Cannot locate the specified stack snapshot id: beforeModelUpdate at oracle.jbo.server.ApplicationModuleImpl.validateSnapshotName(ApplicationModuleImpl.java:7472) ...
But after logging in again, the record can be deleted, but then the user has to remember which record has to be deleted.
The application runs on Apache Tomcat 5.5.12 and is developed with JHS10.1.2.0.19 and JDeveloper 10.1.2.0.0.

The problem was that there was a default value in the database, but not in BC4J, so if no value was filled in, then within the database, the default value was used, so there was inconsistency.

Similar Messages

  • Is it possible to save an iPhone back up and access the files later if needed?  I have a string of text sms and iMessages that I would like to save and then delete them from my phone.  Is this possible?

    I have a string of text sms and iMessages that I would like to save and then delete them from my phone, but gain access to them later if I need them.  I prefer to have the string with the date/time stamp vs copying and pasting into a doc or text file.  Is this possible?

    Not unless you buy an app that accesses data from an iTunes backup.  Check in the app store.

  • When I sync my iPod with iCloud and I delete pictures off of my iPod will I still be able to access them from iCloud?

    When I sync my iPod with iCloud and I delete pictures or other data off of my iPod will I still be able to access them from iCloud?

    - Syncing with iCloud does not move anything from the the iPod to iCloud. Some items like contacts, calendar and some app date gets synced to the cloud continuously.
    - If you backup to iCloud it backs up the photos in your iPOd's Camera Roll album. If you delete some of those photos and then backup the previous backup gets overwritten with the changes and thus you can't get them back.
    - You can get the last 30 days worth of phtos in the CamerRoll form your PhotoStream
    iOS: Importing personal photos and videos from iOS devices to your computer

  • I partitioned my apple macbook with windows and mistakenly deleted the apple partition, now i want to restore my system fully to apple. please how can i do that

    i partitioned my apple macbook with windows and mistakenly deleted the apple partition, now i want to restore my system fully to apple. please how can i do that

    If your MacBook shipped with an install disc you'll have to use that. If it didn't you should be able to use Internet Recovery OS X: About OS X Recovery
    EXactly which macbook do you have?

  • After recovery, admin password filled in with "dots" and cannot delete or change it

    Hello.
    I ran the Windows 7 updates yesterday, but only the necessary ones.  I did not install any of the optional ones.  After the updates completed, I turned the computer on and it was stuck in a loop cycle - starting windows, then the admin password log in box came up.  The box was fiiled in (with "dots" but too many to represent my password) and the screen just quickly flashed back & forth between the log in screen and "password incorrect".     I tried to switch user, and it flashed back to the admin log in. 
    I did a system recovery to factory defaults (after backing up all data)  using the recovery discs.  After recovery, the "Set a password for account" screen comes up with the box below "Type a password" filled in completely with dots.  I cannot erase them with the backspace or delete keys.  If I highlight it and then try erase it with backspace or delete, the cursor just moves to the right hand side of the password box, but it still doesn't delete the faulty password "dots" so that I can change it. 
    I tried to reboot by holding in the power button and then turning it back on.  After selecting country & language again, the same password screen come up.
    It is stuck!  Any help would be greatly appreciated!  I computer I have  is the HP TouchSmart 310 PC 1155-Y.
    Thank You!
    This question was solved.
    View Solution.

    That is curious with a Recovery.  First, try to reset the password using NTPassword.  Make the CD, boot to it  following the directions.  If that does not solve the signon problem, consider installing the OS from a regular Windows 7 disk of the same version, using the key from the COA sticker.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • Camera now not working after syncronising with Icloud and sending a photo.

    Hello,
    I sycronised with Icloud and my Ipod touch 4 th generation was allworking okay, until I took some photographs via emailand sent them to my friend.The camera  icon is still present on the screen but when pressed the camera facility does not work. now.
    Can anyone advise please.
    Thanks,
    Paul

    Try the standard fixes to rule out a software problem:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod
    if still problem that indicates a hardware problem and an appointment at the genius Bar of an Apple store is in order.

  • Problem with SAVE and RESET button in WAD

    Hi all,
    We have two queries embedded in save template and we have created two different save and reset buttons for each query. But if i execute save or reset for one query it is working for both the queries. Can i restrict the SAVE and RESET button for a particular query.

    Hi Tilak,
         It appears that though there are two reset buttons, the HTML code for the webtemplete is not arranged to restrict the reset function of the button for each dataprovider used. This may cause the reset function to act globally on all dataproviders . In the XHTML code, please pass a unique instruction to each reset function, such that each instruction corresponds to a unique dataprovider.
    Thanks,
    Nithin Reddy

  • Validating components even with autosubmit and immediate

    Greetings:
    I am working in a application using ADF 11g. In my page, I have a <af:selectOneRadio> with two options (selectItem). These selectItem's have both immediate and autoSubmit attributes equal to true. Next, there is a <af:panelGroupLayout> which partialTriggers attribute points to prior selectOneRadio. Inside panelGroupLayout, there are some <af:inputText>'s. All of them are required. Depending of selectOneRadio value, some inputs will have their label changed, while others will be (or not) renderized. After this panelGroupLayout, I have a <af:commandButton>, where there will be the real submission.
    What I was expecting was, when I changed the select value, a partial submission would be done, without validation, and changed the labels or rederization of components inside panelGroupLayout. However, the components are being validated. The error messages are shown and the components chagings are not happening.
    Googling for some solution (https://www.google.com.br/search?q=adf+not+validate+at+partial+submit) , I found some suggestions that either did not work or thought too complicated (e.g. Use a subform and configure the page definition XML (http://www.oracle.com/technetwork/developer-tools/adf/learnmore/40-ppr-subform-169182.pdf)). I think that there is a simpler solution, but I could not found it.
    Below my JSF code:
       <af:form id="formCadastroUsuarioLicitacoes" usesUpload="true">
           <af:panelGroupLayout halign="end" id="pnGL1">
                <af:selectOneRadio id="radioType" value="#{viewScope.myManagedBean.type}" immediate="true" required="true"
                                        styleClass="radioType" autoSubmit="true">
                   <f:selectItem itemLabel="Type A" itemValue="a" id="itemA"/>
                   <f:selectItem itemLabel="Type B" itemValue="b" id="itemB"/>
                </af:selectOneRadio>
                   <af:panelGroupLayout id="panelGroupForm" partialTriggers="radioType" styleClass="AFStretchWidth">
                     <af:inputText id="txfDoc" value="#{viewScope.myManagedBean.document}"
                                       label="#{(viewScope.myManagedBean.type == 'b')? 'Doc B': 'Doc A'}" required="true"
                                       />
                     <af:inputText id="txfcompany" value="#{viewScope.myManagedBean.company}" label="company"
                                       rendered="#{(viewScope.myManagedBean.type == 'b')}" required="true" />
                     <af:inputText id="txfName" value="#{viewScope.myManagedBean.name}"
                                       label="#{(viewScope.myManagedBean.type == 'b')? 'Your Name': 'Name'}" required="true" />
                     <af:inputText id="txfEmail" value="#{viewScope.myManagedBean.email}" label="Email" required="true" />
                     <af:inputText id="txfEmailConfirm" value="#{viewScope.myManagedBean.emailConfirm}" label="Confirm your Email"
                                       required="true" />
                     <af:inputText id="txfphine" value="#{viewScope.myManagedBean.phine}" label="phine"
                                       rendered="#{(viewScope.myManagedBean.type == 'b')}" required="true" />
                     <af:inputText id="txfFax" value="#{viewScope.myManagedBean.fax}" label="Fax"
                                       rendered="#{(viewScope.myManagedBean.type == 'b')}" required="true" />
                   </af:panelGroupLayout>
                <af:commandButton text="Submit" id="btnsubmit" action="#{viewScope.myManagedBean.save}"/>
           </af:panelGroupLayout>
      </af:form>Thanks,
    Rafael Afonso
    Edited by: 993323 on 04/04/2013 13:50

    Hey,
    I hate to be the one to link Oracle docs. Have you read this part though? http://docs.oracle.com/cd/E23549_01/web.1111/b31973/af_lifecycle.htm#CIAIDFGC
    I also know that one of the Oracle Ace people wrote a blog on this. I think it was Timo, but I couldn't track it down. It has been awhile since I read it.
    Anyhow, my suggestion would be to look into the lifecycle methods that get skipped when the immediate value is set and see if that makes your problem any clearer to you.
    I am sorry I couldn't be of more help, I have only looked a little bit into field validations and the immediate field.
    Best of luck,
    Dustin

  • After editing with photoshop and saving, can't find it

    1) After editing a photo with Photoshop, save it, I can't find it. Only the original unedited photo is in my library.
    2) I tried adding a name extension to the DSC...., but can't find that either.
    3) Where can I resize photos using Iphoto editing?
    Thanks for any suggestions.

    Are you using Photoshop as described here:
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    Click to view full size
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.  3 - however, if you get the navigation window
    Click to view full size
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 9 the Saving File preferences should be configured as shown:
    Click to view full size
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Click to view full size
    NOTE: If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window".  That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu).  This way you get the best of both worlds.
    OT

  • How can I add 3ds Model into After Effects with animation and camera rotation?

    Hi all!
    I'm on my way to my final project of Multimedia Animation of my bachelor last year.
    I have good knowledge of After Effects & 3ds Max.
    I want to do a short movie with aliens being shot down.
    So, my question is: How can I import my 3ds model with the animation(keyframes) into After Effects AND rotate the whole character and it's animation as I move the camera?
    for example, having a alien being shot down at the same time I'm recording with the HD camera around, that means that I have to define planes and angles, the problem is that I'm not parenting the character correctly with the plane.

    Element doesn't do pre-anaimted objects, so that would be the limiting factor. Of course it could still be handy for otehr scene elements. On that note, using AtomKraft and exporting the model as an Alembic file with animation might also be something to look into...
    Mylenium

  • ProC - Insert with HostArrays and Sequence

    Hello,
    In my ProC application, I want to insert records using host arrays. But each record also has a sequence number associated with it. When I try to run the application, the same sequence number is assigned to each record and thus violating unique constraint.
    Example:
    insert into <table>
    values (sequence.nextval, NameArray, DateArray);
    Any ideas...
    thanks
    nitin

    Hi,
    the negative number is added by the ADF BC framework not to conflict with the database sequence numbering. Ideally you hide the field for as long as the value is negative
    Frank

  • Seems like my Control or Alt keys are "on" after browsing with Firefox and I have to control-click or alt-click on the desktop to set things back to normal

    After a browsing session using Firefox, my system behaves like either the Contol key or Alt key is stuck "on". For example if I start clicking icons on my desktop, each one is highlighted and "added" as if I were holding down the control key while clicking on each one (thus selecting all the icons). If I physically press the control key and click, then click again without the control key down, the system then behaves as normal.

    Use "Firefox/File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit") to close Firefox if you are currently doing that by clicking the close X on the title bar.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/Troubleshooting+plugins

  • IPad 3 Mailboxes not showing even after syncing with iMac and switching on SSL and port readings the same; even tried rebuild. Switched iPad off, rebooted and discovered settings went back to preset?

    Hi to all techies,
    Ipad3 with new iMail does not show mailboxes.  Have tried swithcing SSL on and making port same number 993 as imac; then telling imail in imac to synchronise but to no avail still no mailboxes appearing on ipad mail.  My husbands new ipad air worked straight away same OS?

    I'm sorry. I probably wasn't clear enough in my response. What I am saying is that one can create mailboxes in the Mac mail app and those mailboxes can be for local storage only - the "on my Mac" mailboxes. Those do sync to any other device. The ability to creat those mailboxes is a feature of the Mac mail app.
    You cannot create additional mailboxes on the iPad unless your email account is an IMAP account. I am not familiar with BT internet at all so I don't know if you have IMAP or not. I assume that your husband has the same email provider and if his mailboxes did sync to the iPad, then yours should as well.
    You can check to be sure if you don't know if your email account is an IMAP account. If you go to your email account in the iPad Mail app and look at the window where your inbox, trash folder and sent folder are - if there is an Edit button at the top of the window - tap that and then tap Add Mailbox at the bottom. If an new mailbox appears, you have IMAP.
    If the Edit button is not there - you cannot create folders on the iPad. Your email account is not IMAP. Only IMAP email accounts can create folders on the iPad. Any folders that you would already have in an IMAP account would sync to the device as well.

  • I loose my files after editing with photoshop and saving.

    I can "see" the file title listed in the photoshop save dialogue box but can find no way to access them again. They do not appear in aperature and fail to be found using any search string from finder.

    Before you sent the image to Photoshop as the External Editor, did you see new version (either .psd or .tif) that Aperture created for the purpose?  If so, then is that version still in the strip of images, or in the Browser?
    Ernie

  • PresaveAction() Popup message box with save and cancel button

    Hi,
    I want to give user an option from popup box with the message "Are you sure to Save you record".
    I got below javascript code but don't know how to show two buttons on popup if user wants to recheck before final saving then he should click CANCEL otherwise SAVE button.
    <script type="text/javascript">
    function PreSaveAction()
    alert("Your request has been submitted");
    return true;
    </script>
    Please advise in above code. 

    Hi,    
    For your requirement, you can use the JavaScript Confirm Box which will contains two buttons in a popup window.
    Here is a demo about checking the value in the “Title” field, if it equals “asdf”, then a Confirm box will come out, then user will be able to choose whether to save or not.
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script type="text/javascript">
    var $j = jQuery.noConflict();
    function PreSaveAction()
    var txtStatus = $j(":input[title='Title']").val();
    if(txtStatus == "asdf")
    alert("Invalid Input");
    var r=confirm("Are you sure to Save you record?");
    if (r==false)
    var statusfocus = $j(":input[title='Title']");
    statusfocus .focus();
    return false;
    else
    return true;
    </script>
    Feel free to reply if there still any questions about this.
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • AP INVOICE작성중 PO MATCH시 ORA-01403 ERROR.

    제품 : FIN_AP 작성날짜 : 2004-10-25 AP INVOICE작성중 PO MATCH시 ORA-01403 ERROR. ======================================== Problem Description AP Invoice작성시 Tax Code를 User의 코드로 선택후 PO Match를 하게 되면 아래와 같은 Error Message가 뜨면서 전표가 생성이 않됨. Tax Code가 VAT일 경우에는 PO Mat

  • Flash builder 4.7 iOS Debug Binary (IDB) component  is not installed.

    I get the error below consistantly. Is the IDB supposed to be part of the flex 4.6 sdk or part of an air sdk? (I've not seen it in either) Some components required to launch the application were not found. Please reinstall the AIR SDK and try again.

  • What version of Safari do I need for Gmail?

    What version of Safari do I need for Gmail? It says my current version (5.1.10) is outdated.

  • Export Scenarios in relates to job work

    we r in Implementation phase and ur client hav 2 export-job work scenarios scenarios 1) first the customer giving Purchase order and packing material required for end product. client creating SO for the end product let us take final product requires

  • Cache problem question. What am I doing wrong?

    index.html page has ENTER button that leads to content.html. Content.html holds > content.swf.  I will be updating the content.swf file regularly so want content.html to always display latest content.swf file. Btw content.html is just a blank page wh