cancel
Showing results for 
Search instead for 
Did you mean: 

Where can URL to messaging system (Adapter framework) be changed?

0 Kudos

Hello,

I have run into a problem with my adapter configuration in our new test system (PI 7.0), see trace below.

I need to change the URL to the MessagingSystem (Adapter Framework) but I'm not sure where it can be done.

I have read that it should be done in the 'Content Maintenance' of the SLD under section 'XI Adapter Framework'. But how? Or should it be done somewhere else?

I need to change the server- and portname shown in the URL below.

<Trace level="3" type="T">URL = http://svst0210:50000/MessagingSystem/receive/AFW/XI</Trace>;

<Trace level="3" type="T">User = PIISUSER</Trace>

<Trace level="3" type="T">Cached = X</Trace>

<Trace level="3" type="T">Creating HTTP-client</Trace>

<Trace level="3" type="T">HTTP-client: creation finished</Trace>

<Trace level="3" type="T">Security: Basic authentication</Trace>

<Trace level="3" type="T">Serializing message object...</Trace>

<Trace level="1" type="T">HTTP Multipart document length: 4292</Trace>

<Trace level="3" type="T">HTTP-client: sending http-request...</Trace>

<Trace level="3" type="T">HTTP-client: request sent</Trace>

<Trace level="3" type="T">HTTP-client: Receiving http-response...</Trace>

<Trace level="3" type="T">HTTP-client: response received</Trace>

<Trace level="3" type="T">HTTP-client: checking status code...</Trace>

<Trace level="3" type="T">HTTP-client: status code = 404</Trace>

<Trace level="3" type="System_Error">HTTP-client: error response= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-

Can anyone help me on this one?

// Best regards Hans

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello, problem is solved. I found some documentation about, see following:

Start the Visual Administrator. On

the Global Configuration tab page,

navigate to Server u2192 Services u2192

SAP XI AF CPA Cache.

Enter the following for the load

balancer:

u2022 Host name for

SLD.selfregistration.hostName

u2022 HTTP port for

SLD.selfregistration.httpPort

u2022 HTTPS port for

SLD.selfregistration.httpsPort

Save the changes and restart the service.

// Regards Hans