cancel
Showing results for 
Search instead for 
Did you mean: 

The message status was set to DLVD.

Former Member
0 Kudos

hi in my IDOC to file scenerio when i am sending the data ,the data received in the receiver communication channel but not placed in the target ,in audit log The message status was set to DLVD.where to find the data

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Check the following...

a) File adapter has permission issues. So not able to access the folder in the target file systems

b) check that directory path is accessible and available.

YOu can find the data in Sxmb_moni.

Former Member
0 Kudos

hi as i am placing the data to that directory two times and third time it happened and forth time it is working fine .

RECORDS.fieldFixedLengths 10,30,10,1,35,30,10,30,2,30,2,30,8,8

RECORDS.fieldSeparator ","

RECORDS.fixedLengthTooShortHandling Cut

RECORDS.beginSeparator "

RECORDS.endSeparator "

RECORDS.endSeparator 'nl'

Hi i have written this FCC in the target file for the first record i am unable to get the quotes for first and last fields

when i duplicated the strcture and testing im moni second record is getting exactly and third record is getting side by side as

1"',"2","3

"1","2","3" "1"',2",..3

like this third record is coming side to the second record not on the below of second record

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>RECORDS.beginSeparator "

>RECORDS.endSeparator "

>RECORDS.endSeparator 'nl'

RECORDS.fieldSeparator:  ,
RECORDS.endSeparator:  'nl'

Dont use beginSeparator and two times endSepartor. There it goes wrong. I guess.

Former Member
0 Kudos

Hi,

If you want output as:

"1","2","3"

"4","5","6"

Then your content conversion should be like this:

RECORDS.beginSeparator "

RECORDS.fieldSeparator ","

RECORDS.endSeparator "'nl'

Begin with start the line with " and field separator seperates the fields with "," and end seperator will end the last field with " and gives a new line. If this is not what you want please give the input and how you want as output.

Regards,

---Satish

Former Member
0 Kudos

Hi satish thanks for the Reply and it is working

Bye

Answers (1)

Answers (1)

former_member303666
Active Participant
0 Kudos

hi,

first check the xi side using the t code idx5 and see the paly lode in sxi_monitor if it is ok then u will check the receiver side

--->in adopter engine...and integration engine .....

regards,

kesava