cancel
Showing results for 
Search instead for 
Did you mean: 

Graphics rendering problem

Former Member
0 Kudos

Hi all,

I have created a project for rendering graphics in webdynpro

But I am getting graphics rendering problem .Can anyone point to where I missed out.

1) went to C:\usr\sap\C43\JC00\igs\conf\igs.xml

and it is as shown below

<?xml version = "1.0"?>

<IGSCONFIGURATION version="1.0">

<TRACELEVEL>1</TRACELEVEL>

<MUX ip=<server name> port="40000">

<LISTENERHTTP port="40080"/>

</MUX>

<PORTWATCHER port="40001" loadfactor="3">

</PORTWATCHER>

<PORTWATCHER port="40002" loadfactor="3">

</PORTWATCHER>

</IGSCONFIGURATION>

2) started visual admin>server>services>Configuration Adapter>webdynpro>sap.com>tcwddispwda-->Propertysheet default

3) changed it to edit mode and changed IGSUrl to

http://<server name>:<port no>/

4)restarted the server

When i checked the url http://<server name>:<port no>/ i am getting page can not be displayed error.I gave the port as 40080.Is it right?

Regards

Rohit

Accepted Solutions (0)

Answers (4)

Answers (4)

matthias_gemmel
Active Participant
0 Kudos

Hi Rohit,

when you install a 6.40 IGS you can decide between an integrated and a standalone IGS. The standalone IGS is the one mentioned in the SAP help page that is installed with Windows installer. It is registered as Windows service and is not visible in MMC.

The standalone IGS is installed together with the Web AS and registered in the start profile to be started with the MMC. As the file C:\usr\sap\C43\JC00\igs\conf\igs.xml exists on your system I guess an integrated IGS is installed on your systen but not registered correctly in the start profile.

FYI: The HTTP port of the IGS is by default 4<instance no.>80 for an integrated IGS and 8030 for a standalone IGS. Please refer to the LISTENERHTTP entry in the corresponsing igs.xml file and use this as IgsUrl port.

Best regards

Matthias

Former Member
0 Kudos

Hi,

Please use

http://<hostname>:4<instance number>80

J2E instance number is usually 00 or 01, it depends what you have put during your installation.

If you are able to access, then you have IGS is installed and running.

Former Member
0 Kudos

hi

it seems your igs is installed, did you give the same url in the ui element ( business graphics ) parameter in the properties (namely igsurl). Give it as http://<servername>:port

PS: for me the port number was 8030, always read it from the igs.xml file.

Former Member
0 Kudos

hi,

I installed IGS as in the link

http://help.sap.com/saphelp_nw04/helpdata/en/4b/72d43ac66e1f08e10000000a114084/content.htm

But even then the service is not showing in the MMC. Also the link

http://<server name>:40080/

is also not showing any page

Regards

Rohit

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

After installation, did you re-boot that box, or at least stop/restart the engine. If you can, do a re-boot.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich,

After installation i rebooted the machine .I have done the installation doing all the steps mentioned in help.sap.com.Even then it was not showing

Regards

Rohit

guru_subramanianb
Active Contributor
0 Kudos

Hi,

The IGS port is normally 50000.Try this.I think it will work.

Rdgs,

Guru

Former Member
0 Kudos

Hi ,

50000 is the http port of the server.How can we know that the igs service is running?

Is there any special instalations to be done for this.

Regards

Rohit

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

My IGS is running on 40080. By going to http://localhost:40080/ I get a screen for the IGS. I didn't do anything special in order to get this running.

Check on the SAP MMC, under process list, on the right hand side you should see two jobs, one is the J2EE server, the other is IGS watchdog. Is the IGS watchdog running?

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich,

That is my problem .The IGS service is not being shown there.I think IGS is not installed.Can you tell the steps for installing igs.Is the setup files available with SR1 release.Kindly help me.

Regards

Rohit