Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use URL in another PC

Former Member
0 Kudos

Dear all,

I install a sap netweaver trial version i my office pc.

creat a sample web dynpro application and execute it is working but

when i use same URL in another pc it is not working all pc are network.

URL = http://localhost:8000/sap/bc/webdynpro/sap/ztest1

can you suggest me how can i access in another pc.

if any setting required.

Regards

Raju.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello

localhost - it is a computer where you are install netweaver. It have ip address 127.0.0.1.

If you want access from another PC you need:

- set ip address obviously (http://172.16.1.1:8000/sap/bc/webdynpro/sap/ztest1) - where 172.16.1.1 - ip address of PC with nrtweaver.

- or set PC name

2 REPLIES 2

Former Member
0 Kudos

Hello

localhost - it is a computer where you are install netweaver. It have ip address 127.0.0.1.

If you want access from another PC you need:

- set ip address obviously (http://172.16.1.1:8000/sap/bc/webdynpro/sap/ztest1) - where 172.16.1.1 - ip address of PC with nrtweaver.

- or set PC name

0 Kudos

Dear Dzed Maroz,

Thanks for your reply but when i enter ip address in place of localhost

that time internet explorer showing error

""Error when processing your request

What has happened?

The URL http://192.168.1.10:8000/sap/bc/webdynpro/sap/zz_service_call_demo was not called due to an error.

Note

The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (192.168.1.10 statt 192.168.1.10.).

The error occurred on the application server intercode_NSP_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CHECK of program CX_FQDN=======================CP

Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP""

Can you suggest me why this error is showing

Regards

Raju