cancel
Showing results for 
Search instead for 
Did you mean: 

file adapter status

Former Member
0 Kudos

Iam using File adapter(FTP) at source.

Could not see mesage id in communication chaneel monitoring

also MONI shows no messages to display.

What cud be the issue??

Any thoughts please.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is the file getting picked up?

Thanks

Amit

Former Member
0 Kudos

All I can see is Pocessing started, finished successfully and Polling interval for 30 seconds in Communication channel monitoring

I could not figure out whether file is getting picked or not?

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

I have tried changing from Test mode to Archive and specified the locatio,

still same problem

no msgId in Communication Channel Monitoring, no msgs to display in MONI.

this is my record structure

it is csv file no header,no trailer

it ia having just these values

AB11111,0123456789

AB11112,0123456768

mt Datatype looks like

DT_xxx

LLLL (I just put his as Record Set Name in DT)

userid

extension

Iam FTP with FCC

DocumentName mt_xxx

Document Namespace http://abcd/def

Record setStructure LLLL,*

Record Sequence Ascending

ignoreRecordSetName true

LLLL.fieldNames userid,extension

LLLL.fieldSeperator ,

LLLL.fieldFixedLengths 8,10

Under Processingtab,

File Transfer mode Text

Plloing Interval ETC

Under Source

Username, pwd,Connectmode Text

Former Member
0 Kudos

Hi,

To debug the issue, first do simple steps. Remove your FCC thing. Test the Interface and see if the file is getting picked up or not. Have the file transfer mode as delete. This way we can figure it out if your ftp location, server, userId, pwd is correct or not.

Thanks

Amit

Former Member
0 Kudos

Thanks for all your responses

The silly mistake I did was I missed an alphabet in my file name.

I have checked my payload

it ia showing like this

<userid>ab11111</userid>

<extension>,1234567890</extension>

How can I remove this , before the number

I have modified fieldSeperator as ,, instead of single ,

still Iam getting ,1234567890 in my payload.

Any thoughts on this please.

Former Member
0 Kudos

I have checked my payload

it ia showing like this

<userid>ab11111</userid>

<extension>,1234567890</extension>

How can I remove this , before the number

I have modified fieldSeperator as ,, instead of single ,

still Iam getting ,1234567890 in my payload.

Any thoughts on this please.

Former Member
0 Kudos

Hi,

Can you tell me how's your source file data looks like.

Thanks

Amit

Former Member
0 Kudos

it ia having just these values

It is .csv file

AB11111 0123456789

AB11112 0123456768

Former Member
0 Kudos

Looking like this

ab96730 2144444455

Former Member
0 Kudos

Hi,

I can see your FCC parameters as

LLLL.fieldSeperator ,

LLLL.fieldFixedLengths 8,10

why you have to give both. It's a comma speerated file, right?, so just use field Seperateor . Pls don't use fieldFixedLengths . That is the cause of all problem

Fixed Length is used when your file has fixed length caharacters.

Thanks

Amit

Reward points if answer helps

GabrielSagaya
Active Contributor
0 Kudos

You should not comine fieldFixedLengths or fieldSeparator together in File Content conversion.

Either you have to choose fieldFixedLengths or fieldSeparator only.

For your structure,

FCC tab

ignoreRecordSetName true

LLLL.fieldNames=userid,extension

LLLL.fieldSeperator=,

LLLL.endSeparator='nl'

Also note that there can be only one value is alowed for fieldSeparator to split the content of a file.

no 2 commas are allowed here

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

have you done these setttings to display messages in SXMB_MONI...

Set the Logging Parameters in sxmb_adm.

Integration Engine Configuration -> specifc Configuration

RUNTIME Parameter

LOGGING = 1

LOGGING_SYNC = 1

TRACE_LEVEL = 3

TRACE_LEVEL_PROPAGATION = 1

See the below threads also...

Thanks,

Vijaya

former_member181962
Active Contributor
0 Kudos

First things first.

Hope you have activated your file adapter.

Hope you are placing the file in the correct directory.

What is the status of your File Adapter in Communication Channel monitoring in runtime work bench?

Regards,

Ravi

Former Member
0 Kudos

This message was moderated.