Driver's SQLAllocHandle on SQL_HANDLE_ENV failed

I have an excel file which would connect to an Oracle database and run queries. It was working fine somet times back until i uninstalled/reintalled the oracle client. I have windows 7 running oracle client 11gR2. Below are the errors i am getting.
"The Orale(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client installation."
"Error - 2147467259: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed."
I have double check the path variable and the ORACLE_HOME.

Can someone help?

Similar Messages

  • EIS Error: ODBC Error driver's SQLAllochandle on SQL_HANDLE_ENV failed

    HI guys,
    I had Oracle 10g(Run time Client) installed, but to create a catalog i need to create an ODBC connection first so I went ahead and tried to do it but i didnt find the ODBC driver for 10g so I installed Oracle 11g(Run time Client) over 10g. Then, I created a ODBC DSN and tried to create OLAP catalog using the ODBC DSN but it says the following error.
    ODBC Error driver's SQLAllochandle on SQL_HANDLE_ENV failed
    I researched a bit and found that its an environment variable issue so uninstalled the Oracle 10g, now I've got only 11g but still the same error.
    When I test the connection while creating the DSN it says Connection Successfull, its only on EIS front I am getting this error
    Can any of you plz help me out of this error.
    Thanks!!!!
    Edited by: mjunaid on Oct 7, 2009 2:26 PM
    Edited by: mjunaid on Oct 7, 2009 2:27 PM

    Plz someone help me with this guys.
    It throws this error when i use Oracle 10g driver for ODBC. When i used an alternate odbc connection with MERANT for Oracle the EIS got stuck and the aplication doesn't respond.
    Edited by: mjunaid on Oct 8, 2009 8:28 AM

  • SQLAllocHandle on SQL_HANDLE_ENV failed - JDBC-ODBC Error

    Hai,
    i am connecting the Oracle 8i by using the JDBC-ODBC Driver. When i get connection by using the DriverManager, it throws the following Error.
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
    Please advise me
    Thanks in Advance
    Regards
    sankarjune14

    Respected Sir/Madam,
    i am connecting the Oracle 8i by using the JDBC-ODBC
    Driver. When i get connection by using the
    DriverManager, it throws the following Error.
    Driver's SQLAllocHandle on SQL_HANDLE_ENV failed.
    the dsn name already created succeesfully. then also i am
    getting this run time error
    plz give me a solution.

  • SQLAllocHandle on SQL_HANDLE_ENV failed-2147467259

    I have installed oracle 9.2.01.0 on win2k advanced server. I have an asp which was working fine, all of a sudden i started getting error "[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed-2147467259", i reckon this would be due to some changes in settings. I downloaded ora9202.exe to updated odbc drivers, with no result. I tried uninstalling oracle,win2k and reinstalling the same, nothing has helped so far.
    Add info: I have an entry in System DSN with Microsoft Odbc for Oracle Driver, am able to connect to oracle with sql plus. please help.

    Configuration has not changed since things were working earlier, i reckon that some changes in settings have some effect on this(am sorry i don't remember what were the changes in settings, am sure changes in settings were not related to odbc).
    Now i changed to Oracle in Orahome92 driver, now i get message 'Specified driver could not be loaded due to system error 5 (Oracle in OraHome92).-2147467259'
    My asp calls an ini which has entry
    MAIN=DRIVER=Oracle in OraHome92;UID=qlm;PWD=qlm;server=demi;
    Prior, while using Microsoft odbc for oracle, ini entry was, MAIN=DRIVER=Microsoft ODBC for Oracle;UID=qlm;PWD=qlm;SERVER=demi;

  • Driver's SQLAllocHandle on SQL_HANDLE_ENV

    why some times oracle and DSN give error
    "[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed"
    Listener work fine and other thing work fine
    but still give this error
    and when i restart it again work fine for few days
    and same problme aina after 2-4 days
    what is the reason ?
    plz help

    Hi,
    TNS_ADMIN is one thing and PATH is another one.
    TNS_ADMIN is a variable which specified where your TNSNAMES.ORA would be read to find and solve the alias name to connect to the Oracle database.
    PATH is important to find the right libraries to use correctly the Oracle ODBC driver.
    That's why the ORACLE_HOME where the ODBC libraries are installed must be specified at first position in PATH.
    Even if you have multiple ORACLE_HOMEs, you must use the one where libraries match with the version of ODBC driver you want to use.
    So it can be different from the TNS_ADMIN, that doesn't mind.
    Regards,
    Mireille

  • Driver's SQLAllocHandle on SQL_HANDLE_ENV error, but nothing fixes it

    Unable to connect
    SQLState=IM004
    [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV
    failed
    That is the error I am receiving in ODBC manager when i try to test my connection. I can resolve it by giving the user local admin rights. This tells me it is obviously a permissions issue. Here is what I have tried and has failed:
    1) I tried giving Authenticated Users Read, Read & Execute, applied to the WHOLE oracle home directory and restarted. Still has the same issue.
    2) I checked the PATH and ORACLE_HOME environment variables and all are set right.
    3) Using the universal installer's environment TAB I unchecked my only home hit apply, rechecked it, hit apply then rebooted. This resets the environment vairables and so forth.
    4) Went to the BIN directory for Oracle and individually checked each DLL's security (took forever) and ensured I had rights.
    5) I even tried giving EVERYONE read, read & execute as well.
    6) Using FileMon and Regmon I looked for Access Denied or other errors when trying to test the connection. Nothing showed up.
    This is a real problem because these users CAN NOT have local admin rights, so that is not an option. Anyone have any ideas?

    I vaguely remember running into similar issue, can you folks try the following and reply back if this solved the problem so that I can make a note
    SQLSetEnvAttr (henv, SQL_ATTR_ODBC_VERSION, (void *) SQL_OV_ODBC3, SQL_IS_INTEGER);

  • UnixODBC: Driver's SQLAllocHandle on SQL_HANDLE_HENV failed

    I have installed the instant client and am now getting the following error:
    unixODBC: Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
    I googled a lot but could not find a solution. Could there be something wrong with my ENV variables?
    /etc/odbcinst.ini holds:
    [Oracle 10g ODBC driver]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /presto/instantclient_10_2/libsqora.so.10.1

    I looked in Oracle Metalink and there is Bug 5700995 that might or might not be what you experience:
    Problem statement:
    ORACLE_HOME WITH TRAILING SLASH CRASHES UNIXODBC
    They report the exact same error message that you get.
    There is no patch yet.
    Does your ORACLE_HOME end with a slash? If yes, try without!
    Yours,
    Laurenz Albe

  • [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed

    Hi,
    I have installed ODBC driver to connect to MS SQL databas (2008) from oracle database 11gr1 on linux 64-bit. I have downloaded and installed
    as per the instructions on microsoft website:
    microsoft.com/en-us/download/details.aspx?id=28160
    Afte this i have configured the DG4ODBC following note ID 561033.1. Below are the details of the files i have edited to configure.
    Listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=DG4ODBC)
    (ORACLE_HOME=/u01/oracle/fakieh/db/tech_st/11.1.0)
    (ENV="LD_LIBRARY_PATH=/usr/lib64:/u01/oracle/fakieh/db/tech_st/11.1.0/lib")
    (PROGRAM=dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = testdb.domain.com ) (PORT = 1511))
    tnsnames.ora:
    DG4ODBC=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST= testdb.domain.com )(PORT=1511))
    (CONNECT_DATA=(SID=DG4ODBC))
    (HS=OK)
    initDG4ODBC.ora ($ORACLE_HOME/hs/admin)
    # HS init parameters
    HS_FDS_CONNECT_INFO = mssql
    HS_FDS_TRACE_LEVEL = off
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/home/oracle/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    odbc.ini
    [ODBC Data Sources]
    mssql=MS SQL Server
    [mssql]
    Driver=/usr/lib64/libodbc.so
    Database=FAKIH_ToTestInt
    LogonID=user
    Password=passwd
    Address=SJSQLV01.domain.com
    QuotedId=YES
    AnsiNPW=YES
    HS_FDS_SUPPORT_STATISTICS=FALSE
    [ODBC]
    IANAAppCodePage=4
    Trace=0
    UseCursorLib=0
    UseCursorLib=0
    Tnsping is successful, but when i try to connect the remote db it give me below message.
    SQL> select * from "systables"@mssqltest;
    select * from "systables"@mssqltest
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
    ORA-02063: preceding 2 lines from MSSQLTEST
    please suggest how to resolve this.

    Hi Kgronau,
    Again i received below error:
    SQL> select * from "emptest"@mssqltest;
    ERROR:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][SQL Server Native Client 11.0]String data, right
    truncation[Microsoft][SQL Server Native Client 11.0]String data, right
    truncation
    ORA-02063: preceding 2 lines from MSSQLTEST
    no rows selected
    Trace file:
    Oracle Corporation --- FRIDAY DEC 07 2012 16:36:01.648
    Heterogeneous Agent Release
    11.1.0.7.0
    Oracle Corporation --- FRIDAY DEC 07 2012 16:36:01.648
    Version 11.1.0.7.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
    Parameter HS_FDS_QUOTE_IDENTIFIER is not set
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "DG4ODBC"
    Product-Info:
    Port Rls/Upd:7/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.1.0.7.0_0006, Instance:DG4ODBC
    Exiting hgogprd, rc=0
    hostmstr: 0:      HOA After hoagprd
    hostmstr: 0:      HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=560
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=560
    HOCXU_SEM_VER=110000
    Entered hgolofn at 2012/12/07-16:36:01
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/lib64/libodbc.so"
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLAllocHandle
    symbol_peflctx=0xaaafa2f0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLBindCol
    symbol_peflctx=0xaaafa430
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLBindParameter
    symbol_peflctx=0xaaafac10
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLCancel
    symbol_peflctx=0xaaafbe40
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLDescribeParam
    symbol_peflctx=0xaab03c30
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLDisconnect
    symbol_peflctx=0xaab04070
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLEndTran
    symbol_peflctx=0xaab06870
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLExecute
    symbol_peflctx=0xaab07ee0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLFetch
    symbol_peflctx=0xaab08650
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLFreeHandle
    symbol_peflctx=0xaab0a0e0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLFreeStmt
    symbol_peflctx=0xaab0a100
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetData
    symbol_peflctx=0xaab0b6e0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetEnvAttr
    symbol_peflctx=0xaab0e810
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetFunctions
    symbol_peflctx=0xaab0eb80
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLMoreResults
    symbol_peflctx=0xaab105b0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLNumResultCols
    symbol_peflctx=0xaab11110
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLParamData
    symbol_peflctx=0xaab11410
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLPutData
    symbol_peflctx=0xaab131b0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLRowCount
    symbol_peflctx=0xaab135d0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLSetEnvAttr
    symbol_peflctx=0xaab154e0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLSetDescRec
    symbol_peflctx=0xaab152c0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLColAttribute
    symbol_peflctx=0xaaafc6d0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLColumns
    symbol_peflctx=0xaaafdf80
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLConnect
    symbol_peflctx=0xaab017b0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLDescribeCol
    symbol_peflctx=0xaab03500
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLDriverConnect
    symbol_peflctx=0xaab04b40
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLExecDirect
    symbol_peflctx=0xaab07990
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLForeignKeys
    symbol_peflctx=0xaab08f20
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetConnectAttr
    symbol_peflctx=0xaab0a430
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetDiagField
    symbol_peflctx=0xaab0d490
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetDiagRec
    symbol_peflctx=0xaab0e090
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetInfo
    symbol_peflctx=0xaab0f570
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetStmtAttr
    symbol_peflctx=0xaab0f810
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLGetTypeInfo
    symbol_peflctx=0xaab10210
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLPrepare
    symbol_peflctx=0xaab11b60
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLPrimaryKeys
    symbol_peflctx=0xaab12040
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLProcedureColumns
    symbol_peflctx=0xaab125f0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLProcedures
    symbol_peflctx=0xaab12c40
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLSetConnectAttr
    symbol_peflctx=0xaab13870
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLSetStmtAttr
    symbol_peflctx=0xaab16830
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLSetDescField
    symbol_peflctx=0xaab14f40
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLStatistics
    symbol_peflctx=0xaab180d0
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Entered hgolofns at 2012/12/07-16:36:01
    libname=/usr/lib64/libodbc.so, funcname=SQLTables
    symbol_peflctx=0xaab18d40
    hoaerr:0
    Exiting hgolofns at 2012/12/07-16:36:01
    Exiting hgolofn, rc=0 at 2012/12/07-16:36:01
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    Exiting hgoinit, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoainit
    hostmstr: 0:      HOA Before hoalgon
    Entered hgolgon at 2012/12/07-16:36:01
    reco:0, name:OracleUser, tflag:0
    Entered hgosuec at 2012/12/07-16:36:01
    Exiting hgosuec, rc=0 at 2012/12/07-16:36:01
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using OracleUser as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2012/12/07-16:36:01
    HS_FDS_CONNECT_INFO = "mssql"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2012/12/07-16:36:01
    dsn:mssql, name:OracleUser
    optn:
    ##>Connect Parameters (len=38)<##
    ## DSN=mssql;
    #! UID=OracleUser;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2012/12/07-16:36:01
    DriverName:libsqlncli-11.0.so.1790.0, DriverVer:11.00.1790
    DBMS Name:Microsoft SQL Server, DBMS Version:10.50.1617
    Exiting hgocont, rc=0 at 2012/12/07-16:36:01
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 128 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoalgon
    hostmstr: 0: RPC Before Upload Caps
    hostmstr: 0:      HOA Before hoaulcp
    Entered hgoulcp at 2012/12/07-16:36:01
    Entered hgowlst at 2012/12/07-16:36:01
    Exiting hgowlst, rc=0 at 2012/12/07-16:36:01
    SQLGetInfo returns " for SQL_IDENTIFIER_QUOTE_CHAR
    SQLGetInfo returns Y for SQL_COLUMN_ALIAS
    3 instance capabilities will be uploaded
    capno:1989, context:0x00000000, add-info: 0
    capno:1991, context:0x0001ffff, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    Exiting hgoulcp, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoaulcp
    hostmstr: 0: RPC After Upload Caps
    hostmstr: 0: RPC Before Upload DDTR
    hostmstr: 0:      HOA Before hoauldt
    Entered hgouldt at 2012/12/07-16:36:01
    0 instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoauldt
    hostmstr: 0: RPC After Upload DDTR
    hostmstr: 0: RPC Before Begin Trans
    hostmstr: 0:      HOA Before hoabegn
    Entered hgobegn at 2012/12/07-16:36:01
    tflag:0 , initial:1
    hoi:0xc8b24548, ttid (len 42) is ...
    00: 46544553 542E4641 4B494548 47524F55 [FTEST.FAKIEHGROU]
    10: 502E434F 4D2E6365 63356661 38322E38 [P.COM.cec5fa82.8]
    20: 2E32342E 32343030 3532 [.24.240052]
    tbid (len 39) is ...
    00: 46544553 542E4641 4B494548 47524F55 [FTEST.FAKIEHGROU]
    10: 502E434F 4D5B382E 32342E32 34303035 [P.COM[8.24.24005]
    20: 325D5B31 2E345D [2][1.4]]
    TXN Capable:2, Isolation Option:0x2f
    Exiting hgobegn, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoabegn
    hostmstr: 0: RPC After Begin Trans
    hostmstr: 0: RPC Before Describe Table
    hostmstr: 0:      HOA Before hoadtab
    Entered hgodtab at 2012/12/07-16:36:01
    count:1
    table: emptest
    Entered hgopdsc at 2012/12/07-16:36:01
    Describing procedure OracleUser.emptest
    Output hoada
    hgopdsc, line 1298: NO hoada to print
    Exiting hgopdsc, rc=942 at 2012/12/07-16:36:01
    The hoada for table emptest follows...
    hgodtab, line 651: NO hoada to print
    Exiting hgodtab, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoadtab
    hostmstr: 0: RPC After Describe Table
    hostmstr: 0: RPC Before SQL Bundling
    hostmstr: 0:      HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2012/12/07-16:36:01
    type:0
    SQL text from hgopars, id=1, len=23 ...
    00: 53454C45 4354202A 2046524F 4D202265 [SELECT * FROM "e]
    10: 6D707465 737422 [mptest"]
    Exiting hgopars, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxpars
    hostmstr: 0: RPC After SQL Bundling
    hostmstr: 0: RPC Before SQL Bundling
    hostmstr: 0:      HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2012/12/07-16:36:01
    hgoopen, line 83: NO hoada to print
    Exiting hgoopen, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxopen
    hostmstr: 0:      HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:1(empnumber): dtype:-8 (WCHAR), prc/scl:10/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:2(empname): dtype:-8 (WCHAR), prc/scl:10/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:3(telephone): dtype:2 (NUMERIC), prc/scl:18/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    hgodscr, line 506: Printing hoada @ 0x9c29d38
    MAX:3, ACTUAL:3, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x40:TREAT_AS_NCHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    1 CHAR Y 20 20 128/ 10 873 0 40 empnumber
    1 CHAR Y 20 20 128/ 10 873 0 40 empname
    3 DECIMAL Y 20 20 18/ 0 0 0 0 telephone
    Exiting hgodscr, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxdscr
    hostmstr: 0: RPC After SQL Bundling
    hostmstr: 0: RPC Before SQL Bundling
    hostmstr: 0:      HOA Before hoxclse
    Entered hgoclse, cursor id 1 at 2012/12/07-16:36:01
    Exiting hgoclse, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxclse
    hostmstr: 0:      HOA Before hoadafr
    Entered hgodafr, cursor id 1 at 2012/12/07-16:36:01
    Exiting hgodafr, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoadafr
    hostmstr: 0:      HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2012/12/07-16:36:01
    type:0
    SQL text from hgopars, id=1, len=67 ...
    00: 53454C45 43542041 312E2265 6D706E75 [SELECT A1."empnu]
    10: 6D626572 222C4131 2E22656D 706E616D [mber",A1."empnam]
    20: 65222C41 312E2274 656C6570 686F6E65 [e",A1."telephone]
    30: 22204652 4F4D2022 656D7074 65737422 [" FROM "emptest"]
    40: 204131 [ A1]
    Exiting hgopars, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxpars
    hostmstr: 0:      HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2012/12/07-16:36:01
    hgoopen, line 83: NO hoada to print
    Exiting hgoopen, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxopen
    hostmstr: 0:      HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:1(empnumber): dtype:-8 (WCHAR), prc/scl:10/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:2(empname): dtype:-8 (WCHAR), prc/scl:10/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    Entered hgopcda at 2012/12/07-16:36:01
    Column:3(telephone): dtype:2 (NUMERIC), prc/scl:18/0, nullbl:1, octet:20, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/07-16:36:01
    hgodscr, line 506: Printing hoada @ 0x9c29d38
    MAX:3, ACTUAL:3, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x40:TREAT_AS_NCHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    1 CHAR Y 20 20 128/ 10 873 0 40 empnumber
    1 CHAR Y 20 20 128/ 10 873 0 40 empname
    3 DECIMAL Y 20 20 18/ 0 0 0 0 telephone
    Exiting hgodscr, rc=0 at 2012/12/07-16:36:01
    hostmstr: 0:      HOA After hoxdscr
    hostmstr: 0: RPC After SQL Bundling
    hostmstr: 0: RPC Before Fetch Row
    hostmstr: 0:      HOA Before hoaftch
    Entered hgoftch, cursor id 1 at 2012/12/07-16:36:01
    hgoftch, line 117: Printing hoada @ 0x9c29d38
    MAX:3, ACTUAL:3, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x40:TREAT_AS_NCHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    1 CHAR Y 20 20 128/ 10 873 0 40 empnumber
    1 CHAR Y 20 20 128/ 10 873 0 40 empname
    3 DECIMAL Y 20 20 18/ 0 0 0 0 telephone
    SQLBindCol: column 1, cdatatype: -8, bflsz: 21
    SQLBindCol: column 2, cdatatype: -8, bflsz: 21
    SQLBindCol: column 3, cdatatype: 1, bflsz: 20
    Entered hgopoer at 2012/12/07-16:36:01
    hgopoer, line 159: got native error 0 and sqlstate 01004; message follows...
    [Microsoft][SQL Server Native Client 11.0]String data, right truncation[Microsoft][SQL Server Native Client 11.0]String data, right truncation
    Exiting hgopoer, rc=0 at 2012/12/07-16:36:01
    hgoftch, line 699: calling SQLGetData got sqlstate 01004
    1 rows fetched
    Exiting hgoftch, rc=28500 at 2012/12/07-16:36:01 with error ptr FILE:hgoftch.c LINE:699 FUNCTION:hgoftch() ID:Row error while doing array fetch
    hostmstr: 0:      HOA After hoaftch
    hostmstr: 0: RPC After Fetch Row
    hostmstr: 0: RPC Before Commit Trans
    hostmstr: 0:      HOA Before hoxclse
    Entered hgoclse, cursor id 1 at 2012/12/07-16:36:06
    Exiting hgoclse, rc=0 at 2012/12/07-16:36:06
    hostmstr: 0:      HOA After hoxclse
    hostmstr: 0:      HOA Before hoadafr
    Entered hgodafr, cursor id 1 at 2012/12/07-16:36:06
    Exiting hgodafr, rc=0 at 2012/12/07-16:36:06
    hostmstr: 0:      HOA After hoadafr
    hostmstr: 0:      HOA Before hoacomm
    Entered hgocomm at 2012/12/07-16:36:06
    keepinfo:0, tflag:1
    00: 46544553 542E4641 4B494548 47524F55 [FTEST.FAKIEHGROU]
    10: 502E434F 4D2E6365 63356661 38322E38 [P.COM.cec5fa82.8]
    20: 2E32342E 32343030 3532 [.24.240052]
    tbid (len 39) is ...
    00: 46544553 542E4641 4B494548 47524F55 [FTEST.FAKIEHGROU]
    10: 502E434F 4D5B382E 32342E32 34303035 [P.COM[8.24.24005]
    20: 325D5B31 2E345D [2][1.4]]
    cmt(0):
    Entered hgocpctx at 2012/12/07-16:36:06
    Exiting hgocpctx, rc=0 at 2012/12/07-16:36:06
    Exiting hgocomm, rc=0 at 2012/12/07-16:36:06
    hostmstr: 0:      HOA After hoacomm
    hostmstr: 0: RPC After Commit Trans
    hostmstr: 0: RPC Before Logoff
    hostmstr: 0:      HOA Before hoalgof
    Entered hgolgof at 2012/12/07-16:36:06
    tflag:1
    Exiting hgolgof, rc=0 at 2012/12/07-16:36:06
    hostmstr: 0:      HOA After hoalgof
    hostmstr: 0: RPC After Logoff
    hostmstr: 0: RPC Before Exit Agent
    hostmstr: 0:      HOA Before hoaexit
    Entered hgoexit at 2012/12/07-16:36:06
    Exiting hgoexit, rc=0 at 2012/12/07-16:36:06
    hostmstr: 0:      HOA After hoaexit
    hostmstr: 0: RPC After Exit Agent
    This is just an additional information that this oracle database is E-business database and "FTEST" is the SID.
    Thank You.

  • SQL_HANDLE_ENV failed

    hello
    I am new to java and trying to connect my applcation with that to the oracle database through JDBC-ODBC driver but when I try to run the application it gives me the folowing error:
    *java.sql.SQLException:[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed.*
    here is the code:
    import java.sql.*;
    public class myjdbc
    Connection conn;
    Statement stmt;
    ResultSet rs;
    myjdbc()
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    conn=DriverManager.getConnection("jdbc:odbc:myjdbc","scott","tiger");
    stmt=conn.createStatement();
    rs=stmt.executeQuery("select * from emp");
    while(rs.next())
    System.out.println(rs.getInt("empno")+" : "+rs.getString("ename"));
    conn.close();
    catch(Exception e)
    System.out.println(e);
    public static void main(String ar[])
    myjdbc mj=new myjdbc();
    my oracle database name is ORCL however when I make the dsn connection at that time it shows "test connection successfull" but when running the application it gives error
    myjdbc : is the dsn name
    sir plz help and plz let me know why such error occur i mean what does such error means
    thnx

    Hi,
    Are you facing this Issue from the starting of the Application development.
    Then please check the Connection identifiers and respective parameters.
    Check this link might be usefull for you.
    SQLAllocHandle SQL_HANDLE_ENV Err, Oracle client & net components Not found
    - Pavan Kumar N
    Message was edited by:
    Pavan Kumar

  • SQLAllocHandle on SQL_HANDLE_DBC failed {IM005}

    Trying to configure Lotus Notes ODBC driver (NotesSQL) with DG4ODBC 11gr2.
    The database from which I initiate a Select statement is 10g, and I receive an error message : SQLAllocHandle on SQL_HANDLE_DBC failed {IM005}
    Here is an extract of the Trace file :
    Entered hgopoer at 2010/11/11-15:18:06
    hgopoer, line 233: got native error 0 and sqlstate IM005; message follows...
    [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed {IM005}
    Exiting hgopoer, rc=0 at 2010/11/11-15:18:06
    hgocont, line 2753: calling SqlDriverConnect got sqlstate IM005
    Exiting hgocont, rc=28500 at 2010/11/11-15:18:06 with error ptr FILE:hgocont.c LINE:2773 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2010/11/11-15:18:06 with error ptr FILE:hgolgon.c LINE:781 ID:Calling hgocont
    Entered hgoexit at 2010/11/11-15:18:06
    Exiting hgoexit, rc=0

    Looks like you are calling it on a windows platform. Could you please provide an ODBC trace file?
    ODBC tracing is enabled in the MS ODBC Admin -> Trace and here please make sure to enable MACHINE WIDE TRACING. The Log for DG4ODBC is commonly found in Windows/temp and it is called sql.log.
    Also please post your gateway config file.

  • I have three computers backing up onto the same Time Machine.  The Hard drive of one has now failed, and I'd like to restore certain items (principally photographs) to one of the other two computers.  How can I do this?

    I have three computers backing up onto the same Time Machine.  The Hard drive of one has now failed, and I'd like to restore certain items (principally photographs) to one of the other two computers.  How can I do this?

    "You can also browse the original backup disk for past backups by using "Browse other Time Machine Disks"--to see this choice, hold the Option key then click the Time Machine menu in the Finder (to see the menu, "Show Time Machine status in the menu bar" must be selected in Time Machine preferences."
    Mac 101: Time Machine

  • After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has mult

    After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has multiple user accounts. Any help would be appreciated. I renamed the drive to its original name but to no effect. RR

    I resolved the issue.
    The problem is indeed a permissions issue with the Adobe Application Support folder.
    First, in MAC OS Lion the ~/Library/ folder is hidden by default. You must unhide it in order to proceed. (if it is already visible in your ~/User/ folder, proceed to Step 4.)
    Next launch the Terminal application.
    At the command line, paste the following command line: chflags nohidden ~/Library/
    Go to /Users/youruserid/Library/Application Support/Adobe
    Get info on the ~/Adobe folder and reset your permissions to read/write and apply to all enclosed folders
    Problem solved. RR

  • How do I set Time Machine to alternate between two attached external drives (so that if one fails I will have a separate backup to use)?

    Hi Everyone.
    Thanks in advance for your help.
    Right off the bat let me say I am using Mavericks 10.9.1 on a 2011 Macbook Pro and using all Lacie external hard drives.
    I am trying to get Time Machine to alternate between two attached external hard drives, trying to be safe in case one of the backup drives itself fails.
    I have both drives set in Time Machine.
    From what I gather Time Machine should by default alternate between drives when backing up (I would assume it does one big initial backup on each then subsequent backups are just changes).
    But this is not how it seems to be working and I cannot find a straight answer despite much Googling and Foruming
    Unfortunately it seems to only be backing up to "External Hard Drive 1".
    There have been 4 backups since I set it up, all on "External Hard Drive 1", even though "External Hard Drive 2" is also attached and set in Time Machine.
    I manually clicked "Back Up Now" and it started to work on "External Hard Drive 2" (like I want it to) for a minute but it appears to have stopped and gone back to backing up to "External Hard Drive 1".
    Am I missing something? Does Time Machine only move on to another disk when the first one runs out of space? Do I have to turn one off in order to force it to back up to the other drive (that would be less convenient of course)?
    I am hoping that I am missing something and that it will just alternate between the two. Otherwise it is not the most comforting and thorough backup system as I had hoped when I purchased the additional external hard drive.
    I have a 1TB drive and a 500gig partition on another drive, both dedicated to backups (my Macbook HD is 475gig). It will take awhile for each to fill up and who knows what could happen during that time. Having Time Machine alternate between hard drives would be a nice small bit of security if the worst happened.
    I realize that there are tons of other options for backing up but I just want to use Time Machine if I can.
    Again thank you for your help!

    You cannot use Time Machine in that way. I'm not sure where you heard that Time Machine alternates between drives automatically. What you can do is create a mirrored RAID array for the backup. This automatically duplicates whatever is on one drive onto the other drive.
    Both drives must be the same size, and prefereably, exactly the same make and model. RAIDs can be configured using OS X's Disk Utility.
    RAID Basics
    For basic definitions and discussion of what a RAID is and the different types of RAIDs see RAIDs.  Additional discussions plus advantages and disadvantages of RAIDs and different RAID arrays see:
    RAID Tutorial;
    RAID Array and Server:
    Hardware and Service Comparison.
    Hardware or Software RAID?
    RAID Hardware Vs RAID Software - What is your best option?
    RAID is a method of combining multiple disk drives into a single entity in order to improve the overall performance and reliability of your system. The different options for combining the disks are referred to as RAID levels. There are several different levels of RAID available depending on the needs of your system. One of the options available to you is whether you should use a Hardware RAID solution or a Software RAID solution.
    RAID Hardware is always a disk controller to which you can cable up the disk drives. RAID Software is a set of kernel modules coupled together with management utilities that implement RAID in Software and require no additional hardware.
    Pros and cons
    Software RAID is more flexible than Hardware RAID. Software RAID is also considerably less expensive. On the other hand, a Software RAID system requires more CPU cycles and power to run well than a comparable Hardware RAID System. Also, because Software RAID operates on a partition by partition basis where a number of individual disk partitions are grouped together as opposed to Hardware RAID systems which generally group together entire disk drives, Software RAID tends be slightly more complicated to run. This is because it has more available configurations and options. An added benefit to the slightly more expensive Hardware RAID solution is that many Hardware RAID systems incorporate features that are specialized for optimizing the performance of your system.
    For more detailed information on the differences between Software RAID and Hardware RAID you may want to read: Hardware RAID vs. Software RAID: Which Implementation is Best for my Application?

  • Any ideas for a fix since my external drive for my iTunes Library failed...

    I had my large iTunes Library stored on an external hard drive.  The drive has now failed and my backup isn't working correctly.  When I go to my iTunes Library on my Mac, the songs, videos etc that were stored on the external library show up but when I click on them I get a message saying "The song/video etc ------- ----could not be used because the original file could not be found. Would you like to locate it?" 
    If I reload some of the songs (saw the ones I had originally imported from CD) back into my Mac, will I be able to access them again.  Will I have one song listed twice (as in one from the external drive and one reloaded) and then have to constantly try to pick which one works?
    It should be noted that person who originally set up on system including the iTunes Library external hard drive and my backup and who was my computer guru is no longer available for assistance.
    Thank you.
    Whirlybird21

    This does happen occasionally and it is caused by the formatting in the text that was copied from the original email into the reply.

  • Installing 12.1.1 upgrade driver, sess disconnected & now adpatch fails

    We are upgrading EBS HRMS QA instance from 11.5.10.2 to 12.1.1 in hrdev (10.37.2.4) machine.
    =================================================
    I had a telnet session from my desktop machine to the AIX 6.1 server machine.
    While Installing 12.1.1 upgrade driver, i.e.
    $ su – applqa
    $ cd /u06_qa/oracle/apps/apps_st/appl/au/12.0.0/patch/115/driver
    $ adpatch options=nocopyportion,nogenerateportion
    This created adpatch_u6678700_12Jun2010.log (attached)
    When we were in the following stage, my session with remote machine got down as my machine power went down.
         Worker 1 running adobjcmp.sql
    This resulted in abnormal termination of adpatch process on the server as you are well aware that it runs as active session from your putty console.
    Once I recreated new telnet session with 10.37.2.4, I rerun adpatch like following:
    $ su – applqa
    $ cd /u06_qa/oracle/apps/apps_st/appl/au/12.0.0/patch/115/driver
    $ adpatch options=nocopyportion,nogenerateportion
    Once I restarted adpatch session, it said, do you want to continue your old session, I said yes, and through adctrl I stopped worker 1 (running adobjcmp.sql), even though there was no such process at OS level.
    =============================================
    Oracle Applications
    in your ORACLE database 'QA'
    using ORACLE executables in '/u06_qa/oracle/apps/tech_st/10.1.2'.
    Is this the correct database [Yes] ? Yes
    Connecting to SYSTEM......Connected successfully.
    Already asked for the ORACLE username and password
    of Application Object Library.
    (The given username/password was: APPLSYS/*****)
    Connecting to APPLSYS......Connected successfully.
    The status of various features in this run of AutoPatch is:
    <-Feature version in->
    Feature Active? APPLTOP Data model Flags
    CHECKFILE Yes 1 1 Y N N Y N Y
    PREREQ Yes 6 6 Y N N Y N Y
    CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N
    PATCH_TIMING Yes 2 2 Y N N Y N Y
    PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y
    SCHEMA_SWAP Yes 1 1 Y N N Y Y Y
    JAVA_WORKER Yes 1 1 Y N N Y N Y
    CODELEVEL Yes 1 1 Y N N Y N Y
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/eaaprod.txt
    does not exist for product "eaa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/abmprod.txt
    does not exist for product "abm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/evmprod.txt
    does not exist for product "evm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/ipdprod.txt
    does not exist for product "ipd".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/zfaprod.txt
    does not exist for product "zfa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/zsaprod.txt
    does not exist for product "zsa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/cssprod.txt
    does not exist for product "css".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/meprod.txt
    does not exist for product "me".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/xnmprod.txt
    does not exist for product "xnm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/xncprod.txt
    does not exist for product "xnc".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/xnsprod.txt
    does not exist for product "xns".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/fptprod.txt
    does not exist for product "fpt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/okrprod.txt
    does not exist for product "okr".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/cueprod.txt
    does not exist for product "cue".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/ibaprod.txt
    does not exist for product "iba".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/ozpprod.txt
    does not exist for product "ozp".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/ozsprod.txt
    does not exist for product "ozs".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/rlaprod.txt
    does not exist for product "rla".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/vehprod.txt
    does not exist for product "veh".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/rhxprod.txt
    does not exist for product "rhx".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/imtprod.txt
    does not exist for product "imt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/ahmprod.txt
    does not exist for product "ahm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/okbprod.txt
    does not exist for product "okb".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/okoprod.txt
    does not exist for product "oko".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/xniprod.txt
    does not exist for product "xni".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/jtsprod.txt
    does not exist for product "jts".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/amfprod.txt
    does not exist for product "amf".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /u06_qa/oracle/apps/apps_st/appl/admin/cunprod.txt
    does not exist for product "cun".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    Currently, the following languages are installed:
    Code Language Status
    US American English Base
    AR Arabic Install
    Reading language information from applAR.txt ...
    Your base language will be AMERICAN.
    Your other languages to install are: ARABIC
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD code level : [B.1]
    STRT_TASK: [AutoPatch startup after aimini] [] [Tue Jun 15 2010 16:58:32]
    Connecting to APPS......Connected successfully.
    STRT_TASK: [Validate schema passwords] [] [Tue Jun 15 2010 16:58:33]
    STOP_TASK: [Validate schema passwords] [] [Tue Jun 15 2010 16:58:33]
    STRT_TASK: [Upload Patch History information from filesystem] [] [Tue Jun 15 2010 16:58:33]
    Trying to obtain a lock...
    About to attempt instantiating the current-view snapshot: Tue Jun 15 2010 16:58:35
    Attempting to instantiate the current-view snapshot...
    Was already instantiated. So no instantiation done this time.
    Done attempting to instantiate the current-view snapshot: Tue Jun 15 2010 16:58:35
    **************** S T A R T O F U P L O A D ****************
    Start date: Tue Jun 15 2010 16:58:35
    0 "left over" javaupdates.txt files uploaded to DB: Tue Jun 15 2010 16:58:35
    0 patches uploaded from the ADPSV format patch history files: Tue Jun 15 2010 16:58:35
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Tue Jun 15 2010 16:58:35
    ****************** E N D O F U P L O A D ******************
    End date: Tue Jun 15 2010 16:58:35
    STOP_TASK: [Upload Patch History information from filesystem] [] [Tue Jun 15 2010 16:58:35]
    Already asked for the name of the patch directory.
    (The answer was: /u06_qa/oracle/apps/apps_st/appl/au/12.0.0/patch/115/driver)
    STOP_TASK: [AutoPatch startup after aimini] [] [Tue Jun 15 2010 16:58:35]
    Already asked for the name of the patch driver file.
    (The answer was: /u06_qa/oracle/apps/apps_st/appl/au/12.0.0/patch/115/driver/u6678700.drv)
    STRT_TASK: [Run a single patch driver file] [] [Tue Jun 15 2010 16:58:35]
    STRT_TASK: [Steps before copy portion] [] [Tue Jun 15 2010 16:58:35]
    STRT_TASK: [Initial driver processing steps] [] [Tue Jun 15 2010 16:58:35]
    STOP_TASK: [Initial driver processing steps] [] [Tue Jun 15 2010 16:58:35]
    STRT_TASK: [Get Oracle Applications Release and read driver file] [] [Tue Jun 15 2010 16:58:35]
    STRT_TASK: [driver and release logic for restart] [] [Tue Jun 15 2010 16:58:35]
    STRT_TASK: [Read release list save file] [] [Tue Jun 15 2010 16:58:35]
    Reading release list save file...
    Done reading release list save file
    STOP_TASK: [Read release list save file] [] [Tue Jun 15 2010 16:59:06]
    STOP_TASK: [driver and release logic for restart] [] [Tue Jun 15 2010 16:59:07]
    STOP_TASK: [Get Oracle Applications Release and read driver file] [] [Tue Jun 15 2010 16:59:07]
    STRT_TASK: [Prereq checking logic] [] [Tue Jun 15 2010 16:59:07]
    STOP_TASK: [Prereq checking logic] [] [Tue Jun 15 2010 16:59:07]
    STRT_TASK: [Ask translated patch question] [] [Tue Jun 15 2010 16:59:07]
    STOP_TASK: [Ask translated patch question] [] [Tue Jun 15 2010 16:59:07]
    STRT_TASK: [Determine bugs to apply] [] [Tue Jun 15 2010 16:59:07]
    Log and Info File sync point:
    Tue Jun 15 2010 16:59:07
    Turning off actions that reference unrecognized products.
    Log and Info File sync point:
    Tue Jun 15 2010 16:59:08
    End of unrecognized products checking.
    STOP_TASK: [Determine bugs to apply] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Process action options] [] [Tue Jun 15 2010 16:59:08]
    STOP_TASK: [Process action options] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Modify actions for bootstrap mode] [] [Tue Jun 15 2010 16:59:08]
    STOP_TASK: [Modify actions for bootstrap mode] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Ask for number of parallel workers] [] [Tue Jun 15 2010 16:59:08]
    (The number of parallel workers is: " 8 ")
    STOP_TASK: [Ask for number of parallel workers] [] [Tue Jun 15 2010 16:59:08]
    AutoPatch will run in parallel mode.
    STOP_TASK: [Steps before copy portion] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Copy portion steps] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [apply new applterr.txt] [] [Tue Jun 15 2010 16:59:08]
    Did not need to apply new applterr.txt.
    STOP_TASK: [apply new applterr.txt] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Applying new applprod.txt (if any) for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Version checking for driver files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Version checking for driver files for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Version checking for driver files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Copy driver files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Copy driver files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Copy driver files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Forcecopy driver files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    ForceCopy driver files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Forcecopy driver files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Screen out files not valid for this configuration] [] [Tue Jun 15 2010 16:59:08]
    STOP_TASK: [Screen out files not valid for this configuration] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Read file driver files to get list of valid files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Apply file driver info to release list for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Read file driver files to get list of valid files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Perform libout actions] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Extract object modules from libraries for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Perform libout actions] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Perform version checking] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Version checking for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Perform version checking] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine directories to create] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine directories to create for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine directories to create] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine executables to link] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine executables to link for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine executables to link] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine forms executable files to generate] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine forms to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine forms executable files to generate] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine Reports PL/SQL library files to generate] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine Oracle Reports libraries to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports PL/SQL library files to generate] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine Reports files to generate] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine reports to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports files to generate] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Determine message files to generate] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Determine if need to generate message files for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine message files to generate] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Find bugs with no active actions] [] [Tue Jun 15 2010 16:59:08]
    STOP_TASK: [Find bugs with no active actions] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Display customized files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Display customized files changed by patch for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Display customized files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Copy files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Copy files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Copy files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Forcecopy files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    ForceCopy files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Forcecopy files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Perform libin actions] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Archive object modules into product libraries for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Perform libin actions] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Create directories] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Create Directories for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Create directories] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Relink executables] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Relink for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Relink executables] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Copy files in patch to destinations] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Perform second half of mirrored copies for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Copy files in patch to destinations] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Maintain Oracle Applications Java files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Update Oracle Applications Java files for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Maintain Oracle Applications Java files] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Compile JSP files] [] [Tue Jun 15 2010 16:59:08]
    Skipping...
    Compile JSP files for Specified driver
    since no such action is present for this driver file
    or this APPL_TOP does not implement the "web" server type
    STOP_TASK: [Compile JSP files] [] [Tue Jun 15 2010 16:59:08]
    STOP_TASK: [Copy portion steps] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Database portion steps] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Get initial list of invalid objects in DB] [] [Tue Jun 15 2010 16:59:08]
    Number of invalid objects: 942
    STOP_TASK: [Get initial list of invalid objects in DB] [] [Tue Jun 15 2010 16:59:08]
    STRT_TASK: [Run SQL scripts and EXEC commands] [] [Tue Jun 15 2010 16:59:08]
    Running SQL scripts and EXEC commands...
    STRT_TASK: [Determine which SQL and EXEC commands to run] [] [Tue Jun 15 2010 17:16:49]
    Determining which SQL and EXEC commands to run...
    Validating PL/SQL direct execute exceptions file ...
    Initializing PL/SQL direct execute exceptions hash table ...
    Done initializing PL/SQL direct execute exceptions hash table.
    Uploading PL/SQL direct execute exceptions from file ...
    Done uploading PL/SQL direct execute exceptions from file.
    Done validating PL/SQL direct execute exceptions file.
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=hrdev)(PORT=1522)))(CONNECT_DATA=(SID=QA)))
    Done determining which SQL and EXEC commands to run.
    STOP_TASK: [Determine which SQL and EXEC commands to run] [] [Tue Jun 15 2010 17:16:54]
    STRT_TASK: [Running database update commands] [] [Tue Jun 15 2010 17:16:54]
    STRT_TASK: [Running SQL and EXEC commands in parallel] [] [Tue Jun 15 2010 17:16:54]
    Running SQL and EXEC commands in parallel...
    STRT_TASK: [Running parallel SQL and EXEC commands] [] [Tue Jun 15 2010 17:16:54]
    Connecting to APPLSYS......Connected successfully.
    Creating the AD_UTIL_PARAMS table...
    Table AD_UTIL_PARAMS already exists, so dropping the table and recreating it.
    DROP TABLE AD_UTIL_PARAMS
    CREATE TABLE ad_util_params( worker_id number not null,
    utility_name varchar2(100) not null, task
    varchar2(30) not null, status varchar2(100) not null,
    arguments varchar2(2000) not null, rowid1
    varchar2(2000), utility_status number not null, symbolic_arguments
    varchar2(2560) not null)
    Creating FND_INSTALL_PROCESSES table...
    Running adtasktim.sql ..
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Already created fnd_install_processes table
    Already created FND_INSTALL_PROCESSES_U1 index.
    Connecting to APPS......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Already created AD_DEFERRED_JOBS table
    Already created AD_DEFERRED_JOBS_U1 index.
    Connecting to APPS......Connected successfully.
    Writing dependencies of jobs to run to appldep.txt file...
    There are now 121559 jobs remaining (current phase=A0):
    0 running, 128 ready to run and 121431 waiting.
    Reading completed jobs from restart file (if any).
    There are now 62545 jobs remaining (current phase=A79):
    0 running, 1 ready to run and 62544 waiting.
    Determining which java executables are supported by adJavaWorker...
    Calling /u06_qa/oracle/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Starting worker processes.
    Worker process 1 started.
    Worker process 2 started.
    Worker process 3 started.
    Worker process 4 started.
    Worker process 5 started.
    Worker process 6 started.
    Worker process 7 started.
    Worker process 8 started.
    Checking if all jobs have their actual and symbolic arguments in sync....
    Done.
    Writing jobs to run to restart file.
    Reading jobs from FND_INSTALL_PROCESSES table ...
    Evaluating symbolic arguments for worker 1
    Running: file adobjcmp.sql on worker 1 for product ad username APPLSYS.
    Time is: Tue Jun 15 2010 17:17:14
    AutoPatch error:
    The worker should not have status 'Running' or 'Restarted' at this point.
    Telling workers to quit...
    All workers have quit.
    AutoPatch error:
    Error running SQL and EXEC commands in parallel
    Freeing includes hash table
    Freeing fixes hash table
    Freeing entities hash table
    You should check the file
    /u06_qa/oracle/apps/apps_st/appl/admin/QA/log/adpatch_u6678700_12Jun2010.log
    for errors.
    =============================================
    Now, after having this, I ran adpatch again with "No" option for "do you want to start old adpatch session?", creating adpatch_6678700_15Jan2010.log (attached)
    This gave following error:
    =============================================
    Version check:
    Cannot open patch file:
    /u06_qa/oracle/apps/apps_st/appl/au/12.0.0/patch/115/driver/admin/applprod.tmp.
    File will not be copied to destination.
    AutoPatch error:
    Version checking failed for applprod.tmp
    AutoPatch error:
    Failed applying new applprod.txt (if any)
    Freeing includes hash table
    Freeing fixes hash table
    Freeing entities hash table
    You should check the file
    /u06_qa/oracle/apps/apps_st/appl/admin/QA/log/adpatch_6678700_15Jan2010.log
    for errors.
    =============================================
    Br,
    Anjum

    I have restarted database. Now running adpatch, but still in starting phase:
    ====================================
    Skipping...
    Compile JSP files for Specified driver
    since no such action is present for this driver file
    or this APPL_TOP does not implement the "web" server type
    Number of invalid objects: 942
    Getting list of invalid objects in APPS schema.
    Invalid object reports are recorded in
    /u06_qa/oracle/apps/apps_st/appl/admin/QA/log/03356_preenv.*
    Running SQL scripts and EXEC commands...
    ====================================
    I shall update once I have more info.
    br,
    Anjum

Maybe you are looking for

  • How to find out workflow in various releases of SAP

    Hi Experts, I would like to know as to how we can find out in which release of SAP was a given workflow introduced. For eg. if we take WS04200009(WF for leave request). I want to know if this was incorporated in ECC 6.0 or ECC 5.0 or older versions.

  • Is this a bug in Windows Server 2008's SetJob function?

    This shows an apparent error in the implementation of SetJob on Windows Server 2008. This is the source code for a simple NT RPC Service that can change the owner of its print jobs, from any account, on all Windows NT Operating Systems, EXCEPT Window

  • How do I restore permission access to entire iPhoto library

    I am having trouble accessing photos within my iPhoto library. I keep just my iPhoto library on a separate partition of my MacBook Pro drive (but not my home folder). I can see thumbnails of the photos within iPhoto but when I try to access the large

  • Can I exclude certain file types in the Photo Downloader?

    Hi there! I am very new here, so please do correct me on etiquette and if I'm doing something wrong. I've been searching the web for quite a while now but couldn't find an answer or even questions concerning this problem... I like using Bridge's Phot

  • How transfer calendar data from iPhone to imac?

    I lost all the data in my iMac calendar. The data exists in my iPhone. Is there a way to transfer the iPhone data to the iMac. I normally sync my iPhone to my iMac, but I'm not sure how to reverse the process.