cancel
Showing results for 
Search instead for 
Did you mean: 

403 Error Transmitting the message to endpoint for XML file to XML file

Former Member
0 Kudos

Friends,

This is my 4th day learning XI and getting below issue.

I'm trying to follow the steps to transfer XML file to XML file scenario and when I drop the sender XML file, it seems the file has been picked-up but it does not generate the output file.

I checked in RWB for the message and found below error:

2008-01-04 13:09:48 Error Transmitting the message to endpoint http://sappc:8000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 403

I tried to access http://sappc:8000/sap/xi/engine?type=entry from new browser window and I get the same error "403".

I'm able to access http://sappc:8000 fine.

I would appreciate help on this.

Thanks in advance.

Hetal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

More Information:

When I tried to sxi_cache I got below error (Not sure whether it's relavent or not)

Last Error during Cache Refresh

HTTP status code401 Unauthorized

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>When I tried to sxi_cache I got below error (Not sure whether it's relavent or not)

Not related

>HTTP status code401 Unauthorized

Your user ID does not have authorization

Regards

Agasthuri Doss

Former Member
0 Kudos

First of all thanks for quick response.

No I'm not sending large data (only 1 record)

Which services I supposed to start and how do I do it (sorry if I'm asking annoying questions)

Thanks,

Hetal

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Activate ICF Service - OSS Note - 736312

2) Tcode - SLDCHECK in XI / PI Server, Check whether getting connected

This will help you

Regards

Agasthuri Doss

Former Member
0 Kudos

Thanks a lot!

After restarting the services atleast the error went away.

But issue still remains, I mean the file get picked up but the at receiver system the output file does not get created.

the MM in RWB shows successful.

Where I suppose to check for the next?

thanks,

Hetal

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Check the user ID used in the File Adapter has the role to Read/Write

2) Check the File Adapter which one you are using.

3) Try to do in Component Montoring ( inactivate and activate ) for the Adapter

Regards

Agasthuri Doss

Former Member
0 Kudos

>>1) Check the user ID used in the File Adapter has the role to >>Read/Write

Yes, It des (I manually created file and works)

>>2) Check the File Adapter which one you are using.

I'm using File Adapter Type (http://sap.com/xi/XI/System) (SAP BASIS 6.40) (Message Protocol : File) (Adapter Engine: Integration Server)

>>3) Try to do in Component Montoring ( inactivate and activate ) for >the Adapter

I tried but didn't help

Thanks,

Hetal

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Check whether you are checking the Correct File Adpater in Component Montoring ( the MM in RWB shows successful )

2) Check in the SXMB_MONI Pay Load whether the out file has data and Check in the File Adapter Configuration you might have selected the option that do not create Empty File

Regards

Agasthuri Doss

Former Member
0 Kudos

Sorry! you were correct I was looking at wrong file adapter. The message is error: (It gives 401 error during XICACHE update)

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="XICACHE">UPDATE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP status code401 Unauthorized</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>An error occurred when refreshing the XI runtime cache</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache

Regards

Agasthuri Doss

Former Member
0 Kudos

thanks a lot Agasthuri helping me out here.

I tried below steps and now it works.

- Change password of all the XI USERs and updated the ExchangeProfile with correct password

- Restarted the servers

- run sxi_cache

- run the scenario and valla the file got created.

Again thank and I truly appreciate your help.

Hetal

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>Received HTTP response code 403

1)Due to Inactive Services - Go to SICF transaction and activate the services.

2) Are you sending Large Volume of data

Regards

Agasthuri Doss