cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter ...

inigo_sacramento
Participant
0 Kudos

I have a new folder in my XI BOX.

this folder is called /cargas/XI

I have defined all the elements, including the comm. channel marked as sender.

when i put the file into that folder, nothing happens.

What do i have to do so XI can take and process that file?

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi <b>Inigo</b>!!

Here are few quick checks you can perform.

1) Windows generally give path with backward slashes whereas XI understands it with forward slashes.

Example.

Windows way:


servername\XI_Test\Ingio

XI way:

//servername/XI_Test/Ingio

To check the File adapter status go to Runtime workbench. from the main screen that comes when you type TCODE: SXMB_IFR.

There select Component Monitoring, then Adapter Engine and the File adapter.

Check the polling time and reduce it to something like 10 seconds.

If it still doesn't work let me know what and all you have done so that we can do a cross -check...:)

Cheers!!

AnuraG

former_member187339
Active Contributor
0 Kudos

Hi,

In runtime workbench->component monitoring.

Regards

Suraj

Former Member
0 Kudos

hi,

Pls chk ur processing mode: whether its delet or test??

Former Member
0 Kudos

Hi inigo

Have u defined the target directory in your file adapter correctly and given the correct file name in your 'File Name Schema'.

Also did you set your communication channel status to active.

cheers

Sameer

inigo_sacramento
Participant
0 Kudos

of course i did.

The folder is in the XI BOX.

the name of the folder is ok.

the name of the file is ok.

the adapter is active.

I don't know, but it might be neccesary to do something else. I'm lost,

Thanks.

inigo_sacramento
Participant
0 Kudos

the processing mode is set to 'Delete' and the file is still there.

When i check transactrion SXMB_MONI, the message isn't there.

thanks.

former_member187339
Active Contributor
0 Kudos

Hi inigo,

Check in adapter monitor whether your sender adapter in present.

Regards

Suraj

inigo_sacramento
Participant
0 Kudos

where can i check the adapter monitor?

Former Member
0 Kudos

Runtime Workbench (RWB) -> Component Monitoring -> Adapter Engine -> Adapter Monitoring.

URL for the RWB is http://<server>:<j2ee_port>/rwb/index.jsp

Cheers

Manish