cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IGS Server

Former Member
0 Likes
3,491

Hello.

I'd like to know, how i can find out, if the IGS is running, how i can start it, if it isn't running and how i can configure it.

I'd also like to know, how or where i can see, which services of the server are currentliy running.

Thank you very much for your help.

Greetz Tobias

View Entire Topic
Former Member
0 Likes

Hi,

The way you started will start it in dialog mode and will stop when the command prompt is closed.Ideally IGS should start when you start SAP.Restart your SAP System, this should solve your problem.

The starting of IGS is controlled by startsap script .

Regards,

Former Member
0 Likes

Hi,

unfortunately, restarting SAP does not solve this problem.

The IGS is not started automatically yet.

How can I make the IGS start automatically? Where is the config file for the startsap script you mentioned?

Thank you

Former Member
0 Likes

Hi,

In the kernel directory.

Please make a copy of the file and work on it.

Regards,

Former Member
0 Likes

Hello,

thank you very much for your patience so far!

Unfortunately my SAP-knowledge is not so big. Can you give me some more details about what I have to do exactly? (Which file in which directory and which lines were supposed to be added/removed to run the IGS?)

This would help me alot!

Thank you

Former Member
0 Likes

Hi,

Please check the start profile for the following entries:

_IGS = igswd.exe

IGSD = -dir=$(DIR_INSTANCE)\igs

IGSP = -mode=all -sysname=$(SAPSYSTEMNAME) -sysno=$(SAPSYSTEM)

Start_Program_06 = local $(DIR_INSTANCE)\igs\bin\$(_IGS) $(IGSD) $(IGSP)

For more detials refer Sap Note 824281

Regards,

Former Member
0 Likes

Also The IGS does not start on Windows systems, if there is no valid tmp or temp directory set in the environement.

Set the "tmp" and/or "temp" environement variable to a valid directory.