cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro application runtime error CX_FQDN

former_member386290
Participant
0 Kudos

Hi experts,

I am encountering following error when running a sample webdynpor application from SE80. I have included details of my Hosts file entries and profile parameter in the details below.

My SAP system is installed on my desktop computer as a standalone on a wrkgroup. Name of the host is 'ecc6'.

Step by step instructions preferably with some example will be greatly appreciated.

Thanks in advance. AP

What has happened?

The URL http://ecc6:8006/sap/bc/webdynpro/sap/z_tutorial_1 was not called due to an error.

Note

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

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

The termination type was: RABAX_STATE

The ABAP call stack was:

ST22 dump is:

Runtime Errors UNCAUGHT_EXCEPTION

Exception CX_FQDN

Error analysis

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_FQDN', was not caught and

therefore caused a runtime error.

The reason for the exception is:

Die URL enthält keine vollständige Domainangabe (ecc6 statt

ecc6.).

System environment

SAP-Release 700

Application server... "ecc6"

Network address...... "192.168.100.1"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "4x Intel 801686"

Character length.... 16 Bits

Pointer length....... 32 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "ECC6"

Database type..... "ORACLE"

Database name..... "ECC"

Database user ID.. "SAPSR3"

User and Transaction

Client.............. 001

User................ "SAPUSER"

Language Key........ "E"

Transaction......... " "

Program............. "CX_FQDN=======================CP"

Screen.............. "SAPMHTTP 0010"

Screen Line......... 2

Information on Caller ofr "HTTP" Connection:

Plug-in Type.......... "HTTP"

Caller IP............. "192.168.100.1"

Caller Port........... 8006

Universal Resource Id. "/sap/bc/webdynpro/sap/z_tutorial_1"

Information on where terminated

Termination occurred in the ABAP program "CX_FQDN=======================CP" -

in "CHECK".

The main program was "SAPMHTTP ".

In the source code you have the termination point in line 10

of the (Include) program "CX_FQDN=======================CM002".

Entries in C:WINDOWSsystem32driversetchosts

127.0.0.1 localhost

192.168.100.1 ecc6

Instance Profile in SAP transaction RZ10 is ECCDVEBMGS06_ECC6_

Parameter Name Parameter value

login/no_automatic_user_sapstar 0

login/system_client 001

SAPSYSTEMNAME ECC

SAPGLOBALHOST ecc6

SAPSYSTEM 06

INSTANCE_NAME DVEBMGS06

DIR_CT_RUN $(DIR_EXE_ROOT)$(OS_UNICODE)NTI386

DIR_EXECUTABLE $(DIR_INSTANCE)exe

PHYS_MEMSIZE 512

rdisp/wp_no_dia 6

rdisp/wp_no_btc 3

icm/server_port_0 PROT=HTTP,PORT=80$$

ms/server_port_0 PROT=HTTP,PORT=81$$

rdisp/wp_no_enq 1

rdisp/wp_no_vb 1

rdisp/wp_no_vb2 1

rdisp/wp_no_spo 1

DIR_CLIENT_ORAHOME $(DIR_EXECUTABLE)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI ,

SAP has recommended it like that

for accessing SAP web dynpro abap application you have to give the full FQDN i.e. host name with domain.

simply hostname alone wont work.

http://help.sap.com/saphelp_nw70/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm

Pls go through the link.This mite help

Thanks,

Aditya.