Register Login

Igswd does not start due to an incorrect start profile entry

Updated May 18, 2018

You cannot start the integrated IGS (on Windows platforms) in the management console due to an invalid (overlong) start profile entry.

The start profile entry for the IGS was entered in one line and is therefore longer than 99 characters.

Use variables to change the start profile entry for the IGS and shorten the individual lines (so that they have less than 80 characters if possible) and restart the system. The changes only take effect if you choose "All Tasks" --> "Restart Service" in the context menu of the instance in the MMC.
Example:
_IGS = igswd.exe
IGSD = -dir=$(DIR_INSTANCE)igs
IGSP = -mode=all -sysname=$(SAPSYSTEMNAME) -sysno=$(SAPSYSTEM)
Start_Program_06 = local $(DIR_INSTANCE)igsbin$(_IGS) $(IGSD) $(IGSP)

 


×