Watson Errors RPCClientAccess freezing up CAS

I am occasionally getting errors that are freezing up the CAS, preventing mail transmission until I restart services.  Most of the errors I get are similar to the one below, they ALL have to do with RPC.  Using Exchange 2010 SP3 (where did all
the 2010 forums go?  couldn't find, so am posting to the 2013 forums, sorry).  I turned on windows error reporting settings in the registry to dump the error log, but absolutely nothing shows up so that is no help.  The information I find mostly
points to installing rollups (most of the rollups are older than what I have installed).  I don't have any really definitive information here and it is getting frustrating.  At least this time I got the exact same error at the exact same time on
both of my CAS servers instead of getting it on one CAS server, and this time it showed up BEFORE all the systems froze, instead of after everything came back, so at least I could start checking/restarting services, etc.  Any ideas here?  Thank you.
Watson report about to be sent for process id: 11556, with parameters: E12, c-RTL-AMD64, 14.03.0123.004, M.E.RpcClientAccess.Service, M.E.RpcClientAccess.Handler, M.E.R.H.EmptyFolderSegmentedOperation.InternalDispose, System.NullReferenceException, ad2a, 14.03.0123.003.
ErrorReportingEnabled: False

yes, restarting the services usually works, but sometimes these hang.  as far as installing patches, if you look at errors of this nature, a multitude of patches (sp and ru) are supposed to correct this.  we just installed sp3 in our environement
which was VERY intrusive and time consuming as we had to take one system out of the DAG since we have journaling turned on and the journaling db is not in the DAG (there was supposed to be a workaround for this and I was on the phone with Microsoft until the
wee hours of the morning trying to get the workaround to work, and it didn't).  Needless to say, since we just installed a service pack (one that was tried and true, wanted to make sure what we installed had been road tested extensively), that is not
really an option right now.  And as I said, there are multiple updates that are supposed to correct this issue.  I am looking for an alternative to installing a patch and then finding it isn't going to solve the problem.  The patches that are
supposed to correct this go all the way back to RTM versions.

Similar Messages

  • Web Server Problem : Dr Watson Error

    I use Dev 2000 on Web Application and Windows NT as a Web Server
    and I always get this Dr Watson error :
    An Application error has occured
    and an application error log is being generated
    F50WEB32.exe
    Exception (0xc0000025),Address:Ox77f1cd91
    Please help me.
    null

    We too were receiving Dr. Watson consistently when launching our
    application via the web.
    Hardware configuration was -- NT with Service Pack 4
    We have been very sucessful with the same configuration using NT
    with Service Pack 3.
    Finally, Oracle notified us that for Service Pack 4 a special
    version Oracle web server products is required. Once that was
    delivered and installed, Dr. Watson left the sceen.
    Hope this gives you another avenue to check.
    Karen McNulty (guest) wrote:
    : We've been getting this error as well! For us, this error
    only
    : occurs when I try to configure the listener for displaying
    icons
    : (gifs). Whenever I add a virtual directory /web_icons/ (and
    : made sure the registry.dat file is configured properly), my
    : application freezes when I start it on the web. Once I remove
    : that virtual directory, it is fine, except of course my icon
    : gifs do not display.
    : I called Oracle and started a TAR on this, but they have not
    : been able to help yet.
    : Let me know if you figure out anything ...
    : Karen
    : Bahri (guest) wrote:
    : : I use Dev 2000 on Web Application and Windows NT as a Web
    : Server
    : : and I always get this Dr Watson error :
    : : An Application error has occured
    : : and an application error log is being generated
    : : F50WEB32.exe
    : : Exception (0xc0000025),Address:Ox77f1cd91
    : : Please help me.
    null

  • Dr Watson Error while trying to Print report

    Hi,
    I generated reports using Reports 6.0, however I'm getting Dr Watson error while tring to print the same. Any solutions to get it fixed will be appreciated.
    Soumya

    Hi!
    I am facing the same problem.
    There is one more finer detail to this. When I print the report
    in defualt mode it does not give the error. It is only when I
    generate the report in character mode and print it. I get this
    error.
    I am working on this.
    If Any one can help please write back.
    Hi,>I generated reports using Reports 6.0, however I'm getting Dr Watson error while tring to print the same. Any solutions to
    get it fixed will be appreciated.>Soumya

  • Dr watson error on WINNT Please help.

    Platform : NT4.0 with SP6 installed
    JDK: 1.2.2
    DB: Oracle
    When I try to perform a some operations on running weblogic server I
    will get Dr watson error saying accessviolation. This problem occurs
    when I make high processor intesive calls or repeat smaller resource
    consuming calls for 4 to5 times continuously.
    Can any body tell me is there any knownproblems with the environment
    which I am running in. Also kindly reply to my email id
    regards
    suresh

    For the record, the JAVACLASSPATH should only contain the boot classes (and the JDK
    classes for 1.1 JVMs). Everything else, including weblogicaux.jar, should be in the
    WEBLOGICCLASSPATH.
    nsuresh wrote:
    Hello guys,
    Finally we could get it working. Problem was in the entries of
    WEEBLOGICCLASSPATH amd JAVACLASSPATH. JAVACLASSPATH should have only
    bootclass and weblaugicaux.jar and rest of it should be in weblogic
    class path ( or other way round) and you should not mix different
    things. strange solution but we got it working.
    bye and thanks for all the help.
    bye
    suresh
    Venkatesh Iyer wrote:
    Suresh
    Are there any messages in the weblogic.log.
    To isolate the JDBC related errors, set the trace on for JDBC.log in your properties
    file and execute your tests. There is a chance there you may find something useful
    in your jdbc.log file.
    Venkatesh
    Joseph Weinstein wrote:
    nsuresh wrote:
    Unfortunately Even I am not able to get any further information. There is
    not JNI involved in my code. We are ussing Type3 driver with Oracle. Just
    the problem is when we try to run some moderately high performing call we
    get Dr watrson error.
    regards
    sureshOracle doesn't make a type-3 driver, only a type-4 and a type-2. The type-4
    (thin) driver is all Java. The type-2 driver does use native code, in the Oracle
    OCI library.
    Joe
    Rob Woollen wrote:
    It's impossible to tell from the information that you've given.
    Dr. Watson's are caused by errors in native code not java.
    What JDBC driver are you using?
    Are you using JNI or any of your own native code?
    -- Rob
    nsuresh wrote:
    Platform : NT4.0 with SP6 installed
    JDK: 1.2.2
    DB: Oracle
    When I try to perform a some operations on running weblogic server I
    will get Dr watson error saying accessviolation. This problem occurs
    when I make high processor intesive calls or repeat smaller resource
    consuming calls for 4 to5 times continuously.
    Can any body tell me is there any knownproblems with the environment
    which I am running in. Also kindly reply to my email id
    regards
    suresh
    PS: Folks: BEA WebLogic is in S.F., and now has some entry-level positions for
    people who want to work with Java and E-Commerce infrastructure products. Send
    resumes to [email protected]
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component Architecture
    http://weblogic.beasys.com/press/awards/index.htm

  • Dr. Watson Error on exiting weblogic server 6.1

    Hi,
    I sometimes get the Dr.watson error when I stop my weblogic server.
    The details are given below.
    I have weblogic 6.1
    Windows 2000 5.00.2195 Service pack 2
    Memory=392mb
    The message from Dr. Watson is:-
    "Dr. watson was unable to attach to the process. It is possible that process exited
    before Dr. Watson could attach to it.
    Windows 2000 error code=87 The parameter is incorrect."
    The message from the console is:-
    <Jan 15, 2002 5:08:10 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '9' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:10 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '0' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:11 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '1' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:11 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '2' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:11 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '3' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:12 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '4' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:12 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '5' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:12 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '6' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:12 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '7' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '8' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '10' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '11' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '14' for queue: 'default'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '0' for queue: '__weblogic_admin_html_queue'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '1' for queue: '__weblogic_admin_html_queue'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '0' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:13 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '1' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '2' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '3' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '4' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '5' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '6' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    <Jan 15, 2002 5:08:14 PM CST> <Critical> <Kernel> <Execute Thread: 'ExecuteThread:
    '7' for queue: '__weblogic_admin_rmi_queue'' stopped.>
    C:\bea\wlserver6.1>goto finish
    C:\bea\wlserver6.1>cd config\mydomain
    C:\bea\wlserver6.1\config\mydomain>ENDLOCAL
    C:\bea\wlserver6.1\config\mydomain>

    I talked with Sun today about this issue and they stated that the error I received is the result of a bug. Sun Bug ID: 6650667
    Synopsis: Cannot repack the changelog after trimming. libdb: DB_ENV->log_put: record larger than maximum file
    We can see the the following lines in your error log:
    [05/Jan/2010:00:05:03 -0500] - DEBUG - conn=-1 op=-1 msgId=-1 - libdb: DB_ENV->log_put: record larger than maximum file size (15956384 > 10485760)
    [05/Jan/2010:00:05:03 -0500] - Repacking backend 'changelog', LDAP entries error Invalid argument (22).
    [05/Jan/2010:00:05:03 -0500] - Repacking backend 'changelog' ended.
    There is no fix, and a workaround is listed as follows:
    Work Around:
    Increase nsslapd-db-logfile-size in dse.ldif (In entry "cn=config,cn=ldbm database,cn=plugins,cn=config" )
    This attribute is not present by default in the file.
    Its default value is 10485760.
    Which would make it the default as stated in the bug workaround.
    Make the change as directed above, perform the repack again and let me know the results.

  • Siebel 8.x and OPA 10.3.0: 'WD Smoke Test' error - 'Failed to load case'

    Hi Experts,
    I installed OPA Connector for Siebel and installation finally completed successfully. After that, I went to "Finalize & Validate Installation" step. I updated <ds_url>, <wd_ext_url>, <wd_int_url> with the correct host & port.
    But when i click "WD Smoke Test", I'm getting following error on server console(deployed to weblogic).
    ERROR com.oracle.determinations.web.platform.controller.actions.StartSessionAction - Transaction result errors for case ID [,SADMIN,0-1,AdminSmokeTest]:
    ERROR com.oracle.determinations.web.platform.controller.actions.StartSessionAction - Failed to load data: Error running sub-process 'Policy Automation RetreiveSession Impl' at step 'Retrieve Session'.(SBL-BPR-00183)
    ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.web.platform.exceptions.error.FailedToLoadCaseError: Could not load case: ,SADMIN,0-1,AdminSmokeTest
    com.oracle.determinations.web.platform.exceptions.error.FailedToLoadCaseError: Could not load case: ,SADMIN,0-1,AdminSmokeTest
         at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource(StartSessionAction.java:85)
         at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:80)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    In the opened popup, i got the following error:
    [An error occurred while loading case ID ', SADMIN, 0-1, AdminSmokeTest'.
    This error has been logged and is available in the application logs.
    For support and assistance please contact [email protected]]
    Please suggest.

    Hello,
    Can you please navigate to Adminstration - Business Process > Workflow Deployment and check how many Active instances are present in Siebel Repository.
    It looks to me either "'Policy Automation RetreiveSession Impl" workflow is not active or "'Policy Automation RetreiveSession Impl" workflow is active twice.
    In either case please active WF or expire both version and activate freshly.
    Best Regards,
    Nishant

  • Dr. Watson error trying to generate report

    I am running Sun Java System Web Server 6.1 SP5 on Windows Server 2003 with SP1 which has been locked down using the Bastion Host server role from the Windows Server 2003 Security Guide. When I try to generate a report on the web site statistics through the Server Manager (web admin console) I get the pop-up screen which says:
    Starting analysis
    Attempting to run:
    D:/Sun/WEBSER~1/WEBSER~1.1/extras/flexanlg/flexanlg -F -n acol-prod2.acol.ca -i D:/Sun/WEBSER~1/WEBSER~1.1/HTTPS-~2/logs/access -o c:\stat.txt -c hnrfeuok -t s5m5h10 -l c+5h5 -p ctl
    This may take a bit.
    But the report does not get generated and I get the following error in the Event Viewer Application Log:
    Event Type:     Information
    Event Source:     DrWatson
    Event Category:     None
    Event ID:     4097
    Date:          2/20/2006
    Time:          9:17:06 AM
    User:          N/A
    Computer:     WEB100
    Description:
    The application, D:\Sun\WebServer\WebServer6.1\bin\https\httpadmin\bin\lganalyz.exe, generated an application error The error occurred on 02/20/2006 @ 09:17:06.313 The exception generated was c0000005 at address 77BD03BA (msvcrt!popen).
    I thought this might be a permissions problem, so I tried running the Administrator Server service as the local admin account instead of Local System Account. I get the same result either way.
    Any ideas on what might be causing the problem?
    Thanks,
    Chris

    Just a little further info. I installed Windows 2003 with SP1 and the latest updates available through Windows Updates and Sun Java System Web Server SP5 on a new server. I did not do any of the security configuration lockdown as I had done on the other server. I am still getting the Dr. Watson error when trying to generate a report, but I am also getting the following error:
    Event Type:     Error
    Event Source:     Application Error
    Event Category:     (100)
    Event ID:     1000
    Date:          2/23/2006
    Time:          1:42:16 PM
    User:          N/A
    Computer:     WEB100-TEST
    Description:
    Faulting application lganalyz.exe, version 0.0.0.0, faulting module msvcrt.dll, version 7.0.3790.1830, fault address 0x000303ba.
    Hope this helps!
    ~Chris

  • Why does labview generate Dr. Watson error "C0000005 access violation"

    I am running Labview 5.1.1 in Windows 2000 Professional on a machine with the following configuration
    *----> System Information <----*
    Computer Name: ANDANTE
    User Name: Administrator
    Number of Processors: 2
    Processor Type: x86 Family 6 Model 8 Stepping 3
    Windows 2000 Version: 5.0
    Current Build: 2195
    Service Pack: 4
    Current Type: Multiprocessor Free
    I have all of a sudden begun to experience labview crashes. The crash occurs systematically after tens of minutes; not just a few minutes, but not more than an hour or so. I am running a vi but not actively interacting with the machine (no other applications running, not even moving the mouse around). The problem happens even when running a vi that I have run successfully for extended periods of time (overnight) only 3 months ago. I have tried it with two different vis, one that I have recently made a lot of modifications to and another that has not been touched for months (since before the crashes began), and it happens with both vis. They do much different things (communicate with different GPIB or PCI boards, write to different kinds of files in different locations, etc.), so the problem seems to be vi-independent.
    When the crash occurs, I see a dialog appear with the error
    labview.exe has generated errors and will be closed by windows. You will need to restart the program. An error log has been created.
    The Dr. Watson error log is generated and the error is
    Application exception occurred:
    App: (pid=1160)
    When: 4/25/2004 @ 01:57:56.640
    Exception number: c0000005 (access violation)
    I always get the same Dr. Watson error information -- i.e., it is very reproducible. I don't really know how to interpret the rest of the Dr. Watson log, but I include the report on the first thread, which is the one with the "FAULT" in it, at the end of this email.
    Looking around on the web, it may be that a temporary virus infection could have created the problem. In the period since the machines was last successfully used, I have seen two files be infected by the W32.Welchia.B.Worm virus, the files were svchost.exe and WksPatch[1].exe. These files have been quarantined and no other infected files have been found since this error began to appear.
    Any ideas? I've seen on the web that reinstalling Windows 2000 and/or upgrading to Labview 7.0 might solve the problem, but it would be nice to get some confirmation before taking the time/spending the money.
    Here is the state dump for the thread with the FAULT in it, as provided by Dr. Watson:
    State Dump for Thread Id 0x574
    eax=00000062 ebx=00000000 ecx=00000000 edx=00000004 esi=00000000 edi=05692214
    eip=00748236 esp=0012fb28 ebp=0012fb28 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: StrLen
    00748230 55 push ebp
    00748231 8bec mov ebp,esp
    00748233 8b4d08 mov ecx,[ebp+0x8] ss:00ba9a0e=????????
    FAULT ->00748236 8a11 mov dl,[ecx] ds:00000000=??
    00748238 8d4101 lea eax,[ecx+0x1] ds:00a79ee6=????????
    0074823b 84d2 test dl,dl
    0074823d 7407 jz GetCDReg+0x6f6 (00750c46)
    0074823f 8a10 mov dl,[eax] ds:00000062=??
    00748241 40 inc eax
    00748242 84d2 test dl,dl
    00748244 75f9 jnz CfgRemove+0x44f (0074ae3f)
    00748246 2bc1 sub eax,ecx
    00748248 48 dec eax
    00748249 5d pop ebp
    0074824a c3 ret
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    0012FB28 00737A74 00000000 00000000 05692214 00000400 !StrLen
    0012FC40 00736A45 050753E4 05692214 0012FC6C 00736724 !SetKeyboardHandlerProc
    0012FC50 00736724 05692214 0012FCB4 05692214 BDBC0000 !SetKeyboardHandlerProc
    0012FC6C 00736627 05692214 0569232C 00000400 00000000 !SetKeyboardHandlerProc
    0012FC98 0074B470 0012FCB4 BDBD0001 00000000 0569E8E0 !SetKeyboardHandlerProc
    0012FCD0 0074ACD0 00000000 0074AC10 0569FFA4 010A2418 !CfgRemove
    0012FCE8 007808D5 00000000 00000000 00000001 00000000 !CfgRemove
    0012FD08 007ACEB6 00000000 00000000 77E18F95 00000000 !ChkOccurrences
    0012FD9C 006033DE 00000001 00000000 77E2ADC1 007A5C80 !WMainLoop
    0012FF24 007B2186 00400000 00000000 00000001 00000001 !WMain
    0012FFC0 7C581AF6 005C0057 0061006C 7FFDF000 C0000005 !inp
    0012FFF0 00000000 007B2030 00000000 000000C8 00000100 kernel32!OpenEventA
    *----> Raw Stack Dump <----*
    0012fb28 40 fc 12 00 74 7a 73 00 - 00 00 00 00 00 00 00 00 @...tzs.........
    0012fb38 14 22 69 05 00 04 00 00 - 16 4d 65 74 68 6f 64 20 ."i......Method
    0012fb48 4e 6f 74 20 49 6d 70 6c - 65 6d 65 6e 74 65 64 00 Not Implemented.
    0012fb58 55 1f f8 77 18 25 f8 77 - 2f a8 fd 74 c4 01 00 00 U..w.%.w/..t....
    0012fb68 05 a5 fd 74 d0 26 ce 01 - 00 00 06 01 10 04 00 00 ...t.&..........
    0012fb78 00 00 00 00 00 00 00 00 - 2e fb 69 05 42 e9 69 05 ..........i.B.i.
    0012fb88 c1 2f 7b 00 00 00 00 00 - 12 04 00 00 11 04 00 00 ./{.............
    0012fb98 30 fb 69 05 12 04 12 00 - bb 35 7b 00 00 00 06 01 0.i......5{.....
    0012fba8 11 04 00 00 00 00 00 00 - 00 00 00 00 2e fb 69 05 ..............i.
    0012fbb8 35 34 7b 00 4c 34 7b 00 - 48 00 06 01 f8 fb 12 00 54{.L4{.H.......
    0012fbc8 10 04 00 00 ec 53 07 05 - 11 04 00 00 08 fc 00 00 .....S..........
    0012fbd8 ee c8 77 00 30 fb 69 05 - 11 04 00 00 00 00 00 00 ..w.0.i.........
    0012fbe8 00 04 00 00 01 00 00 00 - ec 53 07 05 00 04 00 00 .........S......
    0012fbf8 00 38 83 00 1c fc 12 00 - 23 ca 77 00 00 38 83 00 .8......#.w..8..
    0012fc08 40 ff 69 05 01 00 00 00 - 00 00 00 00 2d 00 00 00 @.i.........-...
    0012fc18 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0012fc28 00 00 00 00 00 00 00 00 - 00 00 00 00 01 00 00 00 ................
    0012fc38 50 fc 12 00 1a 6a 73 00 - 50 fc 12 00 45 6a 73 00 P....js.P...Ejs.
    0012fc48 e4 53 07 05 14 22 69 05 - 6c fc 12 00 24 67 73 00 .S..."i.l...$gs.
    0012fc58 14 22 69 05 b4 fc 12 00 - 14 22 69 05 00 00 bc bd ."i......"i.....

    For questions like these, you are better off contacting NI directly. Goto www.ni.com/ask for directions. It has been my experience that Dr. Watson error logs are only useful as supplementary information. It is best for support and for the forum if you can provide a clear description on how to cause the error consistently.

  • Read Image File - Dr. Watson Error

    Greetings,
    Sorry for posting Developer4.5 problem here. I am reading an
    image (JPG) file from Forms Builtin Read_Image_File. Whenever it
    try to load image file to image item it gives Dr. Watson Error.
    I am working on Forms4.5.9.7.0 on Windows NT with service pack
    3.0. Thanks for any help.
    Regards
    Ajay Khandelwal
    null

    The problem was with the version. There was bug in the
    Forms4.5.9.7.0 version. I changed the JPEG to JFIF format and
    its running perfectly. The newer versions support the JPEG
    format also. Thanks for bearing me.
    Ajay Khandelwal
    ajay khandelwal (guest) wrote:
    : Greetings,
    : Sorry for posting Developer4.5 problem here. I am reading
    an
    : image (JPG) file from Forms Builtin Read_Image_File. Whenever
    it
    : try to load image file to image item it gives Dr. Watson Error.
    : I am working on Forms4.5.9.7.0 on Windows NT with service pack
    : 3.0. Thanks for any help.
    : Regards
    : Ajay Khandelwal
    null

  • Dr. Watson errors in 3.0.7.6.2

    All,
    3.0.7.6.3 NT/8.1.6.2 on Aix. Get two three
    dr. watson errors every day. More as number
    of users accessing reports (which return a lot of rows , hence take a long time to render) increases.
    any patches that I should be applying?
    Thanks

    I think isn't an incorrect installation, because i've the same problems with spanish (with NO-ERRORS langinst).
    1. same problem
    2. don't
    3. same problem
    4. it is a reported bug, you have to connect in english and then you can delete it.
    5. same problem
    6. cache problem, if you select don't cache page on page settings it works well
    7. connection problem, you have to reconnect two times and then it works
    I think that 9iAS Portal is a VERY BUGGY product, it need about six months to have a REAL PRODUCTION version.
    Also i think that Oracle is becoming Microsoft, i mean: bad products released very fast.
    I'm an Oracle developer since much time, i believe that Oracle database is far away from the rest of competitors (8i is a VERY good product), but Oracle 9iAS is shit.
    Thanks

  • ORACLE 8i LITE ..DR. WATSON ERROR

    I'm getting Dr. Watson error when trying to hotsync the palm, after installing Oracle client software for palm.
    Any suggestions?
    Rama

    debbie (guest) wrote:
    : When attempting to connect to Sql*Plus I get
    : the error ORA-21526 in an infinite loop.
    : Any ideas how to get around it?
    : I am running under Windows 98.
    Check the NLS_DATE_FORMAT to make sure it is set up correctly.
    null

  • OAS Dr. Watson errors

    We've been using OAS v4.0.7 on Win NT v4.0/SP3 for about two
    years now. We have it configured to run with the Oracle 8.0.5
    database using a pl/sql cartridge and this has been extremely
    stable.
    We have a large number of procedures written to handle input from
    html forms and insert them into database tables. This has been
    on the increase over the last few months.
    All of a sudden, we are receiving large volumes of dr. watson
    errors on our machine always related to oraweb40.exe and wrks.exe
    applications stating there has been an access violation. When
    this occurs it causes the pl/sql cartridge to hang or it returns
    an error message stating the server could not be contacted.
    Can anyone tell me why this is occurring and what I might be able
    to do to stop it?
    Thank you for your assistance!
    Kim

    can you clarify whether you are on NT client, or W95, using reports6i, or an earlier version, and also whether you have applied patch 3a?? I can then compare some notes with you.
    My setup is NT client, running 6i, patch3a, we get DrW's, but clients running W95 are OK.
    Maybe patch 3a suits W95, but we need another patch for NT clients?

  • Dr Watson errors while using telnet vi's

    I seem to randomly get Dr Watson errors while an application is using the standard telnet vi's. I get "c0000005 (access violation)", it works fine after I reboot the machine. It appears randomly about once a week if the program is in constant use. Help. I am using labview 5.0 and NT service pack4.

    Not being familiar with your application it's difficult to determine the cause of the problem.
    One suggestion would be to delete any lv* files in your C:\windows\temp directory. Then do a scandisk and a disk defrag.
    Don't know if this will help. It's possible
    there may be a bad block on your harddrive.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect

  • Dr Watson Error on NT

    Hi,
    we are running wle 5.1/java 1.2 on NT 4.0 Server, we constantly get Dr
    Watson Error with java.exe when we access our JSP/Servlet pages. has
    anybody encountered this and what is your suggestion?
    thanks
    Girish

    Hi Lupita,
    Thank you for contacting National Instruments.  It looks like you are currently running a 5.1 executable and then attempting to run a LabVIEW 6.1 executable.  Are these operations intended to be simultaneous?  Are both executables being run simultaneous when you are testing this on the XP system?  Is it possible to halt the 5.1 application and test the 6.1 executable under these circumstances?  Also, I would recommend downloading the Run-Time engine for 6.1 here, and verify that this behavior still occurs.  There may be some shared resources that cannot be accessed, but I am currently unaware of how that would initiate a Drwtsn32.exe error.
    Jason W.
    National Instruments
    Applications Engineer

  • Dr Watson error when attempting to run an exe (LV 6.1) on NT OS

    When attempting to run the LV 6.1 EXE I created on an NT system using the Application Builder I get a Windows Dr Watson ERROR and I cant go any further. The code works fine when running from LV. So far I have tried:
    1) Created a Distribution Kit (so the RTE would be installed) ...same error.  
    2) I tried this same EXE on XP and it runs just fine.
    P.S.
    There is already an EXE running on this system (a previous version of the code) which was created using LV 5.1. Since I do not have the bld file I used the standard configuration (no dynamic VIs, just added the top level).
    I really need to upgrade this system....thanks in advance for your help.

    Hi Lupita,
    Thank you for contacting National Instruments.  It looks like you are currently running a 5.1 executable and then attempting to run a LabVIEW 6.1 executable.  Are these operations intended to be simultaneous?  Are both executables being run simultaneous when you are testing this on the XP system?  Is it possible to halt the 5.1 application and test the 6.1 executable under these circumstances?  Also, I would recommend downloading the Run-Time engine for 6.1 here, and verify that this behavior still occurs.  There may be some shared resources that cannot be accessed, but I am currently unaware of how that would initiate a Drwtsn32.exe error.
    Jason W.
    National Instruments
    Applications Engineer

Maybe you are looking for