cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics problem

Former Member
0 Kudos

Hi,

I'm trying to implement a Business Graphic in my WebDynpro project. When I deploy the application I get a "Graphics Rendering Problem".

I've installed the IGS and configured the IGSURL- variable of the file "default.properties" (path: C:\usr\sap\J2E\JC00\j2ee\cluster\server0\temp\webdynpro\public\sap.com\tcwddispwda\webdynpro)

Was that correct or do I have anything more to do?!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sebastian,

- did you find useful documentation on how to install the IGS ? I cannot work with Note 454042 alone.

- which IGS did you install ? The standalone or the integrated version ? I assume you have SAP IGS 6.40 on NT/386.

thanks

Walter

Former Member
0 Kudos

Hi Walter,

i installed the standalone version NT/I386. Documentation on installation is included in the SAR.

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Thanks Stefan,

if I only had known what to do with a *.SAR file ! (To those who do not know) Use

sapcar -xvf <filename>.SAR

to uncompress. This will create subdirectories, including a doc directory.

greetings

Walter

Former Member
0 Kudos

Hi Sebastian,

please don't change the property files by hand, use the visual admin to do that. The url for the igs can be changed at <b><server>->Services->Configuration Adapter->webdynpro->sap.com->tcwddispwda->Propertysheet default</b>. Switch to edit mode, change the url and restart the server.

For a quick check if the IGS works in WD, it can also be helpful to set the IGSUrl of the BusinessGfx in your current WD project.

Please verify, that the IGS is running by looking at the url http:<yourhost>:8030 in the browser (assuming that you haven't changed the default port).

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Hello Stefan,

can you please give an example entry for the Propertysheet default. Documentation stops short of this and I simply have done enough guesswork in my life. So: is the port needed, a slash, an application name ?

thanks

Walter

Former Member
0 Kudos

Hi Walter,

if you haven't changed the default port of the igs during installation, the url would be http://<igs_serverhost>:8030

You can check this in your browser, if a statistic page is coming up, it's there.

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Hello Stefan,

in the browser, I get the statistics page, so IGS is up. But with this entry in the Visual Admin, I still get the graphics rendering error.

another thing: I tried to use the integrated version of IGS (IGS 0-10002111.SAR), but this has no setup.exe. The standalone version works fine.

I have sneak preview II without an R/3 system, so I installed only the HTTP option, not the RFC.

bye for now

Walter

Former Member
0 Kudos

Hi Walter,

please try the following:

Put the url into the IGSUrl property of the BusinessGraphics element of your view, redeploy and test it. If this doesn't work, stop and restart the SAP IGS service. This seems to be necessary sometimes, i don't know, why.

AKAIK, WD uses HTTP only, so it doesn't need the RFC part.

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Hello Stefan,

looks great - the design time property solved it. I used:

http://<mymachine>:8030

and yes, http in the IGS is enough for us previewers.

thanks

Walter

Former Member
0 Kudos

Hi Walter,

it's fine, that it solved the problem, but i think it's not really the solution. Assume you have 50 views with BusinessGfx elements and the IGS changes, you would have to change all these IGSUrls and to redeploy all apps.

The global IGSUrl property is the better way to change/set the IGS, but of course only, if it works.

Regards

Stefan

Former Member
0 Kudos

Dear Walter,

I am using NW 04 and having the same rendering problem When I try to go to: http://<mymachine>:<IGS PORT> I receive the statistics page. should this also be the url port I should put at the default property sheet on the Admin tool?

Here is my igs.xml file:

<?xml version = "1.0"?>

<IGSCONFIGURATION version="1.0">

<TRACELEVEL>1</TRACELEVEL>

<MUX ip="ep6sp9test" port="40000">

<LISTENERHTTP port="40080"/>

</MUX>

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

</PORTWATCHER>

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

</PORTWATCHER>

</IGSCONFIGURATION>