Close_form rolls back ?

Hi,
In my form I am opening a second form by using open_form then after I am done with the second form I close it from the first form by using close_form. Everything works fine up to here.
The problem is calling the close_form rolls back the session . Is this something intended in Oracle Forms? Is there any way to avoid it?
Thanks
My env:
Oracle forms 10.1.2.0.2
dB 10.2.0.3.0

msoyer,
The background processes in Oracle Forms will detect if changes have been made in a Data block. You can interrogate :SYSTEM.FORM_STATUS, BLOCK_STATUS, and RECORD_STATUS system variables in the "Called Form" to see if changes have been detected. Typically, Forms will ask for confirmation if you are closing a Form with uncommitted changes. I say typically, because this confirmation can be suppressed through code.
I would suggest looking at the exit related (When-Window-Closed, Key-Exit, Etc) triggers in the Called Form to see how it is processing uncommitted changes.
Craig...

Similar Messages

  • My Ipod Classic (160G) no longer synchs completely with iTunes (93G).  Have reset and restored to no avail.  AM about to try roll back to a previous version of iTunes, which has been on auto update.

    My iPod Classic (160G) used to sync flawlessly with iTunes (93G).
    Recently, there seem to be fewer folders syncing.  In particular, it is not syncing more recent adds.  It also occassionally refuses to sync at least one mp3 downloaded from  Amazon.com, giving an unable to sync message with an error code or 50.
    I'm running iTunes version 10.7, and the software (2.04) on myiPod is current.
    I only use the iPod for music.  I have only one playlist.
    Reset and restore did not fix the problem; I'm considering rolling back to a previous version of iTunes.  Are there any other  ideas to consider? 
    Please advise.
    Thanks,
    R

    giving an unable to sync message with an error code or 50
    See this older thread for some possible solutions.
    https://discussions.apple.com/thread/3924425?tstart=0
    iTunes and its sync process with your iPod have been know to choke once the amount of data that needs to be transferred, replaced, or updated, reaches a certain size limit in GBs.
    B-rock

  • Apple Mobile Device Service installation rolls back

    Hey there,
    I've been having problems installing iTunes 9 or even 8 on my computer. While running the iTunes setup, part of the installation rolls back and when I launch iTunes after that, I get the message saying that
    "This iPod cannot be used because the required software is not installed. Run iTunes installer to remove iTunes, then install iTunes again."
    However, the installation doesn't work no matter how many times i reinstall it. I've fully uninstalled everything related to apple and used the microsoft's utility to check if they were properly uninstalled before reinstalling itunes, but I still got the same message.
    I found out that Apple Mobile Device Service was not installed and that was the problem. When i extracted AppleMobileDeviceService.msi from the iTunes installer and ran it, it rolled back too. So I used the /l*v command to create an installation log and this is the error.
    DIFXAPP: INFO: opening HKEY_USERS 'S-1-5-21-4128058654-1677487342-2165978628-1007\Software\Microsoft\Windows\Curr entVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593}' (User's SID: 'S-1-5-21-4128058654-1677487342-2165978628-1007') ...
    DIFXAPP: INFO: ENTER: DriverPackageInstallW
    DIFXAPP: INFO: usbaapl.inf: checking signature with catalog 'C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\USBAAPL.CAT' ...
    DIFXAPP: INFO: Driver package 'usbaapl.inf' is WHQL signed.
    DIFXAPP: ERROR: Create Driver Store entry failed. (Error code 0x6E: The system cannot open the device or file specified.)
    DIFXAPP: INFO: Successfully removed '{9AA3828A-F852-11DB-8E29-6C6B55D89593}' from reference list of driver store entry ''
    DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x52)
    DIFXAPP: ERROR encountered while installing driver package C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\usbaapl.inf
    DIFXAPP: InstallDriverPackages failed with error 0x52
    DIFXAPP: RETURN: InstallDriverPackages() 82 (0x52)
    Action ended 17:15:17: InstallFinalize. Return value 3.
    Can anyone help me please? Any help will be appreciated =P
    Cheers

    I have recently been fighting my system to get itunes to recognise my iphone and i ran into a similar problem.
    I couldnt uninstall the old version of apple mobile device support, and installing the new itunes over the top did not seem to help either.
    But i found a work around.
    Try opening the itunes.exe install package with winrar. (www.winrar.com, its a free program) and then extracting only the applemobiledevicesupport.exe file.
    Reboot your system, run that file and then reboot again.
    It should work.
    If it doesnt, then good luck to you :P
    -Adam

  • Data Services job rolling back Inserts but not Deletes or Updates

    I have a fairly simple CDC job that I'm trying to put together. My source table has a record type code of "I" for Inserts, "D" for deletes, "UB" for Update Before and "UP" for Update After. I use a Map_CDC_Operation transform to update the destination table based on those codes.
    I am not using the Transaction Control feature (because it just throws an error when I use it)
    My issue is as follows.
    Let's say I have a set of 10,000 Insert records in my source table. Record number 4000 happens to be a duplicate of record number 1. The job will process the records in order starting with record 1 and begin happily inserting records into the destination table. Once it gets to record 4000 however it runs into a duplicate key issue and then my try/catch block catches the error and the dataflow will exit. All records that were inserted prior to the error will be rolled back in the destination.
    But the same is not true for updates or deletes. If I have 10000 deletes and 1 insert in the middle that happens to be an insert of a duplicate key, any deletes processed before the insert will not be rolled back. This is also the case for updates.
    And again, I am not using Transaction Control, so I'm not sure why the Inserts are being rolled back, but more curiously Updates and Deletes are not being rolled back. I'm not sure why there isn't a consistent result regardless of type of operation. Does anyone know what's going on here or  what I'm doing wrong/what my misconception may be?
    Environment information: both source and destination are SQL Server 2008 databases and the Data Services version we use is 14.1.1.460.
    If you require more information, please let me know.

    Hi Michael,
    Thanks for your reply. Here are all the options on my source table:
    My Rows per commit on the table is 10,000.
    Delete data table before loading is not checked.
    Column comparison - Compare by name
    Number of loaders - 1
    Use overflow file - No
    Use input keys - Yes
    Update key columns - No
    Auto correct load - No
    Include in transaction - No
    The rest were set to Not Applicable.
    How can I see the size of the commits for each opcode? If they are in fact different from my Rows per commit (10,000) that may solve my issue.
    I'm new to Data Services so I'm not sure how I would implement my own transaction control logic using a control column and script. Is there a guide somewhere I can follow?
    I can also try using the Auto correct load feature.  I'm guessing "upsert" was a typo for insert? Where is that option?
    Thank you very much!
    Riley

  • Rolling back of Quick Pay Pre-payment and Quick Pay in case of void cheque

    Hi All
    I am facing an issue if you can help me out of if
    Here is a scenario
    a payroll manager runs the following processes.
    1. Payroll run
    2. Pre-Payments
    3. Payroll Archiver
    4. Payment Output file
    After running all these process payroll manager finds that he also has to make an adhoc payment on account of car loan of AED 150,000.
    So he runs following processes
    1. Quick pay for Car loan
    2. Quick pay pre-payments (payment made through check)
    3. payroll archiver
    4. Cheque Writer.
    Now due to some technical fault, alignment on printing of cheque becomes disturbed there for cheque misprinted.
    Payroll manager runs Void Cheque process to cancel the cheque.
    After all these processes which has run successfully, order comes from upper management to rollback quickpay for adhoc payment of loan.
    Now question is how it can be achieved.
    I tried different things as follows
    On Assignment Process results screen i queried the assignment which all the processes in descending order.
    I tried to start roll back from cheque writer but system didn't allowed to do this because of check Void process.
    I tried to start rollback from Magnetic report, system allowed to roll it back.
    Then i tried to rollback Quick-pay prepayment, system did not allow me be do it. There fore i couldn't run rollback for Quick-pay.
    There is an another thing i tried.
    On "Assignment Process Result" screen i queried assignment. Then i delete the first entry of Void cheque by using delete option from menu bar on top and saved the record. then i delete cheque writer entry and saved the record. Then i run rollback for quick pay pre-payments and ran it successfully and then lastly i ran rollback for quick pay run.
    One thing cautioned me that if I delete the void cheque entry then its history may be lost or have lost and on the other hand with out deleting void cheque i cannot proceed to rollback quick pay.
    Kindly tell me the best way to run rollback for quick pay in this situation.
    Regards
    Majid

    Bt do not provide broadband only so you need existing account holder to add broadband to phone account and then you can pay back the account holder - probably not what you want
    the 12 months advance applies to the line rental not the broadband - as I said BT do not sell broadband only you buy a package which includes phone
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • I am going to switch carriers in August if you do not roll back my phone software (KitKat issues)

    I just spent 6 hours trying to find a solution online to a plethora of problems I and my wife are experiencing since we updated our Droid Razr Maxx HD phones to 4.4.2 (Kit Kat).  I learned:
    1.  We are not alone.
    2.  Because we did not "root"our phones before the update, we are not able to roll back the OS ourselves.
    3.  We are stuck with what are now two phones that do not perform to our expectations.
    I have a total of 5 devices on my account and I pay you $370 per month for service.  I WILL change carriers when our contract is up on August 8th if you do not restore our phones to the previous software.  Spare me the excuses, promises of a future fix, etc.  I am done.
    Sincerely,
    Alex ( you may locate my account info through the email associated with this post )

    alextstone wrote:
    Alex ( you may locate my account info through the email associated with this post )
    This is a peer to peer customer forum. We don't have access to anyone's account except our own. Your email address isn't visible to the community members and this is a good thing since posting personal information like email addresses in the public forum is against the Terms of Service here.
    Take note of the note about reverting to the previous version of the OS in this link which covers the DROID Razr Maxx HD model as well. Release Notes: DROID HD by Motorola - 183.46.10.XT926.Verizon.en.US. and Release Notes: DROID HD by Motorola 182.46.10.XT926.Verizon.en.US

  • Glitches in address fill-ins with nicknames; default font problem; plus other glitches in Thunderbird 31.3.0 and 31.4.0; can I roll back to an earlier version?

    I am unhappy with the recent upgrade to Thunderbird 31.3.0 and now 31.4.0. My bottom line question is whether I can roll back to the previous version, which was working well for me.
    The problems I have encountered include:
    1. I used to be able to enter a single letter in many cases in the address field, and the autocomplete would fill in the entry that I always use with that single letter. That function has been lost, as has auto fill-in based on the nicknames I have entered in my Address Book. I see there is another thread on this problem (https://support.mozilla.org/en-US/questions/1036962), but no satisfactory answer so far. Entering a single letter now pulls up completely unrelated address entries that may not even have that letter as part of the name, address or nickname for that unrelated address. I have created new nicknames to try to adapt to this problem, but even these new nicknames no longer work with the 31.4.0 upgrade yesterday, forcing me to create yet more complex and hard-to-remember nicknames to pull up my frequent addressees. This is all very frustrating to me, as I depend on speed and ease when creating messages.
    2. Also, I used to be able to enter a single letter in the address field and then use the mouse to click on the "To:" symbol to the left of the next address line to change the next entry to "Cc:"; doing so would then cause the complete address to fill in in the "To:" address field, and make the next field ready for an entry. That no longer works. If I use that technique, the shortcut that I entered in the first field gets included along with the address (if I'm lucky enough to have the address itself selected now, given the problems I've mentioned above). I now have to press "Enter" in order to get the address in the first field to "take" correctly, and then have to click on the "To:" symbol for the next line as a separate action. Just another inconvenience with the new version.
    3. While still on the subject of addresses, personally I see no reason why the address and subject fields should now be colored blue by default rather than appearing as blank, white fields. I far prefer the old look. And I suspect that changing from the blue color to a nice, clean, white field takes time and computer resources that slow things down.
    4. The default font (Times in my case) no longer "takes" when replying to or forwarding messages. I've checked Tools/Options/Composition, and Times is still shown as my default font. However, when I start to type (in a reply with the original message quoted or in a forwarded message), the result is "Variable Width". In order to get Times, I need to highlight the block of text after typing, including the lead-in to the quoted message or the header of the forwarded message, and select "Times" when "(mixed)" shows up. This is a big pain; I often forget to do so and end up having to edit the Unsent Message (which I check before sending) as New and correct the font.
    5. A minor problem: I rely on the reminder to attach a message which shows up when an "attachment-related" word is entered in the body of the message. It has been a wonderful feature of Thunderbird that has prevented me on many occasions from sending off messages without the attachments. However, in the new versions, even if I have indeed added the attachment, a pop-up comes up on sending the message saying there has been no attachment and asking if I want to add one. It's easy enough to just click "No", but it's yet one more unnecessary and distracting step that this new version is requiring of the user.
    I'm really sad to see these various changes/glitches. I love Thunderbird and it bothers me deeply to find myself mired in so many new problems that slow down my work. I would be grateful for any suggestions and advice, and, particularly, for any information as whether I can roll back to the version prior to 31.3.0 that was working well for me.

    Thank you, Zenos. I tried rolling back to v31.2.0, since I had not encountered problems prior to December. However, that didn't help. So I followed your valuable suggestion to revert to v24.6; that seems to have done the trick.
    I would like to mark this problem as "Solved" -- the rollback seems to have worked. However, since my original post was a complex mix of things, before I do that, should I post the individual problem sets that I had noted (address fields/nicknames problems -- numbers 1-3; default font problem -- number 4; attachment reminder problem -- number 5) as separate issues which have not been solved?
    Do you know if these various issues are being worked on? I'm glad to have the temporary fix of rolling back to an earlier version, but I'd like to get back on the current update schedule at some point if and when these problems have been corrected.
    Thank you again!

  • How do I roll-back to the previous version of Firefox? An auto update occurred and now one of the programs used at the office (ACT! v6.0 SwiftMail) won't run with the browser.

    The office I work in uses a very old version of ACT!, an accounting package. This package has a component called SwiftPage, an antiquated email system that enables us to email from the ACT DB. SwiftPage runs via the web browser.
    Firefox just did an auto update (that I will have to find out how to turn off) and now SwiftPage won't run as it is not compatible.
    Can I "roll-back" my version of Firefox or do I have to uninstall and try to re-install an older version?
    HELP!

    Try loading and using the add-on from this link: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Many add-ons do in fact work if you force them to run. The procedure to roll-back is given in this article: [[installing previous versions of firefox]]
    Unfortunately the official Firefox policy is that you downgrade to 3.6 which is supported for a while longer, and not the now unsupported Firefox 4. If after installing and running the ''add-on compatibility reporter'' you still have problems there are ways around the official policy.
    I think it is absurd that Firefox 4 may be used by tens of millions of users one day and a few days later those that upgrade to Firefox 5 should be not only told not to use a now unsupported browser, if they need to revert due to problems, but are actually obstructed in attempts to do so. See also [/questions/840397#answer-205154]

  • Rolling Back Closed Period

    Folks,
    I'm trying to post the GR thru MIGO for the scheduling agreements and I'm getting this error:
    "Posting only possible in periods 2009/04 and 2009/03 in company code____"
    I'm trying to post in the current month " Jan 2009".
    I checked OMSY and current period is 042009.
    I know we can close the periods thru MMPV/MMPI but in this case these periods are already closed and current open period is only two months after (042009).
    Is there any way we can roll back to the closes periods and posting can be done in the existing period??
    We are in our dev environment but any heads up of this would be greatly appreciated!!
    Thanks for your help in advance,
    Cheers,
    Dhaval

    Hey there,
    Thanks for the heads up. However I think that MMRV will only allow posting in the previous closed period which in this case would be 032009.
    But I'm not sure if this will help me if I would want to post in 012009 or 022009.
    I'd appreciate if you could shed some more light on this.
    cheers.
    Dhaval

  • Folders rolling back in finder view in 10.6 connected to a 10.6 server.

    I have a server 10.6 with all updates and some times when i connect from 10.6.8 clients by AFP some folders roll back automatically any ideas?

    By default the Windows Server 2008 will not have the Line Printer Daemon Service installed and running. With the Server 2008 configured with the Print Services role you need to select the TCP/IP Print Server (LPDSVC) service which allows computers that are using the Line Printer Remote (LPR) service to print to shared printers on this server. The Select Role Services wizard also creates an inbound TCP exception on port 515 for LPD in the Windows Firewall with Advanced Security.
    With this enabled you should then be able to use the LPD queue you created on the Mac's to print to the Windows shared queue. Note that the Queue Name on the Mac will be the name of the share used on Windows. A good tip is to keep the share name short and without spaces.
    Note that when you type the IP followed by \HP4015, you are connecting via RPC/SMB. For Windows this is known as Point & Print and while the Mac can connect to this same queue, you cannot use the same procedure. Instead you can use the Windows icon within the Add Printer browser to browse the workgroup then the computer name. When selected you often have to enter user credentials saved on Windows to then see the printer share. When the queue creation is completed you then can print but often have to authenticate every time you print. This is why LPD is preferred. The other thing is that with SMB connections, you often cannot use the vendors driver for consumer products. But if this HP is a LaserJet that supports PostScript then there won't be the same limitation.
    Pahu

  • FUNCTION MODULE TO COMMIT & ROLL BACK.

    Hi all,
    I am working on an interface , in case power interruptions  while running file extraction, the program should roll back completely and the the file should be scheduled  later.
    could any body give suggest me the solution and  the function module name .
    Regards
    Sre

    Hi,
    for BAPI's to commit use FM BAPI_TRANSACTION_COMMIT
    to undo all the changes use FM BAPI_CHARACT_ROLLBACK

  • MDB transaction getting silently rolled back?

              I have an MDB that is doing a delete of a database record in the onMessage method.
              It seems to work fine. I see no errors in the log, in fact I have some debug
              statements that indicate everything was completed normally. I even do a count
              sql using the same where clause and print the results and see a '0'.
              However, when I check the database, the record is still there.
              It seems as if the transaction is getting rolled back somehow. The MDB is transaction
              required/container tx. I never setRollbackOnly anywhere.
              The topic was originally published in a transaction that was rolled back, if that
              makes any difference. In fact, the point of the MDB is to clean up a record that
              was created during the transaction but not within the transaction.
              Any help is appreciated!
              ken
              

              It turned out that the MDB was using a different connection pool than it should
              have, which was pointed to an old copy of the database. So it wasn't really rolling
              back, it really was deleting records as desired, just in the wrong database.
              Thanks
              ken
              Tom Barnes <[email protected].bea.com>
              wrote:
              >Some random ideas:
              >
              >Is the app sending a delete request to the MDB, and
              >the MDB acting on it, before the record is even inserted?
              >
              >Does the delete request have the correct row-id/PK?
              >
              >Is the MDB app failing without your knowledge? You
              >can instrument the MDB onMessage() with a
              >"try catch Throwable" to see.
              >
              >Is the MDB tx timing out trying to get a lock
              >on the row? You can instrument the onMessage
              >with timestamps to see if its taking longer than 30 seconds...
              >
              >Tom
              >
              >Ken Clark wrote:
              >
              >> I have an MDB that is doing a delete of a database record in the onMessage
              >method.
              >> It seems to work fine. I see no errors in the log, in fact I have
              >some debug
              >> statements that indicate everything was completed normally. I even
              >do a count
              >> sql using the same where clause and print the results and see a '0'.
              >>
              >> However, when I check the database, the record is still there.
              >>
              >> It seems as if the transaction is getting rolled back somehow. The
              >MDB is transaction
              >> required/container tx. I never setRollbackOnly anywhere.
              >>
              >> The topic was originally published in a transaction that was rolled
              >back, if that
              >> makes any difference. In fact, the point of the MDB is to clean up
              >a record that
              >> was created during the transaction but not within the transaction.
              >>
              >> Any help is appreciated!
              >>
              >> ken
              >
              

  • How Can I Roll Back my iTunes Library?

    I'm guessing it may no tbe possible at all, but here goes.
    What I would like to do with my music estate is roll back my current iTunes library file, automatically updated to iTunes 11 when updated on MPBr when this was my only PC using iTunes. Now I have three and some iOS devices too. My library has been moved from windows machines to macs and is several years old and has received 100s of hours of tweaking to get it just right.
    Now my server is a PowerPC mac and I can only go as far as iTunes 10.6.xx, I want this to be always on and share the library with other PCs accross home sharing (i will sync iPhones over the wi-fi with this PC too, though it may not play with iOS7, so perhaps not).
    I want to see the iTunes library on the macbooks, probably through Home Sharing, I also want to be able to sync the iphones, but only have a single copy of the music files on the server. is this possible? This will just be for when out of the house as I can also use home sharing in the house for music.
    Thanks

    You say you want to do this with multiple devices.  Let's say you have a new iPhone 5 that requires iTunes 11. You will not be able to sync that if your base iTunes is iTunes 10.6 since your hardware will require at least whatever version of iTunes was current at the time of purchase.  You're seeing this with your iOS7 phone.  Anyway, unless all your hardware is old enough to use the lowest version of iTunes you need to run, you may be out of luck.  You cannot share the library.  Sharing media is different, and relatively easy, but it will be complex to ensure all the multiple libraries are kept up to date.
    You also can't roll back iTunes libraries to earlier versions unless you kept a backup of your library from the point to which you wish to revert, or it is still in the previous libraries folder.

  • Is there a way to roll back ios6? I upgraded before I knew about the new mapping. I used google maps all the time and absolutely hate the new one. Just about everything I've looked for is wrong or missing.

    I hate the mapping in IOS6. Is there a way to roll back to the older OS? When I upgraded I didn't know about the mapping change. I used google maps a lot, for a variety of things. In just a few searches I've found more errors or missing landmarks than anything else. I really hate this app!

    I agree. How can I roll back to the previous OS? Developers, please post a procedure for reverting.

  • Regarding DB adapter transactions roll back

    Hi All,
    In a BPEL, using while loop i'm trying to insert records in a table(business table-Oracle XE DB). If any errors happen during the insertion, it should rollback the previous insertions happened in the business table and insert the error details in the log table.
    Example: Let's say 5 records need to be inserted in business table, after first two records get inserted successfully, due to invalid data, 3rd record fails to get inserted.
    Things i have done,
    1) I have a catch block to catch the errors
    2) I have an invoke activity in the catch block to invoke the DB adapter to insert error details in log table.
    3) Throw activity with bpelx:rollback to roll back the previous transactions.
    Question: After the error details get inserted in log table, since i have a throw activity with bpelx rollback, all the previous DB transactions including the log table insertion is getting rolled back. I don't want my log table record insertion to be rolled back, only the records which i have already inserted successfully in the business table needs to be rolled back.
    Can anyone let me know, how to handle such a situation? your response is greatly appreciated.

    You need to ensure that your process is working in a single transaction.
    You are correctly using the XA datasource.
    Next you need to ensure that you do not have a dehydration point in the process and if there is a call to another BPEL process they are in a same transaction.

Maybe you are looking for

  • ASA 5505 unable to access ASDM ( just needs some ports ope and FWDing setup)

    I was able to access the ASDM launcher in the browser yesterday   via    https://192.168.111.1/admin and I was stuck there as the browser version says that my ASA image does not work with my ASDM version...      So i tried some trouble shooting and t

  • How to e-mail digitaly signed PDF created from SAP Layout

    Hello all, everything is clear from the subject. We have SAP Layout which we want to convert to PDF, than sign with external digital sign and send it with e-mail on some address. Please explain how to convert to PDF and that sign SAP Layout. For now

  • Cant start up my database

    after installing oracle 10g on windows xp i hv not been able to start it up

  • LSMW Standard Batch Input Program

    Hi, I have one requirement on creating BOM. I have to upload data from legacy system to SAP for T-Code ' CS01' I have to use the Standard Batch input Program 'RCSBI010'. I have source structure and Target Structure. In Source structure i have Header

  • Creating an Action and then Batch Process

    Need some help creating an action and then batch processing a file using that action. I was able to do it in previous versions of PS (wish I had kept the action!). For some reason its not working. Keeps creating the same file over and over again. Her