cancel
Showing results for 
Search instead for 
Did you mean: 

Error - "Graphics Rendering Problem"

Former Member
0 Kudos

Hi,

Iam trying to create graphs in Web Dynpro application.I followed the tutorials listed in SDN. But when i tried to deploy i got the following error:

" Graphics Rendering Problem"

While browsing in SDN, i came to know that i have to install IGS. Is it required that i install it on client system as well?

Also Could anyone please explain what the error means and the probable cause for the error?

Regards,

Padmalatha.K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Padmalatha,

U can use IGS installed from some remote server also.

regards

Sumit

Answers (2)

Answers (2)

Hullen
Advisor
Advisor
0 Kudos

Hi,

the IGS does not have to be installed on the client, but either on the server your application runs on or on another server (but then you have to provide the igsURL in the properties).

You can check if your server has an active IGS by calling http://<server>:4<instance>80, for example http://localhost:41080 if the instance number of your server was 10 and the server runs locally. Well, that would be the standard port at least.

If you do not have an IGS installed on the server that you are deploying to, find another server with a running IGS and reference to it in the igsURL property (if that property is emtpy it will look for the IGS on the server you deployed to, which is the default).

regards,

Ulrich

Former Member
0 Kudos

Hi Padma.

U have to install IGS server to execute business graphics.

"Gaphics rendering problem"

This will arise when the graphics system is not initialised in ur application.

For this u have to give igsURL property.

Tht is server address where igs is installed..

for example "http://System07:41080"

and also refer this link..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/717cae90-0201-0010-a5a4-bbc6713f...

Hope this will helpful for u..

GS