cancel
Showing results for 
Search instead for 
Did you mean: 

CX_FQDN Error

former_member305388
Active Contributor
0 Kudos

Hi All,

I have SAP installed in my personal computer. When I created a WDA and executed, it's connecting to SAPNetweraver and dumping saying:

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

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

*-----

My URL is as: http://hostname1:8000/xxxx.www etc. I know that the URL should ahve domain name included between hostname and port number. I want to know how I can make this possible as I dont' have any Domain at all. My PC is not connected to any domain but is in Workgroup.

I have checked a lot of posts in forum that are very much related to this issue. But however, I didn't understand a few things as I am an ABAPer. Before proceeding I want to make one thing clear.

RZ11 and RZ10 - parameters (SAPLOCALHOST, SAPLOCALHOSTFULL, icm/host_name_full) and profile are maintained properly.

in hosts file i have

127.0.0.1 localhost

198.168.xxx.yyy hostname1

Though I went through a lot of posts... I dint find any t-codes for setting up connections. Please help me with proper t-codes and system config also.

I have nil knowledge about system config too..so please do not mention any abbreviations.

Please also note that I am in ECC6.0 version.

Kindly help me out.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Please search before posting. This is perhaps the most commonly asked question in the forum and also the most commonly answered. It is also a topic which is heavily documented in the online help:

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

You might have done the technical configuration, but what you configured is not correct. hostname1 is not a Fully qualified domain name. A FQDN needs three parts (as described in the above online help). You would need something like hostname1.mydomain.com.

>Please also note that I am in ECC6.0 version.

You have the full ECC 6.0 installed on your personal computer? There is no trial version from ECC 6.0. The trial versions available here on SCN are NetWeaver level only and have the FQDN check removed. Where exactly did you get the software that you installed on your laptop?