‎2008 Nov 27 7:43 AM
Moderator message: misleading subject. Please take care to use an informative, meaningful subject in future.
when i am testing a dynpro scenario i am getting this error.
kindly solve this issue.
Error when processing your request
What has happened?
The URL http://ids:8000/sap/bc/webdynpro/sap/zwd_siri1 was not called due to an error.
Note
The following error text was processed in the system IDS : Die URL enthält keine vollständige Domainangabe (ids statt ids.).
The error occurred on the application server ids_IDS_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 of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
What can I do?
If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system IDS in transaction ST22.
If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server ids_IDS_00 in transaction SM21.
If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server ids_IDS_00 . In some situations, you may also need to analyze the trace files of other work processes.
If you do not yet have a user ID, contact your system administrator.
Error code: ICF-IE-http -c: 800 -u: DEVUSER -l: E -s: IDS -i: ids_IDS_00 -w: 0 -d: 20081127 -t: 130015 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
Edited by: Matt on Dec 1, 2008 10:26 AM
‎2008 Nov 27 9:21 AM
Hi Sirisha,
It looks you are getting this Web Dynpro not in Dynpro,
could you be clear of what you are doing there.
Regards
ramchander Rao.K
‎2008 Nov 27 9:21 AM
Hi Sirisha,
It looks you are getting this Web Dynpro not in Dynpro,
could you be clear of what you are doing there.
Regards
ramchander Rao.K
‎2008 Dec 01 1:33 AM
The error message 'Die URL enthält keine vollständige Domainangabe (ids statt ids.
Try to provide a complete domain name in front of the port number, that should connect then.
Hope that helps,
Michael
‎2008 Dec 01 9:26 AM
Your subject is misleading. Please take care to use an informative, meaningful subject in future.
Your problem is caused because SAP insist on having a named domain. ids isn't valid. ids.com would be.
If you've the ip address of the server, a quick fix would be to edit your hosts file (on your pc), to contain the ip address and some dummy domain. e.g. www.xxx.yyy.zzz myids.com (where www.xxx.yyy.zzz is the ip address of the application server. Then you could use the url: http://myids.com:8000/sap/bc/webdynpro/sap/zwd_siri1
matt
Edited by: Matt on Dec 1, 2008 10:27 AM