cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Inbound File Adapter

Former Member
0 Kudos

Hello,

The scenario :

Flat File => XI => Enterprise (4.7)

I'm getting the following error in the Adapter Engine at time of Reloading the new inbound file adapter.

==========

<i>***** Tue Jul 06 11:46:54 EDT 2004 *****

11:46:59 (4023): File adapter initialized successfully

11:46:59 (4007): File adapter started

11:47:03 (4050): ERROR: Unexpected exception "com.sap.aii.messaging.adapter.ftp.FTPEx: Unknown extension in database file name." occurred</i>

==========

The inbound file adapter is as below ... :

==========

<i>classname=com.sap.aii.messaging.adapter.ModuleFile2XMB

mode=FILE2XMB

XMB.TargetURL=http://host123:8001/sap/xi/engine?type=entry

XMB.SenderBusinessSystem=Sender_System

XMB.SenderInterfaceNamespace=http://abc.com/xi/

XMB.SenderInterfaceName=DataFile_Out

XMB.User=xisuper

XMB.Password=xipass

XMB.ReceiverBusinessSystem=ENT

XMB.ContentType=text/plain

XMB.ContentKind=T

XMB.QualityOfService=EO

file.sourceDir=

file.sourceFilename=DATAFILE

file.processingMode=test

file.pollInterval=060

ftp.host=100.200.300.400

ftp.port=21

ftp.user=userid

ftp.password=passwd

ftp.mode=Text</i>

==========

Any help is greatly appreciated.

Thanx in advance.

Homiar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

All,

Problem is solved. I changed the value for the Source directory & the adapter started to poll.

Thanx,

Homiar.