Hi all,
i face the problem with sum.
i want to run conncurent sum Prozesses on the same server for differtent SAP Instances/Installation.
the 2 sap systems are:
;one PI System doublestack Installaltion abap&java.
;one abap erp60 system.
i want to start the sum tool as mentioned form the sum guide with this options:
guide (zitat aus sum Guide):
If you are running several updates in parallel on the same host, you have to use different port numbers for each. When you start the Software Update Manager, specify the port numbers as follows:ìY¥ httpport=<http port number>ìY¥ guiport=<GUI port number>ìY¥ -srvarg=/DSUService/abaptoolport=<port number for ABAP update tool>
.
i startet the sume as <sid>adm like this:
./STARTUP httpport=4238 guiport=4236 -srvarg=/DSUService/abaptoolport=4234
and get this error:
*** Checking if C++ runtime is installed ...
*** Starting from /usr/sap/XXX/SUM/sdt...
** Checking username "xxxadm" for compliance...
Aug 27, 2012 3:52:09 PM [Info]: *************************
Aug 27, 2012 3:52:09 PM [Info]: Starting Server
Aug 27, 2012 3:52:09 PM [Info]: Reading server configuration.
Aug 27, 2012 3:52:10 PM [Error]: The value /DSUService/abaptoolport=4234 for service argument is invalid.
Aug 27, 2012 3:52:10 PM [Fatal]: Error during controller startup.
Aug 27, 2012 3:52:10 PM [Fatal]: SL Controller exiting.
does anybody knows somthing about this error, or some workaround that helps ???
br Julius