Hi,
I have created a webdynpro abap component, I deployed this in my machine, and it is working.The default address in the application is http://localhost:8000/sap/....appl.Now if iam trying it with my IP http://MY IP:8000/sap/....appl.
then this showing the following error.
*The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (<My IP > statt <My IP>.<domain>.<ext>).*
The error occurred on the application server SYSTEM6_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: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===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
My aim is to get my page in a different system as i can ping my system from a different machine.
Bye