ORA-17612 during DB instance install

hi oracle guru's - i have hit this error when doing doing a db instance install:
ORA-17612: Failed to discover Oracle Disk Manager library, return value string
Cause: Discovery of the odm library by calling odm_discover() failed
Action: Contact your storage vendor who has provided the ODM library or call Oracle Support
i am using sapinst to create the DB instance, but can reproduce the problem by running the same commands sapinst is doing behind the scenes (i.e. running "startup nomount" in sqlplus throws the error)
some background info is relevant, as ODM (Oracle Disk Manager) and VxFS filesystem setup is involved. i have that and some screenshots below - please let me know if you have any idea how to get past this - thanks
==
we are bw3.5 on hpux11.23(ia64) and ora10202, sid is u201CBW4u201D. this is our UAT system and we are in the
middle of the DT window for a Unicode conversion
we have a ServiceGuard cluster w/ 2 nodes:
g1u0340c
g1u0341c
the DBCI package runs on either node. currently the db is running on
340c node. so the 340c node is the non-unicode (NUC) node. and the
way we are doing this UC conv project is to essentially "break" the
HA/SG cluster temporarily (no failover capability during the tech
conversion)...and export from the 340c (nuc) node into the 341c node
(unicode node). 
since this was a SG setup, we had the oracle binaries/patches/everything installed on both nodes already. (i.e. all
the normal installation dir's under /oracle/BW4/102_64 existed - on
both nodes - and still do).
one other point that i must bring up, due to the specific error #
(ora17612) is ODM. we have ODM (asynch io) setup here on BW4 on both nodes of the cluster.  the ODM was installed a few months ago but (in hindsight) we failed to do proper failover testing of the SG cluster to see if oracle would run on the 341c node.
the ODM setup/installation on BW4 happened on both nodes of the cluster
and involved these main items (much from note 999524):
- removing T2795BA (v. A.01.00 of HP Serviceguard Cluster File System
with MCOE), then installing T2796BA (HP Serviceguard Cluster File
System for Oracle) [by Unix team]
- adjusting the dbci<SID>.control.script, a SG config file (making some
mounts have 'noqio') [by Unix team]
- other mounts were chg'd to noqio based on this: if CFS (then chg'd
at command line)...if not, then these dedicated mounts were changed
in /etc/fstab [by Unix team]
- config soflink from oracle files to ODM library (in /opt/VRTS*)
in /oracle/<SID>/102_64/lib [by DBA per note 999524]
so now you have all the "background" info...now on to the actual error
i got and where i was in the SAPINST DB INSTANCE install when i
received the error. 1 more bit of "background" - as far as this DB
INSTANCE install...my goal here was to "reuse" the existing oracle
installation and ~46 one-off patches (since that is not specific to
unicode/non-unicode i should be able to do that). so...that means when
sapinst got to the prompt telling me to go install the oracle software
(via OUI)...at that point i didn't have to do anything (again, all the
normall installation files/dir were already there on the 341c node
under /oracle/BW4/102_64)...So at that pt i just hit 'ok' at the
sapinst prompt and it went on to the next steps (primarily, to create
the new database)
sapinst threw the ora17162 error during the u201Ccreate oracle databaseu201D stepu2026
so it was logging in via sqlplus and doing a u201Cstartup nomountu201D when the error occurred.
I have compared both nodes and cannot find any difference in the ODM related files that I know of at leastu2026that is stuff in /opt/VRTSodm as well as stuff in the /oracle/BW4/102_64/lib (the softlinks from the library files there to the /opt/VRTSodm directory)u2026I also cannot see any difference in the requ2019d HP SG SMS software that was required (swlist matches for the expected HP SG SMS software)u2026so Iu2019m at a loss to figure out where oracle is looking and canu2019t find the ODM library u2013 if you have any ideas what I could check please let me know!
(apparently oracle runs a "odm_discover" call b4 during startup...and this is where it's failing)

Hello Ben,
I don't know if it will be usefull but have you checked this note from HP yet?
http://docs.hp.com/en/T1859-90038/ch02s17.html
Maybe it will help you to find what's going on.

Similar Messages

  • ORA-00600 during the OracleXE instalation

    After the instalation I tried to go on http://127.0.0.1/apex but I got error.Than I found in file xe_ora_600.trc error that you can see below. I examined some directories and found in E:\oraclexe\oradata\XE\ only 2 files "undo.dbf" and "users.dbf", no "system.dbf" and "contral.dbf". I tried reinstall OracleXE with local English-US but this didn't work. I got the same error.
    *** ACTION NAME:(0000007 STARTED120) 2006-06-06 16:36:05.984
    *** MODULE NAME:(restore full datafile) 2006-06-06 16:36:05.984
    *** SERVICE NAME:() 2006-06-06 16:36:05.984
    *** SESSION ID:(38.1) 2006-06-06 16:36:05.984
    *** 2006-06-06 16:36:05.984
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [krbrckhr_fail], [E:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB], [3], [128], [3], [8323], [], []
    Current SQL statement for this session:
    declare
    omfname varchar2(512) := NULL;
    done boolean;
    begin
    dbms_output.put_line(' ');
    dbms_output.put_line(' Allocating device.... ');
    dbms_output.put_line(' Specifying datafiles... ');
    :devicename := dbms_backup_restore.deviceAllocate;
    dbms_output.put_line(' Specifing datafiles... ');
    dbms_backup_restore.restoreSetDataFile;
    dbms_backup_restore.restoreDataFileTo(1, 'E:\oraclexe\oradata\XE\system.dbf', 0, 'SYSTEM');
    dbms_backup_restore.restoreDataFileTo(2, 'E:\oraclexe\oradata\XE\undo.dbf', 0, 'UNDOTBS1');
    dbms_backup_restore.restoreDataFileTo(3, 'E:\oraclexe\\oradata\XE\sysaux.dbf', 0, 'SYSAUX');
    dbms_backup_restore.restoreDataFileTo(4, 'E:\oraclexe\oradata\XE\users.dbf', 0, 'USERS');
    dbms_output.put_line(' Restoring ... ');
    dbms_backup_restore.restoreBackupPiece('E:\oraclexe\app\oracle\product\10.2.0\server\config\seeddb\EXPRESS.dfb', done);
    if done then
    dbms_output.put_line(' Restore done.');
    else
    dbms_output.put_line(' ORA-XXXX: Restore failed ');
    end if;
    dbms_backup_restore.deviceDeallocate;
    end;

    Oracle XE has it's own forum - to register and discuss XE problems with XE experts use URL http://www.oracle.com/technology/xe/registration
    Once you have registered, you can sign in to the forums and voila - the link to the XE forum is there. But you do have to sign in.

  • Encountered ora-29701 during Sun Cluster for Oracle RAC 9.2.0.7 startup (UR

    Hi all,
    Need some help from all out there
    In our Sun Cluster 3.1 Data Service for Oracle RAC 9.2.0.7 (Solaris 9) configuration, my team had encountered
    ora-29701 *Unable to connect to Cluster Manager*
    during the startup of the Oracle RAC database instances on the Oracle RAC Server resources.
    We tried the attached workaround by Oracle. This workaround works well for the 1^st time but it doesn’t work anymore when the server is rebooted.
    Kindly help me to check whether anyone encounter the same problem as the above and able to resolve. Thanks.
    Bug No. 4262155
    Filed 25-MAR-2005 Updated 11-APR-2005
    Product Oracle Server - Enterprise Edition Product Version 9.2.0.6.0
    Platform Linux x86
    Platform Version 2.4.21-9.0.1
    Database Version 9.2.0.6.0
    Affects Platforms Port-Specific
    Severity Severe Loss of Service
    Status Not a Bug. To Filer
    Base Bug N/A
    Fixed in Product Version No Data
    Problem statement:
    ORA-29701 DURING DATABASE CREATION AFTER APPLYING 9.2.0.6 PATCHSET
    *** 03/25/05 07:32 am ***
    TAR:
    PROBLEM:
    Customer applied 9.2.0.6 patchset over 9.2.0.4 patchset.
    While creating the database, customer receives following error:
         ORA-29701: unable to connect to Cluster Manager
    However, if customer goes from 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the problem does not occur.
    DIAGNOSTIC ANALYSIS:
    It seems that the problem is with libskgxn9.so shared library.
    For 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the install log shows the following:
    installActions2005-03-22_03-44-42PM.log:,
    [libskgxn9.so->%ORACLE_HOME%/lib/libskgxn9.so 7933 plats=1=>[46]langs=1=> en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in, it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW, tr,uk,vi]]
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]]
    For 9.2.0.4 -> 9.2.0.6, install log shows:
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]] does not exist.
    This means that while patching from 9.2.0.4 -> 9.2.0.5, Installer copies the libcmdll.so library into libskgxn9.so, while patching from 9.2.0.4 -> 9.2.0.6 does not.
    ORACM is located in /app/oracle/ORACM which is different than ORACLE_HOME in customer's environment.
    WORKAROUND:
    Customer is using the following workaround:
    cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk rac_on ioracle ipc_udp
    RELATED BUGS:
    Bug 4169291

    Check if following MOS note helps.
    Series of ORA-7445 Errors After Applying 9.2.0.7.0 Patchset to 9.2.0.6.0 Database (Doc ID 373375.1)

  • URGENT- checksum error during database instance installation

    Hi Experts and Developers,
    I would be glad,if you can help me solve this.
    I did not have any problem during Central instance installation.But getting <b>2 checksum errors</b> during my database instance installation.
    The log file for 1st error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: BRATEXT created #20060917024719
    (IMP) INFO: import of BRATEXT completed (259725 rows) #20060917024803
    (DB) INFO: BRATEXT~0 created #20060917025001
    (DB) INFO: D010INC created #20060917025001
    (IMP) INFO: import of D010INC completed (338126 rows) #20060917025011
      (((((I did copy only the first and last few lines))))
    (DB) INFO: DM45T~0 created #20060917030515
    (DB) INFO: DM46S created #20060917030515
    (IMP) INFO: import of DM46S completed (99 rows) #20060917030516
    (DB) INFO: DM46S~0 created #20060917030516
    (DB) INFO: DM46S~A created #20060917030516
    (DB) INFO: DOKCLU created #20060917030516
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.001"
                 current table was "DOKCLU"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917030913
    The log file for second error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024334
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024335
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: /SAPDMC/LSOFIL created #20060917024728
    (IMP) INFO: import of /SAPDMC/LSOFIL completed (0 rows) #20060917024728
    (DB) INFO: /SAPDMC/LSOFIL~0 created #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW created #20060917024729
    (IMP) INFO: import of /SAPDMC/LSOFIW completed (0 rows) #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW~0 created #20060917024730
       (((( I did copy only first and last few lines of this log file ))))
    (DB) INFO: IDXRCVPOR created #20060917025240
    (IMP) INFO: import of IDXRCVPOR completed (0 rows) #20060917025240
    (DB) INFO: IDXRCVPOR~0 created #20060917025241
    (DB) INFO: IDXRCVPOR~TIM created #20060917025241
    (DB) INFO: INDX created #20060917025241
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.001"
                 current table was "INDX"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917025244
    For your understanding ,
    Here are the steps that i followed,
    (1)I am Installing SAP XI on Windows 2003 server standard edition with oracle 9i as database.
    (2)I copied the DVDs to HARD DRIVE
    (3)I created the Microsoft Loopback adapter,assigned an ip.
    (4) Then installed j2sdk 1.4.2 for windows
    (5) installed central instance with SAPinst

    Hi Carsten,
    Thank you for taking a look at my problem.
    I am using NW_2004_SR1 (Netweaver 2004 SR1).
    Just for your information, the size for those two files on my Hard drive are
    SAPSSEXC.001 is 650,240 Kb
    SAPAPPL1.001 is 126,608 Kb
    and my label.asc in Exports directory is
    SAP:NETWEAVER:04SR1:DVD_EXPORT:NETWeaver 04 SR 1 EXPORT DVD:D51030721
    label.asc in EXP1 directory is
    SAP:NETWEAVER:04SR1:EXPORT(1/3):NetWeaver 04 SR 1 Export CD 1/3:CDxxxxxxxx
    label.asc in EXP2 is
    SAP:NETWEAVER:04SR1:EXPORT(2/3):NetWeaver 04 SR 1 Export CD 2/3:CDxxxxxxxx
    label.asc in EXP3 directory is
    SAP:NETWEAVER:04SR1:EXPORT(3/3):NetWeaver 04 SR 1 Export CD 3/3:CDxxxxxxxx
    Thank you,

  • Error during Database Instance Installation

    Hi,
    We are installing SAP CRM 4.0.Central Instance Installation is over without problem.However during Database Instance Installation we are getting an Error which says :
    "The node E:\sap\DATA does not exist".
    I created this folder manually.Then is gave another error saying
    "Node C:\Program Files\sapinst_instdir\CRM_40SR1_ABAP_UC\DB\CRM\DATA does not exist."
    I created this again.Then it gave another Error saying :
    "Node C:\Program Files\sapinst_instdir\CRM_40SR1_ABAP_UC\DB\4.0\DATA does not exist."
    Why is this error coming up again and again and any solution to this problem?
    Thanks,
    Suparna

    This is happening because installation program is checking the existence of DB Export directories which you specified to the installation program. It has to do with the installation screen where you specify the location of your DB Export CD/DVD during installation of Database instance. Usually what helps is if you copy the DB Export CD's to a directory in your hard disk and specify that as the target for copy. Just check what you are specifying DB Export parameter screen.
    Cheers,
    Sanjeev

  • ORA-17612: Message 17612 not found; product=RDBMS; facility=ORA ; arguments

    Hi,
    OS : Sun OS 64-bit
    Database : 9.2.0.5
    I have copied the oracle from one server to another server and relinked the oracle software.
    The source server has the Veritas components installed.
    In the destination we don't want that.
    So after relinking the oracle Software.
    when trying to startup the database.
    It gives the following error.
    ORA-17612: Message 17612 not found; product=RDBMS; facility=ORA ; arguments: [2]
    There is no proper documentation for this error.
    the software is looking for the library.
    I want to this because instead of downloading and installing the relink make my work easy.

    Ya i have checked everything is correct.
    But this is due to that it is looking for the media management software.
    Veritas. i have even searched on google.
    http://seer.support.veritas.com/docs/250824.htm
    This exactly matches my case.
    now i dont want oracle to use that Veritas or Media Management library.

  • Error during start instance phase

    Dear all,
    I am getting an error during start instance phase of netweaver 7.0 installing.I am using windows server 2008 and mssql.
    The error is "instance ecd\dvebmgs00 reached state shutdown after having state starting.giving up".I searched a lot but still error
    is not solved.so please tell me how to solve this error.

    dev_disp:
    trc file: "dev_disp", trc level: 1, release: "701"
    sysno      00
    sid        ECD
    systemid   562 (PC with Windows NT)
    relno      7010
    patchlevel 0
    patchno    32
    intno      20020600
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3228
    Mon Mar 17 11:04:13 2014
    kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    length of sys_adm_ext is 576 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3228) [dpxxdisp.c   1286]
        shared lib "dw_xml.dll" version 32 successfully loaded
        shared lib "dw_xtc.dll" version 32 successfully loaded
        shared lib "dw_stl.dll" version 32 successfully loaded
        shared lib "dw_gui.dll" version 32 successfully loaded
        shared lib "dw_mdm.dll" version 32 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Mar 17 11:04:19 2014
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5529]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >SAPdev01_ECD_00                         <
    DpShMCreate: sizeof(wp_adm)        29792    (1752)
    DpShMCreate: sizeof(tm_adm)        5912704    (29416)
    DpShMCreate: sizeof(wp_ca_adm)        24064    (80)
    DpShMCreate: sizeof(appc_ca_adm)    8000    (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)        552080    (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)        0    (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)        0    (72)
    DpShMCreate: sizeof(vmc_adm)        0    (1864)
    DpShMCreate: sizeof(wall_adm)        (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)    48
    DpShMCreate: SHM_DP_ADM_KEY        (addr: 0000000008DC0050, size: 6614144)
    DpShMCreate: allocated sys_adm at 0000000008DC0050
    DpShMCreate: allocated wp_adm at 0000000008DC2270
    DpShMCreate: allocated tm_adm_list at 0000000008DC96D0
    DpShMCreate: allocated tm_adm at 0000000008DC9730
    DpShMCreate: allocated wp_ca_adm at 000000000936CFB0
    DpShMCreate: allocated appc_ca_adm at 0000000009372DB0
    DpShMCreate: allocated comm_adm at 0000000009374CF0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 00000000093FB980
    DpShMCreate: allocated gw_adm at 00000000093FBA00
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 00000000093FBA30
    DpShMCreate: allocated wall_adm at 00000000093FBA40
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1018 blocks reserved for free list.
    ES initialized.
    Mon Mar 17 11:04:20 2014
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1681]
    ***LOG Q0K=> DpMsAttach, mscon ( SAPdev01) [dpxxdisp.c   12483]
    Mon Mar 17 11:04:21 2014
    DpStartStopMsg: send start message (myname is >SAPdev01_ECD_00                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Mon Mar 17 11:04:22 2014
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7010, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1048]
    DpMsgAdmin: Set patchno for this platform to 32
    Release check o.K.
    Mon Mar 17 11:05:01 2014
    my types changed after wp death/restart 0xbf --> 0xbe
    my types changed after wp death/restart 0xbe --> 0xbc
    my types changed after wp death/restart 0xbc --> 0xb8
    my types changed after wp death/restart 0xb8 --> 0xb0
    my types changed after wp death/restart 0xb0 --> 0xa0
    my types changed after wp death/restart 0xa0 --> 0x80
    *** DP_FATAL_ERROR => DpWPCheck: no more work processes
    *** DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:11 2014
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)            Mon Mar 17 05:35:11 2014
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     3440 Ended         no      1   0        0                                                                         
    1 DIA     3448 Ended         no      1   0        0                                                                         
    2 DIA     3456 Ended         no      1   0        0                                                                         
    3 DIA     3468 Ended         no      1   0        0                                                                         
    4 DIA     3476 Ended         no      1   0        0                                                                         
    5 DIA     3484 Ended         no      1   0        0                                                                         
    6 DIA     3492 Ended         no      1   0        0                                                                         
    7 DIA     3500 Ended         no      1   0        0                                                                         
    8 DIA     3508 Ended         no      1   0        0                                                                         
    9 DIA     3516 Ended         no      1   0        0                                                                         
    10 UPD     3524 Ended         no      1   0        0                                                                         
    11 ENQ     3532 Ended         no      1   0        0                                                                         
    12 BTC     3540 Ended         no      1   0        0                                                                         
    13 BTC     3548 Ended         no      1   0        0                                                                         
    14 BTC     3556 Ended         no      1   0        0                                                                         
    15 SPO     3564 Ended         no      1   0        0                                                                         
    16 UP2     3572 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics            Mon Mar 17 05:35:11 2014
    ===========================
    +------+--------+--------+--------+--------+--------+
    |  Typ |    now |   high |    max | writes |  reads |
    +------+--------+--------+--------+--------+--------+
    | NOWP |      0 |      2 |   2000 |      5 |      5 |
    +------+--------+--------+--------+--------+--------+
    |  DIA |      5 |      5 |   2000 |      5 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UPD |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  ENQ |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  BTC |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  SPO |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    |  UP2 |      0 |      0 |   2000 |      0 |      0 |
    +------+--------+--------+--------+--------+--------+
    max_rq_id        12
    wake_evt_udp_now    0
    wake events          total     8,  udp     4 ( 50%),  shm     4 ( 50%)
    since last update    total     8,  udp     4 ( 50%),  shm     4 ( 50%)
    Dump of tm_adm structure:            Mon Mar 17 05:35:11 2014
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks            Mon Mar 17 05:35:11 2014
    =============================
    Slots: 300, Used: 1, Max: 0
    +------+--------------+----------+-------------+
    |   id | owner        |   pid    | eyecatcher  |
    +------+--------------+----------+-------------+
    |    0 | DISPATCHER   |       -1 | *WPCAAD000* |
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:16 2014
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >SAPdev01_ECD_00                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (3424) (SOFT_KILL)
    Stop icman
    killing process (3432) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:3424  HANDLE:776)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:17 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3424  HANDLE:776)
    wait for end of icman
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:18 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:19 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:20 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:21 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:22 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:23 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:24 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:25 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:26 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:27 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3432  HANDLE:784)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=893
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Mar 17 11:05:28 2014
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3432  HANDLE:784)
    DpStartStopMsg: send stop message (myname is >SAPdev01_ECD_00                         <)
    DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=SAPdev01_ECD_00     , sapsysnr= 0, hostname=SAPdev01                                                       
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Mon Mar 17 11:05:29 2014
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12829]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 772 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 772 (pos=2)
    SiSelNRemove: removed sock 772
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/17
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 772
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 3228) [dpxxdisp.c   11045]
    Good Bye .....
    dev_ms:
    trc file: "dev_ms", trc level: 1, release: "701"
    [Thr 2596] Sun Mar 16 17:31:39 2014
    [Thr 2596] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   562 (PC with Windows NT)
    relno      7010
    patchlevel 0
    patchno    11
    intno      20020600
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        4004
    [Thr 2596] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 4004) [msxxserv.c   1853]
    [Thr 2596] load acl file = E:\usr\sap\ECD\SYS\global\ms_acl_info.DAT
    [Thr 2596] MsGetOwnIpAddr: my host addresses are :
    [Thr 2596]   1 : [192.168.42.205] SAPdev01 (HOSTNAME)
    [Thr 2596]   2 : [127.0.0.1] SAPdev01 (LOCALHOST)
    [Thr 2596]   3 : [169.254.221.8] SAPdev01 (NILIST)
    [Thr 2596] MsHttpInit: full qualified hostname = SAPdev01
    [Thr 2596] HTTP logging is switch off
    [Thr 2596] set HTTP state to LISTEN
    [Thr 2596] ms/icf_info_server : deleted
    [Thr 2596] *** I listen to port sapmsECD (3600) ***
    [Thr 2596] *** I listen to internal port 3900 (3900) ***
    [Thr 2596] *** HTTP port 8100 state LISTEN ***
    [Thr 2596] CUSTOMER KEY: >J0169343196<
    [Thr 2596] build version=701.2008.03.06
    [Thr 2596] Sun Mar 16 17:32:52 2014
    [Thr 2596] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from SAPdev01_ECD_00 [msxxserv.c   4711]
    [Thr 3648] Sun Mar 16 17:39:27 2014
    [Thr 3648] MsSExit: received SIGINT (2)
    [Thr 3648] ***LOG Q02=> MsSHalt, MSStop (Msg Server 4004) [msxxserv.c   6021]
    dev_w0:
    trc file: "dev_w0", trc level: 1, release: "701"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Sun Mar 16 17:31:45 2014
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\ECD\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'E:\usr\sap\ECD\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'E:\usr\sap\ECD\DVEBMGS00\exe\dbmssslib.dll' is "700.08", patchlevel (0.31)
    B  New connection 0 created
    M sysno      00
    M sid        ECD
    M systemid   562 (PC with Windows NT)
    M relno      7010
    M patchlevel 0
    M patchno    32
    M intno      20020600
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3256
    M
    M  kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3256) [dpxxdisp.c   1348]
    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)        29792    (1752)
    M  DpShMCreate: sizeof(tm_adm)        5912704    (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)        24064    (80)
    M  DpShMCreate: sizeof(appc_ca_adm)    8000    (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)        552080    (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)        0    (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)        0    (72)
    M  DpShMCreate: sizeof(vmc_adm)        0    (1864)
    M  DpShMCreate: sizeof(wall_adm)        (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)    48
    M  DpShMCreate: SHM_DP_ADM_KEY        (addr: 000000000AA00050, size: 6614144)
    M  DpShMCreate: allocated sys_adm at 000000000AA00050
    M  DpShMCreate: allocated wp_adm at 000000000AA02270
    M  DpShMCreate: allocated tm_adm_list at 000000000AA096D0
    M  DpShMCreate: allocated tm_adm at 000000000AA09730
    M  DpShMCreate: allocated wp_ca_adm at 000000000AFACFB0
    M  DpShMCreate: allocated appc_ca_adm at 000000000AFB2DB0
    M  DpShMCreate: allocated comm_adm at 000000000AFB4CF0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000B03B980
    M  DpShMCreate: allocated gw_adm at 000000000B03BA00
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000B03BA30
    M  DpShMCreate: allocated wall_adm at 000000000B03BA40
    M  rdisp/queue_size_check_value :  -> off
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host SAPdev01
    M  calling db_connect ...
    C  Callback functions for dynamic profile parameter registered
    C  Thread ID:2876
    C  Thank You for using the SLODBC-interface
    C  Using dynamic link library 'E:\usr\sap\ECD\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      31
    C    patchcomment Handle long parameters as LOBs (1296540)
    C  Local connection used on SAPDEV01 to named instance: lpc:SAPDEV01\ECD
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (0) [IM006] [Microsoft][SQL Server Native Client 10.0]Packet size change not supported by server, default used
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  ERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 2010]
    C  (18456) [28000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'.
    C  Connection 0 failed using Driver={SQL Server Native Client 10.0};Server=SAPDEV01\ECD;AutoTranslate=no;Trusted_Connection=yes;WSID=SAPDEV01;APP=R3D00 comm rd ODBC;Database=ECD;

    B  ***LOG BY2=> sql error 18456  performing CON [dbsh#2 @ 1208] [dbsh    1208 ]
    B  ***LOG BY0=> [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'. [dbsh#2 @ 1208] [dbsh    1208 ]
    B  ***LOG BY2=> sql error 18456  performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'SAPDEV01\SAPServiceECD'. [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1449]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10563]

    M  Info for wp 0

    M    pid = 3256
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 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    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server SAPdev01_ECD_00 on host SAPdev01 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Sun Mar 16 17:31:45 2014
    M  *  RELEASE     701
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10783
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    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 3256) [dpnttool.c   334]

  • MCOD installation fails during Database instance phase  "CREATE TABLESPACES

    We are installing solution manager 3.2 using MCOD option on windows 2003/oracle.  Installation fails during Database instance phase  "CREATE TABLESPACES" step without any error.  Interesting thing is no error message in installation log or oracle alert log.
    Installation Details
    First instance: SMD / Instance number: 00 / schema: sapsmd / Database SID: SMD
    Second instance; SMQ / Instance number: 01 / schema: sapsmq / Database SID: SMD
    Did any one come across this issue?  Any help is greatly appreciated.
    Thanks

    Hi,
    Did u checked for the Space utilization on the drives.Normally when installation fails there will be some intimation of the cause in the log files written in the sapinst directory.IF it is failing in the tablespace creation phase the that means that the data files cannot be created.
    It depends on the database you use: Data files(Oracle), Containers (DB2).
    Do check in the sapdata directories whethere the data file have created.
    If its not giving you any error then the installation might got stuck bcoz of some memory problems during the "create tablespace phase"
    Regards
    Ashly.

  • ORA-39126 during an export of a partition via dbms_datapump

    Hi ,
    i did export using datapump in command line everything went fine but while exporting via dbms_datapump i got this:
    ORA-39126 during an export of a partition via dbms_datapump
    ORA-00920
    'SELECT FROM DUAL WHERE :1' P20060401
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    the procedure is:
    PROCEDURE pr_depura_bitacora
    IS
    l_job_handle NUMBER;
    l_job_state VARCHAR2(30);
    l_partition VARCHAR2(30);
    v_sql VARCHAR2(2000);
    BEGIN
    -- Create a user-named Data Pump job to do a "table:partition-level" export
    -- Local
    select 'P'|| to_char((select min(STP_LOG_DATE) from SAI_AUDITBITACORA),'YYYYMM')||'01'
    into l_partition
    from user_tab_partitions
    where table_name = 'SAI_AUDITBITACORA'
    and rownum = 1;
    l_partition := rtrim (l_partition,' ');
    l_job_handle:= DBMS_DATAPUMP.OPEN
    operation=>'EXPORT',
    job_mode =>'TABLE',
    job_name =>'EXPORT_ORACLENSSA'
    -- Schema filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'SCHEMA_EXPR',
    value => 'IN (''ORACLENSSA'')'
    DBMS_OUTPUT.PUT_LINE('Added filter for schema list');
    -- Table filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'NAME_EXPR',
    value => '=''SAI_AUDITBITACORA'''
    DBMS_OUTPUT.PUT_LINE('Added filter for table expression');
    -- Partition filter
    DBMS_DATAPUMP.DATA_FILTER
    handle => l_job_handle,
    name => 'PARTITION_EXPR',
    value => l_partition,
    table_name => 'SAI_AUDITBITACORA'
    DBMS_OUTPUT.PUT_LINE('Partition filter for schema list');
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.DMP',
    directory => 'EXP_DATA_PUMP',
    filetype => 1
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.LOG',
    directory => 'EXP_DATA_PUMP',
    filetype => 3
    DBMS_DATAPUMP.START_JOB
    handle => l_job_handle,
    skip_current => 0
    DBMS_DATAPUMP.WAIT_FOR_JOB
    handle => l_job_handle,
    job_state => l_job_state
    DBMS_OUTPUT.PUT_LINE('Job completed - job state = '||l_job_state);
    DBMS_DATAPUMP.DETACH(handle=>l_job_handle);
    END;
    I've already drop and recreate the directory, granted read, write to public and to user, grant create session, create table, create procedure, exp_full_database to user, restart the database and the listener with the var LD_LIBRARY pointing first to $ORACLE_HOME/lib, and add more space to temporary tablespace.

    The basic problem is:
    Error: ORA 920
    Text: invalid relational operator
    Cause: A search condition was entered with an invalid or missing relational
    operator.
    Action: Include a valid relational operator such as =, !=, ^=, <>, >, <, >=, <=
    , ALL, ANY, [NOT] BETWEEN, EXISTS, [NOT] IN, IS [NOT] NULL, or [NOT]
    LIKE in the condition.
    Obviously this refers to the invalid statement 'SELECT FROM DUAL ...'. I also recommend, you should contact Oracle Support, because it happens inside an Oracle provided package.
    Werner

  • TS4088 Macbook Pro 13" (mid 2010) reboot loop during Mountain Lion install

    Hi all.
    I have a very frustraiting issue with my mid 2010 MBP 13" (7.1) that started a mounth ago:
    Before all my troubble began it was fully updated with the latest Mountain Lion, Firmware and SMC.
    During an iPad sync my MBP went into hybernation because of low power (yeah, I know. I should have noticed that)
    When I got it back on power it failed to snap out of hybernation. When I held down the power button for a few seconds it did start to boot.
    When it came back to the desktop it rebooted only after 10 seconds or so. I let it reboot like this about 5 times until I started to hunt down a way to resolve this on the support forums. Based on the forums I have tried the following:
    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Refit RAM blocks
    Disconnect it from power, remove battery and press and hold power button for 10 + seconds
    Go to Disc Util, verify/repair disc   http://support.apple.com/kb/ts1417
    Go to Disc Util, verify/repair permission   http://support.apple.com/kb/ts1417
    Run Apple Hardware Test   http://support.apple.com/kb/HT1509  This test returned no errors in both standard and extensive mode.
    None of this solved my problem. It possibly only made it worse. It reboots during boot or just after desktop appears.
    A suggestion from a forum was to replace the HDD with a new one. I then bought a WD SSHD 1TB thinking that i might as well upgrade while troubbleshooting.
    I switched the HDD and booted. Since the MBP came with the Snow Leopard (10.6.3) DVD I installed with this.
    The install went perfect so I thought to myself that I made it. I then went on to upgrading to Mountain Lion through App store.
    During the ML install the computer rebooted.... and rebooted.... and rebooted... and........ (imagine my frustration level here).
    I tried all of the above but to no avail.
    Thinking that Snow Leopard seemed to work I found an old 128 GB HDD and installed that with Snow Leopard. I made a full system update including iLife components.
    Now, That works fine except for an extremely slow boot. It takes a coupple of minutes to enter desktop and keystrokes/mouseclicks are cashed for about 5 minutes.
    I then took it to a professional Mac repair shop and let him have a go at it (with the original HDD). He worked on it a whole day and tried to switch just about everything (Logic-board, Top case, all cables, HDD, Superdrive, DC-In, Fan) but again with no resolution.He concluded that there is no apparent hardware errors.
    When I got it back the fan ran at 100% and I could see (with the Snow Leopard disc) that SMC version was 0.000 ???
    An extensive search lead me to this: http://chimac.net/2010/04/27/how-to-flash-the-firmware-3rd-party-hack/
    I followed the guide and the SMC was back to 1.6
    I re-inserted the SSHD and went into Disc Util to erase the disk to start all over. I erased the main partition but coudn't erase the restoration partition.
    Now the disc is installing through the restoration web installer (Reinstall OS X) but it keeps rebooting after about 2.5-3 minutes after the chime. Sometimes I don't even get to type in my Apple-ID before it reboots, and it is so far only downloading the installer!!!
    Here is what i don't understand:
    Why does the MBP keep on rebooting even when the OS is not yet installed?
    Why is there a sluggish keyboard/mouse response the first 8-10 minutes?
    If there is no hardware error why does Single User Mode give me bluetoothusbhubport error?
    If there is a faulty Bluetooth, how can that result in constant reboot even when the OS is not yet installed?
    I suspect that the root cause is with the iPad being connected/syncing while it went into hybernation but the right solution keeps eluding me.
    I appologize for the long entry but this is REALLY testing my paitence. I hope some of you great people can point me in the right direction.

    Here is the report when I startup using the Snow Leopard disc:
    Interval Since Last Panic Report:  303464 sec
    Panics Since Last Report:          4
    Anonymous UUID:                    95B5D998-231F-4C84-9DF9-1692334DBF42
    Mon Sep 16 07:25:03 2013
    panic(cpu 1 caller 0xffffff801f0b8655): Kernel trap at 0xffffff801f462a43, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff7f2c023e48, CR3: 0x000000002151d000, CR4: 0x0000000000000660
    RAX: 0xffffff802c023d00, RBX: 0xffffff802b0eff80, RCX: 0xffffffff00000148, RDX: 0x00000000e0020009
    RSP: 0xffffff809834bb50, RBP: 0xffffff809834bb70, RSI: 0x00000000ffffff80, RDI: 0xffffff802bc800c0
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff801f6e1dc0, R11: 0x0000000000000000
    R12: 0xffffff802bc800c0, R13: 0x00000000e0020009, R14: 0xffffff802b13e400, R15: 0x0000000000000000
    RFL: 0x0000000000010287, RIP: 0xffffff801f462a43, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff7f2c023e48, Error code: 0x0000000000000002, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff809834b7f0 : 0xffffff801f01d626
    0xffffff809834b860 : 0xffffff801f0b8655
    0xffffff809834ba30 : 0xffffff801f0ce17d
    0xffffff809834ba50 : 0xffffff801f462a43
    0xffffff809834bb70 : 0xffffff801f42e711
    0xffffff809834bbd0 : 0xffffff801f42e993
    0xffffff809834bbf0 : 0xffffff801f42e8c9
    0xffffff809834bc30 : 0xffffff801f42e959
    0xffffff809834bc70 : 0xffffff7fa1313c0e
    0xffffff809834bca0 : 0xffffff7fa130b50e
    0xffffff809834bcc0 : 0xffffff801f44907a
    0xffffff809834bd20 : 0xffffff7fa130b4aa
    0xffffff809834bd40 : 0xffffff801f4307b1
    0xffffff809834bd60 : 0xffffff801f42ee1b
    0xffffff809834bd90 : 0xffffff801f42f214
    0xffffff809834be00 : 0xffffff801f4307cc
    0xffffff809834be10 : 0xffffff7f9f7b305b
    0xffffff809834be40 : 0xffffff7f9f921282
    0xffffff809834be80 : 0xffffff7f9f920d92
    0xffffff809834bee0 : 0xffffff7f9f918c87
    0xffffff809834bf10 : 0xffffff7f9f9177da
    0xffffff809834bf40 : 0xffffff7f9f92040a
    0xffffff809834bf60 : 0xffffff801f03e25e
    0xffffff809834bfb0 : 0xffffff801f0b3137
          Kernel Extensions in backtrace:
             com.apple.iokit.IOUSBFamily(5.6)[065077C5-A49E-3C52-BDC0-60169E293563]@0xffffff 7f9f79f000->0xffffff7f9f7fafff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f9f646000
             com.apple.driver.AppleUSBHub(5.5.5)[0216C905-64A9-35D3-B1FD-75F99AA21089]@0xfff fff7f9f916000->0xffffff7f9f92afff
                dependency: com.apple.iokit.IOUSBFamily(5.6.0)[065077C5-A49E-3C52-BDC0-60169E293563]@0xffff ff7f9f79f000
             com.apple.iokit.AppleBluetoothHCIControllerUSBTransport(4.1.4f2)[EB81C577-517C- 3F19-BD03-A037B8DC1699]@0xffffff7fa130a000->0xffffff7fa132ffff
                dependency: com.apple.iokit.IOUSBFamily(5.6.0)[065077C5-A49E-3C52-BDC0-60169E293563]@0xffff ff7f9f79f000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[A35915E8-C1B0-3C0F-81DF-5515BC9002FC]@0xfffff f7f9fa8d000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f9f646000
    BSD process name corresponding to current thread: kernel_task
    Boot args: root-dmg=file:///BaseSystem.dmg
    Mac OS version:
    12E55
    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x000000001ee00000
    Kernel text base: 0xffffff801f000000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 51355788679
    last loaded kext at 20631198326: >AudioAUUC          1.60 (addr 0xffffff7fa1340000, size 28672)
    loaded kexts:
    >AudioAUUC          1.60
    |Broadcom!BHCI!CUSBTransport          4.1.4f2
    >!AHWSensor          1.9.5d0
    |IOUserEthernet          1.0.0d1
    >!AUpstreamUserClient          3.5.10
    >!AHDAHardwareConfigDriver          2.3.7fc4
    |IO!BSerialManager          4.1.4f2
    >!ATyMCEDriver          1.0.2d2
    >AGPM          100.12.87
    >!AMikeyHIDDriver          122
    >!AMuxControl          3.4.5
    >!AHDA          2.3.7fc4
    @Dont_Steal_Mac_OS_X          7.0.0
    >!AMikeyDriver          2.3.7fc4
    >!ABacklight          170.2.5
    >!ASMCLMU          2.0.3d0
    >!APolicyControl          3.4.5
    >ACPI_SMC_PlatformPlugin          1.0.0
    >!ALPC          1.6.0
    >!AMCCSControl          1.1.11
    @nvidia.NVDAStartup          8.1.2
    >SMCMotionSensor          3.0.3d1
    @nke.webcontentfilter          5
    >DiskImages.ReadWriteDiskImage          345
    >DiskImages.SparseDiskImage          345
    >DiskImages.UDIFDiskImage          345
    >DiskImages.FileBackingStore          345
    >DiskImages.HTTPBackingStore          345
    >DiskImages.RAMBackingStore          345
    >!UTCButtons          237.1
    >XsanFilter          404
    >!AIR!C          320.15
    >!UTCKeyEventDriver          237.1
    >!UTCKeyboard          237.1
    >!UCardReader          3.1.7
    |SCSITaskUserClient          3.5.5
    >!AFileSystemDriver          3.0.1
    @!AFSCompression.!AFSCompressionTypeDataless          1.0.0d1
    @!AFSCompression.!AFSCompressionTypeZlib          1.0.0d1
    @BootCache          34
    |IOAHCIBlock!S          2.3.1
    >!UHub          5.5.5
    |!ABCM5701Ethernet          3.6.1b4
    >AirPort.Brcm4331          615.20.17
    >!AFWOHCI          4.9.6
    >!ASmartBatteryManager          161.0.0
    >!AAHCIPort          2.5.2
    >!UOHCI          5.2.5
    >!UEHCI          5.5.0
    >!AEFINVRAM          1.7
    >!ARTC          1.5
    >!AHPET          1.8
    >!AACPIButtons          1.7
    >!ASMBIOS          1.9
    >!AACPIEC          1.7
    >!AAPIC          1.6
    >!A!ICPUPowerManagementClient          196.0.0
    @nke.applicationfirewall          4.0.39
    $quarantine          2.1
    >!A!ICPUPowerManagement          196.0.0
    |!A!BHCI!CUSBTransport          4.1.4f2
    |IOSurface          86.0.4
    |IOSerial!F          10.0.6
    @nvidia.nv50hal          8.1.2
    @NVDAResman          8.1.2
    >DspFuncLib          2.3.7fc4
    |IOAudio!F          1.8.9fc11
    @kext.OSvKernDSPLib          1.6
    |IO!B!F          4.1.4f2
    >!ABacklightExpert          1.0.4
    |IOFireWireIP          2.2.5
    >!AHDA!C          2.3.7fc4
    |IOHDA!F          2.3.7fc4
    >!AGraphicsControl          3.4.5
    |IONDRVSupport          2.3.7
    >IOPlatformPluginLegacy          1.0.0
    >!ASMBusPCI          1.0.11d0
    >IOPlatformPlugin!F          5.3.0d51
    >!ASMBus!C          1.0.11d0
    |IOGraphics!F          2.3.7
    >!ASMC          3.1.4d2
    >DiskImages.KernelBacked          345
    >!UMultitouch          237.3
    |IOUSBHIDDriver          5.2.5
    |IOSCSIBlockCommandsDevice          3.5.5
    |IOUSBMass!SClass          3.5.1
    >!UMergeNub          5.5.5
    >!UComposite          5.2.5
    |IOSCSIMultimediaCommandsDevice          3.5.5
    |IOBD!S!F          1.7
    |IODVD!S!F          1.7.1
    |IOCD!S!F          1.7.1
    |IOAHCISerialATAPI          2.5.1
    |IOSCSIArchitectureModel!F          3.5.5
    |IOUSBUserClient          5.5.5
    |IOEthernetAVB!C          1.0.2b1
    |IO80211!F          530.4
    |IONetworking!F          3.0
    |IOFireWire!F          4.5.5
    >!AMCP89RootPortPM          1.11
    |IOAHCI!F          2.3.1
    |IOUSB!F          5.6.0
    >NVSMU          2.2.9
    >!AEFIRuntime          1.7
    |IOHID!F          1.8.1
    |IOSMBus!F          1.1
    $sandbox          220.3
    @kext.!AMatch          1.0.0d1
    $TMSafetyNet          7
    >DiskImages          345
    |IO!S!F          1.8
    >!AKeyStore          28.21
    >!AACPIPlatform          1.7
    |IOPCI!F          2.7.3
    |IOACPI!F          1.4
    @kec.corecrypto          1.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHV2120BH PL, 111,79 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000 / 2

  • ECC 5.0 database instance install error in  database load (post processing)

    HI  all!
    The installation of the environment :
    VM SERVER v1.03
    ECC 5.0 /WINDOWS SERVER 2003
    SQL SERVER 2000 SP3
    DB INSTANCE install occur error in database load (post processing)  step:
    sapinst.log:
    INFO 2008-10-16 14:20:54
    Creating file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB\keydb.5.xml.
    ERROR 2008-10-16 14:22:29
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.log
    ERROR 2008-10-16 14:24:59
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.log
    ERROR 2008-10-16 14:24:59
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.log
    ERROR 2008-10-16 14:26:30
    MSC-01015 Process finished with error(s), check log file C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.log
    SAPSSEXC.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142100
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: D010INC deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful:3624 Location: rowset.cpp:5001
    Expression: pBind->FCheckForNull ()
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: D010TAB deleted/truncated
    SAPAPPL2.log
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142130
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPAPPL2.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AGR_1250 deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AGR_1250 completed (139232 rows) #20081016142200
    (DB) INFO: AGR_1251 deleted/truncated
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful:2627 Violation of PRIMARY KEY constraint 'AGR_1251~0'. Cannot insert duplicate key in object 'AGR_1251'.
    3621 The statement has been terminated.>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: AQLTS deleted/truncated
    (IMP) INFO: import of AQLTS completed (17526 rows) #20081016142456
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142456
    SAPSDIC.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142230
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPSDIC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: DD08L deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:\sql\ntdbms\storeng\drs\include\record.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142437
    SAPPOOL.log:
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: START OF LOG: 20081016142530
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: version R6.40/V1.4
    Compiled Aug 18 2008 23:28:15
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.cmd -l C:\Program Files\sapinst_instdir\ECC_50_ABAP_NUC\DB/SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: ATAB deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:\sql\ntdbms\storeng\drs\include\record.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDS\SYS\exe\run/R3load.exe: END OF LOG: 20081016142621
    please help!   thanks!

    VM SERVER v1.03
    can you please tell me what you mean with that? VMWare? Is that ESX-Server?
    (DB) INFO: connected to DB
    (DB) INFO: ATAB deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed:3624 Location: p:sql
    tdbmsstorengdrsinclude
    ecord.inl:1447
    Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
    SPID: 54
    Process ID: 1120
    3624 >
    (IMP) ERROR: ExeFastload: rc = 2
    I´ve seen those load problems under VMWare and on boxes hosted as Xen VMs.
    Markus

  • Why the Oracle 8.1.7 PE coundnot have error during start the install stage On Win98?

    Why the Oracle 8.1.7 PE coundnot have error during start the install stage On Win98?Someone tell me that need one patch for win98,but where can I download it?
    Thanks

    Why the Oracle 8.1.7 PE coundnot have error during start the install stage On Win98?Someone tell me that need one patch for win98,but where can I download it?
    Thanks

  • .dbc file during mapping instances

    Where can we get the .dbc files during mapping instances setup.
    We tried getting it from OAM.

    The files are available in $FND_TOP/secure directory for each instance. You will have to contact your DBA
    HTH
    Srini

  • ORA-04031 during export on CTX-index

    Hi !
    I get ORA-04031 during export when an interMedia CTX-Index should get exported. The exact error message is:
    unable to allocate 4072 bytes of shared memory ("shared pool", "DBMS_SYS_SQL", "PL/SQL MPCODE", "BAMIMA: BAM Buffer")
    followed by
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: in "SYS.DBMS_SQL", line 9
    ORA-06512: in "SYS.DBMS_EXPORT_EXTENSION", line 244
    Any hints for me what I could do?
    TIA,
    Stefan

    Interesting.  You should open a  thread with a more relevant title about views with pk / fk constraints.
    I don't have a way to solve your problem --- to identify such views.
    Hemant K Chitale

  • ORA-26667 during checkpoint retention check

    HI Guys
    I have an environment which is being replicated in 2 ways (DML,DDL ) RDBMS 10.2.0.4 , each RDBMS is running in RAC (3 nodes one RDBMS) and another running (2 nodes RAC) everything was running without problems for the last 3 months however last weekend I got
    Sat Feb 14 23:18:41 2009
    STREAMS Warning: ORA-26667 during checkpoint retention check <= this message is the first kind of message that we got
    Sun Feb 15 05:18:43 2009
    STREAMS Capture C 1: first scn changed.
    scn: 0x0009.79468518
    However I took a look that day and I dint find any issue I looked for that problem in metalink but I didn't find any problem , this message came out when the checkpoint retention time moved
    the checkpoint retention time in streams is a number of days that the capture process retains checkpoints before purging them automatically . A capture process periodically computes the age of a checkpoint by subtracting the next_time of the archived redo log that corresponds to the checkpoint from dba_capture.first_time of the archived redo log file containing the required checkpoint scn
    if the resulting value is grater than the checkpoint retention time then the capture process automatically purges the checkpoint by advancing the dba_capture.first_scn value all the archived retained by the dba_caprure process can be seen using dba_registered_archived_log view
    the default retention time is 60 days
    i didnt find any error in the RDBMS therefore I didnt do anything but on Monday morning I got a lot of replication errors caused by
    ORA-01403 , after fixing all those errors I changes of the database that I got that error were not replicated across the other database , it could explain why many tables got out of sync , seems the reason was the propagation process was hanging , I stopped and restarted no changes were received in the other database , as a workaround I recreate it and the problem was fixed . Have you had a problem like this before ?
    Rgds

    browsing on Metalink seems the way to trace the root cause of this kind of problem is running the Oracle Streams Healtcheck right away after we got this kind of problem , seems the error that I got was just a coincidence because there is nothing related

Maybe you are looking for

  • 10.3.9 to 10.4 update

    Hey guys ... I have a running system on OS 10.3.9 and I have no experience with the update process on macs. Because I have no backup mac and I desperatly need my current to work I'd appreciate if someone could ellaborate on the update process towards

  • Titles on my webpage do not align properly using Firefox; they do on Safari!

    The tabs and titles to get to other parts of my website are chopped up and in uneven lines instead of in a neat row on my Firefox browser. Others do not have this viewing problem on my website, just me. However, on Safari, everything looks correct.

  • Filling the Bucket of Select-option as DEFAULT??

    Hi Experts, Pls. clarify my doubt reg. Selection screen, When I, <i><b>F8</b></i> the my_z_report, the selection screen is coming with default values (say,  A; B; C; D) in the bucket of <i><b>multiple selection</b></i> of the <b><i>select option s_do

  • Error when importing an application from EA2 to EA3

    When I try to import a script generated from APEX EA2 to APEX EA3, generates the following error: "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 32, column 1: PLS-00306: wrong number or types of a

  • Ouvrir un dossier dans un VI

    Bonjour, J'ai un petit soucis et je voudrais votre avis sur la faisabilité et/ou la méthode de réalisation. Je dois pouvoir ouvrir un dossier de mon ordinateur (dossier contenant des fichiers textes) lorsque l'utilisateur clique sur un bouton (par ex