Error while VIEW in APEX

Hi ,
i am trying to create a view but getting the following error....
ORA-00928: missing SELECT keyword
tried all the changes ...but no use....
please let me know what is wrong in my code....
CREATE OR REPLACE VIEW Suppliers_v AS
SELECT
"ROWID" primary_key,
     "PART_NUMBER" ,
     "DESCRIPTION" ,
     "OPTION_VAL" ,
     "ID_VAL"
from
TAble_suppliers
Thanks

Hi,
Firstly, try running the select statement on its own in SQL Commands to ensure that the statement itself is valid.
Secondly, try removing the quotes around the field names and make sure that you have the correct upper- and lower-case for field and table names.
Is the TAble_suppliers table just a normal table in your workspace?
Andy

Similar Messages

  • Getting an error while viewing a data in owb

    Hi,
    I created an External table based on a flat file. But I am not able to view the data in the external table while the flat file has the data.
    I am using this external table as a source in my mapping but no data is getting loaded even after the successful execution of the mapping.I am getting the following error while viewing the data
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-29400: data cartridge error
    KUP-04040: file ATLAS in ATLAS_LOCATION1 not found
    Please help me regarding this. I am new to the owb 11g.

    Thanks for you reply. Still I can't view the data. Actually what i did is imported a .csv file using files then created a external table configured , validated and deployed.In next step created a mapping with this excel this using table operator validated and genrated code. In next step using the control center manager i deployed it. But i can't view the data still in the external table.
    Is this procedure is correct for loading the excel sheet in to databse. My client environment is on windows xp and database is on linux environment.
    Please help me regarding this.I am new to owb.

  • 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

  • Getting Jsp error while viewing applicant details

    Hi All ,
    I am getting following JSP error while viewing the applicants details aganist vacancy .. please check and let me know what might be wrong ..
    Error Stack
    ===========================================================
    oracle.apps.fnd.framework.OAException: Could not create Java class: (oracle.apps.per.irc.candidateManagement.webui.ApplicationDetailsCO) associated with region: (ApplicationDetails). This is probably because the class name is wrong or not included in project.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2381)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Could not create Java class: (oracle.apps.per.irc.candidateManagement.webui.ApplicationDetailsCO) associated with region: (ApplicationDetails). This is probably because the class name is wrong or not included in project.
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1876)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:559)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OASubTabLayoutHelper.processRequest(OASubTabLayoutHelper.java:430)
         at oracle.apps.fnd.framework.webui.beans.layout.OASubTabLayoutBean.processRequest(OASubTabLayoutBean.java:465)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Could not create Java class: (oracle.apps.per.irc.candidateManagement.webui.ApplicationDetailsCO) associated with region: (ApplicationDetails). This is probably because the class name is wrong or not included in project.
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1876)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:559)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OASubTabLayoutHelper.processRequest(OASubTabLayoutHelper.java:430)
         at oracle.apps.fnd.framework.webui.beans.layout.OASubTabLayoutBean.processRequest(OASubTabLayoutBean.java:465)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:95)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ====================================================================================

    Hi 816911,
    Check whether the following file exist in the following directory structure
    oracle\apps\per\irc\candidateManagement\webui
    ApplicationDetailsCO
    Regards,
    Haroon.

  • Database Error While Viewing Crystal Report In Infoview

    Hi,
    BO and Crystal Designer version is BO XI 3.1 SP2 FP2.6.
    Issue:
    While viewing crystal report for a particular user id in infoview, following error is coming:
    Error in File EPACertificate.rpt: Database Connector Error
    However, we are able to view the report in thick client Crystal Designer using same user id. This issue is occurring only for this user and rest of the users are able to view the report in Infoview and Crystal Designer.
    It would be great if any of you can provie a solution to this issue.
    Thanks in advance,
    Jaya

    closing it.

  • WIH 00013 time out error while viewing a BO Web intelligence report

    Hi,
    I have a BO web intelligence report. While viewing the report i get WIH 00013 time out error. I have another report with everything same as this one except for one filter condition. That is working fine but former is giving me an error.
    I tried changing the timeout values to 120 minutes from 90 minutes in connection server setting but didn't work.
    Also when i run the same report by scheduling it in CMC and format as PDF, then it works fine. This error only comes when i try to view the report directly from infoview.
    Please let me know if there is any other way to resolve.
    Thanks!
    Edited by: Satya Suma on Mar 9, 2011 1:31 PM
    Edited by: Satya Suma on Mar 9, 2011 2:00 PM

    Hi Suma,
    These links may be helpful to you:
    WIH00013 - Invalid Session
    WIH 00013: Invalid session
    All the Best,
    Madhu....

  • Data template error while viewing DataSet

    Hi,
    I am trying to view DataSet{DS2}.
    The dataset is of type "Data template" {DT1}
    Pl. find below data template xml pasted in the text field
    <dataTemplate name="DT1" description="Application Details" dataSourceRef="dev100">
         <parameters>
              <parameter name="p_apl_id" dataType="number"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[
       SELECT apl_id, apl_first_name, apl_last_name from applicants
                         where apl_id < nvl(:p_apl_id,apl_id)
      ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_APP" source="Q1">
                   <element name="apl_id" value="apl_id"/>
                   <element name="apl_first_name" value="apl_first_name"/>
                   <element name="apl_last_name" value="apl_last_name"/>
              </group>
         </dataStructure>
    </dataTemplate>
    The error I am getting while viewing dataset is as below. Appreciate quick response.
    [110906_042135613][][EXCEPTION] oracle.xml.parser.v2.XMLParseException: Expected name instead of .
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:205)
    at oracle.xml.parser.v2.XMLReader.scanNameChars(XMLReader.java:1001)
    at oracle.xml.parser.v2.XMLReader.scanQName(XMLReader.java:1639)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1170)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
    at oracle.apps.xdo.dataengine.DataTemplateParser.<init>(DataTemplateParser.java:142)
    at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:504)
    at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:182)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:109)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    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(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    [110906_042258194][][EXCEPTION] java.lang.NullPointerException
    at oracle.apps.xdo.dataengine.DataTemplateParser.GetNodeNumChildren(DataTemplateParser.java:326)
    at oracle.apps.xdo.dataengine.DataTemplateParser.templateParser(DataTemplateParser.java:261)
    at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:511)
    at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:182)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:109)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    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(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    [110906_042258198][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 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(DataTemplateParser.java:1449)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:298)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:264)
    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.java:336)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:126)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    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(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Regards,
    Nishi
    Message was edited by:
    user542026

    Hi Tim,
    Thanks for your quick response.
    I copied the text on XML publisher server. {http://server:15101/xmlpserver/servlet/report}
    Navigated to Report > DataModel > Data Template {text area}
    Regards,
    Nishi

  • Getting runtime error while viewing the profiler analysis in TOAD

    Hi experts,
    Just enabled the profiler by running the script provided by TOAD. while viewing the result in profiler analysis, i am getting the following error. Please help me.
    ORA-00904: R.RUN_PROC: invalid identifier
    Thanks in advance
    Regards,
    J.P

    Hi,
    Not sure it is the correct place to post that.
    The script is obviously provided by QuestSoftware, and supposed to work with Toad...
    Here you are in the SQL & PL/SQL section of the Oracle Forums.
    So unless you post the SQL or PL/SQL code that led to the error, you won't get much answer I guess.
    Just a blind guess :
    The script is not the one for your DB version!

  • Error While Viewing JNDI Tree

              Hi
              I'm facing the following problem while viewing the JNDI tree. I had configured
              two servers ejbServer,ejbServer1 both clustered, i can able to start both the
              servers, but in the JNDI tree when i click ejbServer or Replication Manager
              i'm getting the following error please help me out.
              An unexpected error was encountered in processing your request.
              Exception
              javax.naming.NameNotFoundException: Unable to resolve weblogic.transaction.coordinators.ejbServer.
              Resolved: 'weblogic.transaction.coordinators' Unresolved:'ejbServer' ; remaining
              name ''
                   <>
              Current Date
              Mon Aug 27 09:15:19 GMT+08:00 2001
              Console Release Build
              6.0 Service Pack 2
              Console Build
              6.0 Service Pack 2 05/24/2001 11:55:28 #117037
              Server Release Build
              6.0 Service Pack 2
              Server Build
              6.0 Service Pack 2 05/24/2001 11:55:28 #117037
              All Server Product Versions
              WebLogic Server Build:     6.0 Service Pack 2 05/24/2001 11:55:28 #117037
              WebLogic XML Module:     6.0 Service Pack 2 05/24/2001 12:34:27 #117037
              Request Info
              Protocol: HTTP/1.1
              ServerName: 127.0.0.1
              ServerPort: 7001
              Secure: false
              ContextPath: /console
              ServletPath: /common/error.jsp
              QueryString: null
              PathInfo: null
              PathTranslated: null
              RequestURI: /console/common/error.jsp
              AuthType: Basic
              ContentType: null
              CharacterEncoding: null
              Locale: hi
              Method: GET
              Session: weblogic.servlet.internal.session.MemorySessionData@37b6ef
              RequestedSessionId: O4meRts3MSQ1pr2YCfOsUGA3MckiUv6wmiQVYrdcQBy3oYpYTz2Q/console
              RequestedSessionIdFromCookie: true
              RequestedSessionIdFromURL: false
              UserPrincipal: system
              RemoteUser: system
              RemoteAddr: 127.0.0.1
              RemoteHost: localhost
              Parameters
              binding = ejbServer
              context = weblogic.transaction.coordinators
              Attributes
              console.original./console/common/error.jsp.ContextPath = /console
              console.original./console/common/error.jsp.Method = GET
              console.original./console/common/error.jsp.RemoteUser = system
              console.original./console/common/error.jsp.RequestURI = /console/common/error.jsp
              console.original./console/common/error.jsp.ServletPath = /common/error.jsp
              console.original./console/panels/mbean/JNDIBinding.jsp.ContextPath = /console
              console.original./console/panels/mbean/JNDIBinding.jsp.Method = GET
              console.original./console/panels/mbean/JNDIBinding.jsp.QueryString = context=weblogic.transaction.coordinators&binding=ejbServer
              console.original./console/panels/mbean/JNDIBinding.jsp.RemoteUser = system
              console.original./console/panels/mbean/JNDIBinding.jsp.RequestURI = /console/panels/mbean/JNDIBinding.jsp
              console.original./console/panels/mbean/JNDIBinding.jsp.ServletPath = /panels/mbean/JNDIBinding.jsp
              console.preferences.ContextKey = /panels/mbean/JNDIBinding.jsp
              javax.servlet.include.context_path = /console
              javax.servlet.include.request_uri = /console/common/requestinfo.jsp
              javax.servlet.include.servlet_path = /common/requestinfo.jsp
              javax.servlet.jsp.jspException = javax.naming.NameNotFoundException:
              Unable to resolve weblogic.transaction.coordinators.ejbServer. Resolved: 'weblogic.transaction.coordinators'
              Unresolved:'ejbServer' ; remaining name ''
              weblogic.httpd.user = system
              weblogic.management.console.tags.ContentTag = java.lang.Object@397a54
              weblogic.management.console.tags.HeaderTag = java.lang.Object@e4a33
              Headers
              Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel,
              application/msword, application/vnd.ms-powerpoint, */*
              Accept-Encoding = gzip, deflate
              Accept-Language = hi
              Authorization = Basic c3lzdGVtOm1hbmFnZXIx
              Connection = Keep-Alive
              Cookie = JSESSIONID=O4meRts3MSQ1pr2YCfOsUGA3MckiUv6wmiQVYrdcQBy3oYpYTz2Q!2557472653882942880!-1062729946!7001!7002
              Host = 127.0.0.1:7001
              User-Agent = Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
              BrowserInfo
              User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
              IE: true
              Netscape: false
              Supported: true
              JavscriptHrefs: false
              TableCellClick: true
              DocumentReloadedOnResize: false
              DropdownStretchable: true
              CellSpacingBlank: false
              EmptyCellBlank: false
              ImgOnclickSupported: true
              TableBorderFancy: true
              PartialToWideTables: false
              Server System Properties
              awt.toolkit = sun.awt.windows.WToolkit
              bea.home = d:\Weblogic
              cloudscape.system.home = ./samples/eval/cloudscape/data
              file.encoding = Cp1252
              file.encoding.pkg = sun.io
              file.separator = \
              java.awt.fonts =
              java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
              java.awt.printerjob = sun.awt.windows.WPrinterJob
              java.class.path = .;d:\Weblogic\jdk130\lib\tools.jar;d:\Weblogic\wlserver\lib\weblogic_sp.jar;d:\Weblogic\wlserver\lib\weblogic.jar;d:\Weblogic\wlserver\lib\xmlx.jar;d:\Weblogic\wlserver\lib\ejb20.jar;d:\Weblogic\wlserver\samples\eval\cloudscape\lib\cloudscape.jar;;;;d:\Weblogic;d:\Weblogic\wlserver\bin\oci816_8;d:\Oracle_Home\iSuites\jdbc\lib\classes12.zip;d:\Weblogic\wlserver\lib;d:\Oracle_Home\iSuites\lib\xmlparserv2.jar;d:\JDeveloper\lib\xsu12.jar;;
              java.class.version = 47.0
              java.ext.dirs = d:\Weblogic\jdk130\jre\lib\ext
              java.home = d:\Weblogic\jdk130\jre
              java.io.tmpdir = C:\TEMP\
              java.library.path = d:\Weblogic\jdk130\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;D:\Oracle_Home\iSuites\BIN;D:\Oracle_Home\iSuites\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program
              Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\VisualCafeSE\Java2\Bin;C:\Program
              Files\Common Files\WebGain Shared;C:\VisualCafeSE\Bin;
              java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
              java.naming.factory.url.pkgs = weblogic.jndi.factories
              java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net|weblogic.management|weblogic.net|weblogic.net|weblogic.utils
              java.runtime.name = Java(TM) 2 Runtime Environment, Standard
              Edition
              java.runtime.version = 1.3.0-C
              java.security.policy = =d:\Weblogic\wlserver/lib/weblogic.policy
              java.specification.name = Java Platform API Specification
              java.specification.vendor = Sun Microsystems Inc.
              java.specification.version = 1.3
              java.vendor = Sun Microsystems Inc.
              java.vendor.url = http://java.sun.com/
              java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
              java.version = 1.3.0
              java.vm.info = mixed mode
              java.vm.name = Java HotSpot(TM) Client VM
              java.vm.specification.name = Java Virtual Machine Specification
              java.vm.specification.vendor = Sun Microsystems Inc.
              java.vm.specification.version = 1.0
              java.vm.vendor = Sun Microsystems Inc.
              java.vm.version = 1.3.0-C
              javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
              javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
              javax.xml.parsers.DocumentBuilderFactory = weblogic.xml.jaxp.RegistryDocumentBuilderFactory
              javax.xml.parsers.SAXParserFactory = weblogic.xml.jaxp.RegistrySAXParserFactory
              jmx.implementation.name = JMX RI
              jmx.implementation.vendor = Sun Microsystems
              jmx.implementation.version = 1.0
              jmx.specification.name = Java Management Extensions
              jmx.specification.vendor = Sun Microsystems
              jmx.specification.version = 1.0 Final Release
              line.separator =
              os.arch = x86
              os.name = Windows NT
              os.version = 4.0
              path.separator = ;
              sun.boot.class.path = d:\Weblogic\jdk130\jre\lib\rt.jar;d:\Weblogic\jdk130\jre\lib\i18n.jar;d:\Weblogic\jdk130\jre\lib\sunrsasign.jar;d:\Weblogic\jdk130\jre\classes
              sun.boot.library.path = d:\Weblogic\jdk130\jre\bin
              sun.cpu.endian = little
              sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx
              pentium i486 i386
              sun.io.unicode.encoding = UnicodeLittle
              user.dir = D:\Weblogic\wlserver
              user.home = C:\WINNT\Profiles\venkata
              user.language = en
              user.name = venkata
              user.region = US
              user.timezone = Asia/Singapore
              weblogic.Domain = DNSdomain
              weblogic.Name = DNSserver
              weblogic.management.discover = true
              weblogic.security.jaas.Configuration = weblogic.security.internal.ServerConfig
              weblogic.security.jaas.Policy = d:/Weblogic/wlserver/lib/Server.policy
              

    [att1.html]
              

  • Giving JAVA(nullpointException) error while viewing offering details

    Hi,
    I have created the offering uing API (OTA_OFFERING_API). It got created successfully, but while viewing newly created offering's details from Apllication it is giving a java error as below.
    Please suggest if any setup or role is needed or it is tecnical error.
    Error is => oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
    Thanks,
    Madhav

    Contact Oracle Support, they will be able to help you.
    Regards Anders Northeved

  • Invoice Approval History encounter errors while viewing in r12

    hi all,
    would like to seek your help, a certain approver of AP invoice encountered error in viewing his invoice approval history.
    also, his worklist is not updated, new invoices is no longer reflected on this worklist...
    this the error when he view the invoice approval history:
    app-sqlap-10000: ORA-06502: PL/SQL: nuberic or value error: Bulk Bind: Truncated Bind occured in AP_WORKFLOW_PKG.Get_ALL_Approvers <-APKAWHS with parameters (&Parameters) while performing the following operation: set variables from workflow
    this is the version of ERP r12:
    RDBMS : 11.2.0.3.0
    Oracle Applications : 12.1.3
    hope your favorable response..

    Hi,
    I did not find any notes or bugs that address this specific error. I see that the AP_WORKFLOW_PKG.Get_ALL_Approvers procedure calls the AME_API2.getAllApprovers1.
    I can certainly look at your versions and see if there are any existing code bugs that address this. You would need to provide the versions of those procedures by running the following:
    select text from all_source
    where name = 'AP_WORKFLOW_PKG'
    and line = 2;
    select text from all_source
    where name= 'AME_API2'
    and line = 2;
    It might also help to get an FND Log or wfstatus.sql script output for review, but it might be best to log an SR to get this reviewed in more detail.
    Regards,
    Cheryl

  • Error while viewing Webpage

    Hi all
    Two  of our customers experiences the following erorr message when scrolling on a webpage.
    An actionscript has occured.
    TypeError: Error#1009: Cannot access a property or method of a null object reference:
    at opel.ecoflex: Collapse$/updateMouse()
    at mrec.ecoflex_parent_fla:MainTimeline/updateMouse()
    at Function/http://adobe.com/AS3/2006/builtin::aply()
    at flash.external:ExternalInterface$/_calln()
    at Function/<anonymous>()
    We use FlashPLayer 10_2_152_32_EN_R1, Windows XP Service Pack 2,
    Can you please tell us what the cause is. We got the error when viewing:
    www.publico.pt and www.dn.pt www.expresso.pt
    Best regards
    Stefan

    Hi ʇɐb ɹəuəllıʍ
    Thanks for your answer.
    The problem is that our customer for which we do support only has this Flash Player as his latest one. And the customer decides when they are going to update it. Regarding SP2 we tried on a Windows SP3 PC as well and we get the same error with the same Flash Player version.
    So updating it won't be a good solution in this case.
    How can i check if we use the debugging version? Second thing is also: is there a way you can disable these error messages in the configuration of Flash Player or in Internet Explorer (our customer currently uses Internet Explorer 8)
    Best regards
    Stefan

  • I am having error while viewing rules of Engagement post.

    HI Team,
    I am getting an error while trying to access Rules of SCN Engagement Post
    Can you help me in resolving it.
    Thanks,

    This has been fixed. The document is visible again.

  • Error while viewing resource palette

    I installed latest 11gR1 nightly build and included the web center extension from the nightly build.
    I get this error when try to view the resource palette:
    Performing action Resource Palette[ from oracle.jdevimpl.help.HelpWindow ]
    Exception while performing action Resource Palette
    java.util.MissingResourceException: Can't find resource for bundle oracle.adf.mbean.share.connection.webcenter.rtc.resource.RtcMXBeanMessages, key RtcConnection.type.name
    j.util.ResourceBundle.getObject(ResourceBundle.java:325)
    j.util.ResourceBundle.getString(ResourceBundle.java:285)
    I tried this after adding the web center services catalog. I even got the confirmation message saying the web center services catalog was successfully added.
    Any idea of what am I missing? I want to add the document library service from the web center services catalog in the resource palette.
    Thanks,
    Ravi.

    Ravi,
    The version you're referring to is not available to customers, it's an internal development build. Please use the Oracle internal mailing lists to ask questions about this build.
    Thanks,
    Peter

Maybe you are looking for