cancel
Showing results for 
Search instead for 
Did you mean: 

Problem executing sample Webdynpro application

Former Member
0 Kudos

Hi all

Iam learning Webdynpro on IDES version of ECC...i have developed a sample webdynpro application..its automatially generated URL as below

http://sapserver:8001/sap/bc/webdynpro/sap/zmadywd

when i executed the application with username and password ..Iam getting the error like below

Error when processing your request

What has happened?

The URL http://sapserver:8001/sap/bc/webdynpro/sap/zmadywd was not called due to an error.

Note

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

The error occurred on the application server sapserver_DM0_01 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

Could you please help me the steps resolving this??

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

That is the Fully Qualified Domain Name (FQDN) error. It is fairly well documented in the online help and already discussed here at length on the forum.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

Your server name (sapserver) is not fully qualified. Read the help link I provided for more details on what a Fully Qualified name is and how to set the correct profile parameters to change to a fully qualified name.

Former Member
0 Kudos

Jung

Thanks for your reply

I have gone thru the sap help you provided.....since sapserver is not supported..i inserted

192.168.100.2 sapserver.surya.com

line in the /etc/hosts file....

so what is the procedure...do i need to create new webdynpro application to work this properly?

or is there any other settings? coz i am not getting again even though i logoff and logged back in after changing the hosts file...

Please advise

Thanks

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you change the hosts file on your client machine you are only creating an Alias for the server name. You also need to change the correct profile parameters on the server and restart the system or the ICM for it generate URLs that have the full name. Otherwise you can change the URL manually to the longer alias you created if you just want to test.

Former Member
0 Kudos

Thanks Jung

Iam almost there....this time i manually processed the URL..

http://sapserver.surya.com:8001/sap/bc/webdynpro/sap/zmadywd

It worked and said starting the application..but suddenly the following error occured

500 Connection timed out

-


Error: -5

Version: 7000

Component: ICM

Date/Time: Tue Mar 24 00:17:02 2009

Module: icxxthr.c

Line: 2646

Server: sapserver_DM0_01

Error Tag: {-}

Detail: Connection to partner timed out after 60s

Please help me

Thanks

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Don't be worried, you just hit the timeout. Not uncommon on a "fresh" system. Lots of system libraries need to be generated on first usage. Just keep reloading the page after the timeout. Eventually all the needed objects will get loads generated and the page will display.

Former Member
0 Kudos

You solved my problem...Thanks

I will be asking more questions eventually ....

Thanks for your help

Madhu

Answers (0)