cancel
Showing results for 
Search instead for 
Did you mean: 

Error while trying simple bsp application

Former Member
0 Kudos

Hi,

I tried very simple bsp application given in

http://www.sapdevelopment.co.uk/webapps/bsp/bsp_exam.htm

I am geeting error as follows:

Call of BSP page terminated due to error.

URL does not specify a complete domain

Exception Class CX_FQDN

Error name

Program CX_FQDN=======================CP

Include CX_FQDN=======================CM002

ABAP Class CX_FQDN

Method CHECK

Row 10

Long Text -

Error Type: Exception

Your SAP Business Server Pages Team

Please give me suggestions for this.

Thanks in advance

Ganga

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is the standard, FQDN (Fully Qualified Domain Name) problem. You can get lot of posts regarding that in the forum. Or else follow the steps:

1) Transaction SMICM

2) Goto Parameters --> Display

There should be a parameter icm/host_name_full with value as <saphost.sap.com> not just <saphost>

That is ,the url should be specified as Protocol>://<Hostname>.<Domain>.<Extension> :<Port>/

If it is not there and host name is just <server name> then do following:

Transaction RZ10

a) View profiles ,if no profile then press Import .

This will generate the profiles available (5 profiles), namely :

1)Default profile

2) Instance profiles

3)Start profiles

In instance profile of sap system (SID>_<INSTNAME>_<hostname>)

in Extended maintenance option,

b)Copy Profile to new Version

c) Create a new Parameter in the profile.

Select the icm/host_name_full in the parameter name and put the value <servername.domain.extension>

d) Save parameter and the profile and then Activate .This will create a new version of the profile.

Regards,

Ravikiran.

athavanraja
Active Contributor
0 Kudos

Ravi you forgot the restart icm/server step!

Raja