cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter

Former Member
0 Kudos

Hello..

Can any body tell me like...

if i wanted to send file from local machine....what parameters should i pass to sender file adapte

becouse i don't have FTP parameters....like FTP adress and port...so i wanted to test from local machine...

thanks..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you want to send a file on the FTP server:

<b>Transport Protocol</b>: File Transfer Protocol (FTP)

<b>FTP server</b>: <servername>

<b>FTP port</b>: <port number>

<b>Transfer Mode</b>: Text (I would use text)

<b>Folder</b>: /<folder>

<b>Filename</b>: whatever the filename case sensitive.

rest is same.

regards

Shravan

Former Member
0 Kudos

Thanks sharavan..

I'm able to configure part1 and 2 of file to file scenario....

Caould you please tell me how to trigger the process..????

Becaouse when i checked in adapter monitoring the file adapter didn't process any thing....but it is on green signal...

Thanks...

Former Member
0 Kudos

could you post your parameters ? did you put Processing Mode: Delete ?

regards

Shravan

Former Member
0 Kudos

Thanks for reply..

i put delete s process mode...

I think i need to put input file in FTP...that might be the problem...

Thanks...

Former Member
0 Kudos

Padma,

make sure your filename matches the name specified in the adapter, it is case sensitive. Place a file with couple of records and see whether it is getting processed.

regards

Shravan

Former Member
0 Kudos

thanks...

Once i put the file in FTP...does it automatically pick the file....i don't think need trigger any thing right...

Based on adapter parameters...it will pick it seems to be...i'm i right here...

Thanks any way..

padma.

Former Member
0 Kudos

Yes, if you have created a sender adapter with polling time in secs (i put 10 secs initially to check whether it is getting processed or not, that way i dont have to wait long) and in DELETE mode so that I can know the file is processed.

There is no manual intervention required

regards

Shravan

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

If you want to send a file residing on the XI server:

<b>Transport Protocol</b>: File System (NFS)

<b>Message Protocol</b>: <b>File</b> or <b>File Content Conversion</b> (if you need to convert flat file to XML)

<b>Adapter Engine</b>: Integration Server

<b>Source Directory</b>: C:\<folder>

<b>Filename</b>: whatever the filename case sensitive.

<b>Quality of Service</b>: Exactly Once

<b>Poll Interval</b>: (after how many secs you need to check whether there is a file with the name & directory you mentioned above)

<b>Processing Mode</b>: <b>Delete</b> (i always use it for test purpose, <b>Archive</b> means after reading the file it will be moved to the archive directory), <b>Test</b> means file will be picked up but no other action taken (this causes confusion when you want to know whether the file was picked up or not).

<b>File Type</b>: Text or Binary (depending on your file type)

Hope this helps

regards

Shravan

<b></b>

Former Member
0 Kudos

Thanks to spending time for me..

Can you tell me ...do i need to perform IR settings to pick the file from local machine and send it to integration server?

i don't need any mapping...just i wanted to to see how the file converted in to XML by using XI..

Thanks..

Former Member
0 Kudos

Hi Padma

If you are looking for a real simple scenario, just to see how file is converted in XI, the following weblog will be of help to you,

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

cheers

Sameer