cancel
Showing results for 
Search instead for 
Did you mean: 

Simple File to File scenario not working

Former Member
0 Kudos

Hi all,

I am new XI, please help me out, I am getting this error when i am monitoring the message

2006-02-08 17:59:09 Success Channel DEMO_CC_S: Send binary file "D:\Input\nagesh_input.txt". Size 190 with QoS EO

2006-02-08 17:59:09 Success Application attempting to send an XI message asynchronously using connection AFW.

2006-02-08 17:59:09 Success Trying to put the message into the send queue.

2006-02-08 17:59:09 Success Message successfully put into the queue.

2006-02-08 17:59:09 Success The application sent the message asynchronously using connection AFW. Returning to application.

2006-02-08 17:59:09 Success File "D:\Input\nagesh_input.txt" deleted after processing

2006-02-08 17:59:09 Success The message was successfully retrieved from the send queue.

2006-02-08 17:59:09 Success The message status set to DLNG.

2006-02-08 17:59:09 Error Transmitting the message to endpoint http:
sapnet:8000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 501..

2006-02-08 17:59:09 Success The asynchronous message was successfully scheduled to be delivered at Wed Feb 08 18:04:09 IST 2006.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nagesh,

Your problem is basically with the Adapter Configuration.

1. goto Component monitoring in the runtime workbench.

2. select the adapter engine

3. there u are getting "is a user defined for AF"

for this you do the following.

you have to create a service user with name "XIAFUSER"

assign the following roles to the user

SAP_XI_AF_SERV_USER_MAIN

SAP_XI_APPL_SERV_USER

SAP_SLD_CONFIGURATOR

hope this solves your problem

regards,

P.Venkat

Former Member
0 Kudos

Hi Venkat,

xiafuser is already created and is having all the 3 roles.

Nagesh

former_member187339
Active Contributor
0 Kudos

Hi,

Check these:

1)In SXI_CACHE ,Goto AECACHE and you should be getting a URL pointing to AE.

2) In http://<servername>:port, port should be abap stack port 8000 or 8005.

3) Try viewing the visual admin logs .

4) If you are using File content conversion then check :

If the conversion parameter values (especially the Key Field Values) you have specified are in quotes. If so, then remove the quotes and try again.

5) Use this https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2308. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] and check the URL you specified in various locations as given in this thread :

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

There is no URL pointing to AE in SXI_CACHE, how do i add it.

Nagesh

Former Member
0 Kudos

Hi Nagesh,

this thread is the solution to your problem.

go thro this thread also

as given in the above threads to import take a look at:

Importing the XI Content for Software Component Version SAP Basis 6.40 SR1 from

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/sap xi 3.0 sr1 installation guide.pdf

think these links has full info to solve your problem.

regards,

P.Venkat

Message was edited by: venkataramanan

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi,

Go to SLD -> business systems -> your xi server -> pipeline URL and try changing the <b>http:
sapnet:8000</b> to <b>http://sapnet:8000</b>

Regards

Suraj

Former Member
0 Kudos

Hi suraj,

I changed it but still its not working.

Thank you

former_member187339
Active Contributor
0 Kudos

Hi,

Have a look at the following thread:

Regards

Suraj

Former Member
0 Kudos

Hi,

This error means that you haev not implemented a certain funtionality in your configuration, see http error 501 in,

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

You file seems to be getting picked and deleted,

1. check the receiver file adapter and content conversion(if u have sone).

2. What you see in sxmb_moni?? can you see your payload??

Anirban.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Nagesh,

For a file to file scenario, just check this blog by Venkat and verify it against the steps that you have performed.

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Hope this helps,

Regards,

Bhavesh

Former Member
0 Kudos

Bhavesh,

Thank you for the response, i have used a NFS protocol not FTP, i have already executed this example in my institute, but when i am implementing it at working place it is showing the error, also while monitoring the adapter the adapter is showing red signal stating :"Is a user defined for component AF?"

Can any help me out please

Thanks in advance

Nagesh

Former Member
0 Kudos

Hi Nagesh,

I think referring to the following link will solve your problem.

http://help.sap.com/saphelp_nw2004s/helpdata/en/db/205342d8a7be30e10000000a155106/frameset.htm

Regards,

Sudheer.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Nagesh,

Can you check the error message in your SXMB_MONI and let me know what it is.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

no messages are displayed in SXMB_MONI transaction,

it is taking the input file but its not able to detect the adapter engine.

Nagesh