cancel
Showing results for 
Search instead for 
Did you mean: 

CCMS Moni: ICF Error when receiving the response:ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

Hello All,

I am encountering an issue while setting up a connection between NW Enterprise Search 7.2 SP2 System(VAL) and our CEN system(solman 7.01). VAL system is distributed on three blades- Master blade, worker1, worker2.

Master blade is dual homed and hence connect to public network at one end and connects to private network on the other. Worker1 and Worker2 reside on private network and can be accessed through the master blade. Distribution of instances on the three blade is like this:

Name --> Priv.Ifc --> Share --> Instances

-


master --> bond1 --> /gpfsFS1/validation --> SCS01, ERS11

worker1--> bond1 --> /gpfsFS1/validation --> DVEBMGS00, MAXDB

worker2 --> bond1 --> /gpfsFS1/validation --> TRX02+

Public hostname --> Private hostname

lu01135.wdf.sap.corp --> master

lu01136.wdf.sap.corp --> worker1

lu01137.wdf.sap.corp --> worker2

Now while registering the ABAP instance to the Cen system, I get an error:

( SAPCCM4X.VALDST00.00 ) Error when sending the configuration data to the agent

( SAPCCM4X.VALDST00.00 ) SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

Could anyone please help me find out where the issue is?

A few points to give a clear picture of the issue:

1- To register the VAL system in RZ21 transaction, I use the hostname as /H/lu01135/H/valdst00.

2- I understand that as the CEN system is of release 7.01, Monitored system VAL of release 7.2, the new monitoring architecture is followed which is based on web-services connection between the two systems. After a try to register the VAL system to CEN, I see that a G type conenction is created in the background. This G type conenction also gives the error ICM_HTTP_CONNECTION_FAILED. Please help me resolve the issue.

Thanks and Regards

Neeti

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I am encountering the same thing.

Have a look at the bottom line for the screen when you are generating the connection.

You will see a line that says generating logical ports for <managed server> port number.

Right after this youshould see the same line only it says the port number is 00?

Why is it generating a port 00 for an non zero instance number I do not know.

I checked my def_rfc_XX file and found :

E SOAP_APPLICATION 20110916161723.7586640 : CL_SOAP_APPLICATION <

XRFC> CLIENT ->IFSOAP_APPLICATION_CS~EXECUTE_PROCESSING A SOAP Runtime <

XRFC> Core Exception occurred in method IF_SOAP_TRANSPORT_BINDING <

XRFC> ~RECEIVE of class CL_SOAP_HTTP_TPBND_ROOT at position id 1 with <

XRFC> internal error id 1023 and error text SRT: Processing error in <

XRFC> Internet Communication Framework: ("ICF Error when receiving the <

XRFC> response: ICM_HTTP_CONNECTION_FAILED") (fault location is 1 ).

the preceeding trc showed :

XRFC> OP_NAME : MsGetLocalMsInfo <

XRFC> COMM_PATRN : Method:MsGetLocalMsInfo <

XRFC> OP_NS : urn:SAPCCMS <

XRFC> REMADDRESS : <

XRFC> LP_NAME : SAPCCMSR.<server_name_removed>.00 <

XRFC> DT_OBJ : CO_WSSAPCCMS <

XRFC> MEMCONSUMP : 431 <

XRFC> WSHOST : <server_name_removed> <

XRFC> WSPORT : 50013 <

XRFC> WSPROT : http <

XRFC> WSCLIENT : <

XRFC> WSPATH : /SAPCCMS.CGI

The instance I am connecting to is 82 so the port should be 58213 and not 50013.

I will be in touch when SAP answers this.

Alex

Former Member
0 Kudos

Hello Alex,

I am facing the same error as you were.

Just like you said, the target instance is my DB instance and the port is 02 but WSPORT is 50013.

Would you kindly provide any possible corrections?

Thank you very much!

Elina

Former Member
0 Kudos

Check parameters related to ICM

ICM/HOSTNAMEFULL = full qualified domain name.

Thanks

Former Member
0 Kudos

Hello Shashi,

Thanks for your reply.

I added parameter ICM/HOSTNAMEFULL = valdst00.wdf.sap.corp in the instance profile.

valdst00 is the virtual host on worker1 blade where ABAP instance is installed.

But still get the same error occurs.

Log VAL_RZ20_COLLECT:CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=244#Connection closed by partner

( SAPCCM4X.VALDST00.00 ) Error when sending the configuration data to the agent

( SAPCCM4X.VALDST00.00 ) SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

Kindly suggest a solution.

Thanks and Regards

Neeti

Former Member
0 Kudos

hi,

there are posibilities,

0. Did u restart ICM? if not do it first and check again?

1.check are you using the correct port?

2. Check is there ssl setup is active, if no need, choose not active and try again the connection status?

3. if ssl is needed check which are you choosing for connectivity like "Annonymous SSL Clinet,Standard SSL server, Standard SSL client"

choose the correct one and try again.

jansi

Edited by: shivjansi on Aug 26, 2010 4:19 PM

Former Member
0 Kudos

Hello Jansi,

1- I had restarted the monitored system after adding the parameter in profile file

2- The port that gets generated for the HTTP destination is 50013. ABAP instance number is 00. I hope you are talking about the same port.

3- SSl is not active. And in the Http Connection(G type), 'SSL not active' is selected.

Please let me know how do I find out if it is needed or not?

Thanks and regards

Neeti

Former Member
0 Kudos

verify the parameter icm_server_port0 is set as same port in HTTP destination..

janst

Former Member
0 Kudos

hello Jansi,

I find a parameter icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00 in VAL_DVEBMGS00_valdst00 profile and,

a parameter entry "icm/server_port_0 = PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600" in VAL_SCS01_valjscs00 profile file.

Do I need to add icm/server_port_0 parameter in VAL_DVEBMGS00_valdst00 profile also? And then change the port number in the HTTP destination to 50000?

Thanks

Neeti