Error while viewing Scripts using dbms_metadata.get_ddl

select dbms_metadata.get_ddl('TABLE',table_name,'DWHOWN') from user_tables
DBMS_METADATA.GET_DDL('TABLE',TABLE_NAME,'DWHOWN')
CREATE TABLE "DWHOWN"."T_DWBN_RELATION_MASTER"
( "BUSINESS_DATE" DATE NOT
CREATE TABLE "DWHOWN"."TMP_CS_CUST_UD_CODES"
( "BUSINESS_DATE" DATE NOT N
ERROR:
ORA-31603: object "BIN$IpUrdJVTS9/gRAADup0xmQ==$0" of type TABLE not found in
schema "DWHOWN"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA", line 2697
ORA-06512: at "SYS.DBMS_METADATA", line 4220
ORA-06512: at line 1

ORA-31603: object "BIN$IpUrdJVTS9/gRAADup0xmQ==$0" of type TABLE not found in<br>This table come from the recycle bin. You maybe need to purge this one :<br>
purge recyclebin;<br>
Furthermore, it seems that you'll need to set long to bigger for more well output.<br>
<br>
Nicolas.

Similar Messages

  • Getting table script using dbms_metadata.get_ddl, but with clob field

    So, Oracle 11g R2..
    I'm using dbms_metadata.get_ddl to get table scripts and it's working fine..
    now, I have a table with clob field, and it's not working... I got an 'missing right parenthesis (ora-0907)' error...
    I could paste a script that I got, but I don't think it makes any sense..
    does anybody have some experience on using this package on clob tables?
    tnx

    this is script that I got... it's long, and it looks like it's not good
    CREATE TABLE "COMMON"."TEST_AAA2"
       (    "ID" NUMBER(10,0),
        "TEKST" VARCHAR2(200 CHAR),
        "UPDATESTAMP" DATE,
        "OBJEKAT" CLOB,
         CONSTRAINT "TEST_PART_PK2" PRIMARY KEY ("ID")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "USERS"
      ALTER INDEX "COMMON"."TEST_PART_PK2"  UNUSABLE ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS  LOGGING
      STORAGE(
      BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      ENABLE STORAGE IN ROW CHUNK 8192 RETENTION
      NOCACHE LOGGING
      STORAGE(
      BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT))
      PARTITION BY RANGE ("UPDATESTAMP")
    (PARTITION "P_201012"  VALUES LESS THAN (TO_DATE(' 2011-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "USERS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201101"  VALUES LESS THAN (TO_DATE(' 2011-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "USERS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201102"  VALUES LESS THAN (TO_DATE(' 2011-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_ARCHIVE"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "COMMON_ARCHIVE" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201103"  VALUES LESS THAN (TO_DATE(' 2011-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "USERS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201104"  VALUES LESS THAN (TO_DATE(' 2011-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_ARCHIVE"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "COMMON_ARCHIVE" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201105"  VALUES LESS THAN (TO_DATE(' 2011-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "USERS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201106"  VALUES LESS THAN (TO_DATE(' 2011-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_ARCHIVE"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "COMMON_ARCHIVE" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_201107"  VALUES LESS THAN (TO_DATE(' 2011-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "COMMON_ARCHIVE" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS ,
    PARTITION "P_MAXVALUE"  VALUES LESS THAN (MAXVALUE)
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "COMMON_DATA"
    LOB ("OBJEKAT") STORE AS BASICFILE (
      TABLESPACE "COMMON_ARCHIVE" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10
      NOCACHE LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) NOCOMPRESS )

  • Getting error while importing metadata using View Objects

    Hi All,
    I am trying to create a repository using View Object in OBIEE 11.1.5.1 but getting error while viewing the data, after importing the metadata in the repository "[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".
    I am also getting error "žADFException-2015: The BI Server is incompatible with the BI-ADF Broker Servlet: BI Server protocol version = null, BI-ADF Broker Servlet protocol version = 1" during testing my sample which is deployed to Admin server. I followed BI Adminstrator help file guide in order to create the sample for creating repository using view object.
    Admin server log says
    [2011-09-27T02:59:03.646-05:00] [AdminServer] [NOTIFICATION] [] [oracle.bi.integration.adf] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] [[
    QUERY:
    <?xml version="1.0" encoding="UTF-8" ?><ADFQuery><Parameters></Parameters><Projection><Attribute><Name><![CDATA[Deptno]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Dname]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Loc]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute></Projection><JoinSpec><ViewObject><Name><![CDATA[AppModule.DeptViewObj1]]></Name></ViewObject></JoinSpec></ADFQuery>
    [2011-09-27T02:59:04.199-05:00] [AdminServer] [ERROR] [] [oracle.bi.integration.adf.v11g.obieebroker] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] java.lang.NoClassDefFoundError: oracle/apps/fnd/applcore/common/ApplSession[[
         at oracle.bi.integration.adf.ADFDataQuery.makeQueryBuilder(ADFDataQuery.java:81)
         at oracle.bi.integration.adf.ADFDataQuery.<init>(ADFDataQuery.java:70)
         at oracle.bi.integration.adf.ADFReadQuery.<init>(ADFReadQuery.java:15)
         at oracle.bi.integration.adf.ADFService.makeADFQuery(ADFService.java:227)
         at oracle.bi.integration.adf.ADFService.execute(ADFService.java:136)
         at oracle.bi.integration.adf.v11g.obieebroker.ADFServiceExecutor.execute(ADFServiceExecutor.java:185)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doGet(OBIEEBroker.java:89)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doPost(OBIEEBroker.java:106)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.apps.fnd.applcore.common.ApplSession
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 38 more
    Please suggest how to make it work.

    Hi,
    Thanks for providing the online help URL, i have already completed the steps mentioned in URL
    I am able to import metadata using view object but getting above error("[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".") while validating the data.
    It fails at step 5 of "To import metadata from an ADF Business Component data source:" section of above URL.

  • Error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable

    error while executing script for sharepoint online (office 365) - the remote server returned an error: (503) server unavailable.
    I am creating many site collections reading records from sharepoint list using powershell in sharepoint online tenant (office 365).
    Few site collections are created and then getting above error so this error record will be skipped then few succeeding record processed then again getting error.
    pattern is like:
    success
    success
    success
    success
    Error
    success
    success
    success
    success
    success
    success
    error
    success

    Hi,
    As it is an online environment, to troubleshoot this issue in an easier way, I suggest you contact Office 365 Support to see if there is any useful information in
    the log files in the server side:
    https://support.office.com/en-us/article/Contact-Office-365-for-business-support-32a17ca7-6fa0-4870-8a8d-e25ba4ccfd4b?ui=en-US&rs=en-US&ad=US
    Best regards
    Patrick Liang
    TechNet Community Support

  • 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

  • CTAS using dbms_metadata.get_ddl for Partitioned table

    Hi,
    I would like to create a temporary table from a partitioned table using CTAS. I plan to use the following steps in a PL/SQL procedure:
    1. Use dbms_metadata.get_ddl to get the script
    2. Use raplace function to change the tablename to temptable
    3. execute the script to get the temp table created.
    SQL> create or replace procedure p1 as
    2 l_clob clob;
    3 str long;
    4 begin
    5 SELECT dbms_metadata.get_ddl('TABLE', 'FACT_TABLE','USER1') into l_clob FROM DUAL;
    6 dbms_output.put_line('CLOB Length:'||dbms_lob.getlength(l_clob));
    7 str:=dbms_lob.substr(l_clob,dbms_lob.getlength(l_clob),1);
    8 dbms_output.put_line('DDL:'||str);
    9 end;
    12 /
    Procedure created.
    SQL> exec p1;
    CLOB Length:73376
    DDL:
    PL/SQL procedure successfully completed.
    I cannot see the DDL at all. Please help.

    Thanks Adam. The following piece of code is supposed to do that. But, its failing because the dbms_lob.substr(l_clob,4000,4000*v_intIdx +1); is putting newline and therefore dbms_sql.parse
    is failing.
    Please advice.
    create table my_metadata(stmt_no number, ddl_stmt clob);
    CREATE OR REPLACE package USER1.genTempTable is
    procedure getDDL;
    procedure createTempTab;
    end;
    CREATE OR REPLACE package body USER1.genTempTable is
    procedure getDDL as
    Description: get a DDL from a partitioned table and change the table name
    Reference: Q: How Could I Format The Output From Dbms_metadata.Get_ddl Utility? [ID 394143.1]
    l_clob clob := empty_clob();
    str long;
    l_dummy varchar2(25);
    dbms_lob does not have any replace function; the following function is a trick to do that
    procedure lob_replace( p_lob in out clob, p_what in varchar2, p_with in varchar2 )as
    n number;
    begin
    n := dbms_lob.instr( p_lob, p_what );
    if ( nvl(n,0) > 0 )
    then
    dbms_lob.copy( p_lob,
    p_lob,
    dbms_lob.getlength(p_lob),
    n+length(p_with),
    n+length(p_what) );
    dbms_lob.write( p_lob, length(p_with), n, p_with );
    if ( length(p_what) > length(p_with) )
    then
    dbms_lob.trim( p_lob,
    dbms_lob.getlength(p_lob)-(length(p_what)-length(p_with)) );
    end if;
    end if;
    end lob_replace;
    begin
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'STORAGE',false);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'SEGMENT_ATTRIBUTES',false);
    DBMS_METADATA.SET_TRANSFORM_PARAM (DBMS_METADATA.SESSION_TRANSFORM,'SQLTERMINATOR',true);
    DBMS_METADATA.SET_TRANSFORM_PARAM (DBMS_METADATA.SESSION_TRANSFORM,'SEGMENT_ATTRIBUTES',false);
    execute immediate 'truncate table my_metadata';
    -- Get DDL
    SELECT dbms_metadata.get_ddl('TABLE', 'FACT','USER1') into l_clob FROM DUAL;
    -- Insert the DDL into the metadata table
    insert into my_metadata values(1,l_clob);
    commit;
    -- Change the table name into a temporary table
    select ddl_stmt into l_clob from my_metadata where stmt_no =1 for update;
    lob_replace(l_clob,'"FACT"','"FACT_T"');
    insert into my_metadata values(2,l_clob);
    commit;
    -- execute immediate l_clob; <---- Cannot be executed in 10.2.0.5; supported in 11gR2
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'DEFAULT');
    end getDDL;
    Procedure to create temporary table
    procedure createTempTab as
    v_intCur pls_integer;
    v_intIdx pls_integer;
    v_intNumRows pls_integer;
    v_vcStmt dbms_sql.varchar2a;
    l_clob clob := empty_clob();
    l_str varchar2(4000);
    l_length number;
    l_loops number;
    begin
    select ddl_stmt into l_clob from my_metadata where stmt_no=2;
    l_length := dbms_lob.getlength(l_clob);
    l_loops := ceil(l_length/4000);
    for v_intIdx in 0..l_loops loop
    l_str:=dbms_lob.substr(l_clob,4000,4000*v_intIdx +1);
    l_str := replace(l_str,chr(10),'');
    l_str := replace(l_str,chr(13),'');
    l_str := replace(l_str,chr(9),'');
    v_vcStmt(v_intIdx) := l_str;
    end loop;
    for v_intIdx in 0..l_loops loop
    dbms_output.put_line(v_vcStmt(v_intIdx));
    end loop;
    v_intCur := dbms_sql.open_cursor;
    dbms_sql.parse(
    c => v_intCur,
    statement => v_vcStmt,
    lb => 0,
    --ub => v_intIdx,
    ub => l_loops,
    lfflg => true,
    language_flag => dbms_sql.native);
    v_intNumRows := dbms_sql.execute(v_intCur);
    dbms_sql.close_cursor(v_intCur);
    end createTempTab;
    end;
    /

  • Error while creating stock using tcode: MB1C

    Error while creating stock using tcode: MB1C
    The Error is: Check table T004F:entry G006 does not exist

    Hi ,
    Please check the FSV (field status variant) for your company code in OBY6 .
    then go to transaction code OB14 --> enter the FSV --> Check if field status group G006(Material account) is maintained there or not.
    if not please maintain it.
    Thanks & Regards
    Anshu

  • Error while migrating users using CSSImportExportUtility

    Error while migrating users using CSSImportExportUtility
    I'm tring to export all user and group information from a Hyperion Shared Services 9.2.1 by using CSSExport.bat
    When there was only native directory in HSS, i can export these information successfully.
    But when I enabled NTLM external user authentication following error occurred:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: getOSVersion
    at com.hyperion.css.spi.impl.ntlm.NTLMProvider.getOSVersion(Native Metho
    d)
    at com.hyperion.css.spi.impl.ntlm.NTLMProvider.<clinit>(Unknown Source)
    at com.hyperion.css.spi.impl.ntlm.NTLMConnectionClient.getUsers(Unknown
    Source)
    at com.hyperion.css.CSSAPIExtnImpl.getUsers(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.getUsers(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.initialize(Unknown Source)
    at com.hyperion.css.exchange.NativeProviderManager.<init>(Unknown Source
    at com.hyperion.css.exchange.ImportExportManager.cssExport(Unknown Sourc
    e)
    at com.hyperion.css.exchange.CommandUtility.run(Unknown Source)
    at com.hyperion.css.exchange.CommandUtility.main(Unknown Source)
    I searched reference documents on the web, found this article: (http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/mdm_111110_readme.html)
    Troubleshooting Tip: If HSS is configured for an NTLM provider, DRM services may not start due to error: "Exception Emdm_Exception with message 'Could not Initialize CSS. Error: 'getOSVersion'."
    You may receive the following error after clicking the "Enable CSS" button in DRM Console: “LoadLibrary("C:\Hyperion\Master Data Management\mdm_ntier_css_validator.dll") failed - The specified module could not be found.”
    To resolve both of these conditions, update the Windows System Path on the Data Relationship Management server with the applicable JRE and CSS pathing below.
    NOTE: Reboot the Data Relationship Management server machine after making any changes to the Windows Path.
    NOTE: Ensure that only one JRE version and one CSS version are referenced in the Windows Path.
    ? For HSS 9.3.1:
    %HYPERION_HOME%\common\JRE\Sun\1.5.0\bin;%HYPERION_HOME%\common\JRE\Sun\1.5.0\bin\client;%HYPERION_HOME%\common\CSS\9.3.1\bin;
    ? For HSS 9.3.0:
    %HYPERION_HOME%\common\JRE\Sun\1.5.0\bin;%HYPERION_HOME%\common\JRE\Sun\1.5.0\bin\client;%HYPERION_HOME%\common\CSS\9.3.0\bin;
    ? For HSS 9.2.0.3:
    %HYPERION_HOME%\common\JDK\Sun\1.4.2\jre\bin;%HYPERION_HOME%\common\JDK\Sun\1.4.2\jre\bin\client;%HYPERION_HOME%\common\CSS\9.2.0.3\bin;
    ? For HSS 9.2.0:
    %HYPERION_HOME%\common\JDK\Sun\1.4.2\jre\bin;%HYPERION_HOME%\common\JDK\Sun\1.4.2\jre\bin\client;%HYPERION_HOME%\common\CSS\9.2.0\bin;
    I found these is no directory "%HYPERION_HOME%\common\CSS\9.2.0\bin;" exists but "%HYPERION_HOME%\common\CSS\9.2.1\bin;"
    I configured PATH by setting to above, and tried CSSExport again, still failed.
    Than I disabled the NTLM is HSS, tried CSSExport again. It was successful.
    So I am convinced that the problem caused by NTLM or PATH environment variable or some files associated.
    Does anybody know the solution ?

    I recommend you upgrade at least to 10.1.0.5. 10.1.0.2 comes with the very first version of csalter.plb, which has not the current implementation. From and to which character set do you try to migrate?
    -- Sergiusz

  • Error while Loading Budgets Using AMG

    Error while Loading Budgets Using AMG
    Dear All,
    I am trying to load Budgets into ORACLE Projects using AMG API's..
    I have developed PL/SQL which uses below procedures of pa_budget_pub package.
    init_budget;
    load_budget_line;
    execute_draft_budget;
    baseline_budget;
    Procedure execute_create_draft_budget fails with following error message.
    error message: Please enter a valid product code for this project.
    error message: You entered an invalid API parameter.Please enter valid parameter and try again. Parameter Name: Resource List Parameter Value: 1446
    error message: Project: AC044. Please specify a valid resource list.
    error message: Project: AC044. Please specify a valid resource list.
    Could somebody explain me how to resolve this error message and load the budget lines.
    Thanks in Advance.
    Afsal Basha.

    What I'm saying is, verify the column name. Dont post if not possible.
    Example follows, with one table intentionally "hidden".
    SQL> create table "tEsT" ("MaxNumber" float, "MaxnumbeR" number);
    SQL> select table_name,column_name from user_tab_columns where table_name like 't%';
    TABLE_NAME                     COLUMN_NAME
    tEsT                           MaxNumber
    tEsT                           MaxnumbeR
    teST                           iD
    teST                           MaxNumberHth,
    Fredrik

  • Error while insert data using execute immediate in dynamic table in oracle

    Error while insert data using execute immediate in dynamic table created in oracle 11g .
    first the dynamic nested table (op_sample) was created using the executed immediate...
    object is
    CREATE OR REPLACE TYPE ASI.sub_mark AS OBJECT (
    mark1 number,
    mark2 number
    t_sub_mark is a class of type sub_mark
    CREATE OR REPLACE TYPE ASI.t_sub_mark is table of sub_mark;
    create table sam1(id number,name varchar2(30));
    nested table is created below:
    begin
    EXECUTE IMMEDIATE ' create table '||op_sample||'
    (id number,name varchar2(30),subject_obj t_sub_mark) nested table subject_obj store as nest_tab return as value';
    end;
    now data from sam1 table and object (subject_obj) are inserted into the dynamic table
    declare
    subject_obj t_sub_mark;
    begin
    subject_obj:= t_sub_mark();
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,subject_obj from sam1) ';
    end;
    and got the below error:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7
    then when we tried to insert the data into the dynam_table with the subject_marks object as null,we received the following error..
    execute immediate 'insert into '||dynam_table ||'
    (SELECT

    887684 wrote:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7The problem is that your variable subject_obj is not in scope inside the dynamic SQL you are building. The SQL engine does not know your PL/SQL variable, so it tries to find a column named SUBJECT_OBJ in your SAM1 table.
    If you need to use dynamic SQL for this, then you must bind the variable. Something like this:
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,:bind_subject_obj from sam1) ' USING subject_obj;Alternatively you might figure out to use static SQL rather than dynamic SQL (if possible for your project.) In static SQL the PL/SQL engine binds the variables for you automatically.

  • Getting error while creating subsite using custom template in sharepoint2013

    Hi,
    I am getting the following error while creating subsite using custom template in sharpoint2013. even publish features are enabled.
    Please suggest me on this.
    Thanks in advance.

    You need to enable the PerformancePoint Service Site Collection Features(PPSMonDatasourceCtype)
    on the target site collection. go to site action > site settings> site collections features > and enable it and now try again.
    Similar case: http://imughal.wordpress.com/2012/09/20/dependency-feature-ppsmondatasourcectype-id-05891451-f0c4-4d4e-81b1-0dabd840bad4-for-feature-bicenterdataconnections-id-3d8210e9-1e89-4f12-98ef-643995339ed4-is-not-activated-at-this-scop/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • INVALID_QUEUE_NAME :  Error while scheduling message using qRFC

    Hello SDNers
    We are currently performing our PI 7.1 upgrade and one of our scenario uses a Sender SOAP of the type EOIO. We tried executing this scenario in PI 7.1 XID environment and in it worked fine without any errors but in our PI 7.1 QA environment it is giving the following errors
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message Split According to Receiver List
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SCHEDULE_ERROR</SAP:Code>
      <SAP:P1>XBQOC___*</SAP:P1>
      <SAP:P2>INVALID_QUEUE_NAME</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error while scheduling message using qRFC (queue name = XBQOC___*, exception = INVALID_QUEUE_NAME)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can you please exaplian what could be the issue we are facing.
    Thanks.
    Kiran
    Edited by: Kiran Sakhardande on Oct 22, 2008 4:08 PM

    HI Kiran,
    Have gone throgh the following link?
    INVALID_QUEUE_NAME
    Regards
    Sridhar Goli

  • Getting error while publishing workflow using SP designer for SharePoint 2013

    Hi,
    I am try to setup Workflow manager for our sharepoint applications.
    WF manager set ran without any issue.
    I registered the SPWorkflow service which succeeded as well. The Workflow service application shows "Workflow is connected"
    I am creating a workflow using sharepoint designer using my credential (not Service account). I am able to save it but while publishing, its prompting with an error.
    The error says "Errors were found while compiling the workflow.The workflow files were saved but cannot run." Clicking advanced button show
    "Microsoft.SharePoint.SPException: We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.
       at Microsoft.SharePoint.SPScaleOutDatabaseMap.CreateSqlSession(ISPScaleOutDatabaseMapProvider mapProvider, Byte[] compositeKey, Guid forceRefreshVersion, Guid& version)
       at Microsoft.SharePoint.SPScaleOutDatabaseCommandExecutor.Execute(ExecuteDelegate operation, ISPScaleOutDatabaseMapProvider mapProvide"
    Any help would be highly appreciated
    Thanks,

    Hi,
    According to your post, my understanding is that you got error while publishing workflow using SharePoint designer for SharePoint 2013.
    Please check whether the Central Admin > Manage Service Application-> “App Management Service” is started.
    Please check whether the “Configure service application associations”,  ”App Management Service” is already associated.
    Then please check whether the “Manage Services on server” and the “App Management Service” is started.
    In addition, please try to re-register Workflow Service.
    If the issues still exists, please follow the steps in the
    Steps to Verify that Server Is Correctly Set Up. After you verified that the server is correctly set up, follow the steps in the
    Steps to Troubleshoot Workflow Management Service and
    Troubleshooting the Service Bus for Windows Server then retry your action related to publishing workflows
    More information:
    http://wp.ahcheng.com/2013/03/23/error-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run/
    http://sp2013.pro/2013/04/solution-errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run-cannot-set-unknown-member/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • How do i find out the spec of my broken mac

    My macbook pro 17inch is smashed.  I am in the process of an insurance claim and there is dispute its spec.  I know it was i7, they are saying it is i5.  I've got the serial No.  How the heck can I check the spec?

  • Vendor Invoice Number in FBl1n

    Hi MM Gurus, The client requires to have the Invoice Number which is generated at the time of LIV in FBL1n T. Code. I am getting the Accounting Document Number of Invoice but not the Vendor Invoice Number. I have tried everything from the Change Layo

  • BUPA_DDIC not exist  in CRM 7.0...

    Hello Friends, In adding custom fields when i press COMPLETEit is showing a error called BUPA_DDIC not exist  . No dtz_800 transport request exists for system workbench. Pls help me out. Regards Vijay

  • Maximum Open cursor  Exceeded error when deleting records from a table

    I have a strange problem. I have a table EMP_MASTER . Whenever I am trying to delete a record from this table, I am getting Maximum no. of open cursor exceeded error. But this error doesnot come when i delete from any other tables. And no. of open cu

  • Last RoboHelp HTML v9 Workspace (formerly called Environment) does not reload next time RH9 loads

    Hey all, thanks in advance for any info you can provide.  All the RoboHelp references below relate to us using the respective version of RoboHelp HTML, and on my XP SP3 pc. I have worked with RH7, RH8, and now RH9, but RH9 is not behaving the same as