cancel
Showing results for 
Search instead for 
Did you mean: 

File to File Scenario

Former Member
0 Kudos

Hi ,can you please go through this screen shots and let me know where i have done mistake .

"http://filecargo.com/dw.php?id=1154614756&/Configuration&mappings.doc"

The problem is that the file is not picking.

Thanks,

P.Srinivas

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Srinivasaphani,

The best way to check if your file is being picked is to,

1)keep processing mode as delete.if file is deleted from the specified location then u can confirm that file is picked by XI server.

2)If u keep processing mode in test mode then go to runtime workbench>componenet monitoring>select componenet with status(All)-->click on display button.

Go to Integration server->Adapter engine.

In status tab->adapter monitoring.then select ur file adapter and check ur communication channel.

hope this is sufficient.

Pls go through the explanation of a simmilar scenario that i have explained below anmd compare it with what u have done.It should help you clear all your doubts regarding the scenario that you are doing and also will help u find a solution to your problem.

Please go thru the following links and clear all your doubts.

Communication channel:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/65/b11c409ce22402e10000000a1550b0/frameset.htm">Assigning Communication Channels</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/2b/d5653fd1d3b81ae10000000a114084/content.htm">Communication Channel</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm">Configuring the Sender File/FTP Adapter</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm">Configuring the Receiver File/FTP Adapter</a>

Receiver agreement:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/56/02e63f48e58f15e10000000a155106/frameset.htm">Receiver Agreement</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/c1/5194426b44c56ae10000000a155106/frameset.htm">Creating a Receiver Agreement</a>

Sender agreement:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/db/73e03fc2269615e10000000a155106/frameset.htm">Sender Agreement</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/22/522041cfb7f423e10000000a155106/frameset.htm">Creating a Sender Agreement</a>

For detailed info, I would suggest that you go through these weblogs:

<a href="/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1">Introduction to simple(File-XI-File)scenario for Starters</a>

<a href="/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2">Introduction to simple (File-XI-File)scenario for starters part2</a>

I hope I have answered your queries. If u want help with anything else please do reply back.

Regards,

Abhy

Former Member
0 Kudos
moorthy
Active Contributor
0 Kudos

hi,

check RWB->Adapter monitoring if the communication channel is green, then check the RWB->message Monitoring->Message display tool ->Audit log

Is there is any error in the content conversion, you will get here.

If there is a error in the Adapter monitoring you can check these~

Check the permissions for the directory and the file.

If you are using FTP , then check the Ip address etc is accesing from the XI system

Regards,

moorthy

Former Member
0 Kudos

Hi,

You have at least one error in your Sender_File_CC: in the content conversion parameter,

use       : Row.endSeparator  'nl'
instead of: Rowandseparator   'nl'

Personnaly, I used "Message Protocole = File content conversion" and "File type = Text"...

Moreover, have you check if your directory is in righ: read,<b> write</b> ? (cf. you use the option "delete" after processing).

If it's not enough, see logs inside RWB, as explained above by Tirumal Kumar Pappu

Mickael

P.S : next times, please use a software like Snag-it for your screen captures.

deviprasad_pothireddy
Active Participant
0 Kudos

Hi Chandra,

First try with Message protocol as File ( xml files) both sender and receiver .

Former Member
0 Kudos

Well, i did not view the file.

Check the RWB - Runtime Work Bench and check the Adapter Monitoring and check if there are any errors on the File Adapter.

Also, please check your Communication channel settings for the file adapter.

Hope this helps.

Thanks,

Tirumal

Former Member
0 Kudos

Hi,

In content conversion aprameters you have to sepecify Document name (SOURCE MESSAGE TYPE NAME)and Document name space as well. Also please post some details of error you are getting.

here is the two url which will help.

http://<XISERVER>:<PORT(50000 ususally)>/MessagingSystem/monitor/monitor.jsp

http://<XISERVER>:<PORT(50000 ususally)>/AdapterFramework/monitor/monitor.jsp

you can reach by this through RWB though this will be easier to just open browser and paste the links.

Thanks.

-Nilkanth.

Former Member
0 Kudos

hi Srinivas,

Instead of that can briefly explane the problem where u get.