cancel
Showing results for 
Search instead for 
Did you mean: 

Error in file reviever adapter, getting file dynamically

Former Member
0 Kudos

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages

this is my strcuture

<HEADER>

<ADDRESS1/>

<ADDRESS2/>

<ADDRESS3/>

<ADDRESS4/>

</HEADER>

<HEADER_GST>

<TAX1/>

<TAX2/>

<TAX3/>

</HEADER_GST>

<LINE>

<QTY/>

<UOM/>

<UNIT_AMT/>

<CHARGE_TO_DT/>

<FILENAME/>

</LINE>

<FILENAME>

<FILENAME/>

</FILENAME>

i have given the recordset structure as

HEADER,HEADER_GST,LINE,FILE

PLASE ANYONE THER TO HELP ME

THANKING YOU

SRDHAR

Edited by: sridhar loganathan on Apr 26, 2008 12:26 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Jeswan
Contributor
0 Kudos

I did not understand your problem , Please elaborate .. So that I help you resolve this.

Former Member
0 Kudos

thanks ,

i am using UDF and for getting dynamically the file name , and i have my structure as

<HEADER>

<ADDRESS1/>

<ADDRESS2/>

<ADDRESS3/>

<ADDRESS4/>

</HEADER>

<HEADER_GST>

<TAX1/>

<TAX2/>

<TAX3/>

</HEADER_GST>

<LINE>

<QTY/>

<UOM/>

<UNIT_AMT/>

<CHARGE_TO_DT/>

<FILENAME/>

</LINE>

<FILENAME>

<FILENAME

and i have declard my RECORDSET STRUCTURE AS

HEADER,HEADER_GST,LIN,FILENAME

AND I AM GETTING THE ERROR AS MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messagesSO PLEASE HELP ME TO RECTIFIY WHAT IS THE ERROR

THANKING YOU

Edited by: sridhar loganathan on Apr 26, 2008 12:47 PM

Jitendra_Jeswan
Contributor
0 Kudos

I did not undertand where did you define the recordset structure !!

Few Qst:

- Is this file name is present in the Payload.? ( which you want to dynamically determine) If yes. why dont you use variable substitution !!

- Or is it something you generating using your UDF, if yes then you need to use the DynamicConfiguration standard code to do this which is available in library.

Regards.

Former Member
0 Kudos

yes i am have tried both case , it was not working fine as , of now i am using UDF for getting dynamically , but it is giving me a error in compnenet monitoring saying that

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages