Register Login

Problem in starting IGS-Watchdog

Updated May 18, 2018


I already installed 4.7 EE IDES, and installed successfully, But when
I am going to start SAP through MMC it is showing Databased is started
and disp+work process is started and IGS-watchdog is stopped.

But still I am working on SAP is there any problem in installation why
IGS-watchdog is stopped and how can i start the IGS watch-dog

Santosh Kumar


Comments

  • 13 Apr 2009 1:48 pm Guest

    Hi Santosh ,

    The reason why the IGS watchdog doesn`t start at all is the limited
    length of profile parameters (or better the missing end part of the
    IGS entry)
    It should look like:

    _IGS = igswd.exe
    IGSP = -mode=all -sysname=$(SAPSYSTEMNAME) -sysno=$(SAPSYSTEM)
    Start_Program_06 = local $(DIR_INSTANCE)igsbin$(_IGS)
    dir=$(DIR_INSTANCE)igs $(IGSP)

    Try this One
    It may solve your problem

    If Still not Try following Notes
    454042 - IGS: Installing and Configuring the IGS ?
    63930 Gateway registration of RFC server program




    Regards

    Arif Ahmed Qureshi
    HCL Technologies , Noida
  • 26 Dec 2015 9:17 pm Shalesh Singh Visen

    You have to use this.
     
    _IGS = igswd.exe
    IGSP = -mode=all -sysname=$(SAPSYSTEMNAME) -sysno=$(SAPSYSTEM)
    Start_Program_06 = local $(DIR_INSTANCE)igsbin$(_IGS) 
    dir=$(DIR_INSTANCE)igs $(IGSP)

    Now, the trick is this....make sure you have SAPSYSTEMNAME and SAPSYSTEM defined BEFORE these lines.  I had the same problem and only after I corrected it in the start profile, did it work.

     
    Again, make sure SAPSYSTEMNAME and SAPSYSTEM are the first two lines in the profile.
     
    Jerry
    SAP Basis Administrator
    Tasty Baking Company
    "Now THAT`S Tasty!"


×