cancel
Showing results for 
Search instead for 
Did you mean: 

System error

Former Member
0 Kudos

Hi,

While working with FCC in file adapter...it was working fine..we chnaged the values in FCC..I mean fixed Field lengths values...now its throing an error...it says system error...

i do see green in SXMB_MONI..but no file generated...what could be the issue...

i just see error in RWB..message monitoring....as system error..

i cheked dumps..there are no dumps aswell..

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>i do see green in SXMB_MONI..but no file generated...what could be the issue

Check the Queue ( From Sxmb_moni ) Go to Tcode - Smq1 , Smq2 Clear the Respective Queue and try sending the messages

Cheers

Agasthuri Doss

Former Member
0 Kudos

Hi Aamir,

I am using FCC at receievr adapter...It was working before.As we found some discrepancies in fixed lengths,we made some changes...But if we go with previous FCC..it work fine....

what could be the issue...I find the fallowing error in the communication channel.

Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '000000000 ' too long (>9 for 21. column) - must stop', probably configuration error in file adapter (XML parser error)'

the field which shows here is a hardcoded value....

Former Member
0 Kudos

Hey

You have two issues here

First you are saying you have green flag in sxmb_moni which means the messges are waitin to be processed.

Only once the messages shows chequered flag in sxmb_moni will it come to adapter engine(and hence fail there due to FCC error).

Now coming to FCC error.

the value '000000000 ' is of 10 digits(it has extra space in the end) and the FCC has 9 i guess.

Thanx

Aamir

Former Member
0 Kudos

Hay Aamir,

U are the man

Answers (2)

Answers (2)

Former Member
0 Kudos

>>i do see green in SXMB_MONI..but no file generated...what could be the issue...

Green in sxmb_moni doesn't mean successful message,it could mean that messages are waiting to be processed.

>>i just see error in RWB..message monitoring....as system error..

Are you sure that its the error for this particular message?compare the Message ID of both these messages.

Also do you have FCC on sender side or receiver side?

Thanx

Aamir

VijayKonam
Active Contributor
0 Kudos

It is the problem with adapter engine while trying to write to the file. You need to check the values and do some changes.. bad that is is not giving any more details except for system error.

VJ