cancel
Showing results for 
Search instead for 
Did you mean: 

FCC Error in RWB

Former Member
0 Kudos

Hi All,

My scenario is Idoc to File scenario in which i am using FCC at the target end,

My data type structure was

RootNode

Level -


1

5 Fields

Level -


2

5 Fields

Level -


3

5 Fields

and my FCC parameters was ..

Level1.fieldFixedLengths --- 0,0, (As i dont want all these fields i marked as 0,0,....)

Level1.fixedLengthTooShortHandling -- Cut

Level1.endSeparator -- 'nl'

Level2.fieldFixedLengths --- 10,15,10,12,15

Level2.fixedLengthTooShortHandling -- Cut

Level2.endSeparator -- 'nl'

Level3.fieldFixedLengths --- 10,15,10,12,15

Level3.fixedLengthTooShortHandling -- Cut

Level3.endSeparator -- 'nl'

but, unable to find where actaully the error is..

This is the folllowing error which i am getting in Receiver comm channel monitoring in RWB.. I think the error is with FCC

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error occurred while connecting to the FTP server "rps37ykf.rim.net:21": java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:RootNode' found in document', probably configuration error in file adapter (XML parser error)'

request your inputs to solve this issue..

regards,

sai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

One option would be to remove the root node from your data type, if that will not effect the design.

Then it will work.

But there should be a better solution.

Just getting a feeling that this might be happening because of the suppress you are doing for the level 1 fields.

Can you just try having some values instead of having the length 0,0.., and check if you still get the error ?

Answers (2)

Answers (2)

Former Member
0 Kudos

RootNode ..is it the name of your Message type?

If it is extra node in your structure, could be a catch here...hence try removing it

Also are Level1,Level2,Level1 on same level?

http://help.sap.com/saphelp_nw70/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

Former Member
0 Kudos

Hi..

RootNode ..is it the name of your Message type?

Yes Root Node is my message Type

Also are Level1,Level2,Level1 on same level?

Yes all the levels are in same level ..

If i need to suppress any one level at the output end how can i suppress it..

If i alter the Data type structure i can do it but the values which is populated at that level will be used by the other levels

Eg: i want to suppress level 1 but some functionality of that level will be used by the other 2 levels. so in the structure it is essential but at the target end i need to suppress those values..

can i suppress it using any other fixedlength funcitonality

regards,

sai

Former Member
0 Kudos

I hope you have entered Level1,Level2,Level3 in Recordset structure.

Former Member
0 Kudos

Hi..

yes the levels are the recordset structure..

regards

sai