Error in viewing UDF in XL Reporter 2007B

Hi,
I'm trying to update XLR with a number of UDFs and got this error message:
An error occurred when trying to write to the database:
Original error message was:
A view was encountered that is not mapped in ModuleToViewMap
Viewname: ixvf_INV2 Module:SO
Anyone got an idea on how to solve this??
Thanks,
Jac
Edited by: Paul Finneran on Mar 11, 2009 10:24 AM

Hi
I found something from FORUM which could be of help:
Having read through the replies and your answers regarding your problem with the report it seems to me that you may have some user defined field(s) in your report(s). If that is indeed the case then you need to have a look whether they are still visible to XL Reporter (Tools>User Defined Fields). My experience is that even though the udf's may be ticked in that screen you sometimes have to untick them and then retick again. Unfortunately that causes XLR to rename the fields by adding a number to them - so if the field name was 'UDelivery' it may be 'U_Delivery_0' now. You need to change the field names in your reports accordingly.
Even upgrading or restoring a database causes this problem with UDF's.
Thank you
Bishal

Similar Messages

  • Errors when viewing data with Crystal Report Viewer.

    we receive the following errors when we try to merge a crystal report with data, we are using a crystal  report viewer to display the report.
    Can someone help us with where we might be going wrong?
    Thanks
    Rajesh
    General Information
    Additional Info:
    ExceptionManager.MachineName: CCS104
    ExceptionManager.TimeStamp: 02/10/2008 12:40:31
    ExceptionManager.FullName: Congestion.Framework.ExceptionManagement, Version=33.36.0.0, Culture=neutral, PublicKeyToken=null
    ExceptionManager.AppDomainName: /LM/W3SVC/1/ROOT/BackOfficeTR4-1-128674174088125000
    ExceptionManager.WindowsIdentity: NT AUTHORITY\SYSTEM
    Renewal charges Statement Id : 37171
    Unknown Database Connector Error
    Error in File C:\WINNT\TEMP\{AE9A7C1D-F11A-41CC-B2F7-BC1062DC3A5B}.rpt:
    Unknown Database Connector Error
    Stack Trace :    at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.  (Object 
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(DataSet dataSet)
       at Congestion.Core.PresentationTier.BackOffice.WF_NewReport_P.DownloadPDFStatement(Int64 lngCanId, Int64 lngFasId, String strChargeType)
       at Congestion.Core.PresentationTier.BackOffice.WF_NewReport_P.Page_Load(Object sender, EventArgs e)
    Source : CrystalDecisions.ReportAppServer.DataSetConversion

    Hi,
    Its a best practice to use the code given below in the unload event of the page or the code can also be written in a button press event so that the disposing is ensured manually(If sessions are in use).
    boReportDocument.Close();
    boReportDocument.Dispose();
    GC.Collect();
    Note: boReportDocument is the object of ReportDocument.
    This code disposes the report object after using it.
    Check the issue with [filemon|http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx] utility.
    Amit

  • XML Publisher error while viewing a report

    I get the following error while viewing a report I have just written using a data template:
    The report cannot be rendered because of an error, please contact the administrator.
    I am using XML Publisher 562 Enterprise.
    The Data template I have loaded is as follows:
    <dataTemplate name="FLEETMASTERS" description="Fleet Masters Listing">
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[SELECT fm.fms_id, fm.reg_no, fm.vsn, fm.vin
                     FROM fleet_masters fm
                     WHERE rownum <= 100]]>
              </sqlStatement>
         </dataQuery>
    </dataTemplate>
    The rtf template loaded is simply
    Fms Id     Reg No     Vin
    F FMS_ID REG_NO VIN E
    If I use a Data Model using a SQL Query and type in above select statement, it works fine. The moment I use a Data Template I get the error mentioned above.
    A dump of the error in the log is
    [080406_041655194][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, S
    ize: 0
    at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492
    at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
    at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(Dat
    aTemplateParser.java:1449)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:298
    at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:2
    64)
    at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:251)
    at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:192)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:229)
    at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.ja
    va:336)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataP
    rocessor(AdvancedQueryBoundValue11.java:126)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(
    AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportC
    ontextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:227)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:4
    6)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:319)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:223)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilt
    er.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
    estHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
    stHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
    cketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    If anyone has experienced something similar please help.
    Thank you

    Okay some more information:
    If I change the data template to this
    <dataTemplate name="FLEETMASTERS" description="Fleet Masters Listing">
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[SELECT fms.fms_id FMS_ID, fm.reg_no REG_NO , fm.vin VIN
                     FROM fleet_masters fm
                     WHERE fm.fms_id BETWEEN 55531 and 55620 ]]>
              </sqlStatement>
         </dataQuery>
    </dataTemplate>
    I only get the titles being printed but no errors i.e the select does not seem to retrieve data from the database(85 records in database). If I remove the where clause I get the same titles as per the template with no data(49089 records in Database).
    Layout of template
    Fms Id Reg No Vin
    Now it begs the question, is XML Publisher finicky about the syntaxes you can use inside the "sqlStatement" clause?
    I have to say that this is really frustrating as I have had no successes using Data Templates

  • Getting ASP trappable error while viewing crystal report

    Hi,
    We are getting the following error while viewing the crystal reports from ASP viewer:
    Active Server Pages error 'ASP 0115'
    Unexpected error
    /KR_ADG/rptviewer/CustReportView.asp
    A trappable error (C0000005) occurred in an external object. The script cannot continue running.
    If you search for the u201Cc0000005u201D error number in below log, you will also find stack trace for the same. As you can see the stack causing this error shows dlls from Business Objects [Crystal X1] or Oracle.
    Follwing is the Stack trace from IIS Debug Diagnstics Tool:
    Loading control script C:\Program Files\DebugDiag\Scripts\CrashRule_IIS.vbs
    DumpPath set to C:\Program Files\DebugDiag\Logs\Crash rule for all IIS_COM+ related processes
    [2008-10-20 Process created. BaseModule - c:\windows\system32\inetsrv\w3wp.exeBaseThread System ID - 1252
    [2008-10-20 Thread created. New thread system id - 7420
    [2008-10-20 Thread created. New thread system id - 6100
    [2008-10-20 Thread created. New thread system id - 4312
    [2008-10-20 Thread created. New thread system id - 4420
    [2008-10-20 Thread created. New thread system id - 5660
    [2008-10-20 Thread created. New thread system id - 5596
    [2008-10-20 Thread created. New thread system id - 8116
    [2008-10-20 Thread created. New thread system id - 6612
    [2008-10-20 Thread created. New thread system id - 6136
    [2008-10-20 Thread created. New thread system id - 7004
    [2008-10-20 Thread created. New thread system id - 7428
    [2008-10-20 Thread created. New thread system id - 6636
    [2008-10-20 Thread created. New thread system id - 1536
    [2008-10-20 Thread created. New thread system id - 1852
    [2008-10-20 Thread created. New thread system id - 6404
    [2008-10-20 Thread created. New thread system id - 5756
    [2008-10-20 C:\WINDOWS\system32\ntdll.dll loaded at 0x7c800000
    [2008-10-20 C:\WINDOWS\system32\kernel32.dll loaded at 0x77e40000
    [2008-10-20 C:\WINDOWS\system32\msvcrt.dll loaded at 0x77ba0000
    [2008-10-20 C:\WINDOWS\system32\ADVAPI32.dll loaded at 0x77f50000
    [2008-10-20 C:\WINDOWS\system32\RPCRT4.dll loaded at 0x77c50000
    [2008-10-20 C:\WINDOWS\system32\Secur32.dll loaded at 0x76f50000
    [2008-10-20 C:\WINDOWS\system32\USER32.dll loaded at 0x77380000
    [2008-10-20 C:\WINDOWS\system32\GDI32.dll loaded at 0x77c00000
    [2008-10-20 C:\WINDOWS\system32\ole32.dll loaded at 0x77670000
    [2008-10-20 c:\windows\system32\inetsrv\IISUTIL.dll loaded at 0x64700000
    [2008-10-20 C:\WINDOWS\system32\CRYPT32.dll loaded at 0x761b0000
    [2008-10-20 C:\WINDOWS\system32\MSASN1.dll loaded at 0x76190000
    [2008-10-20 C:\WINDOWS\system32\ShimEng.dll loaded at 0x71af0000
    [2008-10-20 C:\WINDOWS\system32\apphelp.dll loaded at 0x75e60000
    [2008-10-20 C:\WINDOWS\AppPatch\AcGenral.DLL loaded at 0x71640000
    [2008-10-20 C:\WINDOWS\system32\SHLWAPI.dll loaded at 0x77da0000
    [2008-10-20 C:\WINDOWS\system32\WINMM.dll loaded at 0x76aa0000
    [2008-10-20 C:\WINDOWS\system32\OLEAUT32.dll loaded at 0x77d00000
    [2008-10-20 C:\WINDOWS\system32\MSACM32.dll loaded at 0x77b70000
    [2008-10-20 C:\WINDOWS\system32\VERSION.dll loaded at 0x77b90000
    [2008-10-20 C:\WINDOWS\system32\SHELL32.dll loaded at 0x7c8d0000
    [2008-10-20 C:\WINDOWS\system32\USERENV.dll loaded at 0x76920000
    [2008-10-20 C:\WINDOWS\system32\UxTheme.dll loaded at 0x71b70000
    [2008-10-20 C:\WINDOWS\system32\IMM32.DLL loaded at 0x76290000
    [2008-10-20 C:\WINDOWS\system32\LPK.DLL loaded at 0x7f000000
    [2008-10-20 C:\WINDOWS\system32\USP10.dll loaded at 0x75490000
    [2008-10-20 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll loaded at 0x77420000
    [2008-10-20 C:\WINDOWS\system32\xpsp2res.dll loaded at 0x00900000
    [2008-10-20 c:\windows\system32\inetsrv\w3core.dll loaded at 0x5a390000
    [2008-10-20 C:\WINDOWS\system32\WSOCK32.dll loaded at 0x71bb0000
    [2008-10-20 C:\WINDOWS\system32\WS2_32.dll loaded at 0x71c00000
    [2008-10-20 C:\WINDOWS\system32\WS2HELP.dll loaded at 0x71bf0000
    [2008-10-20 c:\windows\system32\inetsrv\W3CACHE.dll loaded at 0x5a400000
    [2008-10-20 c:\windows\system32\inetsrv\W3TP.dll loaded at 0x5a300000
    [2008-10-20 c:\windows\system32\inetsrv\w3dt.dll loaded at 0x5a360000
    [2008-10-20 C:\WINDOWS\system32\HTTPAPI.dll loaded at 0x67150000
    [2008-10-20 C:\WINDOWS\system32\strmfilt.dll loaded at 0x5b640000
    [2008-10-20 c:\windows\system32\inetsrv\W3COMLOG.dll loaded at 0x5a3f0000
    [2008-10-20 c:\windows\system32\inetsrv\LONSINT.dll loaded at 0x62da0000
    [2008-10-20 C:\WINDOWS\system32\IisRTL.DLL loaded at 0x647b0000
    [2008-10-20 C:\WINDOWS\system32\NETAPI32.dll loaded at 0x71c40000
    [2008-10-20 c:\windows\system32\inetsrv\wamreg.DLL loaded at 0x60ba0000
    [2008-10-20 C:\WINDOWS\system32\IISMAP.dll loaded at 0x5a420000
    [2008-10-20 c:\windows\system32\inetsrv\iisres.dll loaded at 0x6d0f0000
    [2008-10-20 C:\WINDOWS\system32\CLBCatQ.DLL loaded at 0x777b0000
    [2008-10-20 C:\WINDOWS\system32\COMRes.dll loaded at 0x77010000
    [2008-10-20 C:\WINDOWS\system32\ADMWPROX.DLL loaded at 0x608f0000
    [2008-10-20 C:\WINDOWS\system32\rsaenh.dll loaded at 0x68000000
    [2008-10-20 C:\WINDOWS\system32\PSAPI.DLL loaded at 0x76b70000
    [2008-10-20 c:\windows\system32\inetsrv\w3isapi.dll loaded at 0x5a320000
    [2008-10-20 C:\WINDOWS\System32\mswsock.dll loaded at 0x71b20000
    [2008-10-20 C:\WINDOWS\system32\DNSAPI.dll loaded at 0x76ed0000
    [2008-10-20 C:\WINDOWS\System32\winrnr.dll loaded at 0x76f70000
    [2008-10-20 C:\WINDOWS\system32\WLDAP32.dll loaded at 0x76f10000
    [2008-10-20 C:\WINDOWS\system32\rasadhlp.dll loaded at 0x76f80000
    [2008-10-20 C:\WINDOWS\system32\inetsrv\gzip.dll loaded at 0x685b0000
    [2008-10-20 C:\WINDOWS\system32\mpr.dll loaded at 0x71bd0000
    [2008-10-20
    ?\C:\WINDOWS\system32\inetsrv\asp.dll loaded at 0x709e0000
    [2008-10-20 C:\WINDOWS\system32\ATL.DLL loaded at 0x76a80000
    [2008-10-20 C:\WINDOWS\system32\comsvcs.dll loaded at 0x4a710000
    [2008-10-20 C:\WINDOWS\system32\ws03res.dll loaded at 0x10000000
    [2008-10-20 C:\WINDOWS\system32\SXS.DLL loaded at 0x75da0000
    [2008-10-20 C:\WINDOWS\system32\vbscript.dll loaded at 0x02a10000
    [2008-10-20 C:\WINDOWS\system32\NTMARTA.DLL loaded at 0x77e00000
    [2008-10-20 C:\WINDOWS\system32\SAMLIB.dll loaded at 0x7e020000
    [2008-10-20 C:\WINDOWS\system32\mtxoci.dll loaded at 0x76a40000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oci.dll loaded at 0x02b40000
    [2008-10-20 C:\WINDOWS\system32\MSVCR71.dll loaded at 0x7c340000
    [2008-10-20 Thread created. New thread system id - 8140
    [2008-10-20 Initializing control script
    [2008-10-20 Clearing any existing breakpoints
    [2008-10-20
    [2008-10-20 Current Breakpoint List(BL)
    [2008-10-20 Thread exited. Exiting thread system id - 8140. Exit code - 0x00000000
    [2008-10-20 Thread created. New thread system id - 6832
    [2008-10-20 Thread created. New thread system id - 5032
    [2008-10-20 Thread created. New thread system id - 5908
    [2008-10-20 Thread created. New thread system id - 6152
    [2008-10-20 Thread created. New thread system id - 7584
    [2008-10-20 Thread created. New thread system id - 4540
    [2008-10-20 C:\WINDOWS\system32\jscript.dll loaded at 0x63380000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSSecurity.dll loaded at 0x5b7f0000
    [2008-10-20 C:\WINDOWS\system32\MSVBVM60.DLL loaded at 0x73570000
    [2008-10-20 C:\Program Files\Manhattan Associates\WM Web\ClsLib.dll loaded at 0x4c190000
    [2008-10-20 C:\WINDOWS\system32\ATL70.DLL loaded at 0x7c120000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\clsheap2.dll loaded at 0x4c010000
    [2008-10-20 C:\WINDOWS\system32\MSVCR70.dll loaded at 0x7c000000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\cls2U.dll loaded at 0x4c020000
    [2008-10-20 C:\WINDOWS\system32\iphlpapi.dll loaded at 0x76cf0000
    [2008-10-20 C:\WINDOWS\system32\MSVCP70.dll loaded at 0x7c080000
    [2008-10-20 C:\WINDOWS\system32\msxml4.dll loaded at 0x69b10000
    [2008-10-20 C:\WINDOWS\system32\urlmon.dll loaded at 0x1a400000
    [2008-10-20 C:\WINDOWS\system32\iertutil.dll loaded at 0x5dca0000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSContextLib.dll loaded at 0x4e730000
    [2008-10-20 C:\Program Files\Common Files\System\ado\msado15.dll loaded at 0x4bbe0000
    [2008-10-20 C:\WINDOWS\system32\MSDART.DLL loaded at 0x74a50000
    [2008-10-20 C:\Program Files\Common Files\System\Ole DB\oledb32.dll loaded at 0x4c850000
    [2008-10-20 C:\Program Files\Common Files\System\Ole DB\OLEDB32R.DLL loaded at 0x4dbb0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10.DLL loaded at 0x03de0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBgmr10.dll loaded at 0x44100000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll loaded at 0x61c20000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oracore10.dll loaded at 0x03e50000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranls10.dll loaded at 0x60a80000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll loaded at 0x63690000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orauts.dll loaded at 0x60eb0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll loaded at 0x636b0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll loaded at 0x60fa0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll loaded at 0x60300000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll loaded at 0x63430000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll loaded at 0x03f40000
    [2008-10-20 C:\WINDOWS\system32\MSVCIRT.dll loaded at 0x60020000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oran10.dll loaded at 0x60960000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranl10.dll loaded at 0x62740000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll loaded at 0x62790000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll loaded at 0x627f0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll loaded at 0x62530000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll loaded at 0x62670000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranro10.dll loaded at 0x62920000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll loaded at 0x626b0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orancds10.dll loaded at 0x62660000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orantns10.dll loaded at 0x629c0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orapls10.dll loaded at 0x040a0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll loaded at 0x04400000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll loaded at 0x63080000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll loaded at 0x61ed0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll loaded at 0x62ab0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll loaded at 0x62b20000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll loaded at 0x62980000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orasql10.dll loaded at 0x04410000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBrst10.dll loaded at 0x44400000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDButl10.dll loaded at 0x44700000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10us.dll loaded at 0x44300000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBpus10.dll loaded at 0x44200000
    [2008-10-20 Thread created. New thread system id - 2988
    [2008-10-20 C:\WINDOWS\system32\hnetcfg.dll loaded at 0x5f270000
    [2008-10-20 C:\WINDOWS\System32\wshtcpip.dll loaded at 0x71ae0000
    [2008-10-20 C:\Program Files\Common Files\System\ado\msadrh15.dll loaded at 0x640f0000
    [2008-10-20 C:\WINDOWS\system32\wshom.ocx loaded at 0x57250000
    [2008-10-20 C:\WINDOWS\system32\WINSPOOL.DRV loaded at 0x73070000
    [2008-10-20 C:\WINDOWS\system32\ScrRun.dll loaded at 0x736f0000
    [2008-10-20 C:\WINDOWS\system32\MFC42.dll loaded at 0x73eb0000
    [2008-10-20 C:\WINDOWS\system32\WININET.dll loaded at 0x049e0000
    [2008-10-20 C:\WINDOWS\system32\Normaliz.dll loaded at 0x04ab0000
    [2008-10-20 C:\WINDOWS\system32\ODBC32.dll loaded at 0x48890000
    [2008-10-20 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll loaded at 0x77530000
    [2008-10-20 C:\WINDOWS\system32\comdlg32.dll loaded at 0x762b0000
    [2008-10-20 C:\WINDOWS\system32\odbcint.dll loaded at 0x04db0000
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 5908
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 5908
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 5908
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 5908
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 6152
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\Requator.dll loaded at 0x39770000
    [2008-10-20 C:\WINDOWS\system32\msxml3.dll loaded at 0x72e50000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\PkMSRender.dll loaded at 0x4f570000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\libdal2u.dll loaded at 0x05520000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\PkMSSession.dll loaded at 0x394d0000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\PkMSLayout.dll loaded at 0x396e0000
    [2008-10-20 First chance exception - 0xc000008f caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xc000008f caused by thread with system id 6152
    [2008-10-20 C:\Program Files\Common Files\System\msadc\msadce.dll loaded at 0x4d140000
    [2008-10-20 C:\Program Files\Common Files\System\msadc\msadcer.dll loaded at 0x056d0000
    [2008-10-20 First chance exception - 0xc000008f caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xc000008f caused by thread with system id 6152
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 7584
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 7584
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 7584
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 7584
    [2008-10-20 C:\Program Files\Manhattan Associates\WM Web\Bin\PkMSBls_CustReport.dll loaded at 0x489d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\craxdrt.dll loaded at 0x2ce50000
    [2008-10-20 C:\WINDOWS\system32\cslibu-2-0-0.dll loaded at 0x2c010000
    [2008-10-20 C:\WINDOWS\system32\MFC71U.DLL loaded at 0x05700000
    [2008-10-20 C:\WINDOWS\system32\oledlg.dll loaded at 0x74b40000
    [2008-10-20 C:\WINDOWS\system32\MSVCP71.dll loaded at 0x7c3a0000
    [2008-10-20 Thread created. New thread system id - 6172
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crqe.dll loaded at 0x203d0000
    [2008-10-20 C:\WINDOWS\system32\cxlibw-2-6.dll loaded at 0x49920000
    [2008-10-20 C:\WINDOWS\system32\dbghelp.dll loaded at 0x6d580000
    [2008-10-20 C:\WINDOWS\system32\ATL71.DLL loaded at 0x05c80000
    [2008-10-20 C:\WINDOWS\system32\libOCASecurityw-1-6.dll loaded at 0x532e0000
    [2008-10-20 C:\WINDOWS\system32\ebus-3-3-2-4.dll loaded at 0x05ca0000
    [2008-10-20 C:\WINDOWS\system32\etc-1-0-12-3.dll loaded at 0x63000000
    [2008-10-20 C:\WINDOWS\system32\libOCAHelperw-2-13.dll loaded at 0x53130000
    [2008-10-20 C:\WINDOWS\system32\fssl-1-2-1-1.dll loaded at 0x53000000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crqe_res_en.dll loaded at 0x05f70000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\prompt.dll loaded at 0x38f10000
    [2008-10-20 C:\Program Files\Business Objects\BusinessObjects Enterprise 11\win32_x86\log_xn_system.dll loaded at 0x57eb0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\saxserialize.dll loaded at 0x398b0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\xerces-c_2_1_0.dll loaded at 0x12000000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\objectfactory.dll loaded at 0x2fa30000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crdb_ado.dll loaded at 0x05fc0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\ufmanager.dll loaded at 0x38700000
    [2008-10-20 Thread created. New thread system id - 2120
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crtowords_en.dll loaded at 0x364f0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2l2000.dll loaded at 0x321a0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lcom.dll loaded at 0x32120000
    [2008-10-20 C:\WINDOWS\system32\cxlib-2-6.dll loaded at 0x497d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2ldts.dll loaded at 0x34e00000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lexch.dll loaded at 0x38660000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lfinra.dll loaded at 0x34cd0000
    [2008-10-20 C:\WINDOWS\crystal\u2lbcode.dll loaded at 0x06220000
    [2008-10-20 C:\WINDOWS\system32\Barcode.dll loaded at 0x06230000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u252000.dll loaded at 0x39ce0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25dts.dll loaded at 0x2f620000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25samp1.dll loaded at 0x39850000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL loaded at 0x767a0000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpzui4wn.dll loaded at 0x06290000
    [2008-10-20 C:\WINDOWS\system32\COMPSTUI.dll loaded at 0x6dfc0000
    [2008-10-20 C:\WINDOWS\system32\MSIMG32.dll loaded at 0x76280000
    [2008-10-20 C:\WINDOWS\system32\SETUPAPI.dll loaded at 0x770e0000
    [2008-10-20 Thread created. New thread system id - 4772
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\UNIDRV.DLL loaded at 0x767e0000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpz3r4wn.dll loaded at 0x50000000
    [2008-10-20 Thread created. New thread system id - 2768
    [2008-10-20 First chance exception - 0xe06d7363 caused by thread with system id 7584
    [2008-10-20 First chance exception - 0xe06d7363 caused by thread with system id 7584
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSTranslationSrvr.dll loaded at 0x06260000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSConn.dll loaded at 0x3e940000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crtowords_en.dll unloaded from 0x364f0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25samp1.dll unloaded from 0x39850000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25dts.dll unloaded from 0x2f620000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u252000.dll unloaded from 0x39ce0000
    [2008-10-20 C:\WINDOWS\crystal\u2lbcode.dll unloaded from 0x06220000
    [2008-10-20 C:\WINDOWS\system32\Barcode.dll unloaded from 0x06230000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lfinra.dll unloaded from 0x34cd0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lexch.dll unloaded from 0x38660000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2ldts.dll unloaded from 0x34e00000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lcom.dll unloaded from 0x32120000
    [2008-10-20 C:\WINDOWS\system32\cxlib-2-6.dll unloaded from 0x497d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2l2000.dll unloaded from 0x321a0000
    [2008-10-20 Thread exited. Exiting thread system id - 2120. Exit code - 0x00000000
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crlov.dll loaded at 0x23940000
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\ufmanager.dll unloaded from 0x38700000
    [2008-10-20 Thread exited. Exiting thread system id - 6172. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpzui4wn.dll unloaded from 0x06290000
    [2008-10-20 C:\WINDOWS\system32\SETUPAPI.dll unloaded from 0x770e0000
    [2008-10-20 C:\WINDOWS\system32\COMPSTUI.dll unloaded from 0x6dfc0000
    [2008-10-20 C:\WINDOWS\system32\MSIMG32.dll unloaded from 0x76280000
    [2008-10-20 Thread exited. Exiting thread system id - 4772. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpz3r4wn.dll unloaded from 0x50000000
    [2008-10-20 Thread exited. Exiting thread system id - 2768. Exit code - 0x00000000
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 Thread created. New thread system id - 7716
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 4540
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\ScriptSessionClient.dll loaded at 0x13360000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSErrorHandler.dll loaded at 0x68440000
    [2008-10-20 Thread created. New thread system id - 4488
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\ufmanager.dll loaded at 0x38700000
    [2008-10-20 Thread created. New thread system id - 6588
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crtowords_en.dll loaded at 0x364f0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2l2000.dll loaded at 0x321a0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lcom.dll loaded at 0x32120000
    [2008-10-20 C:\WINDOWS\system32\cxlib-2-6.dll loaded at 0x497d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2ldts.dll loaded at 0x34e00000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lexch.dll loaded at 0x38660000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lfinra.dll loaded at 0x34cd0000
    [2008-10-20 C:\WINDOWS\crystal\u2lbcode.dll loaded at 0x062c0000
    [2008-10-20 C:\WINDOWS\system32\Barcode.dll loaded at 0x062d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u252000.dll loaded at 0x39ce0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25dts.dll loaded at 0x2f620000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25samp1.dll loaded at 0x39850000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpzui4wn.dll loaded at 0x06330000
    [2008-10-20 C:\WINDOWS\system32\COMPSTUI.dll loaded at 0x6dfc0000
    [2008-10-20 C:\WINDOWS\system32\MSIMG32.dll loaded at 0x76280000
    [2008-10-20 C:\WINDOWS\system32\SETUPAPI.dll loaded at 0x770e0000
    [2008-10-20 Thread created. New thread system id - 5348
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpz3r4wn.dll loaded at 0x50000000
    [2008-10-20 Thread created. New thread system id - 4528
    [2008-10-20 First chance exception - 0xe06d7363 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xe06d7363 caused by thread with system id 4540
    [2008-10-20 First chance exception - 0xc000008f caused by thread with system id 4540
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crdb_ado_res_en.dll loaded at 0x06300000
    [2008-10-20 Thread created. New thread system id - 5280
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\keycode.dll loaded at 0x49650000
    [2008-10-20 Thread created. New thread system id - 8160
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\querybuilder.dll loaded at 0x07410000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\querybuilder_res_en.dll loaded at 0x074b0000
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 8160
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 8160
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 8160
    [2008-10-20 First chance exception - 0xe0000001 caused by thread with system id 8160
    [2008-10-20 First chance exception - 0xc0000005 caused by thread with system id 4540
    [2008-10-20 Stack Trace
    ChildEBP RetAddr  Args to Child             
    WARNING: Stack unwind information not available. Following frames may be wrong.
    02e8d000 7c82a82b 04ee4548 04ee2328 02e8d0c8 ntdll!RtlDeleteCriticalSection+0x11c
    ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\ole32.dll -
    02e8d0e8 776bcf60 00090000 00000000 04ee2330 ntdll!wcslen+0x2ad
    02e8d0fc 776bcf7c 77796784 04ee2330 04e81b48 ole32!CoTaskMemAlloc+0x38
    WARNING: Unable to verify checksum for c:\oracle\product\10.2.0\client_1\bin\OraOLEDButl10.dll
    ERROR: Symbol file could not be found.  Defaulted to export symbols for c:\oracle\product\10.2.0\client_1\bin\OraOLEDButl10.dll -
    02e8d10c 4470188f 04ee2330 4440e355 04ee2330 ole32!CoTaskMemFree+0x13
    WARNING: Unable to verify checksum for c:\oracle\product\10.2.0\client_1\bin\OraOLEDBrst10.dll
    ERROR: Symbol file could not be found.  Defaulted to export symbols for c:\oracle\product\10.2.0\client_1\bin\OraOLEDBrst10.dll -
    02e8d114 4440e355 04ee2330 04e8e168 04eeff80 OraOLEDButl10!ssmem_free+0xf
    02e8d128 4440e0a4 04eeff80 04e81b48 02e8d194 OraOLEDBrst10+0xe355
    02e8d138 4440e929 04eeff80 04e81b48 04e8e168 OraOLEDBrst10+0xe0a4
    02e8d1a4 44414161 04e8e168 04eeff80 00184884 OraOLEDBrst10+0xe929
    02e8d1e4 444197fb 00000000 00184884 00184888 OraOLEDBrst10+0x14161
    WARNING: Unable to verify checksum for c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10.DLL
    ERROR: Symbol file could not be found.  Defaulted to export symbols for c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10.DLL -
    02e8d20c 03e263e0 049ca008 049d704c 04e81b48 OraOLEDBrst10!ROWInit+0x20b
    02e8d27c 03e135d9 04eed1b0 039f2758 0199f5e0 OraOLEDB10!DllUnregisterServer+0x5e40
    02e8d2fc 7c818e69 02e8d350 000838dc 02e8d360 OraOLEDB10+0x335d9
    02e8d318 7c817c9a 02e8d350 000838dc 00000001 ntdll!RtlCutoverTimeToSystemTime+0x570
    02e8d384 7c8296d1 7c8296d6 00000000 00000000 ntdll!RtlFindActivationContextSectionGuid+0x161
    02e8d388 7c8296d6 00000000 00000000 0cffffff ntdll!RtlNtStatusToDosError+0x2f
    02e8d3b4 77e61f47 000036b7 00000000 000a83c0 ntdll!RtlNtStatusToDosError+0x34
    02e8d3d4 776a8ddb 000a83c4 776a88be 000a83d0 kernel32!CreateFileMappingW+0xd0
    02e8d3dc 776a88be 000a83d0 00000000 00000001 ole32!CoInitializeSecurity+0x1888
    02e8d418 776a8d0b 02e8d468 02e8d508 00000004 ole32!CoInitializeSecurity+0x136b
    02e8d434 776a8c19 000a83c0 c8b522d1 02e8d454 ole32!CoInitializeSecurity+0x17b8
    02e8d478 7c82a0b8 7c82a0fc 00000080 00000004 ole32!CoInitializeSecurity+0x16c6
    ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\msvcrt.dll -
    02e8d6a4 77bbd0dd 77bbd3fd 00000001 01996cac ntdll!RtlAllocateHeap+0xe2
    00000000 00000000 00000000 00000000 00000000 msvcrt!realloc+0x1d
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\crtowords_en.dll unloaded from 0x364f0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25samp1.dll unloaded from 0x39850000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u25dts.dll unloaded from 0x2f620000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u252000.dll unloaded from 0x39ce0000
    [2008-10-20 C:\WINDOWS\crystal\u2lbcode.dll unloaded from 0x062c0000
    [2008-10-20 C:\WINDOWS\system32\Barcode.dll unloaded from 0x062d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lfinra.dll unloaded from 0x34cd0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lexch.dll unloaded from 0x38660000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2ldts.dll unloaded from 0x34e00000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2lcom.dll unloaded from 0x32120000
    [2008-10-20 C:\WINDOWS\system32\cxlib-2-6.dll unloaded from 0x497d0000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\u2l2000.dll unloaded from 0x321a0000
    [2008-10-20 Thread exited. Exiting thread system id - 6588. Exit code - 0x00000000
    [2008-10-20 C:\Program Files\Common Files\Business Objects\3.0\bin\ufmanager.dll unloaded from 0x38700000
    [2008-10-20 Thread exited. Exiting thread system id - 4488. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpzui4wn.dll unloaded from 0x06330000
    [2008-10-20 C:\WINDOWS\system32\SETUPAPI.dll unloaded from 0x770e0000
    [2008-10-20 C:\WINDOWS\system32\COMPSTUI.dll unloaded from 0x6dfc0000
    [2008-10-20 C:\WINDOWS\system32\MSIMG32.dll unloaded from 0x76280000
    [2008-10-20 Thread exited. Exiting thread system id - 5348. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\spool\DRIVERS\W32X86\3\hpz3r4wn.dll unloaded from 0x50000000
    [2008-10-20 Thread exited. Exiting thread system id - 4528. Exit code - 0x00000000
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    Script Error
    Error Code - 0x80004005
    Error Source [Unavailable]
    Error Description [Could not obtain System ID for this thread]
    Line 116, Column 2
    [2008-10-20 Thread created. New thread system id - 7608
    [2008-10-20 Thread exited. Exiting thread system id - 7428. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\inetsrv\gzip.dll unloaded from 0x685b0000
    [2008-10-20 Thread exited. Exiting thread system id - 6404. Exit code - 0x00000000
    [2008-10-20 Thread exited. Exiting thread system id - 1852. Exit code - 0x00000000
    [2008-10-20 Thread exited. Exiting thread system id - 5756. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\ws03res.dll unloaded from 0x10000000
    [2008-10-20
    ?\C:\WINDOWS\system32\inetsrv\asp.dll unloaded from 0x709e0000
    [2008-10-20 C:\WINDOWS\system32\ATL.DLL unloaded from 0x76a80000
    [2008-10-20 c:\windows\system32\inetsrv\w3isapi.dll unloaded from 0x5a320000
    [2008-10-20 Thread exited. Exiting thread system id - 5596. Exit code - 0x00000000
    [2008-10-20 Thread exited. Exiting thread system id - 6136. Exit code - 0x00000000
    [2008-10-20 Thread exited. Exiting thread system id - 8116. Exit code - 0x00000000
    [2008-10-20 Thread exited. Exiting thread system id - 6612. Exit code - 0x00000000
    [2008-10-20 c:\windows\system32\inetsrv\iisres.dll unloaded from 0x6d0f0000
    [2008-10-20 c:\windows\system32\inetsrv\w3core.dll unloaded from 0x5a390000
    [2008-10-20 C:\WINDOWS\system32\IISMAP.dll unloaded from 0x5a420000
    [2008-10-20 c:\windows\system32\inetsrv\wamreg.DLL unloaded from 0x60ba0000
    [2008-10-20 c:\windows\system32\inetsrv\LONSINT.dll unloaded from 0x62da0000
    [2008-10-20 C:\WINDOWS\system32\IisRTL.DLL unloaded from 0x647b0000
    [2008-10-20 c:\windows\system32\inetsrv\W3COMLOG.dll unloaded from 0x5a3f0000
    [2008-10-20 C:\WINDOWS\system32\strmfilt.dll unloaded from 0x5b640000
    [2008-10-20 c:\windows\system32\inetsrv\w3dt.dll unloaded from 0x5a360000
    [2008-10-20 C:\WINDOWS\system32\HTTPAPI.dll unloaded from 0x67150000
    [2008-10-20 c:\windows\system32\inetsrv\W3CACHE.dll unloaded from 0x5a400000
    [2008-10-20 c:\windows\system32\inetsrv\W3TP.dll unloaded from 0x5a300000
    [2008-10-20 Thread exited. Exiting thread system id - 6100. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 4312. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 5660. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 7004. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 7420. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 6636. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 5908. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 4540. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 7584. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 7716. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 7608. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 8160. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 2988. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 6152. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 4420. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 5032. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 6832. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 1536. Exit code - 0xfffffffe
    [2008-10-20 Thread exited. Exiting thread system id - 5280. Exit code - 0xfffffffe
    [2008-10-20 Process exited. Exit code - 0xfffffffe
    Loading control script C:\Program Files\DebugDiag\Scripts\CrashRule_IIS.vbs
    DumpPath set to C:\Program Files\DebugDiag\Logs\Crash rule for all IIS_COM+ related processes
    [2008-10-20 Process created. BaseModule - c:\windows\system32\inetsrv\w3wp.exeBaseThread System ID - 6176
    [2008-10-20 Thread created. New thread system id - 6164
    [2008-10-20 Thread created. New thread system id - 1904
    [2008-10-20 Thread created. New thread system id - 7740
    [2008-10-20 Thread created. New thread system id - 6252
    [2008-10-20 Thread created. New thread system id - 8088
    [2008-10-20 Thread created. New thread system id - 4756
    [2008-10-20 Thread created. New thread system id - 2192
    [2008-10-20 Thread created. New thread system id - 664
    [2008-10-20 Thread created. New thread system id - 5332
    [2008-10-20 Thread created. New thread system id - 5740
    [2008-10-20 Thread created. New thread system id - 7928
    [2008-10-20 Thread created. New thread system id - 6312
    [2008-10-20 Thread created. New thread system id - 5968
    [2008-10-20 C:\WINDOWS\system32\ntdll.dll loaded at 0x7c800000
    [2008-10-20 C:\WINDOWS\system32\kernel32.dll loaded at 0x77e40000
    [2008-10-20 C:\WINDOWS\system32\msvcrt.dll loaded at 0x77ba0000
    [2008-10-20 C:\WINDOWS\system32\ADVAPI32.dll loaded at 0x77f50000
    [2008-10-20 C:\WINDOWS\system32\RPCRT4.dll loaded at 0x77c50000
    [2008-10-20 C:\WINDOWS\system32\Secur32.dll loaded at 0x76f50000
    [2008-10-20 C:\WINDOWS\system32\USER32.dll loaded at 0x77380000
    [2008-10-20 C:\WINDOWS\system32\GDI32.dll loaded at 0x77c00000
    [2008-10-20 C:\WINDOWS\system32\ole32.dll loaded at 0x77670000
    [2008-10-20 c:\windows\system32\inetsrv\IISUTIL.dll loaded at 0x64700000
    [2008-10-20 C:\WINDOWS\system32\CRYPT32.dll loaded at 0x761b0000
    [2008-10-20 C:\WINDOWS\system32\MSASN1.dll loaded at 0x76190000
    [2008-10-20 C:\WINDOWS\system32\ShimEng.dll loaded at 0x71af0000
    [2008-10-20 C:\WINDOWS\system32\apphelp.dll loaded at 0x75e60000
    [2008-10-20 C:\WINDOWS\AppPatch\AcGenral.DLL loaded at 0x71640000
    [2008-10-20 C:\WINDOWS\system32\SHLWAPI.dll loaded at 0x77da0000
    [2008-10-20 C:\WINDOWS\system32\WINMM.dll loaded at 0x76aa0000
    [2008-10-20 C:\WINDOWS\system32\OLEAUT32.dll loaded at 0x77d00000
    [2008-10-20 C:\WINDOWS\system32\MSACM32.dll loaded at 0x77b70000
    [2008-10-20 C:\WINDOWS\system32\VERSION.dll loaded at 0x77b90000
    [2008-10-20 C:\WINDOWS\system32\SHELL32.dll loaded at 0x7c8d0000
    [2008-10-20 C:\WINDOWS\system32\USERENV.dll loaded at 0x76920000
    [2008-10-20 C:\WINDOWS\system32\UxTheme.dll loaded at 0x71b70000
    [2008-10-20 C:\WINDOWS\system32\IMM32.DLL loaded at 0x76290000
    [2008-10-20 C:\WINDOWS\system32\LPK.DLL loaded at 0x7f000000
    [2008-10-20 C:\WINDOWS\system32\USP10.dll loaded at 0x75490000
    [2008-10-20 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll loaded at 0x77420000
    [2008-10-20 C:\WINDOWS\system32\xpsp2res.dll loaded at 0x00900000
    [2008-10-20 c:\windows\system32\inetsrv\w3core.dll loaded at 0x5a390000
    [2008-10-20 C:\WINDOWS\system32\WSOCK32.dll loaded at 0x71bb0000
    [2008-10-20 C:\WINDOWS\system32\WS2_32.dll loaded at 0x71c00000
    [2008-10-20 C:\WINDOWS\system32\WS2HELP.dll loaded at 0x71bf0000
    [2008-10-20 c:\windows\system32\inetsrv\W3CACHE.dll loaded at 0x5a400000
    [2008-10-20 c:\windows\system32\inetsrv\W3TP.dll loaded at 0x5a300000
    [2008-10-20 c:\windows\system32\inetsrv\w3dt.dll loaded at 0x5a360000
    [2008-10-20 C:\WINDOWS\system32\HTTPAPI.dll loaded at 0x67150000
    [2008-10-20 C:\WINDOWS\system32\strmfilt.dll loaded at 0x5b640000
    [2008-10-20 c:\windows\system32\inetsrv\W3COMLOG.dll loaded at 0x5a3f0000
    [2008-10-20 c:\windows\system32\inetsrv\LONSINT.dll loaded at 0x62da0000
    [2008-10-20 C:\WINDOWS\system32\IisRTL.DLL loaded at 0x647b0000
    [2008-10-20 C:\WINDOWS\system32\NETAPI32.dll loaded at 0x71c40000
    [2008-10-20 c:\windows\system32\inetsrv\wamreg.DLL loaded at 0x60ba0000
    [2008-10-20 C:\WINDOWS\system32\IISMAP.dll loaded at 0x5a420000
    [2008-10-20 c:\windows\system32\inetsrv\iisres.dll loaded at 0x6d0f0000
    [2008-10-20 C:\WINDOWS\system32\CLBCatQ.DLL loaded at 0x777b0000
    [2008-10-20 C:\WINDOWS\system32\COMRes.dll loaded at 0x77010000
    [2008-10-20 C:\WINDOWS\system32\ADMWPROX.DLL loaded at 0x608f0000
    [2008-10-20 C:\WINDOWS\system32\rsaenh.dll loaded at 0x68000000
    [2008-10-20 C:\WINDOWS\system32\PSAPI.DLL loaded at 0x76b70000
    [2008-10-20 c:\windows\system32\inetsrv\w3isapi.dll loaded at 0x5a320000
    [2008-10-20 C:\WINDOWS\System32\mswsock.dll loaded at 0x71b20000
    [2008-10-20 C:\WINDOWS\system32\DNSAPI.dll loaded at 0x76ed0000
    [2008-10-20 C:\WINDOWS\System32\winrnr.dll loaded at 0x76f70000
    [2008-10-20 C:\WINDOWS\system32\WLDAP32.dll loaded at 0x76f10000
    [2008-10-20 C:\WINDOWS\system32\rasadhlp.dll loaded at 0x76f80000
    [2008-10-20 C:\WINDOWS\system32\inetsrv\gzip.dll loaded at 0x685b0000
    [2008-10-20 Thread created. New thread system id - 8128
    [2008-10-20 Initializing control script
    [2008-10-20 Clearing any existing breakpoints
    [2008-10-20
    [2008-10-20 Current Breakpoint List(BL)
    [2008-10-20 Thread exited. Exiting thread system id - 8128. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\mpr.dll loaded at 0x71bd0000
    [2008-10-20
    ?\C:\WINDOWS\system32\inetsrv\asp.dll loaded at 0x709e0000
    [2008-10-20 C:\WINDOWS\system32\ATL.DLL loaded at 0x76a80000
    [2008-10-20 C:\WINDOWS\system32\comsvcs.dll loaded at 0x4a710000
    [2008-10-20 C:\WINDOWS\system32\ws03res.dll loaded at 0x10000000
    [2008-10-20 C:\WINDOWS\system32\SXS.DLL loaded at 0x75da0000
    [2008-10-20 Thread created. New thread system id - 6340
    [2008-10-20 C:\WINDOWS\system32\vbscript.dll loaded at 0x02a10000
    [2008-10-20 Thread created. New thread system id - 7892
    [2008-10-20 C:\WINDOWS\system32\NTMARTA.DLL loaded at 0x77e00000
    [2008-10-20 C:\WINDOWS\system32\SAMLIB.dll loaded at 0x7e020000
    [2008-10-20 Thread created. New thread system id - 3356
    [2008-10-20 Thread exited. Exiting thread system id - 3356. Exit code - 0x00000000
    [2008-10-20 Thread created. New thread system id - 6336
    [2008-10-20 Thread exited. Exiting thread system id - 6336. Exit code - 0x00000000
    [2008-10-20 C:\WINDOWS\system32\mtxoci.dll loaded at 0x76a40000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oci.dll loaded at 0x02b40000
    [2008-10-20 C:\WINDOWS\system32\MSVCR71.dll loaded at 0x7c340000
    [2008-10-20 Thread created. New thread system id - 6248
    [2008-10-20 Thread created. New thread system id - 5412
    [2008-10-20 Thread created. New thread system id - 5444
    [2008-10-20 Thread created. New thread system id - 2016
    [2008-10-20 Thread created. New thread system id - 4728
    [2008-10-20 Thread created. New thread system id - 5388
    [2008-10-20 Thread created. New thread system id - 5888
    [2008-10-20 C:\WINDOWS\system32\jscript.dll loaded at 0x63380000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSSecurity.dll loaded at 0x5b7f0000
    [2008-10-20 C:\WINDOWS\system32\MSVBVM60.DLL loaded at 0x73570000
    [2008-10-20 C:\Program Files\Manhattan Associates\WM Web\ClsLib.dll loaded at 0x4c190000
    [2008-10-20 C:\WINDOWS\system32\ATL70.DLL loaded at 0x7c120000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\clsheap2.dll loaded at 0x4c010000
    [2008-10-20 C:\WINDOWS\system32\MSVCR70.dll loaded at 0x7c000000
    [2008-10-20 C:\PROGRA1\COMMON1\MANHAT~1\Global\cls2U.dll loaded at 0x4c020000
    [2008-10-20 C:\WINDOWS\system32\iphlpapi.dll loaded at 0x76cf0000
    [2008-10-20 C:\WINDOWS\system32\MSVCP70.dll loaded at 0x7c080000
    [2008-10-20 C:\WINDOWS\system32\msxml4.dll loaded at 0x69b10000
    [2008-10-20 C:\WINDOWS\system32\urlmon.dll loaded at 0x1a400000
    [2008-10-20 C:\WINDOWS\system32\iertutil.dll loaded at 0x5dca0000
    [2008-10-20 C:\Program Files\Common Files\Manhattan Associates\Global\PkMSContextLib.dll loaded at 0x4e730000
    [2008-10-20 C:\Program Files\Common Files\System\ado\msado15.dll loaded at 0x4bbe0000
    [2008-10-20 C:\WINDOWS\system32\MSDART.DLL loaded at 0x74a50000
    [2008-10-20 C:\Program Files\Common Files\System\Ole DB\oledb32.dll loaded at 0x4c850000
    [2008-10-20 C:\Program Files\Common Files\System\Ole DB\OLEDB32R.DLL loaded at 0x4dbb0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10.DLL loaded at 0x03de0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBgmr10.dll loaded at 0x44100000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll loaded at 0x61c20000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oracore10.dll loaded at 0x03e50000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranls10.dll loaded at 0x60a80000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll loaded at 0x63690000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orauts.dll loaded at 0x60eb0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll loaded at 0x636b0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll loaded at 0x60fa0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll loaded at 0x60300000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll loaded at 0x63430000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll loaded at 0x03f40000
    [2008-10-20 C:\WINDOWS\system32\MSVCIRT.dll loaded at 0x60020000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oran10.dll loaded at 0x60960000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranl10.dll loaded at 0x62740000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll loaded at 0x62790000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll loaded at 0x627f0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll loaded at 0x62530000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll loaded at 0x62670000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranro10.dll loaded at 0x62920000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll loaded at 0x626b0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orancds10.dll loaded at 0x62660000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orantns10.dll loaded at 0x629c0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orapls10.dll loaded at 0x040a0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll loaded at 0x04400000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll loaded at 0x63080000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll loaded at 0x61ed0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll loaded at 0x62ab0000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll loaded at 0x62b20000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll loaded at 0x62980000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\orasql10.dll loaded at 0x04410000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBrst10.dll loaded at 0x44400000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDButl10.dll loaded at 0x44700000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDB10us.dll loaded at 0x44300000
    [2008-10-20 c:\oracle\product\10.2.0\client_1\bin\OraOLEDBpus10.dll loaded at 0x44200000
    [2008-10-20 Thread created. New thread system id - 5516
    [2008-10-20 C:\WINDOWS\system32\hnetcfg.dll loaded at 0x5f270000
    [2008-10-20 C:\WINDOWS\System32\wshtcpip.dll loaded at 0x71ae0000
    [2008-10-20 C:\Program Files\Common Files\System\ado\msadrh15.dll loaded at 0x640f0000
    [2008-10-20 C:\WINDOWS\system32\wshom.ocx loaded at 0x57250000
    [2008-10-20 C:\WINDOWS\system32\WINSPOOL.DRV loaded at 0x73070000

    Hello Sandhya,
    as you refer to the legacy technology ASP I recommend to post this query to the [Legacy Application Development SDKs|SAP Crystal Reports - Legacy SDKs; forum.
    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC),ASP, OCX, VCL, and Crystal Reports Print Engine (CRPE).
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Application Development SDKs queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Error During view report

    Migrating from HP(FORMS/WEB) to Win-2000 box.I am getting this error during view any report/log file through application. Need Help.
    App-FND-01632 : Cann't open file "/u09/logdir/concr.mgr"
    Cause :[Routine] encountered an error when attempting to open file.
    Thanks
    GCS

    Couple of things you can check to isolate the prb
    Run the detail report individually w/o navigating from the summary report
    Also make sure if your summary report runs well as such.
    As long as they run indivdually and you not even passing filters ideally it shouldnt cause any issue... Does it generate a SQL?
    Thanks
    Prash

  • 'Content viewing' in 'Audit Log reports' throws timout error

    I have enabled 'Reports' in the site collection features and I am tryin gto generate the 'Content viewing' in 'Audit Log reports'. This keeps me waiting for a couple of minutes and throws a timeout error. Could you please let me know why is this happening
    and is there any way to resolve it  ?
    I am getting the below error in UI and in my logging database
    System.Exception
    Reason: Request timed out. URL:
    https://Mydomain/Mysitecollection/_layouts/RunReport.aspx/Content_viewing.xml
    Thank you
    Regards Rahul A

    Hi,
    According to your issue, firstly, please check if your hardware performance is poor or the site collection has numerous data, if so, improve the hardware or pull the
    data out of the tables, then check the effect.
    Secondly, if you cannot view audit reports for the site http://servername /sites/sitename
    Try to detach and attach content database for the site you want to view, then check the effect.
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • Error in viewing the customized reports in XL reporter

    Hi,
    I am using SAP B1 2007A. My problem is on viewing the customized reports I made through the XL reporter. I made a profit and loss report and saved it under the financials folder then financials sub folder. Before I still can view it through my SAP B1 main menu. All of a sudden, when I try to view again, I can't view any financials customized report. However, I have customized reports in other folders like the sales and purchasing and I can view them. I checked in the XL reporter itself by opening it through tools, xl reporter and I noticed that my financials folder was renamed to new folder and when I opened the financials sub folder, my customized reports were there but I can't view them in the sap main menu. I have 6 databases in my SAP and only 1 dbase has this problem. What might be the reason? Please help.
    Thanks,
    Jackilou

    Hi Jackilou,
    The problem you are facing is due to XLR error.  Just try restart you B1, it will normally be fixed by itself.  If your problem persist, log a support ticket to SAP.
    Thanks,
    Gordon

  • Login error with report viewer when opening Crystal report with subreport

    Hi
    I have a problem with a login error (database vendor code 18456) when I try to open a crystal report to view it.
    The report uses data from an external payroll database but I'm running it via our Accounts system (it's a convenient front end for users to run the report from). This works fine for another report that doesn't have any subreports. However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error. It doesn't seem to be passing the login details for the payroll database down to the subreport.
    I'm using Crystal Reports version 11.0.0.1282. The Accounts system is Technology One. Tech One have provided a report template that has several formulas designed to allow Tech One to play nicely with Crystal. One of these formulas allows me to enter the nickname of the external database that the report needs to use. The external database's connection details are fully specified in the Tech One configuration section (server console). So in this case the report says use database U1 & the server console identifies U1 as being the payroll database, specifies the connection path  & has the username & password required to logon to the payroll database/server.
    The report is running ok & retrieving data, but for some reason the viewer is erroring. If anyone has any ideas for how I can get the login details used to run the main report to flow through to the subreport it would be much appreciated.
    Thanks
    Sue

    I understand your  frustration. We can do a few things. But really, it should be Technology One contacting us. To use an analogy (which you are free to share with Technology One). They built a car and sealed the hood. You bought the car, but he engine does not quite run as it should. You bring the car to the mechanic and all he can do is look at the car as he can not even open the hood.
    In any case, here is what I would do if I could open the hood (e.g.; if I was dealing with Technology One):
    1) Look up database vendor code 18456. This is simply the error our print engine is receiving from the database client and it simply passes it through relatively unhandled. This you should be able to do your self or ask Technology One to tell you what that means.
    2) Break out the subreport and see if it runs on it's own in the application (if this is a permissions issue - which I doubt -  it should come up here too). Unfortunately, this is for Technology One to do...
    3) Run the report (with the subreport) in the CR designer. Does it work there? If this is a win app and it works, we again eliminated permission issues. And we also confirmed that the report is good. Again, Technology One should do this for you.
    BTW.; CR 11.0 is out of support - not sure if you or Technology One are aware of this...
    4) Can the developer duplicate the issue on his development computer?
    Now, there are couple of instances where you say something like; "the report works and gets data, but the viewer errors out":
    +The report is running ok & retrieving data, but for some reason the viewer is erroring.
    However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error.  +
    How do you know the report is retrieving data? From the error I would say the report never connects, thus the error / request for a logon...
    So, the short of all of this is; get Technology One to contact us. They can do it over the forums or obtain a phone case here;
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100
    Now, here is a warning. As CR 11.0 is out of support Technology One will have to upgrade to CR 11.5, before that can create a phone case, which for them and you brings up another bunch of issues...
    If you do not get any joy from the support person at you are talking to at Technology One, get him to escalate the issue. They are the ones that should be talking to us...
    Ludek

  • Problem with UDF in XL reporter

    Hi Experts
    When i am adding the UDF in the XLReporter the system is displaying following error
    *An error occured while trying to write to the database original error message was :
    A view was encountered that is not mapped in MOdule To ViewMap
    ViewName:ixvF_INV4All Module:SO*
    Pls let me know how to solve this problem
    Ashish Gupte

    Hi Ashish,
    You may check these threads:
    Error in XL reporter in adding UDF for banking
    UDF's in XL Reporter
    Re: error when setting UDF's visible in XL reporter
    Thanks,
    Gordon

  • Error RCIRAS0546, failure occured while the report was being processed

    Hello all,
    We use Crystal Reports 2008 V1 server on Linux. With 2 reports now we get the error when viewing the report from the Central Management Console (CMC)
    "Your request could not be completed because a failure occurred while the report was being processed. Please contact your system administrator. [RCIRAS0546]"
    In de /var/log/messages, I get messages like these:
    Sep 28 17:37:30 vsrv01 boe_crprocd[25630]: A failure occurred while the server was processing report file 2:11154 (RCIRAS0568)
    Sep 28 17:37:40 vsrv01 boe_crprocd[25630]: A failure occurred while the server was processing report '10. LEN Rapportage per scenario (kapitaallasten, investeringen, algemene gegevens) (V1)' (id=11154) for user 12 (RCIRAS0567)
    I tried several parameters on the CrystalReportsProcessingServer, like increasing/decreasing the Maximum Current Jobs and Number of Prestarted Children. None of these make a difference. Als the error occurred when viewing the report as Administrator.
    The reports has a dynamic parameter, wtih content coming from the database (drop-down list). When selecting one value the report is viewing fine. With a selection of more values the error occurred. In Crystal Reports 2008 there is no problem.
    I restarted the CRProcessingServer with -trace. In the trace I see the following lines:
    It seems that several subprocesses start for retrieving data based on the parameter values.
    After the crash of the first child, the above mentioned error occurs.
    2010/09/28 15:37:23.075|==| | |25630|1474829200| |||||||||||||||(ProcWorkerManager.cpp:82) PageChildDesc constructor (id=3)
    2010/09/28 15:37:23.075|==| | |25630|1474829200| |||||||||||||||(ProcWorkerManager.cpp:5489) doCreateChild() created a new child 3
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6814) cleanupChildren() starting
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||[ProcWorkerManager.cpp : 6854]  RAS-CORE-METRICS  (before cleanup) number of child processes = 3
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6979) child id=1 crashed
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6994) cleanupChildren() removing child id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:101) PageChildDesc destructor (id=1)
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:7028) cleanupChildren() marking as stopped: worker id=1 in child id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorker.cpp:2703) stopping worker id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:7168) cleanupChildren() ending
    Does someone know this problem and what to do about this?
    With kind regards,
    Pim van Stam
    SvSnet

    We got this error message on a report that had 5 subreports, 3 of which were based on stored procedures. The report was running fine in our Dev environment and in the CR developer, but not when we published it to another environment. The problem was caused because the stored procedures had been changed in Dev (so that they ran correctly) but these changes had not been released to the other environment. Once the scripts were run to update the stored procedures the report ran successfully. So it apepars that the problem was because the stored procedure/s the subreports were using were failing, but we only got the RCIRAS0546 error message.

  • Getting multiple error while refreshing or scheduling WebI report

    Hi BO Admin Experts ,
    Feacing  multiple errors  while refreshing or scheduling webi reports in BI4.0 CMC ,
    Please find the below errors :
    1)report schedule status failed
    2)Parameters : xxxcorp-franklinee; ATOu supply unv
    Error Message : An internal error occured while calling 'ProcessDPcmndsEx' API (Error:ERR_WIS_30270)
    3 ) Format : WebI
    Parameters : 10000000000159270
    Error Message :CORBA error while communicating with the SL service
    Could you please help me on the abive 3 issues for the WebI schedule reports
    Cheers ,
    Pradeep Gorpadu

    Hi,
    While refreshing the WEBI Reports would recommend you check the WEBI PROCESSING Server's last changed date from CMC--> Servers.
    Check when you are refreshing the reports, do you see the time stamp changed of WEBI PROCESSING servers?
    Do you keep getting this error messages for all WEBI reports? Can you re-produce this with simple e-fashion reports as well?
    After that go to the node where WEBI PROCESSING servers installed and check on the event viewer details if you see any relevant error messages.
    Regards,
    Upendra

  • An error has occurred while loading the report

    Hello all,
    I'm trying to view a Crystal Report from my CRM application and I receive the follow error message, but only when trying to view it on a laptop:
    An error has occurred while loading the report. Please contact technical support.
    Has anyone else run into this problem?
    Thanks!

    Hello Eddie,
    please post some more information about your problem.
    What is the name of your CRM app?
    Who developed this app?
    Did it never work or do you get this error only now?
    Always or only sometimes only?
    In what versions and on what patchlevel are you working ?
    Thanks for some more info
    Falk

  • Cannot View the Employee Salary Report in BI Publisher

    Hi, everyone,
    I have installed the Standalone version of bi publisher for windows (bipublisher_windows_x86_101341).
    I have logged in as administrator, I have connected to my oracle database 11g thru jdbc succesfully. i cannot view the Employee Salary report. It gives me the error
    Paramter name: dept Io exception: Invalid number format for port number.
    The sample schemas are also installed on my database.
    Could anyone guide me as i am very new to bi publisher.
    Thanks in advance....

    Hi Can you please let me know what did you do to fix this issue. I am having same issue. Thanks in advance.

  • Show UDF in XL-Reporter

    Hi Experts,
    How to create the UDF in XL-Reporter.
    My B1 version is 2007B PL08
    Glen

    Hi,
    You need to create UDF in Business One.
    Open XLR -> tools -> User Defined Tools.
    Check the UDF, which you wants to visible in XLR.
    Regards,
    Saurabh Thukral
    SAP Business One Forum Team

  • How to view word document from report?

    We have one table with blob datatype and manage to save some document by creating form on this talbe. Through form we can see the document as default functionality of portal forms. But now we want to allow user to view this document from report as well.
    We tried one Solution on WWDOC_DOCUMENT and its working for WWDOC_DOCUMENT table but we want to display from our user table's word document. ( Any relation between user table and WWDOC_DOCUMENT table of PORTAL30).
    Thanks

    Found way around but facing another problem. Its worked fine for first time (means when i inseted documents and created report on same table).
    But subsequent session it giving HTTP 404 file not found error.
    Any clue?

Maybe you are looking for

  • Generate PDF file from a report using greek characters

    Dear all, I tried to generate a PDF file from a Report having greek characters on it.While in previewer I could see everything OK, when PDF file was generated all greek characters had been substituted by symbols... Any ideas, suggestions and workarou

  • My iTunes Library not supported

    My desktop operates on Win2000. My laptop is XP. The laptop is the primary copy of my iTunes library and the desktop is my backup. I just backed up my library from laptop to desktop. When I try to start iTunes I get the message: The file "iTunes Libr

  • Need Help in Image Conversion

    Hi all I wonder how these image conversion happens when it comes in the point of converting multiple image in to a single TIFF..i am doing it to the extent resulting in the image creation with file size..The Mystery is i dont have any image when i op

  • Adding one IP address to Wireless Access Point

    Here is my situation.... We have a guest wireless internet at my hospital. This wireless vlan is only allowed to access the internet and nothing else (nothing on our internal network, basically a courtesy wireless network). I would like to have the g

  • Ap521 - 802.1x LEAP - with IAS ?

    Hi there, I wanted to do 802.1x PEAP with my AP521 in standalone access-point. unfortunetely.. in the data sheet it seems to support only LEAP with AP521. http://www.cisco.com/en/US/prod/collateral/wireless/ps7306/ps7319/ps7338/product_data_sheet0900