cancel
Showing results for 
Search instead for 
Did you mean: 

Method: CHECK of program CX_FQDN

former_member184158
Active Contributor
0 Kudos

please help me I have all the instructions according to this file but I got the problem I could not solve it any help from you, I will be happy.

my host file

# Copyright (c) 1993-2009 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

#      102.54.94.97    rhino.acme.com          # source server

#      38.25.63.10    x.acme.com              # x client host

127.0.0.1      localhost

10.0.2.15 ibo-pc.com

# localhost name resolution is handled within DNS itself.

# 127.0.0.1      localhost

# ::1            localhost

and I have used RZ10

please any suggestion, I will be happy, thank you very much ..

I have done all steps according to this file

Step_by_Step_Configuration_for_Running_Web_Dynpro_ABAP_in_SAP_NetWeaver_701_SR1_SP3_ABAP_Trial_Version

File-Upload.net - Step_by_Step_Configuration_for_Running_Web_Dynpro_ABAP_in_SAP_NetWeaver_701_SR1_SP...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ibrahim,

Put a external debugger point in class cx_fqdn

  in method check at line

   lv_host = request->get_header_field( name = 'host' ).

and replace the contents of variable lv_host to "localhost" and proceed with the run. so hopefully it works for you.

Check this theard

Thanks

KH

former_member184158
Active Contributor
0 Kudos

the solution is  RZ10,

I have done .

my host name + domain

hostname +  domain 

ibo-pc.com

and in windows/system32/drivers/etc/ hosts

# Copyright (c) 1993-2009 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

#      102.54.94.97     rhino.acme.com          # source server

#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost

10.0.2.15       ibo-pc.com

# localhost name resolution is handled within DNS itself.

# 127.0.0.1       localhost

# ::1             localhost

thank you for all.

Answers (2)

Answers (2)

former_member184158
Active Contributor
0 Kudos
former_member184578
Active Contributor
0 Kudos

Hi,

Go to ST22 transaction and check the short dump details. Check if the SAP Note 1858067 helps,

Regards,

Kiran

former_member184158
Active Contributor
0 Kudos

It does not help