cancel
Showing results for 
Search instead for 
Did you mean: 

IGS on SAP NetWeaver 7.02 ABAP Trial Version

0 Kudos

Hello,

Is it possible to install IGS on SAP NetWeaver 7.02 ABAP Trial Version ?

I want to use it on Webdynpro.

If yes, is there a wiki ?

Best regards,

Thierry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can install IGS. Please follow the below steps.

1.Download the latest IGS version available according to your system SAP kernel.

2.Add the following lines in your startup profile and restart your system.

#-----------------------------------------------------------------------

# Start internet graphics server

#-----------------------------------------------------------------------

_IG = ig.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)

Execute_11 = local rm -f $(_IG)

Execute_12 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)

Start_Program_04 = local $(_IG) -mode=profile pf=$(_PF)

Thanks and Regards,

Vimal

former_member217141
Active Participant
0 Kudos

where should i extract the files of igs ?

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Thierry,

As of Basis release 640 IGS has been integrated with SAP kernel. Refer below thread

on how to activate IGS in your system. Eventhough thread is for 7.01 release same applies to 7.02 relasse

https://scn.sap.com/message/3883654

Regards,

Deepak Kori