Closing runtime causes dr.watson (only LV6.0.x)

When I run my application (LV 6.0.2) on a Win NT system and close the application window, I get a Dr.Watson Error. Stopping the Application without closing the window causes no error. The error occures only in communication with my CAN-Interface. LabView 5.1.1 causes no error.

Helo:
The CAN-driver I use, is no NI-driver.
Yes, the application is a stand-alone exe generated by LV. I have no LV on the System, only the application (because of disk space).
Dr.Watson describes (in German):
"Zugriffsverletzung (0x00000005), Adresse: 0x037bae6c
Attachments:
Drwtsn32.log ‏345 KB

Similar Messages

  • Need mouse disable only - moving & clicking mouse during runtime caused 'hanging the program'

    Hi all...
    I have a VI program that controls a DAQ card which acquires up to 250kHz. During acquisition, the CPU usage is at 100% and any mouse movement causes program hanging.
    I'd like to disable the mouse. I have found about using Call Library Function Node to a WINAPI function BlockInput. But it blocks keyboard input as well, which is need in the program to halt the running when required.
    Is there another way to go about it?
    Thanks in advance!
    Regards,
    D Hing

    I think you may be going about solving your problem the wrong way. Moving the mouse shouldn't kill your program.. I routinely write acquisition software that acquires and logs data at high sample rates. I'm guessing that moving the mouse causes an error to pop up indicating that the sample buffer has overflowed, and killing your acquisition. There are things that you can do to prevent that from occurring. Let me know if I'm going down the wrong track here, or if you are running your program on a very old computer.
    Just guessing, but I suspect that it is not the acquisition that is sucking up your cpu cycles, but maybe displaying the data on the screen. If you can live without seeing the data come in, you may be able to cut the processor usage by 50% or more. If you do want to see the data, there is a good thread on Max/Min decimation in here somewhere that discusses things that you can do to improve the performance of drawing a graph. Also, the buffer size for you acquisition can be increased, which will give your program more time to catch up when it falls behind (when it's paying attention to the UI, for example). And if you aren't doing this already, I suggest a Producer-Consumer architecture for your vi. The acquisition occurs in the producer loop, and logging and display occur in the consumer loop.
    Good luck!
    Chris

  • ALV: Runtime error when calling only few columns of tables in ALV rpt

    Dear ABAP Gurus N Experts,
    I am new for ABAP.
    I am creating an ALV for fetching the data from ztable. It works fine, If I select all column than .
    SELECT * FROM zshipment01 INTO TABLE gi_zshipment01.
    But when I try to select only few column it gives an error. Runtime errors: DBIF_RSQL_INVALID_RSQL, Exception:  CX_SY_OPEN_SQL_DB
    SELECT container shipment_no bill_of_lad bl_date DATE_OF_PORT ARRIVAL_NO1 ED_TRUCKING
    FROM zshipment01 INTO TABLE gi_zshipment01.
    I am using following function:, which is called in program as PERFORM load_data_into_grid.
    FORM load_data_into_grid.
    SELECT * FROM zshipment01 INTO TABLE gi_zshipment01.
    Load data into the grid and display them
    CALL METHOD go_grid->set_table_for_first_display
           EXPORTING i_structure_name = 'zshipment01'
           CHANGING  it_outtab        = gi_zshipment01.
       ENDFORM.                    " load_data_into_grid
    Early response will be highly appreciated.
    With thanks,
    DSC
    Moderator Messge: Basic questions are not allowed. Search before you post.
    Edited by: kishan P on Feb 29, 2012 2:22 PM

    Hi Devendra,
    Try to use "corresponding" statement.
    SELECT field1 field1 etc FROM zshipment01 *INTO CORRESPONDING FIELD OF TABLE* gi_zshipment01.
    Regards,
    Dondi.
    Points unassigned
    Edited by: kishan P on Feb 29, 2012 2:22 PM

  • CRX XI R2 runtimes causing "Runtime to Terminate in an unusual way" error

    HI,
    I am using RDC in Visual Strudio 2008, and am deploying using Sp5 msm's to a vista machine.
    The following call, which works fine on the dev machine,
              variantt vtEmpty;
              vtEmpty.vt = VT_EMPTY;
              CX::IReportPtr spReport;
              spReport = m_spApplication->OpenReport(strFileOrPath, vtEmpty);
    casues the error
    "Runtime error
    Program ......Tbsales..exe
    This application has requested the runtime to terminate it in an unusal way."
    Declaration of m_spApplication in header file:-
    CX::IApplicationPtr m_spApplication;
    I am at my wits end to try and resolve this. If have checked the obvious things like making sure the file is there - actually it doesn't matter whether teh file is there or not.
    Any assistace is greatly appreciated,
    Thanks,
    Mike
    Edited by: Mike Stoodley on Aug 7, 2009 5:17 AM

    Hi Mike,
    3 things not going for you, RDC, .NET 2008 and Vista.... RDC was built for Visual Studio 6 and is not officailly supported in any  flavour of MS's .NET Studios. Even though it's C++ which should not matter, the Studio still uses the updated C++ runtime. I've seen issues where the debug version of MS's runtime work just fine but then compiling to Release mode all sorts of issues pop up... something different betweeen Microsofts builds or the way code is handled when compiled. Debug tends to be more generous in handling errors within the IDE than it does when run in Release mode.
    The other issue is the latest releases have been built using .NET 2005 compiler to make CR DEP aware and the result is MS's Framework is now causing problems for our runtime. But should not be an issue with an RDC app but the RDC is build using the same code stream so it may have unusual side effects.
    So it's not neccessarily a CR bug, could be a MS issue or could be just the way you are handling the various methods in .NET...
    In either case if it is a bug we can get it escalated to be fixed and you will get a credit for the case. If it is a coding issue then you won't but should have a fix.
    Thanks again
    Don

  • Extproc causing Dr. Watson

    Extproc.exe is causing a Dr. Watson error every time I attempt to access it. I have setup my tsnames.ora and listener.ora files exactly how the documentation has said.
    I am running NT 4.0 server with SP6a. Oracle 8i 8.1.6. It is not specific to one particular machine either because I have tested it on 2 separate machines.
    I have attempted to access the extproc_connection_data throught the test on the Net80 Assistant and by running sqlplus /@extproc_connection_data from the command prompt.
    Here is a copy of my tsnames.ora and listener.ora files:
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oradbms)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    tsnames.ora:
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = R0)
    Any help is greatly appreciated. This appears to be a bug in the extproc but in all of the discussions I have yet to see another with the same problem.
    Thanks,
    Jeff
    null

    I have received the same error on the 8.1.6 install. Also running NT 4.0 SP6a. I am running a canned install - nothing special with the exception of upgrading from 8.1.5 to .6
    I'll re-post if I find out what the problem.
    Regards, Chris

  • TS3992 My ICloud still says 'incomplete' even after I closed every app, then opened only Camera Roll.

    I'm trying to free up storage on my Iphone 4. When I attempted to move pictures/videos to my ICloud via backup, it's saying 'incomplete' even though I closed ALL apps (including Camera Roll, then tried again with it open)

    Unfortunately it like the problem is stored in your backup.  The only thing I can think of to do other than restoring your phone as new is trying to recover an earlier backup to restore to. If you backed up your phone by syncing with iTunes prior to this happening there's a chance you can recover the backup using Windows System restore (restoring to an earlier restore point) or mac Time Machine.  If it's there you will find it at one of the following locations:
    Mac OS: ~/Library/Application Support/MobileSync/Backup
    Windows XP: %AppData%\Apple Computer\MobileSync\Backup
    Windows Vista: %AppData%\Roaming\Apple Computer\MobileSync\Backup
    Windows 7: %AppData%\Roaming\Apple Computer\MobileSync\Backup
    If you find it, put it on a flash drive and then revert your system back to its current status (by undoing System Restore or ending Time Machine).  Once done, copy this backup file to it's original location.  Then  disable automatic syncing in iTunes (Preferences>Devices>Prevent...from syncing automatically), connect your phone to your computer and save any recent pictures in your Camera Roll, right-click on it in iTunes and select Transfer Purchases (to save any new purchases), right-click again and select Restore from Backup chosing the older backup you just recovered.

  • Closed Network for 5 GHz only?

    Hi guys,
    Just installed a brand new 5th gen AEBS,
    My plan is to use 5GHz band for my Mac Pro which is in the same room as the AEBS and 2.4 for iOS devices and an older iMac.
    When configuring I toggled Closed Network which is located under the 5 GHz network name in Airport Utility.
    My question is: seeing that the 5 and 2.4 GHz networks now have different names, are both "closed" or is it only the 5 GHz network?
    Yes I know a Closed network offers no additional security give the right tools
    Thanks in advance.

    Both 2.4 GHz and 5 GHz bands will be "closed" if this option is enabled.

  • I have flash professional cc and I need air for desktop application with .exe or .air that should contain all swf's and captive air runtime in one Installer only . I don't want to install separate adobe air runtime .

    I need Air for desktop application either in .exe or in .air with embedded captive runtime just like .apk . I don't want to install adobe air separate . everything should come in installer
    I have adobe flash professional cc development tool , let me know whether I have to go with other development tool???
    your reply will  increase my confidential level
    please anyone can help me to solve this problem
    Thanks&regards
    Niranjan

    Adobe Flash Professional CC manual
    1) Create new project
    2) Configure your Project properties
    3) Embed runtime, so you users can use Adobe AIR without pre-installed Adobe AIR runtime
    4) After publishing you will receive %APP_NAME%.app folder that contain your project files

  • Air Runtime UI (Pandora One) only appears for 3 out of 4 users

    MacPro 3,1 with Mac OS X 10.6.6.
    Pandora One App runs on three (Admina, Shared, Guest) of the 4 users on the machine and not the 4th (Admin).
    Are there known incompatibilities I should check beyond the Troubleshooting Guide on this site (which I have checked) - 
    Install Log (reinstall actually):
    Adobe AIR install Log:
    Feb 18 14:33:39 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Runtime Installer begin with version 2.5.1.17750 on Mac OS 10.6.6 x86
    Feb 18 14:33:39 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Commandline is: -psn_0_294984
    Feb 18 14:33:39 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: No installed runtime detected
    Feb 18 14:33:45 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Relaunching with elevation
    Feb 18 14:33:45 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Feb 18 14:33:51 MDSMacPro-8 authexec[415]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Feb 18 14:33:51 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Runtime Installer begin with version 2.5.1.17750 on Mac OS 10.6.6 x86
    Feb 18 14:33:51 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Commandline is: -ei
    Feb 18 14:33:51 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: No installed runtime detected
    Feb 18 14:33:51 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Starting silent runtime install. Installing runtime version 2.5.1.17750
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Subprocess chown succeeded
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Subprocess chown succeeded
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Feb 18 14:34:01 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Subprocess chown succeeded
    Feb 18 14:34:02 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[415]: Runtime Installer end with exit code 0
    Feb 18 14:34:02 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Elevated install completed
    Feb 18 14:34:07 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -installupdatecheck
    Feb 18 14:34:07 MDSMacPro-8 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[406]: Runtime Installer end with exit code 0
    Feb 18 14:34:07 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Runtime Installer begin with version 2.5.1.17750 on Mac OS 10.6.6 x86
    Feb 18 14:34:07 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Commandline is: -installupdatecheck
    Feb 18 14:34:07 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Installed runtime (2.5.1.17750) located at /Library/Frameworks/Adobe AIR.framework
    Feb 18 14:34:08 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Performing pingback request
    Feb 18 14:34:08 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Pingback request completed with HTTP status 200
    Feb 18 14:34:08 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Starting runtime background update check
    Feb 18 14:34:08 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Begin Background update download from http://airdownload.adobe.com/air/3/background/macos/x86/patch/2.5.1.17750/update
    Feb 18 14:34:08 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Unpackaging http://airdownload.adobe.com/air/3/background/macos/x86/patch/2.5.1.17750/update to /Users/mds/Library/Application Support/Adobe/AIR/Updater/Background
    Feb 18 14:34:09 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Runtime update not available
    Feb 18 14:34:09 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Unpackaging cancelled
    Feb 18 14:34:09 MDSMacPro-8 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[423]: Runtime Installer end with exit code 0

    When Pandora is run with this account: The normal Pandora entries show up in Menu Bar; Pandora Menu has About Pandora; Hide Pandora; Hide Others; Show All (grayed); Quit Pandora.  File Menu has Close (grayed). Edit menu has standard entries. Window menu has Minimize, Zoom & Bring all to Front (minimize & zoom are grayed). The Pandora UI and display do not launch. and no connection is made to the service.
    On all other accounts on this computer the UI launches and the app connects as expected.
    While logged in as problem account (mds) removed Pandora folder from ~/Library/Preferences. Restarted Pandora; Folder and contents recreated -- no change as UI launch.
    Logged in as other users and did the same -- Folder recreated and Pandora launched and functioned correctly.

  • Runtime error in Applet only appears when running through IDE applet viewer

    Java 5.0
    Netbeans 4.1
    Linux (Suse 9.3)
    I only started getting this error when I set the data loading and initialization classes into a separate thread. (the data loading and init is currently just using dummy test data within the class, nothing is loaded from external files as of yet)
    Exception in thread "J3D-MasterControl" java.lang.NullPointerException
            at javax.media.j3d.SoundScheduler.activate(SoundScheduler.java:714)
            at javax.media.j3d.MasterControl.viewActivate(MasterControl.java:2539)
            at javax.media.j3d.MasterControl.handlePendingRequest(MasterControl.java:3032)
            at javax.media.j3d.MasterControl.doWork(MasterControl.java:2956)
            at javax.media.j3d.MasterControlThread.run(MasterControlThread.java:28)This error only comes up about 50% of the time, and only when I run it within the IDE applet viewer. I've never gotten this error when I run it from a web browser (tested with IE, Firefox and Opera).
    Is this an error I should be worried about, since it only comes up within the IDE?

    Chana_R wrote:
    Thanks for the reply. I am new to this topic area (though pretty good a programming in general...), so forgive me the query below is offbase.
    The applet is unsigned. For what it is worth, the applet code and the database are stored on the same machine. However, I can see where a client running the applet is a remote user and so the system may view this as a different source of code (IP/DNS).User has nothing to do with it.
    >
    I am currently to the point I can run the applet on my own server's browser, but cannot access the applet via a remote browser. I get an java.lang.NullPointerException
         at JdbcTest.init(JdbcTest.java:40)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Would this be typical of the problem you describe?
    No. You will get an exception for the problem I discussed. The problem you have suggests either something else is wrong or you are eating an exception and then attempting to continue.
    And secondly, what is a reasonably safe (and yet free!) method to deal with this? Is there a way to handle through java.policy or should I sign the applet? I've never worked with signed applets...but I can certainly start reading up on the topic...Signing the applet is easier in terms of distribution. Policy change is quicker if you are just messing around or if you have a very limited distribution target.

  • New version caused webpage to only be half of my laptop screen

    Downloaded Firefox update on 06/18/14 and it doesn't fill the entire laptop screen. All websites are 1/2 of the screen and you can see my wallpaper peeking out from underneath. I'm not that computer savvy so I tried a few common sense fixes to troubleshoot but nothing is solving the problem.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Closing OracleCachedRowSet caused connection closed! Why?

    public static void test2() {//using OracleCachedRowSet and STATEMENT
    try {
         Object[] arg = {"SERVER.STRT0018",String.valueOf(1071)};
         MessageFormat form = new MessageFormat("select a.TRANEDTM, a.CRDENNO from {0} a where a.POSNO=''{1}''");
         int a = arg.length;
         String sql = form.format(arg);
         Statement st = conn.createStatement();
         ResultSet rs = st.executeQuery(sql);
         // using Oracle implemented Rowset
         OracleCachedRowSet ocrs = new OracleCachedRowSet();
         ocrs.populate(rs);
         rs.close();
         st.close();
         ocrs.last();
         System.out.println("RowCount=" + ocrs.getRow());
         if (ocrs.first()) {
              do {
                   System.out.println("TRANEDTM2="
                        + ocrs.getInt(1) + " CRDENNO2="
                        + ocrs.getString(2));
              } while (ocrs.next());
    //ocrs.close() //If this is executed, when this function is called for the second time, an exception will be thrown out.
    } catch (SQLException e) {
         System.out.println(e.getMessage());
    The shared database connection is established outside of the function. If ocrs.close() is executed, there will be an exeception("connection is closed!") thrown out when the funcition is called for the second time. if ocrs.close() is commented, everything will be fine?
    Does OracleCachedRowSet needs to be closed explicitly? If I do not close it, is there going to be any potential problem?

    public static void test2() {//using OracleCachedRowSet and STATEMENT
    try {
         Object[] arg = {"SERVER.STRT0018",String.valueOf(1071)};
         MessageFormat form = new MessageFormat("select a.TRANEDTM, a.CRDENNO from {0} a where a.POSNO=''{1}''");
         int a = arg.length;
         String sql = form.format(arg);
         Statement st = conn.createStatement();
         ResultSet rs = st.executeQuery(sql);
         // using Oracle implemented Rowset
         OracleCachedRowSet ocrs = new OracleCachedRowSet();
         ocrs.populate(rs);
         rs.close();
         st.close();
         ocrs.last();
         System.out.println("RowCount=" + ocrs.getRow());
         if (ocrs.first()) {
              do {
                   System.out.println("TRANEDTM2="
                        + ocrs.getInt(1) + " CRDENNO2="
                        + ocrs.getString(2));
              } while (ocrs.next());
    //ocrs.close() //If this is executed, when this function is called for the second time, an exception will be thrown out.
    } catch (SQLException e) {
         System.out.println(e.getMessage());
    The shared database connection is established outside of the function. If ocrs.close() is executed, there will be an exeception("connection is closed!") thrown out when the funcition is called for the second time. if ocrs.close() is commented, everything will be fine?
    Does OracleCachedRowSet needs to be closed explicitly? If I do not close it, is there going to be any potential problem?

  • I purchased an iTunes gift certificate with my Canadian-based American Express card (I live there) and had it emailed as a gift to someone at a hotel in the U.S.; Now, he cannot seem to use it. Apple online said it is cause it's only usable in Canada! Wha

    I bought a gift certificate from iTunes, online, for someone travelling in the U.S. temporarily. He is a Canadian, I am a U.S. citizen, and I bought it using my Canda-based American express account, as I live in Canada.  Now he is told by Apple on the telephone that he cannot use the certificate to buy anything as it was purchased on a computer in Canada.  This seems utterly impossible!  Does Apple have walls between countries?  It seems to me that someone stuck in a hotel, with his iPhone, might want to purchase stuff from iTunes, but now it seems this cannot be done and he will have to return to Canada to use the certificate.  What the heck kind of instant gift service is that!?
    Anyone know how to deal with this?  The person travelling is gone another couple of months.  Anyone ever try for a refund from iTunes?

    When you tried to contact Support with the card's images how were you trying to do it, on your phone or a browser on your computer ? And have you tried a different browser to see if you get the same error message ?
    As well as images of the card they might also want an image of its receipt.
    And to contact Support you were using : http://www.apple.com/support/itunes/contact/ , and clicked on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes ?

  • Adjusting system time during runtime causes problems?

    Running a TDS based application on Win2008R2. 5.1.19 (yes we are updating to 5.2.36 later this week)
    The system clock was adjusted back by 5 hours while running. No issue at time, but after an app restart we found we had a corrupted trans log with LSNs lower than those in database files. Had to recover by removing the tran log and clearing LSNs in a database file using db_load -r lsn
    Is there something in the trans log contents or writing process that would be affected by a change in system clock backwards?

    Hello,
    I don't think a clock change could impact the transaction log
    files. However it is definitely the case that an anti-virus
    software scans should be avoided on Berkeley DB data files
    (database, transaction log, region). An anti-virus scan could
    be problematic if a page is scanned at the same time the library
    code is trying to lock a database for an update. Is there any
    chance that an anti-virus scan or some other application happened
    at the same time which might have been touching a database page?
    Thanks,
    Sandra

  • Forms 9i Runtime causes "Web site cannot be displayed" message

    I'm running Forms Developer 9iDS on Windows NT and IE ver 5.5. Whenever I try running a form from builder IE returns the message "Web site cannot be displayed". Is there any problem with settings/installation?

    Hi,
    This error message sounds like a Browser message from IE. This means that the URL called does not exist or cannot be served due to a server unavailability. Did yu start teh OC4J instance? Go to the Windows start bar, the iDS folder, Forms and the click on "start OC4J inszance".
    Frank

Maybe you are looking for