Error while installing CRM 4.0 SR1 with Oracle 10.2 on Windows 2000 Server

Hi.. I'm getting error messages in the Database Instance phase, while installing <b>CRM 4.0 SR1 with Oracle 10.2</b> on Windows 2000 Server. Following are message snippets with last few lines showing error message:
<b>SAPSSEXC.log</b>
[code](DB) INFO: REPOSRC~0 created
(DB) INFO: REPOTEXT created
DbSl Trace: ORA-4031 occured when executing SQL statement (parse error offset = 0)
(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
  rc = 99, table "REPOTEXT"
  (SQL error 4031)
  error message returned by DbSl:
ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select name,intcol#,segcol#,...","Typecheck","opndef:qkexrAddMatching1")
(DB) INFO: disconnected from DB
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144208
[/code]
<b>SAPAPPL2.log</b>
[code](DB) INFO: SMOT413~0 created
(DB) INFO: SMOT413~R04 created
DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 31)
(DB) ERROR: DDL statement failed
(CREATE  INDEX "SMOT413~R05" ON "SMOT413" ( "MANDT" , "ERSKZ"  ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 604)
  error message returned by DbSl:
ORA-00604: error occurred at recursive SQL level 1
ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","select owner#,name,namespace...","Typecheck","seg:kggfaAllocSeg")
(DB) INFO: disconnected from DB
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144207
[/code]
<b>SAPSLEXC.log</b>
[code]DbSl Trace: ORA-1403 when accessing table SAPUSER
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
(DB) INFO: CO2MAP created
(IMP) INFO: import of CO2MAP completed (0 rows)
(DB) INFO: CO2MAP~0 created
(DB) INFO: CO2MAP~IDX created
DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
(DB) ERROR: DDL statement failed
(CREATE TABLE "CO2MAPINF" ( "SRCID" VARCHAR2(30) DEFAULT ' ' NOT NULL , "METHID" VARCHAR2(1) DEFAULT ' ' NOT NULL , "APPLNAME" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PAGEKEY" VARCHAR2(70) DEFAULT ' ' NOT NULL , "ID" NUMBER(10) DEFAULT 0 NOT NULL , "LANGUAGE" VARCHAR2(1) DEFAULT ' ' NOT NULL , "NAMESPACE" VARCHAR2(30) DEFAULT ' ' NOT NULL  ) TABLESPACE PSAPCRM620 STORAGE (INITIAL 16384 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 604)
  error message returned by DbSl:
ORA-00604: error occurred at recursive SQL level 2
ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select ts#,file#,block#,nvl(...","Typecheck","opndef:qkexrAddMatching1")
(DB) INFO: disconnected from DB
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144742
[/code]
<b>SAPSDIC.log</b>
[code](DB) INFO: TNMAP~0 created
(DB) INFO: TODIR created
DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
  rc = 99, table "TODIR"
  (SQL error 604)
  error message returned by DbSl:
ORA-00604: error occurred at recursive SQL level 1
ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
(DB) INFO: disconnected from DB
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
[/code]
<b>SAPSDOCU.log</b>
[code](DB) INFO: TLSY3~0 created
(DB) INFO: TLSY5 created
(IMP) INFO: import of TLSY5 completed (3 rows)
DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 33)
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "TLSY5~0" ON "TLSY5" ( "LANGU", "REL", "OLD_REL", "IMP_DATE" ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 604)
  error message returned by DbSl:
ORA-00604: error occurred at recursive SQL level 1
ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
(DB) INFO: disconnected from DB
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
[/code]
I am not sure but I think the problem is with the allocated shared memory size, which right now is:
<b>init.ora</b>
[code]shared_pool_size = 67108864[/code]
<b>init<SID>.ora</b>
[code]shared_pool_size = 90112000
shared_pool_reserved_size = 9011200
[/code]
If this is the cause of the problem then how much should i increase it to? and do i need to modify the size in both files or only init<SID>.ora? Is there any SAP Note related to this problem? Thanks.
Regards,

Hi Vasu,
ORA-4031... for 99%  of cases this means one thing:
the database instance is not configured correctly.
To proceed, do the following:
1. get rid of init.ora (it's not used at all)
2. make sure that the init<sid>.ora file is really used.
   If there is a spfile in the %ORACLE_HOME&/database folder
   then this will be used.
3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
    Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
See note:
<a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
for more on this.
And when you're setting up parameters anyway, check note
<a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
KR Lars

Similar Messages

  • Error while installing printer software for HP Photosmart Plus 209a-m on Windows 8.1 64 bit OS

    I am getting below error while installing printer software of HP Photosmart Plus 209a-m on Windows 8.1 64 bit OS. Can you please help me resolve this error? Thanks in advance.

    Hi tarunkw,
    Follow the steps below and check if that resolve the issue:
    1. Open Mcafee software, from the Virus and Spyware Protection section click on Schedule and run scans. Click on Real time scanning and then on Turn Off. select till I restart the PC and confirm by clicking the Turn Off button.
    Now try reinstalling the HP Software and check if the installation goes as expected.
    If the issue persists continue following the next steps below:
    2. Open the run dialog by clicking both the Windows key and the R key on your keyboard. Type %windir% and click on OK.
    3. Type hpoins*.dat into the top search bar, if there are any results rename the extention into old instead of dat. (e.g. hpoins1.old)
    4. Type hpwins*.dat into the top search bar, if there are any results rename the extention into old instead of dat. (e.g. hpwins1.old)
    5. Launch the Run dialog by clicking both the Windows key and the R key on your keyboard. Type MSIEXEC /UNREGISTER into the Run dialog and click on OK.
    6. Launch the Run dialog by clicking both the Windows key and the R key on your keyboard. Type MSIEXEC /REGSERVER into the Run dialog and click on OK.
    7. Run the installation file and check for any difference.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • SAP R/3 4.6C with Oracle 9.2 on Windows 2003-Server

    Hi,
    I need to find out whether it's possible to install SAP R/3 4.6C
    with Oracle 9.2 on a Windows 2003 - Server.
    Is is only possible to install this sap-system with Oracle 8.1.7 on a Windows 2000-Server? Or are there some other ways?
    If no, please tell me the possibilities for the correct installation of the desired sap-system.
    Awaiting for your feedback.
    Kind Regards

    ->SAP R/3 4.6C with Oracle 9.2 on Windows 2003-Server
    GreetZ, AH

  • Error while Installing SAP NetWeaver Testdrive sr1 in Fedora 7

    I am getting problen while Installing SAP NetWeaver Testdrive sr1 in Fedora 7
    I need to install   SAP Web Application Server 6.4 ,SAP NetWeaver Developer Studio,MAXDB7.5 in Fedora Core
    The package sapj2ee-srv-sapdb-6.40-2 is already installed.
    The package sapdb-7.5-2 is already installed.
    The package sapdb-db-log-7.5-2 is already installed.
    The package sapdb-db-files-7.5-2 is already installed.
    Found interface: eth8 . Alias is eth8:0
    ifconfig eth8:0 195.155.155.1 up
    LD_LIBRARY_PATH: Undefined variable.
    rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /sapdb/programs/bin/xuser: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    [: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Can u suggest  what I need to do ? do I have to install any rpm

    Hi Debashis Mallick,
    it seems the program xuser need the libraries libdl.so.2 and libc.so.6 and don't find it.
    Both are in package glibc-2.6.x. ,maybe your have Version < 2.6 installed?
    Regards
    Andreas Filzer

  • Problem Installing  IDES 4.7 SR1 with Oracle 9.2.0.1.0

    Hello everyone,
    I have problems installing SAP IDES 4.7 SR1  with Oracle 9.2.0.1.0 on my desktop pc..I got problems in the very begining when using Oracle Universal installer:
    --When I tryied to install Oracle(using Oracle Installer) for the first time I received error - pop up box at 16% with some file 'oraocci9.lib'. I was able to find the file under directory C:\oracle\ora92\oci
    lib\msvc  but still I wasnt able to continue for some reason..
    -- Now when I try to reinstall Oracle from scretch I have even more  errors : When I chose 'select the a databse suited to your needs' and chose General Purpose
    I got the message:
    ..'The folowing running service need to be shutdown before continuing : OracleMTSREcoveryService..'
    --Oracle universal Installer doesn't show that I got  something to uninstall - but still I got this MTS running?Can someone tell me how to uninstall everything and start from scratch again..
    If anyone got idea - please help , or BEST will be if someone got <b>THE DETAILED 4.7 IDES with Oracle 9i INSTALL PROCEDURE PLEASE EMAIL</b> me at: [email protected]
    Highly appreciate any help!!
    Thanks ,
    Bob
    P.S I have done all requitements :
    OS Windows 2003 server installed on C partition Oracle Home resides on C  and created 68 GB D partition for Oracle database files and Sap..

    Hello Bobi,
    Install the Oracle first (choose without database option) then install IDES.
    Regards
    Kariyath

  • Error while installing SAP Developer Workspace SR1 (MAXDB)

    When I was trying to install SAP Developer Workspace SR1 (MAXDB), I encountered the following error in the Step of "Import Java Dump":
    ERROR 2007-01-24 13:43:20
    CJS-30049  Execution of JLoad tool 'C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DEVWP\MAXDB\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/tc_sec_secstorefs.jar;C:\sapdb\programs\runtime\jar\sapdbc.jar" -sec J2E,jdbc/pool/J2E,
    PC144942389585/sapmnt/J2E/SYS/global/security/data/SecStore.properties,
    PC144942389585/sapmnt/J2E/SYS/global/security/data/SecStore.key -dataDir "F:/NW04s SR1 Workplace/51031694_4/DVD_NW_2004s_SR1_Developer_Workplace\JAVA_EXPORT\JDMP" -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DEVWP\MAXDB\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/jload.java.log' for more information.
    ERROR 2007-01-24 13:43:21
    FCO-00011  The step importJavaDump with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    I believe it is related to the MaxDB installation. But I can't figure out the reason that cause the errors.
    Please advise me how I can complete the installation.
    Thanks.
    Kent
    null

    HI
    If i remember correct , Installation will ask you for MaxDB user ids , it will give errors latter if you give lengthy user ids ( i think >8 or 9  ) . So try not to give lengty ids also check your host name. Looks like that also too long
    Thanks
    Prince

  • Error while installing Visual Studio Express 2013 with Update 4 for Windows Desktop.

    When I try to install Visual Studio Express 2013 with Update 4 for Windows Desktop, I
    get the error :
    Microsoft Visual Studio Express 2013 for Windows Desktop.The form specified for the subject is not one supported or known by the specified trust provider.
    Here is what I get when I use the File Checksum Integrity Verifier (NOTE: I couldn't find the SHA Hash for the .iso I downloaded)
    // File Checksum Integrity Verifier version 2.05.
    8ab9b5ff10da1c33bb3f088331a7c8d8 vs2013.4_dskexp_enu.iso
    Here is some Extra Information:
    MY OS: Windows Technical Preview x86ANOTHER OS I TRIED INSTALLING VB ON: Windows 7 Ultimate x86
    DOWNLOADED ISO FROM: http://www.visualstudio.com/en-us/downloadsLINK: http://download.microsoft.com/download/9/6/4/96442E58-C65C-4122-A956-CCA83EECCD03/vs2013.4_dskexp_ENU.iso
    LOG FILE: http://m.uploadedit.com/b044/1421425243589.txtSHA HASH OF THE RECEIVED ISO: 8ab9b5ff10da1c33bb3f088331a7c8d8
    ====================================================NOTES:
    #I ran the setup as an administrator.
    #I do not know the SHA Hash for the ISO so please check if it matches the SHA Hash of the actual file.#Please don't recommend to use the Web Installer.#I tried both extracting the ISO and Mounting the ISO to run the Setup.
    Thanks. :D

    Solved.   The ISO is corrupt.
    The SHA 1 Hash of the ISO was 57CF28106EA096758AD6AB909F226A3468D95A49
    and the downloaded one returned 8ab9b5ff10da1c33bb3f088331a7c8d8.

  • Error while installing SAP Enterprise 4.70 for Oracle

    Hi all,
    While installing R/3 4.7 on Windows 2000 with oracle database ,while installing database instance i encountered the following error message.
    CJS - 00084 SQL statement or Script failed
    Error Message: Executable D:\oracle\ora92/bin/sqlplus.exe returns 3
    FJS - 00012 Error when executing script
    I am copying the contents of the sapinst.log and sapinst_dev.log for reference.
    sapinst.log:
    TRACE
    receiving on port 21212
    TRACE
    sending on port 21213
    TRACE
    host name is sapsrv
    TRACE
    effective user corresponds to real user
    TRACE
    Administrator has SID S-1-5-21-1085031214-413027322-839522115-500
    TRACE
    account Administrator exists with parameter domain="SAPSRV"
    TRACE
    existence check for user Administrator returned true.
    TRACE
    inserted account (Administrator, S-1-5-21-1085031214-413027322-839522115-500, USER) into the accountcache.
    TRACE
    java has been started with the following command line: "C:\j2sdk1.4.2_15\bin\javaw.exe" -cp jar\instgui.jar;jar\inqmyxml.jar -Dsun.java2d.noddraw=true com.sap.ins.gui.Main -port 21212
    TRACE
    guiengine: waiting for connect on ports 21212 and 21213
    TRACE
    got notification...
    TRACE<i>
    got notification...
    TRACE
    signaling connect answer...
    TRACE
    releasing notifyLock
    TRACE
    trying to aquire notifyLock...
    TRACE
    running...
    TRACE
    showing dlg diInit
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    releasing notifyLock
    TRACE
    Opened iaccdlib.dll
    TRACE
    Calling m_pGui->showLicenseAgreement()
    TRACE
    got notification...
    TRACE
    ACTION_OK received
    TRACE
    releasing notifyLock
    TRACE
    Opened iamodwas.dll
    TRACE
    The controller registered the module CIaWapsSystem
    TRACE
    The controller registered the module CIaWapsInstance
    TRACE
    The controller registered the module CIaWapsSystem
    TRACE
    The controller registered the module CIaWapsInstance
    TRACE
    The controller registered the module CIaWapsDBName
    TRACE
    The controller registered the module CIaWapsDBName
    TRACE
    The controller registered the module CIaWapsDBName
    TRACE
    Opened iamodora.dll
    TRACE
    The controller registered the module COraInputChecker
    TRACE
    Opened iamodos.dll
    TRACE
    The controller registered the module CIaOsPorts
    TRACE
    The controller registered the module COraInputChecker
    TRACE
    The controller registered the module COraInputChecker
    TRACE
    The controller registered the module CIaOsCheckJava
    TRACE
    The controller registered the module CIaOsCheckJava
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|dAskWhat
    TRACE
    showing dlg dORA_R3E_What
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    releasing notifyLock
    TRACE
    tInstEnv :
    TRACE
    tInstEnv : tWhat
    TRACE
    value : INST
    TRACE
    The step dAskWhat with key R3E|ind|ind|ora|R3E|47|0|dAskWhat has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|dAskInstanceType
    TRACE
    tInstEnv :
    TRACE
    tInstEnv : tWhat
    TRACE
    value : INST
    TRACE
    tInstEnv :
    TRACE
    tInstEnv : tWhat
    TRACE
    value : INST
    TRACE
    showing dlg d_SAPComponent_InstanceType_ABAP
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    releasing notifyLock
    TRACE
    The step dAskInstanceType with key R3E|ind|ind|ora|R3E|47|0|dAskInstanceType has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|dAskDbType
    TRACE
    tInstEnv :
    TRACE
    tInstEnv : tWhat
    TRACE
    value : INST
    TRACE
    tInstEnv :
    TRACE
    tInstEnv : tWhat
    TRACE
    value : DB
    TRACE
    showing dlg dORA_R3E_dbType
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    releasing notifyLock
    TRACE
    The step dAskDbType with key R3E|ind|ind|ora|R3E|47|0|dAskDbType has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|dFillChildContext
    TRACE
    Opened iamodutl.dll
    TRACE
    t_SAPComponent_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    The step dFillChildContext with key R3E|ind|ind|ora|R3E|47|0|dFillChildContext has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dSetDbInfoContextParam
    TRACE
    The step dSetDbInfoContextParam with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dSetDbInfoContextParam has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dGetHostInfo
    TRACE
    Processing row CONDITION=TRUE HOSTADDRESSES=value(NEEDED) HOSTALIASES=value(NEEDED) HOSTCPUCOUNT=value(NEEDED) HOSTCPUFAMILY=value(NEEDED) HOSTNAME=value(NEEDED) HOSTNAMELENGTH=value(NEEDED) HOSTOSFANAME=value(NEEDED) HOSTOSTYPE=value(NEEDED) HOSTPLATFORM=value(NEEDED) HOSTRAM=value(NEEDED) HOSTSWAP=value(NEEDED) OPMODE=GETINFO
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    INFO 2007-08-14 18:02:32
    Processing of host operation t_HostInfo_SHARED succeeded.
    TRACE
    The step dGetHostInfo with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dGetHostInfo has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dGetCurrentProcessInfo
    TRACE
    effective user corresponds to real user
    TRACE
    account Administrator exists with parameter domain="SAPSRV"
    TRACE
    effective user corresponds to real user
    TRACE
    account Administrator exists with parameter domain="SAPSRV"
    TRACE
    account Administrator exists with parameter domain="SAPSRV"
    TRACE
    t_HostInfo_SHARED.updateRow(, WHERE HostRole='LOCALHOST'), updating
    TRACE
    The step dGetCurrentProcessInfo with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dGetCurrentProcessInfo has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dCompleteContextWithHostInfo
    TRACE
    The step dCompleteContextWithHostInfo with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dCompleteContextWithHostInfo has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|makeSystemRowDB
    TRACE
    t_SAPComponent_Waps_System_SHARED.completeRow(, WHERE WapsSystemName='V11'), inserting
    TRACE
    t_SAPComponent_Waps_System_SHARED.completeExpression(, WHERE WapsSystemName='V11'), completing
    TRACE
    The step makeSystemRowDB with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|makeSystemRowDB has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|askForKeyParameters
    TRACE
    t_SAPComponent_Private.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    showing dlg d_SAPComponent_DBInstance
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    releasing notifyLock
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    t_HostInfo_SHARED.updateRow(, WHERE HostRole='LOCALHOST'), updating
    TRACE
    The step askForKeyParameters with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|askForKeyParameters has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|cleanTables
    TRACE
    The step cleanTables with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|cleanTables has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|makeInstanceRow
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceType='DB' AND WapsInstanceNumber='' AND WapsInstanceHost='sapsrv'), inserting
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.completeExpression(, WHERE WapsSystemName='V11' AND WapsInstanceType='DB' AND WapsInstanceNumber='' AND WapsInstanceHost='sapsrv'), completing
    TRACE
    The step makeInstanceRow with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|makeInstanceRow has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dFillContextTablesOfOtherChildren
    TRACE
    t_SAPComponent_Waps_System_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    t_DatabaseSystem_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    tCheckLibPath_context.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Accounts_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    t_SAPComponent_Exports_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_Stop_Services_CONTEXT
    TRACE
    t_SAPComponent_Filesystem_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    t_SAPComponent_Ports_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Profiles_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_Services_CONTEXT
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_MMC_CONTEXT
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_Program_Items_CONTEXT
    TRACE
    t_SAPComponent_Archives_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Pre_Steps_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Post_Steps_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_General_Environment_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_Permissions_CONTEXT
    TRACE
    t_DatabaseClient_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_DatabaseClientDB2_CONTEXT
    TRACE
    t_DatabaseServer_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabaseLoad_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabasePostLoad_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPInstancePrepare_context.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    t_SAPInstanceDbActions_context.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_DatabaseExport_context
    TRACE
    t_SAPComponent_Rfc_Jobs_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_InQMy_CONTEXT
    TRACE
    found a match, deleting rows
    TRACE
    disabling branch t_SAPComponent_Enable_Java_CONTEXT
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Contexttables_HACK.insertRow(), inserting
    TRACE
    t_SAPComponent_Waps_System_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    The step dFillContextTablesOfOtherChildren with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|dFillContextTablesOfOtherChildren has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|AskForAbapOrJava
    TRACE
    The step AskForAbapOrJava with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|AskForAbapOrJava has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|makeCIRow
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.completeExpression(, WHERE WapsSystemName='V11' AND WapsInstanceType = 'CI'), inserting
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceType = 'CI'), updating
    TRACE
    t_SAPComponent_Private.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    showing dlg d_SAPComponent_CentralInstance
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    releasing notifyLock
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceType = 'CI'), updating
    TRACE
    The step makeCIRow with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|makeCIRow has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|convertExpressions
    TRACE
    t_SAPComponent_Waps_System_SHARED.updateRow(, WHERE WapsSystemName='V11'), updating
    TRACE
    The step convertExpressions with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|convertExpressions has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|propagateContext
    TRACE
    t_SAPComponent_Waps_Instance_Dirs_CONTEXT.updateRow(, WHERE ROWNUM=0), inserting
    TRACE
    The step propagateContext with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|propagateContext has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|calculateRamDistribution
    TRACE
    found row
    TRACE
    found row
    TRACE
    myPart: 2, allParts: 5
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.completeRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv'), completing
    TRACE
    The step calculateRamDistribution with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|calculateRamDistribution has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|invokeHostDialog
    TRACE
    showing dlg dNT_SAPComponent_Waps_Instance_Hostinfo
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    releasing notifyLock
    TRACE
    The step invokeHostDialog with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|invokeHostDialog has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|tweakWindowsDomain
    TRACE
    t_SAPComponent_Waps_System_SHARED.updateRow(, WHERE WapsSystemName='V11'), updating
    TRACE
    The step tweakWindowsDomain with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|tweakWindowsDomain has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|completeContexttableHack
    TRACE
    t_SAPComponent_Waps_System_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabaseSystem_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    tCheckLibPath_context.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Accounts_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Exports_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Filesystem_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Ports_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Profiles_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Archives_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Pre_Steps_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Post_Steps_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_General_Environment_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabaseClient_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabaseServer_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabaseLoad_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_DatabasePostLoad_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPInstancePrepare_context.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPInstanceDbActions_context.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    t_SAPComponent_Rfc_Jobs_CONTEXT.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    The step completeContexttableHack with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|completeContexttableHack has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|GetMountInfo
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE[E]
    Node F:\ does not exist.
    TRACE[E]
    Unable to determine used space on drive F:/: The device is not ready.
    TRACE[E]
    Unable to determine free space on drive F:/: The device is not ready.
    TRACE[E]
    Unable to get user quota on drive F:/: The device is not ready.
    TRACE
    t_DriveMapping_SHARED.completeRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv' AND Key='WAPS_SapDir'), inserting
    TRACE
    t_DriveMapping_SHARED.completeRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv' AND Key='WAPS_SapTransHost'), inserting
    TRACE
    The step GetMountInfo with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|GetMountInfo has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|InvokeDialog
    TRACE
    t_DriveMapping_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv' AND Key='WAPS_SapDir'), updating
    TRACE
    Opened iajsmod.dll
    INFO 2007-08-14 18:02:38
    The 'saploc' share exists at directory 'D:\usr\sap'. Choosing drive D: as SAP System drive.
    TRACE
    t_SAPComponent_Private.updateRow(, WHERE ROWNUM=0), updating
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    host name is sapsrv
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    hostname after reverse lookup is: sapsrv
    TRACE
    showing dlg dNT_SAPComponent_Waps_Instance_Dirinfo
    TRACE
    waiting for an answer from gui
    TRACE
    got notification...
    TRACE
    CDialogHandler: ACTION_NEXT requested
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    IP name sapsrv resolves to IP address(es): 192.168.1.22
    TRACE
    hosts entry has IP address(es): 192.168.1.22
    TRACE
    IP address "192.168.1.22" added to hosts entry
    TRACE
    host name "sapsrv" added to host entry
    TRACE
    IP address 192.168.1.22 resolves to IP name(s): sapsrv
    TRACE
    hosts entry has host name(es): sapsrv
    TRACE
    releasing notifyLock
    TRACE
    t_DriveMapping_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv' AND Key='WAPS_SapTransHost'), updating
    TRACE
    The step InvokeDialog with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|InvokeDialog has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|writeTable
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateExpression(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv'), updating
    TRACE
    t_SAPComponent_Waps_Instance_SHARED.updateRow(, WHERE WapsSystemName='V11' AND WapsInstanceName='' AND WapsInstanceHost='sapsrv'), updating
    TRACE
    The step writeTable with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|writeTable has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseSystem|ind|ind|ora|ind|ind|0|fillContextOfSubcomponents
    TRACE
    The step fillContextOfSubcomponents with key R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseSystem|ind|ind|ora|ind|ind|0|fillContextOfSubcomponents has been executed successfully.
    TRACE
    The controller is about to execute the dialog step R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseSystem|ind|ind|ora|ind|ind|0|DatabaseCommonParameters|ind|ind|ora|ind|ind|0|dialogGetCommonParams
    INFO 2007-08-14 18:02:40
    Copying file D:/KERNEL/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2007-08-14 18:02:40
    Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    TRACE
    Getting OraVolatileDatabaseParameters.xml from CD: D:/KERNEL/NT/COMMON/OraVolatileDatabaseParameters.xml
    TRACE
    Reading volatile database parameters from 'OraVolatileDatabaseParameters.xml'.
    TRACE
    tGlobalDbParameters.completeRow(, WHERE dbSid = getContextParameter('dbSid')), completing
    TRACE
    CDomainObjectCache::readFromKeyDb: Reading from tGlobalDbParameters WHERE dbSid = 'V11'
    TRACE
    tGlobalDbParameters.updateRow(, WHERE dbSid = getContextParameter('dbSid')), updating
    TRACE
    tGlobalDbParameters.updateRow(, WHERE dbSid = getContextParameter('dbSid')), updating
    TRACE
    tORA_DriveSelect.completeRow(, WHERE key = 'sapdataHome'), inserting
    TRACE
    tORA_DriveSelect.completeRow(, WHERE key = 'oraArch'), inserting
    TRACE
      <table name="tGlobalDbParameters">
    <!--
      points to base table      :tGlobalDbParameters
      belongs to client         :R3E|ind|ind|ora|R3E|47|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseSystem|ind|ind|ora|ind|ind|0|DatabaseCommonParameters|ind|ind|ora|ind|ind|0
      Row count of client table :1
      Row count of base   table :1
    -->
        <columns>
          <column name="dbSid"><!--  points to base table attribute :dbSid-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="DbHostname"><!--  points to base table attribute :DbHostname-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbServerVersion"><!--  points to base table attribute :dbServerVersion-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbServerBit"><!--  points to base table attribute :dbServerBit-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbClientVersion"><!--  points to base table attribute :dbClientVersion-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbClientBit"><!--  points to base table attribute :dbClientBit-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbHome"><!--  points to base table attribute :dbHome-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbHomeName"><!--  points to base table attribute :dbHomeName-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="dbSchema"><!--  points to base table attribute :dbSchema-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column>
          <column name="OraStageDir"><!--  points to base table attribute :OraStageDir-->
            <defaultproperties>
              <property name ="CHANGEABLE" value ="YES" />
            </defaultproperties>
          </column&g

    and look for
    sqlplus.exe returns 3
    this should help - issue was posted multiple times

  • Error while installing ofm_frmrpts_win_11.1.2.0.0_32 Oracle Forms 11g

    Dear Oracles,
    I am facing problems while installing Oracle Forms 11g
    I read many documentations - and follow many pages during installing - but the same error appears every time
    I installed Oracle Web Logic Server wls1035_generic.jar perfectly, and then create a web logic domain through Fusion Middleware config wizard
    and test the web server through
    http://localhost:7001/console
    http://img811.imageshack.us/img811/8558/consoleto.jpg
    and then installed Oracle Forms and Reports 11g R2 using ofm_frmrpts_win_11.1.2.0.0_32 3 - Disks
    I chose Install S/w only - it was installed successfully
    then I opened Configure Classic instance and follow wizard
    It stopped at creating domain
    every time i try it.
    with images to show my problem
    http://img404.imageshack.us/img404/4131/ofmfrmrptswin11120032.jpg
    Iam using win XP-32 bit with 2 GB Ram pc and Oracle DB 11g
    and this is the Log
    error part
    [2012-11-07T22:17:59.937-08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JfUeR^Z8XrWjLxVK8A1GaorA000004,0] reportStartConfigAction: EXIT........
    [2012-11-07T23:57:03.859-08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JfUeR^Z8XrWjLxVK8A1GaorA000004,0]
    [2012-11-07T23:57:03.859-08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JfUeR^Z8XrWjLxVK8A1GaorA000004,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:339)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    [2012-11-07T23:57:03.859-08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JfUeR^Z8XrWjLxVK8A1GaorA000004,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:339)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    ]]

    In addition to Craig's feedback consider the following:
    If you did not read the system requirements and installation guide, you likely will have problems.
    http://docs.oracle.com/html/E25460_01/r2_fr_requirements.htm
    <blockquote>1. Does your machine have a static IP address and/or the Windows Loopback adapter installed and configured?
    2. You indicated that you have 2gig of RAM. This is the minimum requirement just to install the product. It is very unlikely that you will be able to comfortably use the product with 2gig of RAM. Likely the performance will be so slow that processes will timeout before they can successfully start. You can actually see this occurring already - look carefully at the log info you posted.
    Further, if you are also attempting to run an 11g database on the same machine, this will never happen. Having only 2gig of RAM will never support running the DB and the components of FMw, and the Operating System.</blockquote>

  • Installing sap 4.6c SR2 on oracle 8.1.7 (Windows 2000)

    Hello fellow workers.
    I am writing because we are installing SAP 4.6C SR2 on operating system windows 2000 and database oracle 8.1.7 and we are facing some problems with the oracle software. Currently, we are in the oracle software installation stage and during the installation there is an error which states the following message: Error in writing to file C:\Program Files\Oracle\bin\regsvr32.exe. I have been checking the folder permission and it has full access, I have also checked all hardware and software prerequisites
    Thanks in advance for your support, any help will be appreciated.
    Boris Romero

    > Do you Know how to know which program is using the file?
    You can find that out using HandleEx (or ProcessMonitor) from Sysinternals (now Microsoft):
    http://technet.microsoft.com/en-us/sysinternals/default.aspx
    Markus

  • Problem with oracle 8i installation on windows 2000 pro

    Hi all
    i'm installing oracle 8i enterprize edition on windows 2000 professional.
    At the end of the installation,in the configuration tools step when it says that
    the following tools will be automatically started for you etc...
    the oracle database configuration assistant keep failing and i get the following message in the text file dbSilentCreate
    < 8I\starterdb is an invalid command line argument. >
    what should i do? anyone familiar with this problem ?
    Constancio

    This should be a workaround for your problem. Let me know if it works or not.
    1. Create a temporary directory on your server.
    2. Copy the contents of the Oracle RDBMS Server CD to the temporary directory created in step 1.
    3. Search the directory structure created in step 1 for the existence of the filename symcjit.dll.
    4. Rename each copy of the symcjit.dll to symcjit.old.
    5. Run the setup.exe from the \install\win32 directory and install Oracle 8.1.x.

  • Error while installing the WAS 640 SR1 unicode

    Hi,
      When I am trying to install WAS 640 SR1 On windows xp sp2. The following error I am getting. Can you help to fix this issue. I am attaching the trace file.
    SAPinst is getting started.
    Please be patient ...
    guiengine: login in process.
    INFO       2006-08-04 21:35:28 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:28 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:28 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:29 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml.
    INFO       2006-08-04 21:35:29 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml.
    INFO       2006-08-04 21:35:29 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\keydb.1.xml.
    INFO       2006-08-04 21:35:30 [ianxbusprv.cpp:337]
               CIaNtUserPrivileges::add_impl(., MALLI-01UIT2PDX\malli, SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'MALLI-01UIT2PDX\malli' on host '.'.
    INFO       2006-08-04 21:35:30 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\summary.html.
    PHASE      2006-08-04 21:35:30 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    INFO       2006-08-04 21:35:38 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Friday, 04 August 2006, 21:35:26; installation directory: C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI; product to be installed: SAP NetWeaver '04 Support Release 1> ABAP System> Oracle> Unicode> Central Instance Installation
    INFO       2006-08-04 21:35:39 [iaxxbhosts.cpp:434]
               CIaOsHosts::getInfo()
    Host operation t_HostInfo_SHARED processed successfully.
    ERROR      2006-08-04 21:35:56 [syxxsyshlp.cpp:56]
               syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)
    FSL-00001  System call failed. Error 1 (Incorrect function.
    ) in execution of system call 'GetVolumeNameForVolumeMountPoint' with parameter (B:\), line (276) in file (synxcfsmnt.cpp).
    ERROR      2006-08-04 21:35:56 [iaxxbmount.cpp:153]
               CIaOsMount::handleMount(PKdbClientTable table, PSyMount const& mount) const
    MOS-01236  Could not determine information about file system MALLI-01UIT2PDX:, mounted at unknown.
    WARNING    2006-08-04 21:35:56 [iaxxccntrl.cpp:477]
               CController::stepExecuted()
    The step GetMountInfo with step key SAPSYSTEM_CI|ind|ind|ind|ind|ind|0|SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|GetMountInfo was executed with status ERROR.
    SAPinst component stack:
    ========================
      Preinstall|ind|ind|ind|ind|ind|0
    Current script:
    ===============
    var client = ;
    client.keymap["tOS_Mounts"] = "=t_MountPoints_PRIVATE";
    installer.setKdbClient(client);
    var args = new Array();
    var c_hostsCall = ;
    installer.invokeModuleCall(c_hostsCall);
    // Copy Template table
    waps_copy_template_table("tNT_DriveMapping_TEMPLATE", context.get("tDriveMapping") );
    WARNING    2006-08-04 21:36:05 [iaxxcsihlp.hpp:250]
               main()
    An error occurred during the installation.
    Exit status of child: 1
    Appreciate for your quick reply.
    Thanks,
    Mallikarjun.M

    Hi Malisetti,
    This look like a problem with the installation target, seems like somehow the installation can't find or deal with the mounted volumne.
    Are you trying to install WAS in an external device/storage?
    Hope this help!
    Juan
    PS: please reward points if helpful

  • BIDSExtensionsSetup.dll error while installing CRM 2013 authoring

    Been having this trouble for a month, and have found no solution on MSDN.
    I have SQL Data Tools 2010 installed.
    Cannot proceed instalation after getting this error:
    Setup cannot continue because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{GUID}\BIDSExtensionsSetup.dll cannot be found or is incorrect.
    For additional details see logfile:
    21:26:13|   Info| === Setup bootstrap logging started 02/02/2015 09:26:13 p.m. ===
    21:26:13|   Info| Bootstrap version: 7.0.0.3027.
    21:26:14|   Info| User: [My User].
    21:26:14|   Info| Invoked with command line: "C:\Users\[My User]\Downloads\SetupBIDSExtensions.exe" 
    21:26:14|   Info| Running C:\Users\[My User]\Downloads\SetupBIDSExtensions.exe
    21:26:14|   Info| Loading bootstrap library C:\Users\[My User]\Downloads\BIDSExtensionsSetup.dll
    21:26:35|   Info| Microsoft Dynamics® CRM Report Authoring Extension is not currently installed.
    21:26:37|   Info| Closing bootstrap library C:\Users\[My User]\Downloads\BIDSExtensionsSetup.dll
    21:26:38|   Info| Patchfile target Product code: {0C524DF0-0409-0060-BF3E-80D80B490D53}
    21:26:38|   Info| Patchfile target version: 6.0.0000.0302
    21:26:38|   Info| Patchfile target language: 1033
    21:26:38|   Info| Patchfile target upgrade code: {3315FF72-9F24-423B-B854-7EDCF3394F50}
    21:26:38|  Error| Patch file is not valid for installing package. (packagevalidator.cpp:CWindowsInstallerPatchPackageValidator::Validate:364).
    21:26:38|   Info| Expected parameters for update file: 
    Upgrade code - {3315FF72-9F24-423B-B854-7EDCF3394F50}
    Product code - {0C524DF0-0409-0070-BF3E-80D80B490D53}
    ProductLanguage - 1033
    BaseVersion - 7.0.0.3027
    21:26:39|   Info| Error not a valid MSP file - C:\Users\[My User]\Downloads\Update\Bids_KB2888948_i386_1033.msp
    21:26:39|  Error| The update file is not valid for installation of this application. (setup.cpp:CCrmSetup::RetrieveUpdateFilePath:1184).
    21:26:39|   Info| Clean up the BITS downloader.
    21:32:50|  Error| The update file is not valid for installation of this application., Error, OK
    21:32:50|   Info| InputResult: OK
    21:33:07|   Info| Uninitializing COM.
    21:33:08|   Info| Uninitialized COM.
    21:33:08|   Info| Clean up the BITS downloader.
    21:33:08|   Info| === Setup bootstrap logging ended 02/02/2015 09:33:08 p.m. ===
    21:33:10|   Info| === Setup bootstrap logging started 02/02/2015 09:33:10 p.m. ===
    21:33:10|   Info| Bootstrap version: 6.0.0.302.
    21:33:10|   Info| User: [My User].
    21:33:11|   Info| Invoked with command line: "C:\Users\[My User]\Downloads\crm2013\SetupBIDSExtensions.exe" 
    21:33:11|   Info| Running C:\Users\[My User]\Downloads\crm2013\SetupBIDSExtensions.exe
    21:33:11|   Info| Loading bootstrap library C:\Users\[My User]\Downloads\crm2013\BIDSExtensionsSetup.dll
    21:33:15|   Info| Microsoft Dynamics® CRM Report Authoring Extension is not currently installed.
    21:33:16|   Info| Closing bootstrap library C:\Users\[My User]\Downloads\crm2013\BIDSExtensionsSetup.dll
    21:33:17|   Info| Patchfile target Product code: {0C524DF0-0409-0060-BF3E-80D80B490D53}
    21:33:17|   Info| Patchfile target version: 6.0.0000.0302
    21:33:18|   Info| Patchfile target language: 1033
    21:33:18|   Info| Patchfile target upgrade code: {3315FF72-9F24-423B-B854-7EDCF3394F50}
    21:33:30|   Info| Patchfile passed validation checks.
    21:33:30|   Info| MSP file C:\Users\[My User]\Downloads\crm2013\Update\Bids_KB2888948_i386_1033.msp will be installed
    21:33:31|   Info| Searching for MU Service in system
    21:33:32|   Info| MU service found in system.
    21:33:32|   Info| MU is registered with AU
    21:33:32|   Info| MU Service registration status = Registered
    21:33:35|   Info| Do not update Radio clicked -- proceeding with setup without update
    21:33:36|   Info| Do not update Radio clicked -- proceeding with setup without update
    21:33:37|   Info| Copying installer files to local directory:  
    21:33:37|   Info| Package: C:\Users\[My User]\Downloads\crm2013\BIDSExtensions.msi, Options: ADDLOCAL="Installer" INSTALLDIR="C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}" TARGETDIR="C:\Users\[My
    User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}" ALLOWRUN=1 PATCH="C:\Users\[My User]\Downloads\crm2013\Update\Bids_KB2888948_i386_1033.msp"
    21:34:07|   Info| Loading bootstrap library C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll
    21:34:08|  Error| LoadLibrary(C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll) failed.(error = 5) (bootstrapwrapper.h:CBootstrapLibrary::Load:80).
    21:34:08|  Error| Setup cannot proceed because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll cannot be found or is incorrect. (bootstrapwrapper.h:CBootstrapLibrary::Load:116).
    21:36:02|  Error| Setup cannot proceed because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll cannot be found or is incorrect., Error, OK
    21:36:02|   Info| InputResult: OK
    21:36:05|   Info| Are you sure you want to cancel Setup?, Question, Yes|No
    21:36:05|   Info| InputResult: Yes
    21:36:06|   Info| Clean up the BITS downloader.
    21:36:06|   Info| Uninitializing COM.
    21:36:06|   Info| Uninitialized COM.
    21:36:07|   Info| Clean up the BITS downloader.
    21:36:07|   Info| === Setup bootstrap logging ended 02/02/2015 09:36:07 p.m. ===

    The Report Authoring Extensions (any version) don't support VS 2013. Currently the Crm 2015 Report Authoring Extensions support VS 2012 and VS 2010, and the Crm 2013 Report Authoring Extensions supports only VS 2010.
    By the way, the error you posted suggests you're trying to install the Crm 2011 Report Authoring Extensions
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

  • Error while installing crm 2007

    Hi,
    I am getting error whileinstalling 2007 on win xp.
    INFO       2009-12-23 01:40:48 [synxccuren.cpp:877]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: amdadm.
    ERROR      2009-12-23 01:40:48 [synxctask.cpp:235]
               CSyTaskImpl::start(false)
    FSL-06002  Error 193 (Unknown, try 'net helpmsg <Nr>') in execution of a 'CreateProcess' function, line (310), with parameter (H:\usr\sap\AMD\SYS\exe\uc\NTI386\R3load.exe ...).
    TRACE      [synxctask.cpp:86]
               CEnvironmentJanitor::~CEnvironmentJanitor()
    Restoring current processenvironment
    TRACE      [synxccuren.cpp:787]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Terminated current impersonation.
    INFO       2009-12-23 01:40:48 [syxxccuren.cpp:105]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to C:\Program Files\sapinst_instdir\CRM2007\SYSTEM\ORA\CENTRAL\AS.
    TRACE      [iaxxejsbas.hpp:388]
               handleException<ESyException>()
    Converting exception into JS Exception ESyException.
    ERROR      2009-12-23 01:40:48
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    TRACE      [iaxxejsbas.hpp:460]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2009-12-23 01:40:48 [iaxxgenimp.cpp:731]
               showDialog()
    FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .
    TRACE      [iaxxgenimp.cpp:719]
               showDialog()
    <html> <head> </head> <body> <p> An error occurred while processing service SAP CRM 2007 > SAP Systems > Oracle > Central System > Central System Installation. You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/CRM2007/SYSTEM/ORA/CENTRAL/AS. </p> </body></html>
    TRACE      [iaxxgenimp.cpp:1155]
               showDialog()
    waiting for an answer from gui
    INFO       2009-12-23 01:54:33 [iaxxgenimp.cpp:782]
               showDialog()
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection".
    Any idea what this means?i tried reinstalling 4 times even after deleting all the files But no change in message.

    Hi,
    Looks like connection to database is getting failed.Check your database it should be up and running.
    Thanks,
    Akram

  • Error While Installing SAP ECC 6.0 on Oracle DB at 19th Step Import ABAP

    Hey all,
    I am NEw to this Forum..And this is My First Post in this Forum...
    When I Was Installing SAP Ecc 6.0 on My PC.. I got An Error Message at 19th Step at Monitoring the Job 18...The Issue is Below...
    INFO 2013-08-30 06:12:14
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.4.xml'.
    INFO 2013-08-30 06:12:14
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.5.xml'.
    INFO 2013-08-30 06:12:16
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2013-08-30 06:12:28
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.3.xml'.
    INFO 2013-08-30 06:12:28
    Execute step runMigrationMonitor of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.
    INFO 2013-08-30 06:12:33
    Switched to user: ramadm.
    INFO 2013-08-30 06:12:33
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\import_monitor.java.log.
    INFO 2013-08-30 06:12:33
    Switched to user: ramadm.
    INFO 2013-08-30 06:12:33
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS.
    INFO 2013-08-30 06:12:33
    Output of C:\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC 6.0\ecc6\DB1\EXP1;E:\ECC 6.0\ecc6\DB2\EXP2;E:\ECC 6.0\ecc6\DB3\EXP3;E:\ECC 6.0\ecc6\DB4\EXP4;E:\ECC 6.0\ecc6\DB5\EXP5;E:\ECC 6.0\ecc6\DB6\EXP6;E:\ECC 6.0\ecc6\DB6\EXP7;E:\ECC 6.0\ecc6\DB6\EXP8;E:\ECC 6.0\ecc6\DB6\EXP9;E:\ECC 6.0\ecc6\DB6\EXP10;E:\ECC 6.0\ecc6\DB6\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe D:\usr\sap\RAM\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2013-08-30 06:17:03
    Execution of the command "C:\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC 6.0\ecc6\DB1\EXP1;E:\ECC 6.0\ecc6\DB2\EXP2;E:\ECC 6.0\ecc6\DB3\EXP3;E:\ECC 6.0\ecc6\DB4\EXP4;E:\ECC 6.0\ecc6\DB5\EXP5;E:\ECC 6.0\ecc6\DB6\EXP6;E:\ECC 6.0\ecc6\DB6\EXP7;E:\ECC 6.0\ecc6\DB6\EXP8;E:\ECC 6.0\ecc6\DB6\EXP9;E:\ECC 6.0\ecc6\DB6\EXP10;E:\ECC 6.0\ecc6\DB6\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe D:\usr\sap\RAM\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 1, completed 17, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 17, failed 1, total 19.
    ERROR 2013-08-30 06:17:03
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2013-08-30 06:17:03
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    This info i found in the log file generated at sapint.log...So I request you all Plz Help me Regard this..and Thanx in Advance..
    Kumar

    Kumar,
    As suggested in this log, please try to see the logs import_monitor.java.log, import_monitor.log
    However above log files might not suggest something specific but as we can see the latest error was w.r.t the package SAPAPPL2.
    Please try to see SAPAPPL2.log and we should get something specific there as why the loading job failed for this package.
    Thanks

Maybe you are looking for