cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Engine Connection to Integration Engine

Former Member
0 Kudos

We recently set up a new production PI 7.0 environment, and I am trying to do a small pilot (test) scenario just to see if things work. It is a simple, no mapping, FTP file to FTP file scenario.

When I run it, I see the following error in CC monitoring.

2009-03-24 12:10:20 Error

Transmitting the message to endpoint http://oraipg:8002/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused.

We checked the PIAFUSER password and ran some cache refreshes...based on other postings I noticed.

Does anyone have other ideas what causes this error?

Thanks,

Keith

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do you know where this URL is getting read from?

Transmitting the message to endpoint http://oraipg:8002/sap/xi/engine?type=entry

Former Member
0 Kudos

go to sxmb_adm

integration engine configuration and check runtime parameter and then check IS_URL parameter

in ABAP console

I am not aware of the property name in java stack but go to admin page and check the properties there

Rajesh

Former Member
0 Kudos

I assume the isURL value from SXMB_ADM...but we have this referencing an RFC destination that has a different host value in it (not oraipg).

Former Member
0 Kudos

When you mention "in Java stack"...would this be a setting in the Visual Administrator?

Former Member
0 Kudos

As per configuration guide did you activated the HTTP service

for this go to SICF and call maintainence function of HTTP and go to default_host->sap->xi->engine double click the engine to see the default settings for the service engine

Activate the service by selecting and choosing activate option

Rajesh

Former Member
0 Kudos

The engine service in SICF was already active.

Former Member
0 Kudos

Hi,

This is being read from the business system for your PI server SLD.

You can find this information in SLD -> Buisness System -> <click on your business system> -> Integration Tab -> Pipeline URL field.

Also, above the pipeline URL field check if the Role chosen is Integration Server.

Regards,

Balaji.M

Answers (1)

Answers (1)

Former Member
0 Kudos

is the port for the IS_URL is same as set for Http port set in SMICM

Did you checked any users locks?

Rajesh

Former Member
0 Kudos

ports match....there are no locks in repository and directory tabs in Admin (http://host:port/rep/support/admin/index.html)....I will have someone check PIAFUSER...assuming that is the user to check

Former Member
0 Kudos

Also check AI_RUNTIME_JCOSERVER RFC destinations

I am not sure which one to check exactly check all the rfc destinations used there

Rajesh