cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble installing Netweaver Composition Environment 7.1 SP1 preview

Former Member
0 Kudos

Hello,

I've got problems installing Composition Environment 7.1 SP1 preview.

The installation breaks at executing JLoadImport. Please see log file below.

Can anyone help?

Kind regards

Stefan

Please see the log file:

<!LOGHEADER[START]/>

<!HELP[Manual modification of the header may cause parsing problem!]/>

<!LOGGINGVERSION[1.5.7.1006]/>

<!NAME[D:\usr\sap\CE1\insthome\primaryApplicationServer\work\install.log]/>

<!PATTERN[install.log]/>

<!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %m)]/>

<!ENCODING[UTF8]/>

<!LOGHEADER[END]/>

Jul 16, 2007 11:28:53 AM [Info]: logfile is: D:\usr\sap\CE1\insthome\primaryApplicationServer\work/install.log

Jul 16, 2007 11:28:53 AM [Info]: init controller started

Jul 16, 2007 11:28:53 AM [Info]: variable file is: D:/usr/sap/CE1/insthome/primaryApplicationServer/INSTVARSRT.xml

Jul 16, 2007 11:28:53 AM [Info]: steps file is: D:/usr/sap/CE1/insthome/primaryApplicationServer/steps.xml

Jul 16, 2007 11:28:53 AM [Info]: my first task is to change to my working directory

Jul 16, 2007 11:28:54 AM [Info]: my old working directory was C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows, I will change back later

Jul 16, 2007 11:28:54 AM [Info]: my new working directory is D:/usr/sap/CE1/insthome/primaryApplicationServer/work

Jul 16, 2007 11:28:54 AM [Info]: TEST FILE C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows\test

Jul 16, 2007 11:28:54 AM [Info]: lib (DIR/LIB)directory is: D:/usr/sap/CE1/insthome/primaryApplicationServer/lib

Jul 16, 2007 11:28:54 AM [Info]: step (DIR/STEPS) directory is: D:/usr/sap/CE1/insthome/primaryApplicationServer/steps

Jul 16, 2007 11:28:54 AM [Info]: loading bootstrap xml: /com/sap/xpf/tasklib/win_bootstrap.xml

Jul 16, 2007 11:28:54 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\fso.jar

Jul 16, 2007 11:28:54 AM [Info]: loading ... D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\fso.jar

Jul 16, 2007 11:28:54 AM [Info]: read ... C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows\fso.xml

Jul 16, 2007 11:28:54 AM [Info]: -


TaskLibrary: fso

description: This tasklibrary is for file system operation

-


Task: extractArchive

description: extract and archive, nomatter what kind of archive (zip, jar, sar, ...)

definition(indep): com.sap.fso.extractArchive.xml

-


Paramter: ARCHIVE

description: the archive

-


Paramter: TARGET_DIR

description: the target directory

-


Task: extractZipArchive

description: extract and archive, nomatter what kind of archive (zip, jar, sar, ...)

definition(indep): com.sap.fso.ExtractZipArchiveCommaList

-


Paramter: ARCHIVELIST

description: comma seperated zip arhcive list

-


Paramter: TARGET_DIR

description: the target directory

-


Task: copyFile

description: copy a file to a target dorectory, if director not exists the directory will be created

definition(indep): com.sap.fso.copyFile.xml

-


Paramter: SOURCE

description: the surce file

-


Paramter: DIRECTORY/DESTINATION

description: the destination directory

-


Paramter: FILE/DESTINATION

description: the destination file

-


Paramter: MACROPROCESSING

description: with or without macroprocessing

defaultValue: false

-


Task: deleteFile

description: deletes the file

definition(indep): com.sap.fso.deleteFile.xml

-


Paramter: FILENAME

description: the file to delete

-


Task: deleteDirectory

description: deletes the directory

definition(indep): com.sap.fso.deleteDirectory.xml

-


Paramter: DIRECTORY/NAME

description: the directory to delete

-


Task: deleteNode

description: delete a node

definition(indep): com.sap.fso.DeleteOrVersionizeNode

-


Paramter: node

description: the node name

-


Paramter: saveVersion

description: save a version of the node prior to deleting it

defaultValue: false

-


Paramter: breakOnError

description: abort in case of an error

defaultValue: false

-


Task: createDirectory

description: creates a directory

definition(indep): com.sap.fso.createDirectory.xml

-


Paramter: DIRECTORY/NAME

description: cerates a directory

-


Task: moveDirectory

description: moves a directory

definition(indep): com.sap.fso.moveDirectory.xml

-


Paramter: DIRECTORY/SOURCE/NAME

description: source directory

-


Paramter: DIRECTORY/TARGET/NAME

description: target directory

-


Task: copyDirectory

description: moves a directory

definition(indep): com.sap.fso.copyDirectoy.xml

-


Paramter: DIRECTORY/SOURCE

description: source directory

-


Paramter: DIRECTORY/TARGET

description: target directory

-


Task: copyDirectoryToDifferentDirectory

description: copy a directory to a different directory

definition(indep): com.sap.fso.CopyDirectoyToDifferentDirectory

-


Paramter: DIRECTORY/SOURCE

description: source directory

-


Paramter: DIRECTORY/TARGET

description: target directory

-


Task: setFSPermissions

description: sets the file system permissions

definition(indep): com.sap.fso.unx.SetFSPermissions

-


Paramter: mod

description: the mod of the permissions

-


Paramter: node

description: the node to change (file or directory)

-


Paramter: recursive

description: recursive

defaultValue: false

-


Paramter: user

description: the new owner

-


Paramter: group

description: the new owner group

-


Paramter: followLinks

description: on unix you can follow links, default is false

defaultValue: false

-


Task: setACLWin

description: sets the acls

definition(WIN): com.sap.fso.win.SetACLWin

-


Paramter: node

description: the node to change (file or directory)

-


Paramter: group

description: the group

-


Paramter: permission

description: FC,FCE,RW,RWE

-


Task: createLink

description: create a link

definition(UNX): com.sap.fso.unx.CreateLink

definition(WIN): com.sap.fso.win.CreateLink

-


Paramter: linkPath

description: the path of the link

-


Paramter: targetPath

description: the name of the path where the link points to

-


Task: createShare

description: creates a share

definition(WIN): com.sap.fso.win.CreateShare

-


Paramter: shareName

description: the name of the share

-


Paramter: targetPath

description: the name of the path where the share points to

-


Paramter: description

description: the description

defaultValue: share $(shareName) points to $(targetPath)

-


Jul 16, 2007 11:28:54 AM [Info]: add task: extractArchive

Jul 16, 2007 11:28:54 AM [Info]: add task: extractZipArchive

Jul 16, 2007 11:28:54 AM [Info]: add task: copyFile

Jul 16, 2007 11:28:54 AM [Info]: add task: deleteFile

Jul 16, 2007 11:28:54 AM [Info]: add task: deleteDirectory

Jul 16, 2007 11:28:54 AM [Info]: add task: deleteNode

Jul 16, 2007 11:28:54 AM [Info]: add task: createDirectory

Jul 16, 2007 11:28:54 AM [Info]: add task: moveDirectory

Jul 16, 2007 11:28:54 AM [Info]: add task: copyDirectory

Jul 16, 2007 11:28:54 AM [Info]: add task: copyDirectoryToDifferentDirectory

Jul 16, 2007 11:28:54 AM [Info]: add task: setFSPermissions

Jul 16, 2007 11:28:54 AM [Info]: add task: setACLWin

Jul 16, 2007 11:28:54 AM [Info]: add task: createLink

Jul 16, 2007 11:28:54 AM [Info]: add task: createShare

Jul 16, 2007 11:28:54 AM [Info]: loaded

Jul 16, 2007 11:28:54 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\initialconfig.jar

Jul 16, 2007 11:28:55 AM [Info]: loading ... D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\initialconfig.jar

Jul 16, 2007 11:28:55 AM [Info]: read ... C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows\initialconfig.xml

Jul 16, 2007 11:28:55 AM [Info]: -


TaskLibrary: initialconfig

description: This tasklibrary is for initial config

-


Task: configureUME

description: configures the UME

definition(indep): com.sap.initialconfig.configureUME.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: USERNAME/ADMIN

description: name of the admin user

defaultValue: Administrator

-


Paramter: PWD/ADMIN

description: password of the admin user

-


Paramter: USERNAME/GUEST

description: name of the guest user

defaultValue: Guest

-


Paramter: PWD/GUEST

description: password of the guest user

-


Paramter: GROUP/ADMIN

description: name of the admin group

defaultValue: Administrators

-


Paramter: GROUP/GUEST

description: name of the guest group

defaultValue: Guests

-


Paramter: GROUP/ALL

description: name of the all group

defaultValue: Everyone

-


Paramter: UME/PROPERTIES

description: ume properties file

-


Task: installFirstTempLicense

description: installs the first temprary license

definition(indep): com.sap.initialconfig.installFirstTempLicense.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: DB/JDBC_PATH

description: path to the jdbc driver

-


Paramter: LIC/PROPS

description: lic.properties

-


Task: JLoadImport

description: import the jload dump file

definition(indep): com.sap.initialconfig.JLoadImport.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: DB/JDBC_PATH

description: path to the jdbc driver

-


Paramter: FILE/SECURESTORE

description: secure store file

-


Paramter: FILE/SECURESTOREKEY

description: secure store key

-


Paramter: SID

description: the name of the sid

-


Paramter: DIR/JLOAD

description: path to the jload import.xml + jload dump file

-


Task: runBatchInstall

description: run the batch install tool

definition(indep): com.sap.initialconfig.runBatchInstall.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: DB/JDBC_PATH

description: the jdbc driver

-


Paramter: BATCHINSTALL/PROP

description: path to the batch install properties

-


Task: runBatchConfig

description: run the batch config tool

definition(WIN): com.sap.initialconfig.win.runBatchConfig.xml

definition(UNX): com.sap.initialconfig.unx.runBatchConfig.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: DB/JDBC_PATH

description: the jdbc driver

-


Paramter: BATCHCONFIG/PROP

description: path to the batch config properties

-


Task: runBatchUninstall

description: run the batch config tool

definition(WIN): com.sap.initialconfig.win.runBatchUninstall.xml

definition(UNX): com.sap.initialconfig.unx.runBatchUninstall.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: DB/JDBC_PATH

description: the jdbc driver

-


Paramter: BATCHUNINSTALL/PROP

description: path to the batch config properties

-


Task: secureStorePropsCreate

description: import the jload dump file

definition(indep): com.sap.initialconfig.secureStorePropsCreate.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: SID

description: the name of the sid

-


Paramter: FILE/SECURESTORE

description: secure store file

-


Paramter: FILE/SECURESTOREKEY

description: secure store key

-


Paramter: KEYPHRASE

description: the keyphrase

-


Task: secureStoreFSAddDBEntries

description: import the jload dump file

definition(indep): com.sap.initialconfig.secureStoreFSAddDBEntries.xml

-


Paramter: DIR/WORKINGDIR

description: working directory

-


Paramter: JEEINSTALL/LIB

description: jee install libs

-


Paramter: SID

description: the name of the sid

-


Paramter: FILE/SECURESTORE

description: secure store file

-


Paramter: FILE/SECURESTOREKEY

description: secure store key

-


Paramter: DB/DRIVER_CLASS_NAME

description: jdbc driver class name

-


Paramter: DB/CONNECT_URL

description: jdbc url connection string

-


Paramter: DB/PASSWORD

description: db password

-


Task: CreateIcmonAuthenticationFile

description: creates the icmon authentication file, if it already exists it will be overwritten

definition(indep): com.sap.initialconfig.CreateIcmonAuthenticationFile

-


Paramter: adminUser

description: the admin user, default is webadm

defaultValue: webadm

-


Paramter: password

description: the password

-


Paramter: securityDataPath

description: the security data path

-


Jul 16, 2007 11:28:55 AM [Info]: add task: configureUME

Jul 16, 2007 11:28:55 AM [Info]: add task: installFirstTempLicense

Jul 16, 2007 11:28:55 AM [Info]: add task: JLoadImport

Jul 16, 2007 11:28:55 AM [Info]: add task: runBatchInstall

Jul 16, 2007 11:28:55 AM [Info]: add task: runBatchConfig

Jul 16, 2007 11:28:55 AM [Info]: add task: runBatchUninstall

Jul 16, 2007 11:28:55 AM [Info]: add task: secureStorePropsCreate

Jul 16, 2007 11:28:55 AM [Info]: add task: secureStoreFSAddDBEntries

Jul 16, 2007 11:28:55 AM [Info]: add task: CreateIcmonAuthenticationFile

Jul 16, 2007 11:28:55 AM [Info]: loaded

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\instancemgt.jar

Jul 16, 2007 11:28:55 AM [Info]: loading ... D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\instancemgt.jar

Jul 16, 2007 11:28:55 AM [Info]: read ... C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows\instancemgt.xml

Jul 16, 2007 11:28:55 AM [Info]: -


TaskLibrary: instancemgt

description: This tasklibrary manages an SAP instance

-


Task: RemoveSAPStreams

description: remove /tmp/.sapstreams* files (UNIX only)

definition(indep): com.sap.instancemgt.unx.RemoveTmpSAPStreams

-


Paramter: INSTANCE

description: instance number

-


Paramter: INSTANCE_TYPE

description: instance type(scs|java)

defaultValue:

-


Task: RunCleanIPC

description: runs cleanipc (UNIX only)

definition(indep): com.sap.instancemgt.unx.RunCleanIPC

-


Paramter: DIR/GF/EXE

description: the path of the directory of cleanipc

-


Paramter: INSTANCE

description: instance number

-


Task: SAPServiceCreate

description: creates a SAP service

definition(WIN): com.sap.instancemgt.win.SAPServiceCreateDEV

definition(UNX): com.sap.instancemgt.unx.SAPServiceCreate

-


Paramter: DIR/GF/EXE

description: the path to the sapstartsrv

-


Paramter: SID

description: the SID of the system

-


Paramter: PATH_TO_PROFILE

description: the path to (including the profile name)

-


Paramter: NR

description: the number of the instance

-


Paramter: USER

description: the user-only on unix

defaultValue:

-


Paramter: GROUP

description: the group-only on unix

defaultValue:

-


Paramter: SAPINIT

description: the sapini file

-


Paramter: INSTALL_SAPINIT_SH

description: the install sapini.sh

-


Task: SAPServiceCreatePROD

description: creates a SAP service

definition(WIN): com.sap.instancemgt.win.SAPServiceCreatePROD.xml

definition(UNX): com.sap.instancemgt.unx.SAPServiceCreate

-


Paramter: DIR/GF/EXE

description: the path to the sapstartsrv

-


Paramter: SID

description: the SID of the system

-


Paramter: PATH_TO_PROFILE

description: the path to (including the profile name)

-


Paramter: NR

description: the number of the instance

-


Paramter: USER

description: the user-only on unix

defaultValue:

-


Paramter: GROUP

description: the group-only on unix

defaultValue:

-


Paramter: SAPINIT

description: the sapini file

-


Paramter: INSTALL_SAPINIT_SH

description: the install sapini.sh

-


Paramter: SAPSERVICE_USER

description: the sapservice user + domain

defaultValue: $(DOMAIN)\SAPService$(SID)

-


Paramter: SAPSERVICE_USER_PWD

description: the sapservice pwd

-


Paramter: SIDADM_USER

description: the sidadm + domain

-


Task: SAPServiceRemove

description: removes a SAP service

definition(WIN): com.sap.instancemgt.win.SAPServiceRemove.xml

definition(UNX): com.sap.instancemgt.unx.SAPServiceRemove

-


Paramter: DIR/GF/EXE

description: the path to the sapstartsrv

-


Paramter: SID

description: the SID of the system

-


Paramter: PATH_TO_PROFILE

description: the path to (including the profile name)

-


Paramter: NR

description: the number of the instance

-


Paramter: USER

description: the user-only on unix

defaultValue:

-


Task: SAPServiceStop

description: stops a SAP service

definition(WIN): com.sap.instancemgt.win.SAPServiceStop.xml

definition(UNX): com.sap.instancemgt.unx.SAPServiceStop

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: SID

description: the SID of the system

-


Paramter: NR

description: the number of the instance

-


Paramter: HOSTNAME

description: the hostname

defaultValue: .

-


Task: SAPInstanceStart

description: starts a SAP instance

definition(WIN): com.sap.instancemgt.win.SAPInstanceStart.xml

definition(UNX): com.sap.instancemgt.unx.SAPInstanceStart

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: SID

description: the SID of the system

-


Paramter: NR

description: the number of the instance

-


Paramter: HOSTNAME

description: the hostname

defaultValue: .

-


Paramter: START

description: really start

defaultValue: true

-


Task: SAPInstanceStop

description: starts a SAP instance

definition(WIN): com.sap.instancemgt.win.SAPInstanceStop.xml

definition(UNX): com.sap.instancemgt.unx.SAPInstanceStop

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: SID

description: the SID of the system

-


Paramter: NR

description: the number of the instance

-


Paramter: HOSTNAME

description: the hostname

defaultValue: .

-


Paramter: STOP

description: do you really want to start - this is a workaround

defaultValue: true

-


Task: SAPInstanceStartDontWait

description: stops a SAP instance

definition(WIN): com.sap.instancemgt.win.SAPInstanceStartDontWait.xml

definition(UNX): com.sap.instancemgt.unx.SAPInstanceStartDontWait

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: SID

description: the SID of the system

-


Paramter: NR

description: the number of the instance

-


Paramter: HOSTNAME

description: the hostname

defaultValue: .

-


Paramter: START

description: do you really want to start - this is a workaround

defaultValue: true

-


Task: callBootstrap

description: runs the bootstrap

definition(WIN): com.sap.instancemgt.win.callBootstrap.xml

definition(UNX): com.sap.instancemgt.unx.CallBootstrap

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: JEE_PROFILE

description: path to the jee profile

-


Task: callSapcpe

description: runs the sapcpe

definition(indep): com.sap.instancemgt.CallSAPCPE

-


Paramter: DIR/GF/EXE

description: the path to the sapcontrol

-


Paramter: PROFILE

description: path to the jee profile

-


Paramter: LIST

description: the list to copy

-


Paramter: SOURCE

description: the source directory

-


Paramter: TARGET

description: the target directory

defaultValue:

-


Jul 16, 2007 11:28:55 AM [Info]: add task: RemoveSAPStreams

Jul 16, 2007 11:28:55 AM [Info]: add task: RunCleanIPC

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPServiceCreate

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPServiceCreatePROD

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPServiceRemove

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPServiceStop

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPInstanceStart

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPInstanceStop

Jul 16, 2007 11:28:55 AM [Info]: add task: SAPInstanceStartDontWait

Jul 16, 2007 11:28:55 AM [Info]: add task: callBootstrap

Jul 16, 2007 11:28:55 AM [Info]: add task: callSapcpe

Jul 16, 2007 11:28:55 AM [Info]: loaded

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\iumaxdb.jar

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\iumssql.jar

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\runnerstarter.jar

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sapdbc.jar

Jul 16, 2007 11:28:55 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sltoolbox.jar

Jul 16, 2007 11:28:56 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sqljdbc.jar

Jul 16, 2007 11:28:56 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\system.jar

Jul 16, 2007 11:28:56 AM [Info]: loading ... D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\system.jar

Jul 16, 2007 11:28:56 AM [Info]: read ... C:\Dokumente und Einstellungen\swalter\Lokale Einstellungen\Temp\I1184578015\Windows\system.xml

Jul 16, 2007 11:28:56 AM [Info]: -


TaskLibrary: system

description: This tasklibrary manage all operation on a os system

-


Task: createOSUser

description: creates a os user

definition(indep): com.sap.os.usermgt.CreateUser

-


Paramter: name

description: the name of the user

-


Paramter: password

description: the password of the user

-


Paramter: primaryGroup

description: the primaryGroup of the user

-


Paramter: comment

description: the comment of the user

defaultValue: this is user $(name)

-


Paramter: homeDir

description: the homeDir of the user

defaultValue: /home/$(name)

-


Paramter: id

description: the id of the user

defaultValue:

-


Paramter: shell

description: the shell of the user

defaultValue: /bin/csh

-


Task: createGroup

description: creates a group

definition(indep): com.sap.os.usermgt.CreateGroup

-


Paramter: gid

description: the group id

-


Paramter: name

description: the name of the group

-


Paramter: description

description: the description of the group

defaultValue: this is goup $(name)

-


Task: addUserToGroup

description: adds a user to a group

definition(indep): com.sap.os.usermgt.AddUserToGroup

-


Paramter: uid

description: the user id of the user

-


Paramter: gid

description: the group id of the user

-


Task: addGroupToGroup

description: adds a group to a group

definition(indep): com.sap.os.usermgt.AddGroupToGroup

-


Paramter: group

description: the group to add

-


Paramter: targetGroup

description: the target group

-


Task: addUserPrivileges

description: gives user the Priviledges

definition(indep): com.sap.os.usermgt.AddUserPrivileges

-


Paramter: username

description: the username

-


Paramter: privileges

description: comma seperated list of priviledge

-


Task: addUserEnvRegEntry

description: gives user the Priviledges

definition(indep): com.sap.os.usermgt.AddUserEnvRegEntry

-


Paramter: username

description: the username

-


Paramter: password

description: the password of the user

-


Paramter: key

description: the env key

-


Paramter: value

description: the env value

-


Paramter: entrytyp

description: the type of the key: REG_SZ or REG_EXPAND_SZ username

-


Task: addGroupToRegPermissionsOfUserEnvKey

description: add the group to the acl of the env registry key

definition(indep): com.sap.os.usermgt.AddGroupToRegPermissionsOfUserEnvKey

-


Paramter: username

description: the username

-


Paramter: password

description: the password of the user

-


Paramter: groupname

description: the env key

-


Task: addACLToRegistryKeyUnderLOCAL_MACHINE

description: add the group to the acl of the env registry key

definition(indep): com.sap.os.usermgt.AddACLToRegistryKeyUnderLOCAL_MACHINE

-


Paramter: key

description: the key under local machine

-


Paramter: acl

description: the acl (FC only supported)

-


Paramter: groupname

description: the groupname

-


Task: setSecurityDescriptorForService

description: SetSecurityDescriptorForService

definition(indep): com.sap.os.service.SetSecurityDescriptorForService

-


Paramter: serviceName

description: the service name

-


Paramter: securityDescriptor

description: the security descriptor in SDDL format - without ()

-


Paramter: serverName

description: optional: the servername

defaultValue:

-


Jul 16, 2007 11:28:56 AM [Info]: add task: createOSUser

Jul 16, 2007 11:28:56 AM [Info]: add task: createGroup

Jul 16, 2007 11:28:56 AM [Info]: add task: addUserToGroup

Jul 16, 2007 11:28:56 AM [Info]: add task: addGroupToGroup

Jul 16, 2007 11:28:56 AM [Info]: add task: addUserPrivileges

Jul 16, 2007 11:28:56 AM [Info]: add task: addUserEnvRegEntry

Jul 16, 2007 11:28:56 AM [Info]: add task: addGroupToRegPermissionsOfUserEnvKey

Jul 16, 2007 11:28:56 AM [Info]: add task: addACLToRegistryKeyUnderLOCAL_MACHINE

Jul 16, 2007 11:28:56 AM [Info]: add task: setSecurityDescriptorForService

Jul 16, 2007 11:28:56 AM [Info]: loaded

Jul 16, 2007 11:28:56 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\tasklibjava.jar

Jul 16, 2007 11:28:56 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\xpf.jar

Jul 16, 2007 11:28:56 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\xpfsdk.jar

Jul 16, 2007 11:28:57 AM [Info]: Loading task libraray ... D:\usr\sap\CE1\insthome\primaryApplicationServer\steps\stepscs.jar

Jul 16, 2007 11:28:58 AM [Info]: Loading task libraray ... D:\usr\sap\CE1\insthome\primaryApplicationServer\steps\stepsystem.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\fso.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\initialconfig.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\instancemgt.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\iumaxdb.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\iumssql.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\runnerstarter.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sapdbc.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sltoolbox.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\sqljdbc.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\system.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\tasklibjava.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\xpf.jar

Jul 16, 2007 11:28:58 AM [Info]: Adding to classpath: D:\usr\sap\CE1\insthome\primaryApplicationServer\lib\xpfsdk.jar

Jul 16, 2007 11:28:58 AM [Info]: init of controller finished

Jul 16, 2007 11:28:58 AM [Info]: add status listener: com.sap.inst.engine.customactions.CallController$ProgressListener

Jul 16, 2007 11:28:58 AM [Info]: Start Controller:

Jul 16, 2007 11:28:58 AM [Info]: at: 2007.07.16 - 11.28.58[yyyy.MM.dd - HH.mm.ss]

Jul 16, 2007 11:28:58 AM [Info]: stepsFile: D:/usr/sap/CE1/insthome/primaryApplicationServer/steps.xml

Jul 16, 2007 11:28:58 AM [Info]: variable : D:/usr/sap/CE1/insthome/primaryApplicationServer/INSTVARSRT.xml

Jul 16, 2007 11:28:58 AM [Info]: load stepsfile: D:/usr/sap/CE1/insthome/primaryApplicationServer/steps.xml

Jul 16, 2007 11:28:58 AM [Info]: Start checking all Action classes

Jul 16, 2007 11:28:58 AM [Info]: check step: SET_ACL_FOR_LOCAL_SERVICE(Prepare File system)

Jul 16, 2007 11:28:58 AM [Info]: TASKENGINE: execute task setACLWin

Jul 16, 2007 11:28:58 AM [Info]: check step: EXTRACT_INBOX(Extract content archive)

Jul 16, 2007 11:28:58 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:28:59 AM [Info]: check step: DELETE_META_INF_FOLDER(Extract content archive)

Jul 16, 2007 11:28:59 AM [Info]: check step: INST_MAXDB(Installation of MaxDB)

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_DB_INSTANCE(Create database instance)

Jul 16, 2007 11:28:59 AM [Info]: check step: INIT_PARAM(Init parameter file)

Jul 16, 2007 11:28:59 AM [Info]: check step: SET_PARAM(Set parameter)

Jul 16, 2007 11:28:59 AM [Info]: check step: SET_VOLUME(Set volume)

Jul 16, 2007 11:28:59 AM [Info]: check step: ACTIVATE_DB(Activate database)

Jul 16, 2007 11:28:59 AM [Info]: check step: LOAD_SYS_TAB(Load system tables)

Jul 16, 2007 11:28:59 AM [Info]: check step: LOG_AUTO_OVERWRITE(Automatic log overwrite)

Jul 16, 2007 11:28:59 AM [Info]: check step: AUTO_EXTEND(Automatic database extension)

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_SQLUSER(Create SQL user)

Jul 16, 2007 11:28:59 AM [Info]: check step: Create_Sqd_Sid_Os_User(Create Os user for MaxDB Administration)

Jul 16, 2007 11:28:59 AM [Info]: check step: PREPARE_AUTOSTART_DB(Prepare DB Autostart)

Jul 16, 2007 11:28:59 AM [Info]: {HOSTNAME=$(SYSTEM/HOSTNAME), ENGINE_SERVICE_OWNER=LOCAL SERVICE, INDEP_PROG_PATH=$(SDB/INDEP_PROG_PATH), INDEP_DATA_PATH=$(SDB/INDEP_DATA_PATH), SID=$(SAP_SID)}

Jul 16, 2007 11:28:59 AM [Info]: setACLWin on WIN with null(WIN MAX)

Jul 16, 2007 11:28:59 AM [Info]: setACLWin on WIN with null(WIN MAX)

Jul 16, 2007 11:28:59 AM [Info]: setSecurityDescriptorForService on WIN with null(WIN MAX)

Jul 16, 2007 11:28:59 AM [Info]: setSecurityDescriptorForService on WIN with null(WIN MAX)

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_1(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_2(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_3(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_4(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_5(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_6(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_7(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_8(Create global file system)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_GFS_9()

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_JEE_DIRECTORIES_1(Create file system for Application Server Java)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_JEE_DIRECTORIES_2(Create file system for Application Server Java)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:28:59 AM [Info]: check step: CREATE_JEE_DIRECTORIES_3(Create file system for Application Server Java)

Jul 16, 2007 11:28:59 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: COPY_START_CMD(Create file system for Application Server Java)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:00 AM [Info]: check step: COPY_STOP_CMD(Create file system for Application Server Java)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_DIRECTORIES_1(Create SCS instance directory)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_DIRECTORIES_2(Create SCS instance directory)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_DIRECTORIES_3(Create SCS instance directory)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_DIRECTORIES_4(Create SCS instance directory)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_DIRECTORIES_5(Create SCS instance directory)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task createDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract SAPJ2EE.SAR(Extract SAPJ2EE.SAR)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_1(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_2(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_3(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task moveDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_4(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task moveDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_5(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task moveDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_6(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_SAP_JVM_7(Installing SAP JVM)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task deleteDirectory

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract IGSEXE.SAR(Extract IGSEXE.SAR)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: INSTALL_strdbsj2ee_maxdb.cmd(Database start script)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract IGSHELPER.SAR(Extract IGSHELPER.SAR)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract icmadmin.SAR(Extract icmadmin.sar)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract J2EEINSTALL.SDA(Extract J2EEINSTALL.SDA)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: Extract doc.zip(Documentation)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task extractArchive

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_DEFAULT_PROFILE(Create default profile)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_SCS_PROFILE(Create SCS profile)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:00 AM [Info]: check step: CREATE_ENGINE_PROFILE(Create Application Server Java profile)

Jul 16, 2007 11:29:00 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: DELETE_OLD_SECURE_STORE_FILE(Create Secure Store)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task deleteNode

Jul 16, 2007 11:29:01 AM [Info]: check step: DELETE_OLD_SECURE_STORE_KEY_FILE(Create Secure Store)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task deleteNode

Jul 16, 2007 11:29:01 AM [Info]: check step: CREATE_SECURE_STORE_FILES(Create Secure Store)

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task secureStorePropsCreate

Jul 16, 2007 11:29:01 AM [Info]: check step: CREATE_SECURE_ADD_DB_ENTRIES(Add database connect info)

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task secureStoreFSAddDBEntries

Jul 16, 2007 11:29:01 AM [Info]: check step: JLOAD_IMPORT(Importing database content)

Jul 16, 2007 11:29:01 AM [Info]: {DIR/WORKINGDIR=$(DIR/WORKINGDIR), FILE/SECURESTORE=$(FILE/SECURESTORE), DIR/JLOAD=$(DIR/JLOAD), FILE/SECURESTOREKEY=$(FILE/SECURESTOREKEY), SID=$(SID), JEEINSTALL/LIB=$(DIR/WORKINGDIR)/lib, DB/JDBC_PATH=$(DB/JDBC_PATH)}

Jul 16, 2007 11:29:01 AM [Info]: copyFile on null with null(WIN MAX)

Jul 16, 2007 11:29:01 AM [Info]: JLoadImport on null with null(WIN MAX)

Jul 16, 2007 11:29:01 AM [Info]: check step: CREATE_ICMON_AUTH_FILE(Create ICMON Authentificationfile)

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task CreateIcmonAuthenticationFile

Jul 16, 2007 11:29:01 AM [Info]: check step: INSTALL_BUILD_ARCHIVES(Install build archives)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyDirectory

Jul 16, 2007 11:29:01 AM [Info]: check step: CREATE_SCS_SERVICE(SCS service)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task SAPServiceCreate

Jul 16, 2007 11:29:01 AM [Info]: check step: CREATE_J2EE_SERVICE(Application Server Java service)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task SAPServiceCreate

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_COPY_IAIK_FILE_1(Copy IAIK libraries)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_COPY_IAIK_FILE_2(Copy IAIK libraries)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_COPY_IAIK_FILE_3(Copy IAIK libraries)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_COPY_IAIK_FILE_4(Copy IAIK libraries)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_COPY_IAIK_FILE_5(Copy IAIK libraries)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_CREATE_CONFIGURATION_PROPERTIES_FILE(Configure Application Server Java)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_RUN_BATCHCONFIG_TOOL()

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task runBatchInstall

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_CREATE_UME_TEMPLATES(Creating Java EE users)

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: Get encoded value of variable: MASTERPASSWORD

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task configureUME

Jul 16, 2007 11:29:01 AM [Info]: check step: START_SCS_INSTANCE(Start SCS instance)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task SAPInstanceStart

Jul 16, 2007 11:29:01 AM [Info]: check step: WAIT_AFTER_SCS_START()

Jul 16, 2007 11:29:01 AM [Info]: try to convert 10000 in a int value

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_CREATE_LICENSE_PROPERTIES_FILE(Import temporary license)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:01 AM [Info]: check step: UME_CONFIGURATION_INSTALL_LICENSE(Import temporary license)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task installFirstTempLicense

Jul 16, 2007 11:29:01 AM [Info]: check step: CALL_BOOTSTRAP(Prepare first start of Application Server Java)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task callBootstrap

Jul 16, 2007 11:29:01 AM [Info]: check step: INSTALL_SAPMMCFILE()

Jul 16, 2007 11:29:01 AM [Info]: start check/init of sapmmc

Jul 16, 2007 11:29:01 AM [Info]: sapmmcfile is not set. set it to default: C:\Dokumente und Einstellungen\swalter/.sapmc

Jul 16, 2007 11:29:01 AM [Info]: SCS/NUMBER is: 00

Jul 16, 2007 11:29:01 AM [Info]: AS/NUMBER: 01

Jul 16, 2007 11:29:01 AM [Info]: scsSAPMMCString is: localhost,00=active

Jul 16, 2007 11:29:01 AM [Info]: j2eeSAPMMCString: localhost,01=active

Jul 16, 2007 11:29:01 AM [Info]: overwrite is: true

Jul 16, 2007 11:29:01 AM [Info]: deleteanyway is: false

Jul 16, 2007 11:29:01 AM [Info]: end check/init of sapmmc

Jul 16, 2007 11:29:01 AM [Info]: check step: START_J2EE_INSTANCE(Start Application Server Java)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task SAPInstanceStartDontWait

Jul 16, 2007 11:29:01 AM [Info]: check step: STOP_SCS_INSTANCE(Stop SCS instance)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task SAPInstanceStop

Jul 16, 2007 11:29:01 AM [Info]: check step: CLEAN_INSTALLATION_FILES_1(Clean temporary installation files)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task moveDirectory

Jul 16, 2007 11:29:01 AM [Info]: check step: CLEAN_INSTALLATION_FILES_2(Clean temporary installation files)

Jul 16, 2007 11:29:01 AM [Info]: check step: CLEAN_INSTALLATION_FILES_3(Clean temporary installation files)

Jul 16, 2007 11:29:01 AM [Info]: TASKENGINE: execute task moveDirectory

Jul 16, 2007 11:29:01 AM [Info]: Finished checking all Action classes

Jul 16, 2007 11:29:01 AM [Info]: Start executing all Action classes

Jul 16, 2007 11:29:03 AM [Info]: SET_ACL_FOR_LOCAL_SERVICE already executed

Jul 16, 2007 11:29:04 AM [Info]: EXTRACT_INBOX already executed

Jul 16, 2007 11:29:04 AM [Info]: DELETE_META_INF_FOLDER already executed

Jul 16, 2007 11:29:04 AM [Info]: INST_MAXDB already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_DB_INSTANCE already executed

Jul 16, 2007 11:29:04 AM [Info]: INIT_PARAM already executed

Jul 16, 2007 11:29:04 AM [Info]: SET_PARAM already executed

Jul 16, 2007 11:29:04 AM [Info]: SET_VOLUME already executed

Jul 16, 2007 11:29:04 AM [Info]: ACTIVATE_DB already executed

Jul 16, 2007 11:29:04 AM [Info]: LOAD_SYS_TAB already executed

Jul 16, 2007 11:29:04 AM [Info]: LOG_AUTO_OVERWRITE already executed

Jul 16, 2007 11:29:04 AM [Info]: AUTO_EXTEND already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SQLUSER already executed

Jul 16, 2007 11:29:04 AM [Info]: Create_Sqd_Sid_Os_User already executed

Jul 16, 2007 11:29:04 AM [Info]: PREPARE_AUTOSTART_DB already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_1 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_2 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_3 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_4 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_5 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_6 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_7 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_8 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_GFS_9 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_JEE_DIRECTORIES_1 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_JEE_DIRECTORIES_2 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_JEE_DIRECTORIES_3 already executed

Jul 16, 2007 11:29:04 AM [Info]: COPY_START_CMD already executed

Jul 16, 2007 11:29:04 AM [Info]: COPY_STOP_CMD already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SCS_DIRECTORIES_1 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SCS_DIRECTORIES_2 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SCS_DIRECTORIES_3 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SCS_DIRECTORIES_4 already executed

Jul 16, 2007 11:29:04 AM [Info]: CREATE_SCS_DIRECTORIES_5 already executed

Jul 16, 2007 11:29:04 AM [Info]: Extract SAPJ2EE.SAR already executed

Jul 16, 2007 11:29:04 AM [Info]: INSTALL_SAP_JVM_1 already executed

Jul 16, 2007 11:29:04 AM [Info]: INSTALL_SAP_JVM_2 already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_SAP_JVM_3 already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_SAP_JVM_4 already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_SAP_JVM_5 already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_SAP_JVM_6 already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_SAP_JVM_7 already executed

Jul 16, 2007 11:29:05 AM [Info]: Extract IGSEXE.SAR already executed

Jul 16, 2007 11:29:05 AM [Info]: INSTALL_strdbsj2ee_maxdb.cmd already executed

Jul 16, 2007 11:29:05 AM [Info]: Extract IGSHELPER.SAR already executed

Jul 16, 2007 11:29:05 AM [Info]: Extract icmadmin.SAR already executed

Jul 16, 2007 11:29:05 AM [Info]: Extract J2EEINSTALL.SDA already executed

Jul 16, 2007 11:29:05 AM [Info]: Extract doc.zip already executed

Jul 16, 2007 11:29:05 AM [Info]: CREATE_DEFAULT_PROFILE already executed

Jul 16, 2007 11:29:05 AM [Info]: CREATE_SCS_PROFILE already executed

Jul 16, 2007 11:29:05 AM [Info]: CREATE_ENGINE_PROFILE already executed

Jul 16, 2007 11:29:05 AM [Info]: DELETE_OLD_SECURE_STORE_FILE already executed

Jul 16, 2007 11:29:05 AM [Info]: DELETE_OLD_SECURE_STORE_KEY_FILE already executed

Jul 16, 2007 11:29:05 AM [Info]: CREATE_SECURE_STORE_FILES already executed

Jul 16, 2007 11:29:05 AM [Info]: CREATE_SECURE_ADD_DB_ENTRIES already executed

Jul 16, 2007 11:29:05 AM [Info]: {DIR/WORKINGDIR=$(DIR/WORKINGDIR), FILE/SECURESTORE=$(FILE/SECURESTORE), DIR/JLOAD=$(DIR/JLOAD), FILE/SECURESTOREKEY=$(FILE/SECURESTOREKEY), SID=$(SID), JEEINSTALL/LIB=$(DIR/WORKINGDIR)/lib, DB/JDBC_PATH=$(DB/JDBC_PATH)}

Jul 16, 2007 11:29:05 AM [Info]: copyFile on null with null(WIN MAX)

Jul 16, 2007 11:29:05 AM [Info]: JLoadImport on null with null(WIN MAX)

Jul 16, 2007 11:29:05 AM [Info]:

Jul 16, 2007 11:29:05 AM [Info]: Start JLOAD_IMPORT [com.sap.xpf.controller.StepLibraryExecutionStep]

Jul 16, 2007 11:29:05 AM [Info]: at: 2007.07.16 - 11.29.05[yyyy.MM.dd - HH.mm.ss]

Jul 16, 2007 11:29:05 AM [Info]: execute step JLoadImport

Jul 16, 2007 11:29:05 AM [Info]: copyFile on null with null(WIN MAX)

Jul 16, 2007 11:29:05 AM [Info]: execute task copyFile

Jul 16, 2007 11:29:05 AM [Info]: TASKENGINE: execute task copyFile

Jul 16, 2007 11:29:05 AM [Info]: execute xml task: copyFile

Jul 16, 2007 11:29:05 AM [Info]: start of task COPY_FILE_TO_DIR()

Jul 16, 2007 11:29:06 AM [Info]: End JLOAD_IMPORT [com.sap.xpf.controller.StepLibraryExecutionStep]

Jul 16, 2007 11:29:06 AM [Info]: rc: 1

Jul 16, 2007 11:29:06 AM [Info]: at: 2007.07.16 - 11.29.06[yyyy.MM.dd - HH.mm.ss]

Jul 16, 2007 11:29:06 AM [Info]: duration: 00:00:01[HH:mm:ss]

Jul 16, 2007 11:29:06 AM [Info]:

Jul 16, 2007 11:29:06 AM [Info]: Error during executing

Jul 16, 2007 11:29:06 AM [Info]: End Controller

Jul 16, 2007 11:29:06 AM [Info]: at : 2007.07.16 - 11.29.06[yyyy.MM.dd - HH.mm.ss]

Jul 16, 2007 11:29:06 AM [Info]: durationt : 00:00:08[HH:mm:ss]

Jul 16, 2007 11:29:06 AM [Info]: status : ERROR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Stefan,

check this thread!

There are problems with the German version of XP (you will have to allow "Lokaler Dienst" access to your "work" file.)

I had the same problem, everything works fine now.

Best regards

Markus

Answers (0)