cancel
Showing results for 
Search instead for 
Did you mean: 

file content conversion

Former Member
0 Kudos

Hi ALL,

idoc to txt scenario

idoc have one segment two fields 0 to undounded

txt data type one segment and two field unbounded.

But I have deplicate the record.

parameters in communication channel:

Recordset Structure: EFTN ( BECAUSE only one segment)

EFTN.fieldNames :ZDATA1,ZDATA2 (two fields)

EFTN.fieldFixedLengths:150,32

EFTN.endSeparator:'nl'

the error I am getting is

Channel has not been correctly initialized and cannot process messages

but upto payload I am getting the data.

please help me in this regard.

advance thanks

saranya

Edited by: saranya walter on Jan 14, 2008 1:31 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

hi saranya!!!

check it for single value for ZDATA1 and ZDATA2. and see the adapter monitoring is fine and you getting the correct data as desired in the flat file. if it is correct you can go for multiples.

Still have errors?

try these:

1. don't leave white spaces between value specified in the table FCC

get me adapter status

regards

nikhil

Former Member
0 Kudos

Hi,

I tried one data. but it is showing the error

File adapter receiver channel CC_FILE_RCV_Z1WPAC1_BANK is not initialized. Unable to proceed: null

please check my parameters any thing I need to modify please help me

nikhil_bose
Active Contributor
0 Kudos

saranya!!

get message from SXMB_MONI and do configure FCC table for receiver side accordingly. You have to use the exact name of record structure and field names (Case sensitive).

I am not able to resolve what does Z1WPAC1_BANK mean!

see your message after mapping request pipeline and make sure about the fields that are coming to receiver adapter

Configuring FCC Receiver Adapter:

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

see the blog to configure adapter

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

regards

Former Member
0 Kudos

Hi,

please check the parameter is correct or not.

I am getting success flag but I am not getting the output.

It showing communication channel problem

Recordset Structure: EFTN ( BECAUSE only one segment)

EFTN.fieldNames :ZDATA1,ZDATA2 (two fields)

EFTN.fieldFixedLengths:150,32

EFTN.endSeparator:'nl'

thanks

saranya

Former Member
0 Kudos

Hi,

Have u checked both the communication channel status fro RWB-Component monitoring?

Check the channel status and let me know.

I think restarting the server will solve ur problem though it is a wild guess.

Thnx

Chirag

Former Member
0 Kudos

Yes I monitored even I am getting the same.

Former Member
0 Kudos

Hi Walter,

**Channel has not been correctly initialized and cannot process messages*..

did u checked both adapters(sender/recever)in the RWB(runtime-workbench) are they showing any error .....pls let me know ....

u can see the following webblog hope this may solve ur problem

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

Regards,

Azeez khan.

Former Member
0 Kudos

Hi,

I am geting this error

Channel has not been correctly initialized and cannot process messages.

thanks saranya