cancel
Showing results for 
Search instead for 
Did you mean: 

change domain name on CRM (abap+java)

Former Member
0 Kudos

Hello.

Tell me the fastest way to change only domain from FQDN for abap+java 731

i have sap.domain1.ru

i want sap.domain.ru

Accepted Solutions (1)

Accepted Solutions (1)

willi_eimler
Contributor
0 Kudos

Hi Maxim,

please try this:

This should be in the Instanceprofile:

SAPFQDN = sap.domain.ru

SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)

icm/host_name_full = $(SAPLOCALHOST).$(SAPFQDN)

Best regards

Willi Eimler

Answers (3)

Answers (3)

Former Member
0 Kudos

tnx all. I did not have a variable localhost. it was globalhost. i add localhost.  work is fine.

Sriram2009
Active Contributor
0 Kudos

Hi Maxim

Could you check this SAP Note for change the domain and FQDN

1233320 - Domain migration for SAP systems

BR

SS

former_member185954
Active Contributor
0 Kudos

Hello Maxim,

Have you tried searching for any icm parameters or a simple search will show you many threads.

Regards,

Siddhesh