Reports stop running after 45/90mins

I'm using Crystal reports for Visual Studio 2008.
I have inherited a asp.net system that has alot of reports. These reports all run fine in dev/test.
But in live they run perfectly fine for 45 to 90 mins then all stop working. Failed to load report. I then recycle the Application Pool and they all start working fine again for another 45 to 90 mins.
I have tried to recreate in dev/test but guess I dont have the clicking power to replicate the live system. Also I cannot roll out a new version to live very easily due to the nature of the business.
I've upped the PrintJobLimit to 300 and given the app pool LocalServer executuion but neither of these have made a difference.
I'm not too fluent in Crystal (read: Not a clue) Any pointers as to what to look at or is there some fix/patch I need?
Cheers,
Rob

Thanks for your replies.
The report document is already in a session variable. And is displayed from there. So Thats not a problem.
So from what you are saying the lack of dispose being called on the ReportDocument is the cause for this error I am getting?
Unfortunatley the code I am working with is not a simple report viewer. Its a dynamic report page loading info from all over the place and is rather badly written but is also part of a larger site. Long term I am going to rewrite it but that will take weeks. And I would prefer the existing site doesnt need me to recycle the Application Pool every hour to keep it running.
As I cannont reproduce this in test or dev. Is there any other way I can see what effect dispose is having as rolling out versions of software every 5 mins to try this and that is not possible?
Yes I might be a crap coder not to know what I'm doing with crystal but I've been on this for 12 hours straight so far, I'm knackered, tired and getting desperate especially as I'll have to be up every hour in the night to recycle the app pool if its needed

Similar Messages

  • Schedule my report to run after every hour

    Hi All,
    Can someone please tell me how can I schedule my report to run after every 1 hour so that the dashbaord performance increases.I have started the scheduler service .
    Thanks a lot for your help

    Hi,
    create an ibot for the report.
    first configure the BI delivers, you can find the steps here,
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    sorry. as you have already started the scheduler service you don need to go thru the above link.
    thanks,
    karthick
    Edited by: kart on May 24, 2010 12:44 PM

  • SQL Server 2012 stops running after setup files are copied.

    SQL Server 2012 setup stops running after setup files are copied.
    I've experiencing the same issue on two different machines. Both are 64 bit running Server 2008.
    On both of them I tried installing using the files from the ISO. I initially used winzip to extract the files. The setup was running fine, but the SQL Server engine had an error when it installed. Then using the Add/Remove programs i uninstalled all of the
    SQL Server 2012 applications, including the setup files.
    Now when i try to install using the "New SQL Server stand-alone..." wizard it will copy the setup files and then the wizard never comes back. I've tried mounting the ISO, extracting with winrar, Burning the ISO to a dvd and downloading the 3 files. I also
    tried mounting ISO of the version that was just recently released. I run into the same issue with all of them.
    Thanks for the help.

    can you try 
     setup.exe
    /Action=install /x86 /UpdateEnabled=false
    If this doesn't work please use below FAQ to locate and upload SQL Server setup logss.
    FAQ
    Regards,
    Ahmed Ibrahim
    SQL Server Setup Team
    My Blog
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and "Vote as Helpful"
    on posts that help you.
    This can be beneficial to other community members reading the thread.
    Thank you, it's work!!! :) Maybe problem was in /UpdateEnabled=false and I could try to install a x64 version... but too late, setup in progress and I do not want to have to try all over again :)

  • Trigger a report to run after dataloads are completed for 2 separate cubes

    Hello, 
    Can someone please suggest how to accompish the following:
    I have a report built on a multiprovider that contains 2 infocubes.
    I would like to trigger the report to run only after dataloads for both of the cubes been completed.
    I am using BI 7.0
    Previously we were on 3.5 and was able to use event collector to do this.  Event collector is not available in 7.0 anymore.
    Thanks.

    Hi David,
    I assume that report here refers to BEx query on the multiprovider.
    Have you thought of using information brodacasting and scheduling the chain using the process type - Trigger event on data change).
    Check this link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00172934-f3c1-2b10-728a-c42a0fc28c61
    If the two cubes are loaded in the same chain, then you could have an AND process type after the two DTP's/IP's and trigger the event after the successful completion of the loading of both.
    In information broadcasting you can define the broadcast setting of the query to execute when the event of data change is triggered by the process chain.
    If the two cubes are loaded in two different chains, then you may need to use a custom ABAP program , which updates a table regarding the successful completion of load of a particular cube and you have to check after the load of one cube, if the other has completed ( by checking the table in ABAP) and then use the process type, trigger data change event.
    Hope this helps,
    Regards,
    Sunmit.

  • Weblogic admin server stops running after a while

    Hi,
    we have a distributed environment 11.1.2. On the server where we have weblgic admin server running, it seems to stop running everytime I disconnect from the server. I end up starting it everytime I login to the server. How can I keep it running all the time?Doesn't it start as part of the 'start EPM' script?
    here is the error I am getting:
    Caused By: javax.management.RuntimeMBeanException: ODL-52055: The handler 'epmcs
    s-handler' is already defined.
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean
    .doInvoke(OracleStandardEmitterMBean.java:885)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMB
    eanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:94)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartIntercep
    tor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.IllegalArgumentException: ODL-52055: The handler 'epmcss-ha
    ndler' is already defined.
    at oracle.as.management.logging.impl.LogConfig._updateHandler(LogConfig.
    java:564)
    at oracle.as.management.logging.impl.LogConfig.addHandler(LogConfig.java
    :236)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    Truncated. see log file for complete stacktrace
    >
    <Dec 22, 2010 5:11:46 PM EST> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: javax.management.remote.rmi.RMIConnectionImpl.invoke(Ljavax.m
    anagement.ObjectName;Ljava.lang.String;Ljava.rmi.MarshalledObject;[Ljava.lang.St
    ring;Ljavax.security.auth.Subject;)
    javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException:
    ODL-52059: The logger 'oracle.EPMREG' already has handler 'epmreg-handler'..
    javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException:
    ODL-52059: The logger 'oracle.EPMREG' already has handler 'epmreg-handler'.
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
    MBeanServerInterceptor.java:856)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
    anException(DefaultMBeanServerInterceptor.java:869)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:838)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBea
    nServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
    Truncated. see log file for complete stacktrace
    Caused By: javax.management.RuntimeMBeanException: ODL-52059: The logger 'oracle
    .EPMREG' already has handler 'epmreg-handler'.
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean
    .doInvoke(OracleStandardEmitterMBean.java:885)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMB
    eanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:94)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartIntercep
    tor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.IllegalArgumentException: ODL-52059: The logger 'oracle.EPM
    REG' already has handler 'epmreg-handler'.
    at oracle.core.ojdl.logging.config.LoggingConfigurationDocument.addHandl
    erToLogger(LoggingConfigurationDocument.java:644)
    at oracle.core.ojdl.logging.config.LoggingConfigurationDocument.addHandl
    erToLogger(LoggingConfigurationDocument.java:283)
    at oracle.as.management.logging.impl.LogConfig._updateLogger(LogConfig.j
    ava:541)
    at oracle.as.management.logging.impl.LogConfig.updateLogger(LogConfig.ja
    va:201)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <Dec 22, 2010 5:11:46 PM EST> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: javax.management.remote.rmi.RMIConnectionImpl.invoke(Ljavax.m
    anagement.ObjectName;Ljava.lang.String;Ljava.rmi.MarshalledObject;[Ljava.lang.St
    ring;Ljavax.security.auth.Subject;)
    javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException:
    ODL-52059: The logger 'oracle.EPMCSS' already has handler 'epmcss-handler'..
    javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException:
    ODL-52059: The logger 'oracle.EPMCSS' already has handler 'epmcss-handler'.
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
    MBeanServerInterceptor.java:856)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
    anException(DefaultMBeanServerInterceptor.java:869)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:838)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBea
    nServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
    Truncated. see log file for complete stacktrace
    Caused By: javax.management.RuntimeMBeanException: ODL-52059: The logger 'oracle
    .EPMCSS' already has handler 'epmcss-handler'.
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean
    .doInvoke(OracleStandardEmitterMBean.java:885)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMB
    eanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:94)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartIntercep
    tor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterce
    ptor.doInvoke(AbstractMBeanInterceptor.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.IllegalArgumentException: ODL-52059: The logger 'oracle.EPM
    CSS' already has handler 'epmcss-handler'.
    at oracle.core.ojdl.logging.config.LoggingConfigurationDocument.addHandl
    erToLogger(LoggingConfigurationDocument.java:644)
    at oracle.core.ojdl.logging.config.LoggingConfigurationDocument.addHandl
    erToLogger(LoggingConfigurationDocument.java:283)
    at oracle.as.management.logging.impl.LogConfig._updateLogger(LogConfig.j
    ava:541)
    at oracle.as.management.logging.impl.LogConfig.updateLogger(LogConfig.ja
    va:201)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    Edited by: 784749 on Dec 22, 2010 2:14 PM

    I've never seen this and we've been running 8.1.5 for a while. Have you tried dumping threads to see what the admin server is doing? On UNIX, run 'kill -QUIT <admserv_pid>'. Can't remember if/how this can be done on Win32. I believe Console requests use the weblogic.admin.HTTP execute queue and it only has two threads. Could be that something is blocking those threads leading to this.
    I would also look into why your admin server takes 2 minutes to discover your managed servers. That seems unseemly long to me. Mine takes a few seconds at most. Since the Console does cause the admin server to talk to the managed servers, these two things might be related. Maybe you've got some kind of network/DNS lag that could be eliminated.

  • Rwrun reports stop working after a period of time using a job scheduler

    Hello, I am having a strange issue. We use either Control-M or Windows Task scheduler to run a VBS script that calls rwrun to generate multiple reports for multiple properties. Initially everything worked without issues then after about 2 months the VB Script running through Control-M started Failing. I could still run them from command line on the same server without Issues. So I set them up in Windows Task Scheduler and again they worked for about 3 weeks then started to Fail. Again I could still run the same scripts from command line on the server and have no issues. So we moved the scripts to another App server and went back to Control-M. This time after about 3 months the jobs started to fail. Moved them to Windows TS and again after about 1 week they started to fail. The TRACEALL shows nothing but I am getting this error in the hs_err_pidxxxx.log files that it creates. Does anyone know if some type of Temp location needs to be cleared or what my issue might be? Stumped at this point. Also point out the the servers were rebooted and no patches or modifcations where done to them before they start to fail. Thanks for any suggestions.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x64CA84F2
    Function=utqks2q+0x90
    Library=e:\oracle\10gdevr2\bin\UTL.dll
    Current Java thread:
         at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
         at oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:916)
         - locked <0x100a0040> (a oracle.reports.engine.EngineImpl)
         at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
    Dynamic libraries:
    0x00400000 - 0x00424000      e:\oracle\10gdevr2\bin\rwrun.exe
    0x7D600000 - 0x7D6F0000      C:\WINDOWS\system32\ntdll.dll
    0x7D4C0000 - 0x7D5F0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77BA0000 - 0x77BFA000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x7D930000 - 0x7DA00000      C:\WINDOWS\syswow64\USER32.dll
    0x7D800000 - 0x7D890000      C:\WINDOWS\syswow64\GDI32.dll
    0x004E0000 - 0x0057B000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7DA20000 - 0x7DB00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x7D8D0000 - 0x7D920000      C:\WINDOWS\syswow64\Secur32.dll
    0x66220000 - 0x6623C000      e:\oracle\10gdevr2\bin\nn.dll
    0x64CE0000 - 0x64DBD000      e:\oracle\10gdevr2\bin\UIW.dll
    0x64CA0000 - 0x64CB1000      e:\oracle\10gdevr2\bin\UTL.dll
    0x64CD0000 - 0x64CD7000      e:\oracle\10gdevr2\bin\UTC.dll
    0x60730000 - 0x607DC000      e:\oracle\10gdevr2\bin\oracore10.dll
    0x608D0000 - 0x60963000      e:\oracle\10gdevr2\bin\oranls10.dll
    0x62B40000 - 0x62B53000      e:\oracle\10gdevr2\bin\oraunls10.dll
    0x60C40000 - 0x60C47000      e:\oracle\10gdevr2\bin\orauts.dll
    0x71C00000 - 0x71C17000      C:\WINDOWS\system32\WS2_32.dll
    0x71BF0000 - 0x71BF8000      C:\WINDOWS\system32\WS2HELP.dll
    0x76AA0000 - 0x76ACD000      C:\WINDOWS\system32\WINMM.dll
    0x77670000 - 0x777A9000      C:\WINDOWS\syswow64\ole32.dll
    0x64CC0000 - 0x64CC9000      e:\oracle\10gdevr2\bin\UTJ.dll
    0x64F10000 - 0x64F21000      e:\oracle\10gdevr2\bin\UIIM.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77530000 - 0x775C7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x64ED0000 - 0x64EF6000      e:\oracle\10gdevr2\bin\UIOLE.dll
    0x762B0000 - 0x762F9000      C:\WINDOWS\syswow64\comdlg32.dll
    0x00580000 - 0x005D2000      C:\WINDOWS\syswow64\SHLWAPI.dll
    0x7C8D0000 - 0x7D0CF000      C:\WINDOWS\syswow64\SHELL32.dll
    0x663D0000 - 0x66414000      e:\oracle\10gdevr2\bin\CA.dll
    0x66340000 - 0x6636A000      e:\oracle\10gdevr2\bin\mmc.dll
    0x616B0000 - 0x61891000      e:\oracle\10gdevr2\bin\oraclient10.dll
    0x62B60000 - 0x62B66000      e:\oracle\10gdevr2\bin\oravsn10.dll
    0x60D30000 - 0x60DE8000      e:\oracle\10gdevr2\bin\oracommon10.dll
    0x60300000 - 0x60720000      e:\oracle\10gdevr2\bin\orageneric10.dll
    0x629C0000 - 0x629D2000      e:\oracle\10gdevr2\bin\orasnls10.dll
    0x62B80000 - 0x62C86000      e:\oracle\10gdevr2\bin\oraxml10.dll
    0x5C6C0000 - 0x5C6D1000      C:\WINDOWS\system32\MSVCIRT.dll
    0x607E0000 - 0x608CC000      e:\oracle\10gdevr2\bin\oran10.dll
    0x62000000 - 0x6202C000      e:\oracle\10gdevr2\bin\oranl10.dll
    0x62030000 - 0x62042000      e:\oracle\10gdevr2\bin\oranldap10.dll
    0x62090000 - 0x62184000      e:\oracle\10gdevr2\bin\orannzsbb10.dll
    0x61E10000 - 0x61E52000      e:\oracle\10gdevr2\bin\oraldapclnt10.dll
    0x61F30000 - 0x61F47000      e:\oracle\10gdevr2\bin\orancrypt10.dll
    0x71BB0000 - 0x71BB9000      C:\WINDOWS\system32\WSOCK32.dll
    0x76CF0000 - 0x76D0A000      C:\WINDOWS\system32\iphlpapi.dll
    0x76B70000 - 0x76B7B000      C:\WINDOWS\system32\PSAPI.DLL
    0x005E0000 - 0x0066B000      C:\WINDOWS\syswow64\OLEAUT32.dll
    0x621A0000 - 0x621D7000      e:\oracle\10gdevr2\bin\oranro10.dll
    0x621F0000 - 0x621FC000      e:\oracle\10gdevr2\bin\orantcp10.dll
    0x61F70000 - 0x61F76000      e:\oracle\10gdevr2\bin\oranhost10.dll
    0x61F20000 - 0x61F26000      e:\oracle\10gdevr2\bin\orancds10.dll
    0x62210000 - 0x62216000      e:\oracle\10gdevr2\bin\orantns10.dll
    0x60970000 - 0x60C31000      e:\oracle\10gdevr2\bin\orapls10.dll
    0x62500000 - 0x62507000      e:\oracle\10gdevr2\bin\oraslax10.dll
    0x627B0000 - 0x628B3000      e:\oracle\10gdevr2\bin\oraplp10.dll
    0x618B0000 - 0x61905000      e:\oracle\10gdevr2\bin\orahasgen10.dll
    0x622B0000 - 0x622E6000      e:\oracle\10gdevr2\bin\oraocr10.dll
    0x622F0000 - 0x62315000      e:\oracle\10gdevr2\bin\oraocrb10.dll
    0x71C40000 - 0x71C97000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x62A80000 - 0x62AF6000      e:\oracle\10gdevr2\bin\orasql10.dll
    0x65050000 - 0x6576D000      e:\oracle\10gdevr2\bin\rw.dll
    0x64AB0000 - 0x64AC4000      e:\oracle\10gdevr2\bin\ZRC.dll
    0x66AC0000 - 0x66AC5000      e:\oracle\10gdevr2\bin\D2SC.dll
    0x66810000 - 0x66A2B000      e:\oracle\10gdevr2\bin\DE.dll
    0x627A0000 - 0x627AF000      e:\oracle\10gdevr2\bin\oraplc10.dll
    0x64E30000 - 0x64E93000      e:\oracle\10gdevr2\bin\UIREM.dll
    0x659A0000 - 0x659EE000      e:\oracle\10gdevr2\bin\ROS.dll
    0x662F0000 - 0x66320000      e:\oracle\10gdevr2\bin\mmi.dll
    0x64F50000 - 0x64F66000      e:\oracle\10gdevr2\bin\UICC.dll
    0x662C0000 - 0x662DF000      e:\oracle\10gdevr2\bin\mms.dll
    0x662A0000 - 0x662B0000      e:\oracle\10gdevr2\bin\mmv.dll
    0x73AC0000 - 0x73AD8000      C:\WINDOWS\system32\AVIFIL32.dll
    0x77B70000 - 0x77B84000      C:\WINDOWS\system32\MSACM32.dll
    0x75FC0000 - 0x75FE2000      C:\WINDOWS\system32\MSVFW32.dll
    0x66250000 - 0x6627E000      e:\oracle\10gdevr2\bin\mmw.dll
    0x64FB0000 - 0x64FDA000      e:\oracle\10gdevr2\bin\UCOL.dll
    0x665F0000 - 0x665F5000      e:\oracle\10gdevr2\bin\dfc.dll
    0x66210000 - 0x66215000      e:\oracle\10gdevr2\bin\obs.dll
    0x65010000 - 0x6503E000      e:\oracle\10gdevr2\bin\rws.dll
    0x64AD0000 - 0x64C05000      e:\oracle\10gdevr2\bin\VGS.dll
    0x7DBD0000 - 0x7DCD3000      C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_5FA17F4E\comctl32.dll
    0x08000000 - 0x08139000      E:\oracle\10gdevr2\jdk\jre\bin\client\jvm.dll
    0x10000000 - 0x10007000      E:\oracle\10gdevr2\jdk\jre\bin\hpi.dll
    0x024E0000 - 0x024EE000      E:\oracle\10gdevr2\jdk\jre\bin\verify.dll
    0x024F0000 - 0x02509000      E:\oracle\10gdevr2\jdk\jre\bin\java.dll
    0x02510000 - 0x0251D000      E:\oracle\10gdevr2\jdk\jre\bin\zip.dll
    0x05500000 - 0x0550F000      E:\oracle\10gdevr2\jdk\jre\bin\net.dll
    0x7DB30000 - 0x7DBB0000      C:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EFA000      C:\WINDOWS\system32\DNSAPI.dll
    0x76F70000 - 0x76F77000      C:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3E000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76F80000 - 0x76F85000      C:\WINDOWS\system32\rasadhlp.dll
    0x056C0000 - 0x056C6000      E:\oracle\10gdevr2\BIN\rwu.dll
    0x5F270000 - 0x5F2CA000      C:\WINDOWS\system32\hnetcfg.dll
    0x71AE0000 - 0x71AE8000      C:\WINDOWS\System32\wshtcpip.dll
    0x06300000 - 0x06306000      E:\oracle\10gdevr2\jdk\jre\bin\ioser12.dll
    0x76C10000 - 0x76C38000      C:\WINDOWS\syswow64\imagehlp.dll
    0x6D580000 - 0x6D628000      C:\WINDOWS\syswow64\dbghelp.dll
    0x77B90000 - 0x77B98000      C:\WINDOWS\syswow64\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 445K [0x10010000, 0x100b0000, 0x113c0000)
    eden space 512K, 74% used [0x10010000, 0x1006f488, 0x10090000)
    from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
    to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    tenured generation total 2192K, used 1577K [0x113c0000, 0x115e4000, 0x20010000)
    the space 2192K, 71% used [0x113c0000, 0x1154a448, 0x1154a600, 0x115e4000)
    compacting perm gen total 4864K, used 4697K [0x20010000, 0x204d0000, 0x24010000)
    the space 4864K, 96% used [0x20010000, 0x204a6670, 0x204a6800, 0x204d0000)
    Local Time = Tue Dec 08 10:53:04 2009
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    #

    I realize this is an old post, however I've had the exact same issue over the last week with the same UTL.dll showing in the hs_err_pidxxxx file.
    Our VB6 app ran as a Windows 2003 scheduled task for almost two years before stopping all of a sudden. It ran fine when logged on, but would fail when we logged off. The task would run, but the program would fail. While we never did get the scheduled task working properly, I did find an alternate solution.
    Instead of using rwrun.exe I updated the code in our app to use rwclient.exe. The command for rwrun and rwclient are very similar with rwclient requiring a server= setting.
    Oracle Reports Components Overview

  • Report not running after moving to new environment

    I have a Business View designed in a test environment and reports written against that view.
    The view has been exported & imported to a production environment, with other views added to that environment.
    The report has been copied across & pointed to the correct repository.
    On my test environment, the report runs in 2 minutes, in production it takes more than 2 hours when run from any of the Designer, the CMS or Infoview. Volumes of data being read are similar.
    Test environment server has less RAM than Production, Production has CRS installed on one server & databases on another.
    The only event viewer messages are transport error: invalid object reference, but these occur on both servers on running. There is nothing the any of the CRS log files
    What should I be looking for to diagnose the issues? The customer need to run their year end reporting, and is currently unable to do so, as the reports are timing out for their users.

    The method which you used doesn't finds any info about the production database performance.
    Please create a connection directly to production database from test environment and then test it. This confirms prod database performance efficiency.
    Regarding tracing, if you use ODBC connection, we can do the tracing.
    Here is the tracing method for ODBC connection ( in windows) --- Control panel --> Data sources (odbc) --> Tracing --> define the  "Log file path" where the trace log will be stored --> click button "Start Tracing Now".  ... This you could do this in the production BO server environment .
    Please make sure that, you should stop the tracing option again in the same way. Or else it could slow down the performance.
    And I donot know enabling tracing for SQLOLEDB connection.
    Regards
    Gowtham

  • Crystal Report stop working after one month

    Hi all,
    I have downloaded crystal reports 2008 for SAP business one from the SAP service market place on 01.11.2008 and installed at customer site on 21.12.2008. We also developed and delivered 6 report template to customer using it.
    These all 6 reports were working fine till yesterday.Suddenly from today morning (21.01.2009-exact one month after installation) all these 6 reports has stopped working.
    Can anyone tell, why it is behaving like this ?
    BR
    Samir Gandhi
    Thread moved by: Darius Heydarian on Jan 21, 2009 1:54 PM

    Hi,
    I think you downloaded the trial version, you need to buy it now.
    Cheers
    Shahid

  • Imac fan will not stop running after power outage .

    unpluuged after we lost power . now the fan runs constantly.

    If you note that your Mac fans don't work correctly, do a SMC reset > http://support.apple.com/kb/HT3964

  • TS3074 itune stopped running after latest updates

    My itune failed to work after I installed the latest updates a couple of days ago on  I my PC running MS Vista.
    Besides error 7 (window error 126) when trying to use itune I also get error messages about MobileMe service not working & MSVCR80.dll not found.
    I followed above instructions but the problems has not gone away!  I am not a computer expert and I am lost.  Help, anyone?

    Hello, ozpj2. 
    Thank you for the question. Try uninstalling all components of iTunes in the order specified of the article below.  These steps must be processed in the order specified or the error will persist.  Once this is done attempt to install iTunes again.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    If the issue persists, you will need to process the steps in the article below for each component and reinstall.
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H.

  • IMac fan won't stop running after Mavericks install

    My fan seems be running all the time, in sleep mode and shut down (when power cord is plugged in).
    This started after installing Mavericks???????????????????????????????   HELP.

    I have the same issue with my 2012 iMac 2.7 Intel Core i5   21.5"
    The iMac fan runs constantly immediately when it is shut down and after a minute or so when it is put in standby.
    This iMac just started doing this.
    I have done the SMC reset numerous times and also the PRAM and DVRAM reset by hitting the Command, Option, P, and R after restarting.
    This issue is beyond frustrating as the only way to shut off the fan ever is to pull the power cord.
    Any additonal help would be appreciated.

  • Stop run after elapsed time

    I've hours per run wired to elapsed time in my VI. The output elapsed time is display out to a cluster display.
    How do I get the VI to stop once it has react hours per run elasped time?
    And how would I wire to show that time on (hours) once the VI has stopped?
    Please let me know what I'm doing wrong.
    thanks
    Attachments:
    on-off.JPG ‏35 KB

    Well, I 'll give you one trick that I use alot when I ever wanted to know:
    When will a certain event occur in the future ?
    In your case: the event is "Time elapsed for all the events or runs".
    It may help you, and may not help you, Good luckMessage Edited by Ayman_Metwally on 02-28-2005 10:36 PM
    Ayman Mohammad Metwally
    Automation Engineer
    Egypt - Cairo
    Attachments:
    current.GIF ‏18 KB

  • Firefox hangings and stop running after a new upgrade

    I really dunno what is going wrong wt my firefox it was working fine before the new upgrade. What happen is despite uninstalling and reinstalling it, firefox browser still hangs while it loads , i simply couldn't do anything at all here.
    == This happened ==
    Every time Firefox opened
    == when upgraded to the newest version ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, maybe after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also [[Basic Troubleshooting]]

  • Data Server stops running after client disconnected

    Hi All,
    I run a simple data server vi on my SBRIO and access it from a client.
    It works perfectly fine during the first connection but when i disconnect my client the server flag an error and i am not able to receive any data from it again even if i reconnect my client.
    How do i make it to actively listen again every time it lost a connection from the client?
    Attached is the simple data server from the examples.
    Regards
    Attachments:
    Simple Data Server.vi ‏28 KB

    any ideas guys?

  • Running windows 7, Itunes stops running after iphone connected to computer

    any suggestions?
    thanks

    Hi Walk Good,
    Welcome to the Apple Support Communities!
    I understand that when you connect your iPhone to your Apple computer, iTunes does not show your device. If this is the case, please use the troubleshooting information located in the attached article. 
    iOS: Device not recognized in iTunes for OS X - Apple Support
    Have a great day,
    Joe 

Maybe you are looking for