cancel
Showing results for 
Search instead for 
Did you mean: 

file to file from SAP to legacy system

lokesh_sharma4
Explorer
0 Kudos

Hello,

I am trying to send a file from SAP system to NON sap system using simple file to file scenerio.

File has to be picked from some path on the application server than it has to passed to legacy system.

There seem to be some problem,

when I check the communication channel monitoring, I get the following messaged with 2 error messages.

Time Stamp Status Description

25.07.2010 14:40:33 Success Send text file "SAPLGCUSPPAYSTUB20071018173147.TXT" from FTP server "172.17.102.5:\saplgc\usp_paystub", size 476 bytes with QoS EO

25.07.2010 14:40:33 Success Application attempting to send an XI message asynchronously using connection AFW.

25.07.2010 14:40:33 Success Trying to put the message into the send queue.

25.07.2010 14:40:34 Success Message successfully put into the queue.

25.07.2010 14:40:34 Success The application sent the message asynchronously using connection AFW. Returning to application.

25.07.2010 14:40:34 Success Confirmation mode test found. File will be resent next time

25.07.2010 14:40:34 Success The message was successfully retrieved from the send queue.

25.07.2010 14:40:34 Success The message status set to DLNG.

25.07.2010 14:40:34 Error SOAPFault received from Integration Server. ErrorCode/Category: XIProtocol/NOT_AUTHORIZED_FOR_PROC; Params: XIAFUSER; AdditionalText: ; ApplicationFaultMessage: ; ErrorStack: User XIAFUSER has no authorization to process messages

25.07.2010 14:40:34 Error Transmitting the message to endpoint http://tcsxidev:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : User not authorized for message processing.

Could you pleas tel, what went wrong and what has to be done to rectify this problem.

Regards,

Lokesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lokesh,

As per the error message, it clearly says that you do not have complete authorizations for the receiver system.

As your receiver system is FTP, as the FTP admin team for the authorizations. They could help you to fix the issue.

lokesh_sharma4
Explorer
0 Kudos

Hello Hareen,

Are you sure. It is the problem at d reciever end? Because the file has not gone till reciever communication channel and the error which it is showing is related to the user present in the Adapter engine.

looking forward for your reply.

Regards,

Lokesh

Former Member
0 Kudos

Hi Lokesh,

I am sure about it. Even though the file reached the communication channel, you need to have authorizations for the receiver system.

Answers (3)

Answers (3)

lokesh_sharma4
Explorer
0 Kudos

Hi,

I have checked at the reciever end, they have given proper access to the destination folder.

Here Basis team takes care of admin cinfiguration.

And I checked with them and they say that every thing is fine with the XIAFUSER, What specifically should I tell them to check.

This is the error which I am getting:

28.07.2010 21:17:24 Error SOAPFault received from Integration Server. ErrorCode/Category: XIProtocol/NOT_AUTHORIZED_FOR_PROC; Params: XIAFUSER; AdditionalText: ; ApplicationFaultMessage: ; ErrorStack: User XIAFUSER has no authorization to process messages

28.07.2010 21:17:24 Error Transmitting the message to endpoint http://tcsxidev:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : User not authorized for message processing.

Kindly let me know how should I get this problem fixed. I have to fix this as soon as possible and move the development to Production.

Thanks and Regards,

Lokesh

Former Member
0 Kudos

Hi Lokesh,

>XIProtocol/NOT_AUTHORIZED_FOR_PROC; Params: XIAFUSER; AdditionalText: ; ApplicationFaultMessage: ; ErrorStack: User XIAFUSER has no authorization to process messages

This is indicating your user doesn't have the access of the receiver system.

So ask your BASIS team to provide the access of receiver system.

> 25.07.2010 14:40:34 Error Transmitting the message to endpoint http://tcsxidev:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : User not authorized for message processing.

May be you are using the Proxy at the receiver side but not file, because we use this type of path "http://tcsxidev:8000/sap/xi/engine?type=entry" in proxy scenario.

500 series error means problem at the server side, so receiver system is not allowing you (your user) to execute the scenario.

Regards

Ramesh

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Lokesh,

It is clearly saying that the user doesn't not have authorizations to send data to target,and check that the user id what you are using id correct or not??

you sending data to SAP ECC using Proxy???

Regards,

Raj

lokesh_sharma4
Explorer
0 Kudos

Hello raj,

I am using simple file to file scenerio and we are sending the files using ftp.

I checked it with BASIS team here. But they don't c any problem in the autorization.

Is thre nething specific I should ask them?

Regards,

Lokesh

former_member200962
Active Contributor
0 Kudos
ErrorStack: User XIAFUSER has no authorization to process messages

What about the XIAFUSER? Is it locked/ password expired.....what about the user you have mention in the receiver channel?

What about your Receiver Application? Error code 500 would normally mean that the application is down (or facing some problem)

maciej_jarecki
Contributor
0 Kudos

check user on PI server due to it totlly looks like it dosen't have permision. you use abap proxy on ECC side that cannot put in the queue on pi.

Regards

Maciej