Session Task 3 Loading - SS_0 - Load Data FAILS Return Code - 7000

I cannot figure out why this is happening! Any Help is greatly appreciated!
Here are tasks 2 & 3 ...
Operator Session Task:
Step 2 Loading - SS_0 - Create work table
Default: Query / Execution Plan
create table ODI_TEMP.C$_0CONTRACT_AUTOMATION_FACT
C1_PROCESSINSTANCE_ID NUMBER(20) NULL,
C2_WORKFLOW_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C3_WORKFLOW_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C4_WORKFLOW_NAME VARCHAR2(100) NULL,
C5_AGENCY_CONT_ADMIN_NAME VARCHAR2(100) NULL,
C6_AGENCY_DESIGNATION VARCHAR2(100) NULL,
C7_AGENCY_INITIATING_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C8_ASSIGNED_CITYATRNY_NAME VARCHAR2(100) NULL,
C9_AUDITOR_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C10_AUDITOR_SIGN_NAME VARCHAR2(100) NULL,
C11_AWARD_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C12_BID_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C13_CC_ORDINANCE_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C14_CC_ORDINANCE_NUMBER VARCHAR2(100) NULL,
C15_CC_ORDINANCE_REQUIRED_FL VARCHAR2(10) NULL,
C16_CITYATRNY_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C17_CITYATRNY_SIGN_NAME VARCHAR2(100) NULL,
C18_CITY_PROJECT_NUMBER VARCHAR2(100) NULL,
C19_CLERK_FILING_NUMBER VARCHAR2(100) NULL,
C20_CLERK_RECORDER_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C21_CLERK_RECORDER_SIGN_NAME VARCHAR2(100) NULL,
C22_COMPETITIVE_BID_CMT VARCHAR2(100) NULL,
C23_COMPETITIVE_BID_FL VARCHAR2(10) NULL,
C24_CONT_AMENDMENT_NUMBER VARCHAR2(100) NULL,
C25_CONT_CONTROL_NUMBER VARCHAR2(100) NULL,
C26_CONT_DESC VARCHAR2(255) NULL,
C27_CONT_EXIST_TERM_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C28_CONT_EXIST_TERM_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C29_CONT_PROP_TERM_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C30_CONT_PROP_TERM_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C31_CONT_REQUESTOR_NAME VARCHAR2(100) NULL,
C32_CONT_REQUEST_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C33_CONT_TYPE VARCHAR2(100) NULL,
C34_CONT_WORK_TYPE VARCHAR2(100) NULL,
C35_DOLLAR_AMT_PRIOR_CONT_TOTA VARCHAR2(100) NULL,
C36_DOLLAR_AMT_THIS_REQUEST VARCHAR2(100) NULL,
C37_DSBO_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C38_INITIATING_AUTHORITY_NAME VARCHAR2(100) NULL,
C39_MAYOR_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C40_MAYOR_SIGN_NAME VARCHAR2(100) NULL,
C41_MOFIN_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C42_MOFIN_SIGN_NAME VARCHAR2(100) NULL,
C43_NEW_TOTAL_IF_EXECUTED VARCHAR2(100) NULL,
C44_PERSON_PHONE VARCHAR2(100) NULL,
C45_PREVAILING_WAGE_REQUIRED_F VARCHAR2(10) NULL,
C46_PROGRAM VARCHAR2(100) NULL,
C47_REQ_BUSINESS_UNIT VARCHAR2(100) NULL,
C48_RISK_AND_SAFETY_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
C49_TECHSERV_REVIEW_REQUIRED_F VARCHAR2(10) NULL,
C50_VEN_ADDRESS VARCHAR2(100) NULL,
C51_VEN_ID VARCHAR2(100) NULL,
C52_VEN_NAME VARCHAR2(100) NULL,
C53_VEN_SIGN_DT DATE NULL
NOLOGGING
Step 3 Loading - SS_0 - Load Data
Loading: Query / Execution Plan
select
STG_CONTRACT_AUTOMATION.PROCESSINSTANCE_ID C1_PROCESSINSTANCE_ID,
STG_CONTRACT_AUTOMATION.WORKFLOW_START_DT C2_WORKFLOW_START_DT,
STG_CONTRACT_AUTOMATION.WORKFLOW_END_DT C3_WORKFLOW_END_DT,
STG_CONTRACT_AUTOMATION.WORKFLOW_NAME C4_WORKFLOW_NAME,
STG_CONTRACT_AUTOMATION.AGENCY_CONT_ADMIN_NAME C5_AGENCY_CONT_ADMIN_NAME,
STG_CONTRACT_AUTOMATION.AGENCY_DESIGNATION C6_AGENCY_DESIGNATION,
STG_CONTRACT_AUTOMATION.AGENCY_INITIATING_APRV_DT C7_AGENCY_INITIATING_APRV_DT,
STG_CONTRACT_AUTOMATION.ASSIGNED_CITYATRNY_NAME C8_ASSIGNED_CITYATRNY_NAME,
STG_CONTRACT_AUTOMATION.AUDITOR_SIGN_DT C9_AUDITOR_SIGN_DT,
STG_CONTRACT_AUTOMATION.AUDITOR_SIGN_NAME C10_AUDITOR_SIGN_NAME,
STG_CONTRACT_AUTOMATION.AWARD_DT C11_AWARD_DT,
STG_CONTRACT_AUTOMATION.BID_DT C12_BID_DT,
STG_CONTRACT_AUTOMATION.CC_ORDINANCE_DT C13_CC_ORDINANCE_DT,
STG_CONTRACT_AUTOMATION.CC_ORDINANCE_NUMBER C14_CC_ORDINANCE_NUMBER,
STG_CONTRACT_AUTOMATION.CC_ORDINANCE_REQUIRED_FL C15_CC_ORDINANCE_REQUIRED_FL,
STG_CONTRACT_AUTOMATION.CITYATRNY_SIGN_DT C16_CITYATRNY_SIGN_DT,
STG_CONTRACT_AUTOMATION.CITYATRNY_SIGN_NAME C17_CITYATRNY_SIGN_NAME,
STG_CONTRACT_AUTOMATION.CITY_PROJECT_NUMBER C18_CITY_PROJECT_NUMBER,
STG_CONTRACT_AUTOMATION.CLERK_FILING_NUMBER C19_CLERK_FILING_NUMBER,
STG_CONTRACT_AUTOMATION.CLERK_RECORDER_SIGN_DT C20_CLERK_RECORDER_SIGN_DT,
STG_CONTRACT_AUTOMATION.CLERK_RECORDER_SIGN_NAME C21_CLERK_RECORDER_SIGN_NAME,
STG_CONTRACT_AUTOMATION.COMPETITIVE_BID_CMT C22_COMPETITIVE_BID_CMT,
STG_CONTRACT_AUTOMATION.COMPETITIVE_BID_FL C23_COMPETITIVE_BID_FL,
STG_CONTRACT_AUTOMATION.CONT_AMENDMENT_NUMBER C24_CONT_AMENDMENT_NUMBER,
STG_CONTRACT_AUTOMATION.CONT_CONTROL_NUMBER C25_CONT_CONTROL_NUMBER,
STG_CONTRACT_AUTOMATION.CONT_DESC C26_CONT_DESC,
STG_CONTRACT_AUTOMATION.CONT_EXIST_TERM_END_DT C27_CONT_EXIST_TERM_END_DT,
STG_CONTRACT_AUTOMATION.CONT_EXIST_TERM_START_DT C28_CONT_EXIST_TERM_START_DT,
STG_CONTRACT_AUTOMATION.CONT_PROP_TERM_END_DT C29_CONT_PROP_TERM_END_DT,
STG_CONTRACT_AUTOMATION.CONT_PROP_TERM_START_DT C30_CONT_PROP_TERM_START_DT,
STG_CONTRACT_AUTOMATION.CONT_REQUESTOR_NAME C31_CONT_REQUESTOR_NAME,
STG_CONTRACT_AUTOMATION.CONT_REQUEST_DT C32_CONT_REQUEST_DT,
STG_CONTRACT_AUTOMATION.CONT_TYPE C33_CONT_TYPE,
STG_CONTRACT_AUTOMATION.CONT_WORK_TYPE C34_CONT_WORK_TYPE,
STG_CONTRACT_AUTOMATION.DOLLAR_AMT_PRIOR_CONT_TOTAL C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
STG_CONTRACT_AUTOMATION.DOLLAR_AMT_THIS_REQUEST C36_DOLLAR_AMT_THIS_REQUEST,
STG_CONTRACT_AUTOMATION.DSBO_APRV_DT C37_DSBO_APRV_DT,
STG_CONTRACT_AUTOMATION.INITIATING_AUTHORITY_NAME C38_INITIATING_AUTHORITY_NAME,
STG_CONTRACT_AUTOMATION.MAYOR_SIGN_DT C39_MAYOR_SIGN_DT,
STG_CONTRACT_AUTOMATION.MAYOR_SIGN_NAME C40_MAYOR_SIGN_NAME,
STG_CONTRACT_AUTOMATION.MOFIN_SIGN_DT C41_MOFIN_SIGN_DT,
STG_CONTRACT_AUTOMATION.MOFIN_SIGN_NAME C42_MOFIN_SIGN_NAME,
STG_CONTRACT_AUTOMATION.NEW_TOTAL_IF_EXECUTED C43_NEW_TOTAL_IF_EXECUTED,
STG_CONTRACT_AUTOMATION.PERSON_PHONE C44_PERSON_PHONE,
STG_CONTRACT_AUTOMATION.PREVAILING_WAGE_REQUIRED_FL C45_PREVAILING_WAGE_REQUIRED_F,
STG_CONTRACT_AUTOMATION.PROGRAM C46_PROGRAM,
STG_CONTRACT_AUTOMATION.REQ_BUSINESS_UNIT C47_REQ_BUSINESS_UNIT,
STG_CONTRACT_AUTOMATION.RISK_AND_SAFETY_APRV_DT C48_RISK_AND_SAFETY_APRV_DT,
STG_CONTRACT_AUTOMATION.TECHSERV_REVIEW_REQUIRED_FL C49_TECHSERV_REVIEW_REQUIRED_F,
STG_CONTRACT_AUTOMATION.VEN_ADDRESS C50_VEN_ADDRESS,
STG_CONTRACT_AUTOMATION.VEN_ID C51_VEN_ID,
STG_CONTRACT_AUTOMATION.VEN_NAME C52_VEN_NAME,
STG_CONTRACT_AUTOMATION.VEN_SIGN_DT C53_VEN_SIGN_DT
from ALF_STG.STG_CONTRACT_AUTOMATION STG_CONTRACT_AUTOMATION
where (1=1)
Default: Query /Execution Plan
insert into ODI_TEMP.C$_0CONTRACT_AUTOMATION_FACT
C1_PROCESSINSTANCE_ID,
C2_WORKFLOW_START_DT,
C3_WORKFLOW_END_DT,
C4_WORKFLOW_NAME,
C5_AGENCY_CONT_ADMIN_NAME,
C6_AGENCY_DESIGNATION,
C7_AGENCY_INITIATING_APRV_DT,
C8_ASSIGNED_CITYATRNY_NAME,
C9_AUDITOR_SIGN_DT,
C10_AUDITOR_SIGN_NAME,
C11_AWARD_DT,
C12_BID_DT,
C13_CC_ORDINANCE_DT,
C14_CC_ORDINANCE_NUMBER,
C15_CC_ORDINANCE_REQUIRED_FL,
C16_CITYATRNY_SIGN_DT,
C17_CITYATRNY_SIGN_NAME,
C18_CITY_PROJECT_NUMBER,
C19_CLERK_FILING_NUMBER,
C20_CLERK_RECORDER_SIGN_DT,
C21_CLERK_RECORDER_SIGN_NAME,
C22_COMPETITIVE_BID_CMT,
C23_COMPETITIVE_BID_FL,
C24_CONT_AMENDMENT_NUMBER,
C25_CONT_CONTROL_NUMBER,
C26_CONT_DESC,
C27_CONT_EXIST_TERM_END_DT,
C28_CONT_EXIST_TERM_START_DT,
C29_CONT_PROP_TERM_END_DT,
C30_CONT_PROP_TERM_START_DT,
C31_CONT_REQUESTOR_NAME,
C32_CONT_REQUEST_DT,
C33_CONT_TYPE,
C34_CONT_WORK_TYPE,
C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
C36_DOLLAR_AMT_THIS_REQUEST,
C37_DSBO_APRV_DT,
C38_INITIATING_AUTHORITY_NAME,
C39_MAYOR_SIGN_DT,
C40_MAYOR_SIGN_NAME,
C41_MOFIN_SIGN_DT,
C42_MOFIN_SIGN_NAME,
C43_NEW_TOTAL_IF_EXECUTED,
C44_PERSON_PHONE,
C45_PREVAILING_WAGE_REQUIRED_F,
C46_PROGRAM,
C47_REQ_BUSINESS_UNIT,
C48_RISK_AND_SAFETY_APRV_DT,
C49_TECHSERV_REVIEW_REQUIRED_F,
C50_VEN_ADDRESS,
C51_VEN_ID,
C52_VEN_NAME,
C53_VEN_SIGN_DT
values
:C1_PROCESSINSTANCE_ID,
:C2_WORKFLOW_START_DT,
:C3_WORKFLOW_END_DT,
:C4_WORKFLOW_NAME,
:C5_AGENCY_CONT_ADMIN_NAME,
:C6_AGENCY_DESIGNATION,
:C7_AGENCY_INITIATING_APRV_DT,
:C8_ASSIGNED_CITYATRNY_NAME,
:C9_AUDITOR_SIGN_DT,
:C10_AUDITOR_SIGN_NAME,
:C11_AWARD_DT,
:C12_BID_DT,
:C13_CC_ORDINANCE_DT,
:C14_CC_ORDINANCE_NUMBER,
:C15_CC_ORDINANCE_REQUIRED_FL,
:C16_CITYATRNY_SIGN_DT,
:C17_CITYATRNY_SIGN_NAME,
:C18_CITY_PROJECT_NUMBER,
:C19_CLERK_FILING_NUMBER,
:C20_CLERK_RECORDER_SIGN_DT,
:C21_CLERK_RECORDER_SIGN_NAME,
:C22_COMPETITIVE_BID_CMT,
:C23_COMPETITIVE_BID_FL,
:C24_CONT_AMENDMENT_NUMBER,
:C25_CONT_CONTROL_NUMBER,
:C26_CONT_DESC,
:C27_CONT_EXIST_TERM_END_DT,
:C28_CONT_EXIST_TERM_START_DT,
:C29_CONT_PROP_TERM_END_DT,
:C30_CONT_PROP_TERM_START_DT,
:C31_CONT_REQUESTOR_NAME,
:C32_CONT_REQUEST_DT,
:C33_CONT_TYPE,
:C34_CONT_WORK_TYPE,
:C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
:C36_DOLLAR_AMT_THIS_REQUEST,
:C37_DSBO_APRV_DT,
:C38_INITIATING_AUTHORITY_NAME,
:C39_MAYOR_SIGN_DT,
:C40_MAYOR_SIGN_NAME,
:C41_MOFIN_SIGN_DT,
:C42_MOFIN_SIGN_NAME,
:C43_NEW_TOTAL_IF_EXECUTED,
:C44_PERSON_PHONE,
:C45_PREVAILING_WAGE_REQUIRED_F,
:C46_PROGRAM,
:C47_REQ_BUSINESS_UNIT,
:C48_RISK_AND_SAFETY_APRV_DT,
:C49_TECHSERV_REVIEW_REQUIRED_F,
:C50_VEN_ADDRESS,
:C51_VEN_ID,
:C52_VEN_NAME,
:C53_VEN_SIGN_DT
Execution Error
Session Task fails with
Status: Error
Return Code: 7000
java.lang.ClassCastException
at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7822)
at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7546)
at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:7919)
at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java)
at com.sunopsis.sql.SnpsQuery.addBatch(SnpsQuery.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
at com.sunopsis.dwg.cmd.e.i(e.java)
at com.sunopsis.dwg.cmd.g.y(g.java)
at com.sunopsis.dwg.cmd.e.run(e.java)
at java.lang.Thread.run(Unknown Source)

Micheal,
You didnt specify the KMs that you are using. I guess you are using LKM SQL to SQL or SQL to Oracle.
From your diagnosis of the timestamp data, I would like to add that while using LKM SQL to SQL, it uses Java APIs to load the data. Java timestamp format is different from Oracle timestamp.
There is thread that talks about this (File based datastore and using date format in those columns) but am unable to locate it.
Also, this could be a Java compatibility issue. So upgrading a driver to ojdbc6.jar may help.
Re: JAVA JDK
If your source and target are both Oracle, then consider using LKM Oracle to Oracle (DBLINK). This will be superfast compared to other KMs as it does a set based processing vs. row based processing that the SQL to SQL km does.

Similar Messages

  • ODI Session task reverse fails with return code 7000

    WARNING ODI-1134 Agent Test encountered an error: ODI-12: Step Hyperion Planning ODI fails after 1 attempt(s).
    2013-10-28 16:14:38.471 ERROR ODI-1217 Session Hyperion Planning ODI (23121) fai
    ls with return code 7000.in the Command prompt
    Target Code in session task reverse
    from java.util import HashMap
    from java.lang import Boolean
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.common import ODIModelImporter
    from com.hyperion.odi.connection import HypAppConnectionFactory
    # source planning connection properties
    serverName = "192.168.0.105:19000"
    userName    = ""
    password   =  "<@=snpRef.getInfo("SRC_PASS") @>"
    application   = "FirstApp"
    srvportParts = serverName.split(':',2)
    srvStr =  srvportParts[0]
    portStr = srvportParts[1]
    # Put the connection properites and initialize the planning loader
    srcProps = HashMap()
    srcProps.put(ODIConstants.SERVER,srvStr)
    srcProps.put(ODIConstants.PORT,portStr)
    srcProps.put(ODIConstants.USER,userName)
    srcProps.put(ODIConstants.PASSWORD,password)
    srcProps.put(ODIConstants.APPLICATION_NAME,application)
    imod =  4121 
    #get planning connection
    hApp = HypAppConnectionFactory.getAppConnection(HypAppConnectionFactory.APP_PLANNING, srcProps);
    #get connection to repository
    repCon = odiRef.getJDBCConnection("DEST")
    # START THE REVERSE
    odiModelImporter = ODIModelImporter(imod, hApp, repCon)
    odiModelImporter.importModels()

    yes , I have entered all the details in the Topology for Planning Data server, [ since it is Hyperion Planning the test connection is disable]
    The created agent  test connection also successfull But still it is not connecting .GEtting the
    Error :-
    2013-10-29 10:14:52.151 NOTIFICATION ODI-1137 Scheduler started for work reposit
    ory WORKREP121 on Agent Test.
    2013-10-29 10:15:35.664 WARNING ODI-1134 Agent Test encountered an error: ODI-12
    26: Step Hyperion Planning ODI fails after 1 attempt(s).
    2013-10-29 10:15:35.665 ERROR ODI-1217 Session Hyperion Planning ODI (24121) fai
    ls with return code 7000

  • Load Error with return code 7000 when call sqlldr in interface.

    Hi All,
    I have created a interface to load data from 'File' to 'Oracle' in ODI 11g.
    Below are the running order of this interface.
    1 - Loading - SrcSet0 - Drop work view
    2 - Loading - SrcSet0 - Drop Temp Table
    3 - Loading - SrcSet0 - Create Temp table
    4 - Loading - SrcSet0 - Create Work View
    5 - Loading - SrcSet0 - Generate CTL file
    6 - Loading - SrcSet0 - Call sqlldr
    We are getting the following error while running the step 6.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 22, in <module>
    Load Error: See C:\home\oracle\joc\odi/AIM.log for details
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
    And it return code 7000 indicated in 'Execution Statistics'.
    If anyone has encountered a similar issue and able to solve it, please share your thoughts with me.
    Thanks in advance for your help.
    Dicksam

    This forum is dedicated to supporting the use of Maven with FMW and the new Oracle Maven Repository.  Given that ODI does not currently provide Maven support, you are unlikely to get a response in this forum.  You might want to try posting in a different forum dedicated to Data Integration, such as the Master Data Management forum.

  • ODI-1217: (6003) fails  with return code 7000.

    Hi
    I'm learning ODI. I got stuck while i execute the interface - i get that error message --> ODI-1217: Session test1_load_data_from_and_to_oracle (6003) fails with return code 7000.
    My source, staging area, Target all are in oracle DB.
    I believe the reason is that I do not choose the right IKM. but i export and execute all ikm type for oracle.
    I would appreciate your help.
    ODI-1217: Session test1_load_data_from_and_to_oracle (6003) fails with return code 7000.
    ODI-1226: Step test1_load_data_from_and_to_oracle fails after 1 attempt(s).
    ODI-1240: Flow test1_load_data_from_and_to_oracle fails while performing a Integration operation. This flow loads target table TRG_COUNTRIES.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    Defining a target, but no source has been defined, yet. Please define source first.
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)

    hi,
    When I chose--> IKM sql control append--> it worked .
    Where can I find the types of KM processes and explain how to use them?
    Thanks in advance

  • DB connect failed return code 000256 --- disp_work ended

    Hi Friends,
    I have installed ides ECC 6 on oracle 10g on windows 2003 server.Now I am unable to start SAP console. While starting the disp+work getting ended. I found form the log that the DB connect failed return code 000256 in dev_disp.
    snapshot is given below for the reference. Please advice with the resolution.Appreciate for an early response.
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon May 18 17:14:23 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\ECC\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.46)
    B  New connection 0 created
    M sysno      04
    M sid        ECC
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    52
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        3096
    M
    M  kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3096) [dpxxdisp.c   1293]
    I  MtxInit: 30000 0 0

    M Mon May 18 17:14:24 2009
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18304     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1452)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06510040, size: 4613144)
    M  DpShMCreate: allocated sys_adm at 06510040
    M  DpShMCreate: allocated wp_adm at 06511E28
    M  DpShMCreate: allocated tm_adm_list at 065165A8
    M  DpShMCreate: allocated tm_adm at 065165D8
    M  DpShMCreate: allocated wp_ca_adm at 068DBB70
    M  DpShMCreate: allocated appc_ca_adm at 068E1930
    M  DpShMCreate: allocated comm_adm at 068E3870
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06964730
    M  DpShMCreate: allocated gw_adm at 06964770
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 069647A0
    M  DpShMCreate: allocated wall_adm at 069647A8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host ecc6

    M Mon May 18 17:14:26 2009
    M  calling db_connect ...
    C  Prepending D:\usr\sap\ECC\DVEBMGS04\exe to Path.
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@C11 on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06B2C998   0597F194   0597EA1C
    C  Attaching to DB Server C11 (con_hdl=0,svchp=0597E968,svrhp=06B41714)
    C  Starting user session (con_hdl=0,svchp=0597E968,srvhp=06B41714,usrhp=06B8CD88)
    C  Now '/@C11' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=0597E968,usrhp=06B8CD88)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@C11 on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06B2C998   0597F194   0597EA1C
    C  Starting user session (con_hdl=0,svchp=0597E968,srvhp=06B41714,usrhp=06B8CD88)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 28000
    [dboci.c      4345]
    C  Detaching from DB Server (con_hdl=0,svchp=0597E968,srvhp=06B41714)
    C  *** ERROR => CONNECT failed with sql error '28000'
    [dbsloci.c    10704]
    B  ***LOG BY2=> sql error 28000  performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> ORA-28000: the account is locked [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error 28000  performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-28000: the account is locked [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1403]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10019]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ecc6_ECC_04 on host ecc6 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon May 18 17:14:26 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10204
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3096) [dpnttool.c   327]
    Regard's
    Shashi

    > C  *** ERROR => CONNECT failed with sql error '28000'
    >  [dbsloci.c    10704]
    > B  ***LOG BY2=> sql error 28000  performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    > B  ***LOG BY0=> ORA-28000: the account is locked [dbsh#2 @ 1204] [dbsh    1204 ]
    > B  ***LOG BY2=> sql error 28000  performing CON [dblink#3 @ 431] [dblink  0431 ]
    > B  ***LOG BY0=> ORA-28000: the account is locked [dblink#3 @ 431] [dblink  0431 ]
    > M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1403]
    Read Note  951167       ORA-28000: the account is locked
    Markus

  • DB-Connect Failed, Return Code  000256

    Hello,
    When I try to start SAP I get a SQL error saying "DB-Connect failed, return code 000256". Does anybody know what could cause this error and how to slove this problem.
    I checked the dev_w0 file as the following.
    trc file: "dev_w0", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Sat May 09 21:08:37 2015
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'D:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' is '46D.00'
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    534
    M  intno      0
    M  pid        2444

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2444) [dpxxdisp.c   911]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T0
    M  calling db_connect ...
    B  find_con found the following connection for reuse:
    B  0: name = R/3, concnt= 000000 state = DISCONNECTED, perm = YES, reco = NO
    C  Got ORACLE_HOME=D:\oracle\ora81 from environment
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@PRD on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12505
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '12505'
    [dboci.c      6550]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@PRD on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12505
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '12505'
    [dboci.c      6550]
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@PRD on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12505
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '12505'
    [dboci.c      6550]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@PRD on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12505
    [dboci.c      2423]
    C  *** ERROR => CONNECT failed with sql error '12505'
    [dboci.c      6550]
    B  ***LOG BY2=> sql error 12505  performing CON [dbsh    0695 ]
    B  ***LOG BY0=>  [dbsh    0695 ]
    B  ***LOG BY2=> sql error 12505  performing CON [dblink  0627 ]
    B  ***LOG BY0=>  [dblink  0627 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1069]
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   7751]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server sap_PRD_00 on host sap (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Sat May 09 21:08:37 2015
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        7831
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2444) [dpnttool.c   300]

    Hi,
    Restart the listener and try again. If that doesnt work, follow this note - 576919.
    Regards
    Cyrus

  • MDT 2012 Litetocuh Deployment Failed, Return Code = -2147467259 0x0004005

    Here is what I have tried. I have tried recreating the DeploymentShare. Moved my Deployment Test Share to the standard 2008 Server running MDT 2012. I have setup a Win7 x64 box as the Deployment Manager. I am still getting the following error:
    Litetouch deployment failed, Return Code = -2147467259  0x80004005
    Failed to run the action: Copy OEM files. 
    Incorrect function, (Error: 00000001; Source: Windows)
    The execution of the group (Install has failed and the execution has been aborted. An action failed. 
    Operation abourted (Error: 80004004; Source Windows)
    Failed to run the last action: Copy OEM files, Execution of task sequence failed. 
    Incorrect funtion. (Error: 00000001; Source: Windows)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
    Recreated the Image, Task Sequences, CS.ini and Boot.ini) Incorporated all OOB Drivers, Packages. Using
    a USB 16Gb flash drive with LiteTouchx86. 
    List last time we tried to create a separate deployment share. Copy all the preexisting data from a working known good deployment share with images, task
    sequence, cs.ini and all image files. Still getting the same issue. 
    Finally checked some of the Google, technet and forums for any assistance but non seem to do the trick. 
    I'm new to the process but have been working with a fellow tech who has been working with MDT for six months and he can not find the issue either. 
    Thanks for all your help up front. 

    Can you post your log files?
    IT Support " Scripting Noob "

  • Problem with Connection to message server "DB-Connect Failed, Return Code "

    Hello,
    I have the problem that disp+work exe start but after one minute the precedure stopped.  The Messages in syslog are "Message server disconnected DB-Connect Failed, Return Code  008192. Can anybody help me?
    Best regards Mohamed

    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Tue Oct 09 19:07:25 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\BI7\DVEBMGS70\exe\dbmssslib.dll' ...
    B  Library 'F:\usr\sap\BI7\DVEBMGS70\exe\dbmssslib.dll' loaded
    B  Version of 'F:\usr\sap\BI7\DVEBMGS70\exe\dbmssslib.dll' is "700.08", patchlevel (0.72)
    B  New connection 0 created
    M sysno      70
    M sid        BI7
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    80
    M intno      20050900
    M make:      multithreaded, ASCII, optimized
    M pid        7580
    M
    M  kernel runs with dp version 217(ext=109) (@(#) DPLIB-INT-VERSION-217)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 7580) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          11440     (880)
    M  DpShMCreate: sizeof(tm_adm)          3397704     (16904)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1196)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06350040, size: 4024776)
    M  DpShMCreate: allocated sys_adm at 06350040
    M  DpShMCreate: allocated wp_adm at 063519F0
    M  DpShMCreate: allocated tm_adm_list at 063546A0
    M  DpShMCreate: allocated tm_adm at 063546D0
    M  DpShMCreate: allocated wp_ca_adm at 06691F18
    M  DpShMCreate: allocated appc_ca_adm at 06696568
    M  DpShMCreate: allocated comm_adm at 06697CD8
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06718B88
    M  DpShMCreate: allocated gw_adm at 06718BC8
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06718BF8
    M  DpShMCreate: allocated wall_adm at 06718C00
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host ATTNWSRV

    M Tue Oct 09 19:07:26 2007
    M  calling db_connect ...
    C  Process 7580
    C  GetProfileParameter( wait_and_see ) returned [<null>]
    C  GetProfileParameter( deadlock_priority ) returned [<null>]
    C  GetProfileParameter( packet_size ) returned [8192]
    C  GetProfileParameter( rpc_batch ) returned [<null>]
    C  batched RPC will be used
    C  GetProfileParameter( dbsl_profile ) returned [1]
    C  dbsl profile written to dbsl_w0
    C  GetProfileParameter( pn_cache_size ) returned [20000]
    C  GetProfileParameter( par_stmt_cache_size ) returned [500]
    C  GetProfileParameter( dbcon_pn_size ) returned [<null>]
    C  GetProfileParameter( dbcon_par_stmt_cache_size ) returned [<null>]
    C  GetProfileParameter( stats_on ) returned [1]
    C  GetProfileParameter( network ) returned [<null>]
    C  GetProfileParameter( sp_prefix ) returned [<null>]
    C  GetProfileParameter( rdisp/TRACE ) returned [1]
    C  GetProfileParameter( set_rowcount ) returned [<null>]
    C  GetProfileParameter( set_fast1 ) returned [<null>]
    C  GetProfileParameter( use_integrated_security ) returned [<null>]
    C  GetProfileParameter( conn_str ) returned [<null>]
    C  GetProfileParameter( ignore_moduledrop ) returned [<null>]
    C  GetProfileParameter( use_cursor ) returned [<null>]
    C  GetProfileParameter( cursor_type ) returned [<null>]
    C  GetProfileParameter( fupd_cursor_type ) returned [<null>]
    C  GetProfileParameter( set_topn ) returned [<null>]
    C  GetProfileParameter( short_col_headers ) returned [<null>]
    C  GetProfileParameter( update_with_updlock ) returned [<null>]
    C  GetProfileParameter( maxincnt ) returned [<null>]
    C  GetProfileParameter( transmit_defaults ) returned [<null>]
    C  GetProfileParameter( square_brackets ) returned [<null>]
    C  GetProfileParameter( with_recompile ) returned [<null>]
    C  GetProfileParameter( max_duration ) returned [<null>]
    C  GetProfileParameter( irow_supported ) returned [<null>]
    C  GetProfileParameter( ins_block_increment ) returned [<null>]
    C  GetProfileParameter( max_ins_block_columns ) returned [<null>]
    C  GetProfileParameter( unc_rd_begin_tran ) returned [<null>]
    C  GetProfileParameter( use_rpc_call_string ) returned [<null>]
    C  GetProfileParameter( perm_stmt_reuse_cnt ) returned [<null>]
    C  GetProfileParameter( batch_stmt_reuse_cnt ) returned [<null>]
    C  GetProfileParameter( temp_stmt_reuse_cnt ) returned [<null>]
    C  GetProfileParameter( prepare ) returned [<null>]
    C  GetProfileParameter( par_stmt_prepare ) returned [<null>]
    C  GetProfileParameter( profile_with_timestamp ) returned [<null>]
    C  GetProfileParameter( no_utab_workaround ) returned [<null>]
    C  GetProfileParameter( use_block_fetch ) returned [<null>]
    C  GetProfileParameter( connect_retries ) returned [<null>]
    C  GetProfileParameter( connect_timeout ) returned [<null>]
    C  GetProfileParameter( use_system_locale ) returned [<null>]
    C  GetProfileParameter( ignore_stmtids ) returned [<null>]
    C  GetProfileParameter( recompile_par_stmts ) returned [0]
    C  GetProfileParameter( subst_params ) returned [<null>]
    C  GetProfileParameter( provider ) returned [<null>]
    C  GetProfileParameter( lob_rc ) returned [<null>]
    C  GetProfileParameter( buffer_cvarlobs ) returned [<null>]
    C  GetProfileParameter( allow_multipleconnections ) returned [<null>]
    C  GetProfileParameter( fupdorder ) returned [<null>]
    C  GetProfileParameter( no_vbdata_workaround ) returned [<null>]
    C  GetProfileParameter( use_mars ) returned [<null>]
    C  GetProfileParameter( as_c ) returned [<null>]
    C  GetProfileParameter( save_stmt_string ) returned [<null>]
    C  GetProfileParameter( server ) returned [ATTNWSRV]
    C  GetProfileParameter( user ) returned [<null>]
    C  GetProfileParameter( passwd ) returned [<null>]
    C  GetProfileParameter( dbname ) returned [BI7]
    C  GetProfileParameter( schema ) returned [dbo]
    C  Warning: Env(MSSQL_SCHEMA) [bi7] <> Prof(dbs/mss/schema) [dbo]. Profile value will be used.
    C  GetProfileParameter( auth/shadow_upgrade ) returned [<null>]
    C  GetProfileParameter( add_procs ) returned [<null>]
    C  Thread ID:7584
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'F:\usr\sap\BI7\DVEBMGS70\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      72
    C    patchcomment MSSQL: Thread check in DbSlDisconnect (969143)
    C  COMPUTERNAME: ATTNWSRV
    C  np:(local) connection used on ATTNWSRV
    C  CopyLocalParameters: dbuser is 'dbo'
    C  Formatted connect string : [Driver=SQL Server;Server=np:(local);Trusted_Connection=yes;WSID=ATTNWSRV;APP=R3D00(0)comm rd [MDAC] OLEDB]

    C Tue Oct 09 19:07:27 2007
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: MARS property was not set.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn to np:(local).
    C  Retrying without protocol specifier: (local)
    C  Formatted connect string : [Driver=SQL Server;Server=(local);Trusted_Connection=yes;WSID=ATTNWSRV;APP=R3D00(0)comm rd [MDAC] OLEDB]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]

    C Tue Oct 09 19:07:28 2007
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Packet size is set to: 8192
    C  OpenOledbConnection: line 23391. hr: 0x8000ffff Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 18456, sev 0), Login failed for user 'ATTNWSRV\SAPServiceBI7'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23391]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn. 0
    B  ***LOG BY2=> sql error 0      performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> <message text not available> [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error 0      performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> <message text not available> [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1411]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10169]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ATTNWSRV_BI7_70 on host ATTNWSRV (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Oct 09 19:07:28 2007
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10367
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 7580) [dpnttool.c   327]

  • Litetouch deployment failed, Return Code = -2147023504

    I suddenly started getting this error on all my task sequences. I created a new vanilla sequence and got the error on it as well. It doesn't matter if I select a x86 image task or x64. This is across multiple pieces of hardware as well. Please Help!
    <![LOG[LTI beginning deployment]LOG]!><time="11:01:31.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Event 41016 sent: LTI beginning deployment]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[About to run command: "X:\Deploy\Tools\X86\TsmBootstrap.exe" /env:SAStart]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread=""
    file="LiteTouch">
    <![LOG[Property LTIDirty is now = TRUE]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Command completed, return code = -2147023504]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Litetouch deployment failed, Return Code = -2147023504  0x80070570]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="3" thread="" file="LiteTouch">
    <![LOG[Event 41014 sent: Litetouch deployment failed, Return Code = -2147023504  0x80070570]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread=""
    file="LiteTouch">
    <![LOG[For more information, consult the task sequencer log ...\SMSTS.LOG.]LOG]!><time="11:01:32.000+000" date="05-22-2013" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">

    I found the issue with this. Apparently the computers I was running these sequences on had previous deployments run and interrupted on them. Even though the deployment wizard wasn't flagging them as "dirty" clearly there was something hanging around
    on the HD that was causing issues. I used diskpart to run a quick format on the OS volume and all is good. 
    Maybe this will help someone googleing in the future.
     

  • MDT 2013 - Litetouch deployment failed, Return Code = -2147467259 0x80004005

    I'm attempting to deploy an image that I have recently captured with MDT.  I was able to capture the image without any problems and after capturing, it booted up properly.  But now when I go to deploy the image using a Standard Task Sequence it
    errors out.  It does boot into WinPE and gets to the installing operating system portion then spits out the following 8 errors:
    (5624):2: Run ImageX: /apply "\\PDC31089\DeploymentShare$\Operating Systems\Win7_BUP_1-31-14\Win7_BUP_1-31-14.wim" 1 C:
    Litetouch deployment failed, Return Code = -2147467259 0x80004005
    Failed to run the action: Install Operating System.
    Unknown error (Error: 000015F8; Source: Unknown)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    Unknown error (Error: 000015F8; Source: Unknown)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005After I receive the error messages if I attempt to restart the computer and allow it to boot up it just comes up with:"An operating system wasn't found. Try disconnecting any drives that don't contain an operating system"
    I have tried the following to resolve this issue:
    Create a new deployment share with only network drivers added and the one .WIM that was captured with MDT as well as one Task sequence.
    Update to MDT 2013
    Update Deployment share and completely regenerate Boot images
    Tried starting deployment from within Windows by mapping the drive and executing litetouch.vbs
    Also tried starting deployment using USB boot disk
    I'm running out of ideas and seem to keep getting the same 8 error messages.  It's very aggravating and am hoping that someone can point me in the right direction.
    I've included some log files on Skydrive at:  https://skydrive.live.com/redir?resid=6375A8F9E8089918%21105

    I came across this post recently. I am having the same string of errors suddenly when I try to deploy any image from my MDT 2013 server now. Previous images now fail to install soon after the Inject Drivers task sequence at the Install Operating System sequence.
    Each time I try to deploy an image(have tried several each with different task sequences), I get the same 7 errors.
    The errors produced are:
    Litetouch deployment failed, Return Code = -2147467259 0x80004005
    Failed to run the action: Install Operating System.
    Incorrect Function (Error: 00000001; Source: Windows)
    The execution of the group (Install) has failed and the execution has been
    aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Install Operating System. Execution of task
    sequence failed.
    Incorrect Function
    (Error: 00000001;
    Source: Windows)
    Task Sequence Engine failed! Code: enExecutionFail
    Task sequence execution failed with error code 80004005
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
    My HD size is 146GB with about 71GB being free.
    The BDD.log file is too large to post here apparently. Here are the
    last bits of it.
    <![LOG[Assume this disk is the destination Disk, and verify.]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart"
    context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[TargetPartitionIdentifier is set, find disk: SELECT * FROM Win32_LogicalDisk WHERE Size = '499577253888' and VolumeName = 'OSDisk' and VolumeSerialNumber = 'CA3BC8A9']LOG]!><time="11:36:58.000+000" date="09-26-2014"
    component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Search for Drive: TargetPartitionIdentifier  SELECT * FROM Win32_LogicalDisk WHERE Size = '499577253888' and VolumeName = 'OSDisk' and VolumeSerialNumber = 'CA3BC8A9']LOG]!><time="11:36:58.000+000" date="09-26-2014"
    component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Found Drive: C:]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Property OSDTargetDriveCache is now = C:]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Property OSDisk is now = C:]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Target Drive Letter Found: C:]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Found OS Drive: C   0]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[New ZTIDiskPartition : \\MININT-I3DUVLI\root\cimv2:Win32_LogicalDisk.DeviceID="C:"    \\MININT-I3DUVLI\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"]LOG]!><time="11:36:58.000+000"
    date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Check Disk [0] <> [0] OK to skip.]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[####### NOTE:  If this is one of the  last lines in your BDD.log file, check C: for the most up to date bdd.log!!!]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart"
    context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[ZTIDiskpart processing completed successfully.]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread="" file="ZTIDiskpart">
    <![LOG[Event 41001 sent: ZTIDiskpart processing completed successfully.]LOG]!><time="11:36:58.000+000" date="09-26-2014" component="ZTIDiskpart" context="" type="1" thread=""
    file="ZTIDiskpart">

  • Initialization DB-Connect Failed, Return Code  000256

    Hi,
    We would like to update the data of our Development system so we tried to do "homogeneous system copy" from our Production system. The problem is that now when we are trying to start SAP on our DEV system the disp+Work process stops and we are getting the following errors in syslog:
    SAP-Basis System: Message server disconnected
    SAP-Basis System: Initialization DB-Connect Failed, Return Code  000256
    The system we are using is:
    ECC 6.0
    Windows 2003
    Oracle database
    Can someone help us.
    Thanks in advanced.

    Problem solved.
    I run oradbusr.sql script again.
    That solved the problem.
    thanks anywhay.

  • When trying to run a Visual Studio 2010 program under Task Scheduler, it always gives a return code of 3762507597.

    I am trying to run a Visual Studio 2010 program under Task Scheduler. We were running the program under Scheduled Tasks
    in Windows XP with no problems. When it runs under Task Scheduler it always gives a return code of 3762507597. If I run
    the program out of Task Scheduler it runs fine. Running Task Scheduler as Administrator and running the program with
    Run with highest privileges.. Any help or suggestions would be appreciated....  Thanks

    Hi,
    Could you let us know the exact error message? How did you configure it?
    Please follow this guide to check your settings:
    Use the Task Scheduler to Launch Programs Without UAC Prompts
    http://www.7tutorials.com/use-task-scheduler-launch-programs-without-uac-prompts
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

  • How to solve: DB-Connect Failed, Return Code 000256 ?

    Hi all experts:
        My operation system: Win2003 server
        database: SQL Server 2000 SP1
        Because of my database error, I have restore database from backup, now the database has started normally, but when I start SAP, in SAP management console, there syslog show error as: DB-Connect Failed, Return Code 000256.
    Then I go to F:\usr\sap\QAS\DVEBMGS00\work to see dev_w0, find the error as follow:
    X ES initialized.
    M calling db_connect ...
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C failed to establish conn. 0
    M ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c 1197]
    M in_ThErrHandle: 1
    M *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 8847]
    M
    Can you help me? Thanks a lot.

    check note 98678 and 610640
    thanks
    prince

  • Litetouch deployment failed, Return Code = -2147467259 0x80004005

    I'm sure I have probably overlooked something simple here, but for the past few days when I create a new Windows 7 image, sysprep it, capture with imagex, then upload it into MDT I keep getting this error when I deploy it to a system. Here is the smstslog file if it helps. Appreciate any suggestions.
    Expand a string: WinPEandFullOS TSManager 1/23/2010 1:15:07 AM 1272 (0x04F8)
    Executing command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf" TSManager 1/23/2010 1:15:07 AM 1272 (0x04F8)
    Process completed with exit code 1 TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    !--------------------------------------------------------------------------------------------! TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Failed to run the action: Install Operating System. 
    Incorrect function. (Error: 00000001; Source: Windows) TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Sending status message . . . TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Set a global environment variable _SMSTSLastActionRetCode=1 TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Clear local default environment TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Let the parent group (Install) decides whether to continue execution TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    Incorrect function. (Error: 00000001; Source: Windows) TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Sending status message . . . TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,762) TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    **************************************************************************** TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Task sequence execution failed with error code 80004005 TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Cleaning Up. Removing Authenticator TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    Cleaning up task sequence folder TSManager 1/23/2010 1:15:10 AM 1272 (0x04F8)
    DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,513) TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,513) TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Successfully unregistered Task Sequencing Environment COM Interface. TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Command line for extension .exe is "%1" %* TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Set command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Executing command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    ==========[ TsProgressUI started in process 1636 ]========== TsProgressUI 1/23/2010 1:15:11 AM 1512 (0x05E8)
    Command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TsProgressUI 1/23/2010 1:15:11 AM 1512 (0x05E8)
    Unregistering COM classes TsProgressUI 1/23/2010 1:15:11 AM 1512 (0x05E8)
    Unregistering class objects TsProgressUI 1/23/2010 1:15:11 AM 1512 (0x05E8)
    Shutdown complete. TsProgressUI 1/23/2010 1:15:11 AM 1512 (0x05E8)
    Process completed with exit code 0 TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Successfully unregistered TS Progress UI. TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    g_TSManager.Run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,654) TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005 TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Sending error status message TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    In non SMS staqndalone mode.Ignoring SendStatusMessage request TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Finalizing logging from process 1260 TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Finalizing logs to root of first available drive TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Successfully finalized logs to C:\SMSTSLog TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)
    Cleaning up task sequencing logging configuration. TSManager 1/23/2010 1:15:11 AM 1272 (0x04F8)

    smsts.log 
    Set command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf" TSManager 1/28/2010 10:30:34 AM 548 (0x0224)
    Start executing the command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf" TSManager 1/28/2010 10:30:34 AM 548 (0x0224)
    !--------------------------------------------------------------------------------------------! TSManager 1/28/2010 10:30:34 AM 548 (0x0224)
    Expand a string: WinPEandFullOS TSManager 1/28/2010 10:30:34 AM 548 (0x0224)
    Executing command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf" TSManager 1/28/2010 10:30:34 AM 548 (0x0224)
    Process completed with exit code 31 TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    !--------------------------------------------------------------------------------------------! TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Failed to run the action: Install Operating System. 
    A device attached to the system is not functioning. (Error: 0000001F; Source: Windows) TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Sending status message . . . TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Set a global environment variable _SMSTSLastActionRetCode=31 TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Clear local default environment TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Let the parent group (Install) decides whether to continue execution TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    A device attached to the system is not functioning. (Error: 0000001F; Source: Windows) TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Sending status message . . . TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,762) TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    **************************************************************************** TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Task sequence execution failed with error code 80004005 TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Cleaning Up. Removing Authenticator TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    Cleaning up task sequence folder TSManager 1/28/2010 11:21:41 AM 548 (0x0224)
    DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,513) TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Successfully unregistered Task Sequencing Environment COM Interface. TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Command line for extension .exe is "%1" %* TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Set command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Executing command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    ==========[ TsProgressUI started in process 1736 ]========== TsProgressUI 1/28/2010 11:21:42 AM 1224 (0x04C8)
    Command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister TsProgressUI 1/28/2010 11:21:42 AM 1224 (0x04C8)
    Unregistering COM classes TsProgressUI 1/28/2010 11:21:42 AM 1224 (0x04C8)
    Unregistering class objects TsProgressUI 1/28/2010 11:21:42 AM 1224 (0x04C8)
    Shutdown complete. TsProgressUI 1/28/2010 11:21:42 AM 1224 (0x04C8)
    Process completed with exit code 0 TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Successfully unregistered TS Progress UI. TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    g_TSManager.Run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,654) TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005 TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Sending error status message TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    In non SMS staqndalone mode.Ignoring SendStatusMessage request TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Finalizing logging from process 480 TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Finalizing logs to root of first available drive TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Successfully finalized logs to C:\SMSTSLog TSManager 1/28/2010 11:21:42 AM 548 (0x0224)
    Cleaning up task sequencing logging configuration. TSManager 1/28/2010 11:21:42 AM 548 (0x0224)

  • ERROR ODI-1134 Agent  encountered an error: ODI-1217: Session PRC_CALL_JAVA_GEO_CDC (472) fails with return code 7000. Caused by: ODI-1226

    ODI-1590: The execution of the script failed. Caused By: org.apache.bsf.BSFException: BeanShell script error: Sourced file: inline evaluation of: ``import oracle.odi.km.exception.OdiKmException; import GeoHub_migrator;  com.Data . . . '' : Typed variable declaration : Class: com.DataMigrator not found in namespace : at Line: 4 : in file: inline evaluation of: ``import oracle.odi.km.exception.OdiKmException; import migrator;  com.Data . . . '' : com .DataMigrator BSF info: PRC_CALL_JAVA_GEO at line: 0 column: columnNo                 at bsh.util.BeanShellBSFEngine.eval(Unknown Source)                 at bsh.util.BeanShellBSFEngine.exec(Unknown Source)                 at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:357)                 at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:173)                 at oracle.odi.runtime.agent.execution.interpreter.SessionTaskScriptingInterpretor.scripting(SessionTaskScriptingInterpretor.java:173)                 at oracle.odi.runtime.agent.execution.SessionTask.scripting(SessionTask.java:117)                 at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)                 at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:19)                 at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)                 at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:214)                 at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:135)                 at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:856)                 at oracle.odi.runtime.agent.execution.SessionExecutor$SerialTrain.runTasks(SessionExecutor.java:2004)                 at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:544)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:709)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:624)                 at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:789)                 at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:570)                 at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1182)                 at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:177)                 at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:64)                 at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)                 at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:78)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:149)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:140)                 at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:884)                 at oracle.odi.runtime.agent.InternalRuntimeAgent.startScenario(InternalRuntimeAgent.java:84)                 at com.sunopsis.dwg.tools.StartScen.startScenOnLocalAgent(StartScen.java:1224)                 at com.sunopsis.dwg.tools.StartScen.actionExecute(StartScen.java:324)                 at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(SnpsFunctionBaseRepositoryConnected.java:192)                 at oracle.odi.runtime.agent.execution.SessionTask.execIntegratedFunction(SessionTask.java:942)                 at oracle.odi.runtime.agent.execution.SessionTask.executeOdiCommand(SessionTask.java:575)                 at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:44)                 at oracle.odi.runtime.agent.execution.cmd.OdiCommandExecutor.execute(OdiCommandExecutor.java:20)                 at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)                 at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:214)                 at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:135)                 at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:856)                 at oracle.odi.runtime.agent.execution.SessionExecutor$SerialTrain.runTasks(SessionExecutor.java:2004)                 at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:544)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:709)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:624)                 at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)                 at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:789)                 at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:570)                 at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1182)                 at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:177)                 at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor

    This is the wrong forum for an ODI question.

Maybe you are looking for

  • Convert Web Page to PDF

    We have an internal web based system in which we would like to 'print' one of the screens as a report.  However, when we use the Convert Web Page to PDF option, the resulting PDF doesn't look anything close to the web page.  We are wanting to use the

  • Oracle ASM Configuration on Solaris Cluster - Oracle 11.2.0.3

    Hi, I want some clarifications! I need to set Active and Passive Cluster settup on Solaris 10 SPARC Operating System, the HA software is Solaris Cluster and Oracle 11.2.0.3. 1) I understand "Single instance Oracle ASM is not supported with Oracle 11g

  • Accessing war classes from ejb-jar

    Hi, I've a.ear with b.war and c.jar. c.jar contains ejbs. I've some classes in b.war which i need to access from the ejbs. How may I achieve it? what do i need to configure in the app server or the ejb deployment descriptor? tx in adv Kejal

  • Idisk always open new window in icon mode even though finder doesnt

    My idisk always open up a new window each time i click on a folder so if i am going into several folders deep i end up with loads of windows open. I've changed the main setting for this and it doesn't do it in finder normally with folders in my profi

  • How to convert vob files back in to single dvd file

    I was ripping a dvd to my macbook and originally, it came up as just a single file for DVD Player. I then decided that i would set the default media player to VLC. When I did this, the file broke down in to several VOB files by itself. Is there anywa