cancel
Showing results for 
Search instead for 
Did you mean: 

system ID instead of local host

Former Member
0 Kudos

Hi gurus,

I am creating web Dynpro progam. when i am creating web dynpro application... in URL its taking my Host name instead of local host.

eg.http://**ARI**:8000/sap/bc/webdynpro/sap/zdemo

its giving me shortdump at

IF NOT lv_host CS 'localhost'.

RAISE EXCEPTION TYPE cx_fqdn

EXPORTING host = lv_host

domain = '.<domain>.<ext>'. "#EC NOTEXT recommend security group

ENDIF.

How to solve it??

Thanx in advance

Shardul Shah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Is it your local server???

If yes,

Then, open NWDS, windows> preferences>SAP J2EE Engine-->Sap J2EE engine is installed on local host

and there put in the the details.You can browse to get your SID,

and accordingly, your instance no. and SCS will be populated

If it is not your local server,

Select the option:SAP J2EE engine is located on remote host:

Put in the name of the server in which the sdm is in which you are deploying.

Now login in to : http://<host>:<port>/index.htm

Click on sytem administration, enter with your administrator's password.

Over there the message port is given, please check that and put it in the required position uder the remote host position.

Former Member
0 Kudos

thanx but when i m run URL, its giving me error like

call was terminated because the corresponding service is not available

Note:

The termination occurred in system DRI with error code 404 and for the reason Not found.

The selected virtual host was 0 .

Former Member
0 Kudos

Hi

1)if u want ur hostname go to commanprompt

2)type the command <hostname>

3)if u want ip address

4)type <ipconfig>

Regards

Hazrath