cancel
Showing results for 
Search instead for 
Did you mean: 

Values for Property category ITS and WAS?

Former Member
0 Kudos

Hi All,

I have created a system and have given values for all the property category

1.Connector

2.User Management

3.ITS

4.WAS

when I do the connection test using

System administration > support > SAP application > SAP transaction > SAP GUI as HTML I get null pointer exception

I guess there is problem in values for ITS and WAS property category so I have the following doubts

1.How to find the WAS host name?

2.How to find the WAS path?

3.How to find the ITS host name?

4.How to find the ITS path?

Thanks & Regards,

Pavanmeet Singh.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192029
Active Contributor
0 Kudos

Hi

1)WAS Entry properties

WAS Description --> Description.

WAS Host Name ---> R3host.domain.com:ABAP_WAS_port (default is 8000)

WAS Path ---> /sap/bc/bsp/sap

WAS Protocol --> http/https

2)User Management select (udiw)>> admin, user

Cheers

Jawahar Govindaraj

Former Member
0 Kudos

Hi Jawahar,

Thanks for replying.Earlier I was using some other port for WAS Host Name ie 1080 as I checked in ICM .But now I tried with 8000 but same result.

here are the details of the error

Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

java.lang.NullPointerException.

See the details for the exception ID in the log file

com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOLayer

Thanks & Regards,

Pavanmeet Singh

Former Member
0 Kudos

Hi Pavanmeet

go to R3 run tranasaction SMICM->goto->services

u can find the port number for WAS from here

look against HTTP -->service name/port

this indicate the port for R3.

also make sure u define FQDN (host.domain.com) for WAS property under portal.

WAS host : - r3host.domain.com:port (which u find in SMICM)

was path --> /sap/bc/bsp/sap

if u did not activate FQDN under R3 try following

using RZ10 u can check the following parameter are set

for instance profile

icm/host_name_full -> hostname.domain.com

regards,

kaushal

former_member192029
Active Contributor
0 Kudos

Hi

Please ensure that the service started from SAP R/3 end (path /sap/bc/bsp/sap)

Rest finding port is

Tr code SMICM>>goto>>services>> check port for HTTP

Cheers

Jawahar Govindaraj

PS.Reward

athavanraja
Active Contributor
0 Kudos

it looks like you are trying to access SAP transaction (using transaction iview) via SAP GUI for HTML. for this you need to maintain ITS host and path.

if the back end is WAS6.40 you can use the Integrated ITS for the same.

apart from WAS host and path you also need to maintain.

integrated ITS

ITS host : <ABAenginehost.domain.com>:port

ITS path : sap/bc/gui/sap/its/

protocol: http/https

standalone ITS

ITS host : <ITSserverhost.domain.com>:port

ITS path : scripts/wgate/

protocol: http/https

Regards

Raja

Former Member
0 Kudos

Thanks Kaushal & Raja for replying.

My doubt is how to find FQDN for my R/3 system which is on windows 2003 server so that I can mention it in the icm/full_host_name parameter of the instance profile in RZ10 as well as in the WAS host name property for my system.Right now my WAS host name is FSUDEV:1080.

Thanks & Regards,

Pavanmeet Singh