Problem with File Content Converion at the Receiver Side

Hello
    I have an xml file which is in this format.
<?xml version="1.0" encoding="UTF-8"?>
<ns0:OUTPUT_ITALY_FORMAT_TYPE xmlns:ns0="urn:sli-payment-files:prototype">
   <FEBRITRH>
      <Filler/>
      <RH/>
      <ABI_Code/>
      <SIA_Code>65318</SIA_Code>
      <Creation_Date/>
      <File_Identifier/>
      <Filler1/>
      <Application_Center/>
   </FEBRITRH>
   <FEBRIT61>
      <Filler/>
      <SixtyOne/>
      <Accnt_Number>0000001</Accnt_Number>
      <Filler1/>
      <Blank/>
      <Number/>
      <Description/>
      <Accnt_Code/>
      <Bank_DIgit/>
      <ABI_Code>06230</ABI_Code>
      <Bank_Number>01653</Bank_Number>
      <Bank_accnt>000043185249</Bank_accnt>
      <Currency_code>EUR</Currency_code>
      <Accnt_date>030204</Accnt_date>
      <Constant/>
      <Amnt/>
      <Filler2/>
      <FEBRIT62>
         <Filler/>
         <Constant/>
         <Accnt_number>0000001</Accnt_number>
         <Record_number>1</Record_number>
         <Value_date>040204</Value_date>
         <Posting_Date>030204</Posting_Date>
         <Constant1>C</Constant1>
         <Amnt>0000000000471.58</Amnt>
         <Transaction_Code>Z2</Transaction_Code>
         <Bank_Code>Z1</Bank_Code>
         <Blank/>
         <Reference_Number>2535394</Reference_Number>
         <Reference>86</Reference>
         <Additional_reference>VERS.***.IST./SU PIAZZA/CIRCOLARI/</Additional_reference>
      </FEBRIT62>
      <FEBRIT63>
         <Filler/>
         <Constant/>
         <Accnt_Number/>
         <Record_Number/>
         <Text>POSTALI/TURIST</Text>
      </FEBRIT63>
      </FEBRIT61>     
      <FEBRIT64>
      <Filler/>
      <Constant/>
      <Accnt_Number/>
      <Currency_code/>
      <Accntg_Date/>
      <Constant1>C</Constant1>
      <Amnt>0000000000471.58</Amnt>
      <Constant2/>
      <Cash_balance/>
      <Filler1/>
      <Balance/>
   </FEBRIT64>
     <FEBRITEF>
      <FEBRITEF_1/>
      <FEBRITEF_2/>
      <FEBRITEF_3/>
      <FEBRITEF_4/>
      <FEBRITEF_5/>
      <FEBRITEF_6/>
      <FEBRITEF_7/>
      <FEBRITEF_8/>
      <FEBRITEF_9/>
      <FEBRITEF_10/>
      <FEBRITEF_11/>
      <FEBRITEF_12/>
   </FEBRITEF>
</ns0:OUTPUT_ITALY_FORMAT_TYPE>
Now i need to convert the above file into a text file when i get the o/p in xml format. I have tried using file content conversion but i am not able to get the solution right. Could anyone let me know as to how should i specify the recordset structure parameters if i need a comma between the fields in each of the structures.Also if u could let me know the other important parameters it could be of great help.
Thanks and Regards
Sharat

Hi Sharat,
Your File format is like
Source Message Type
| - FEBRITRH
| - | - field1..
| - | - field2.. etc
| - FEBRIT61
| - | - field1..
| - | - field2.. etc
| - FEBRIT64
| - | - field1..
| - | - field2.. etc
| - FEBRITEF
| - | - field1..
| - | - field2.. etc
Create a Target Message Type like
Target Message Type
| - Recordset
| - | - FEBRITRH
| - | - | - field1..
| - | - | - field2.. etc
| - | - FEBRIT61
| - | - | - field1..
| - | - | - field2.. etc
| - | - FEBRIT64
| - | - | - field1..
| - | - | - field2.. etc
| - | - FEBRITEF
| - | - | - field1..
| - | - | - field2.. etc
Do all your mappings and
Define a Receiver File Adapter with Following Configuration
<b>Message Protocol</b> – File Content Conversion
<b>Content Conversion Parameter</b>
<b>Recordset Structure</b> – Recordset, FEBRITRH, FEBRIT61, FEBRIT64, FEBRITEF
Name value pair would be
Recordset.endSeparator – ‘nl’
FEBRITRH.fieldNames – field1,field2
FEBRITRH.fieldSeparator - , (or | )
FEBRIT61.fieldNames – field1,field2
FEBRIT61.fieldSeparator - , (or | )
FEBRIT64.fieldNames – field1,field2
FEBRIT64.fieldSeparator - , (or | )
FEBRITEF.fieldNames – field1,field2
FEBRITEF.fieldSeparator - , (or | )
Hope this Helps,
Vijay

Similar Messages

  • File Content Conversion on the Receiving side

    Is there a way in which if I want a Pipe Delimited File as a result, after the last field also I get a pipe with next record starting in the next line.

    Hi,
    For | (Pipe), use corresponding hex code as fieldSeparator i.e. 0x7C as fieldSeparator.
    For FCC on receiver side refer -
    [Simple FCC|http://www.riyaz.net/blog/index.php/2008/02/19/xipi-file-content-conversion-for-simple-structure/], [Complex FCC|http://www.riyaz.net/blog/index.php/2008/02/20/xipi-file-content-conversion-for-complex-structures/]
    For separotor at the end of line you can try using a dummy field or use combination of pipe and newline i.e. '0x7C' and '0x0D' (stands for carriage return) or 'nl' as endSeparator
    Edit: You might consider using 'nl' as beginSeparator parameter and 0x7C as endSeparator. This will do the trick. However, this would add a blank line in the beginning of the file.
    Hope this helps.
    Regards,
    Riyaz
    Edited by: Riyaz Sayyad on Aug 21, 2008 3:00 PM

  • File Content Conversion at the receiver side

    Hello All,
    I have a field which has to be truncated at 50th character. What content conversion parameters do I need to add ...?!?!?
    Thanks,
    Smita

    Hi Smita,
    As understood by your question you want a target field to be of 50 character,
    either you can apply substring function in your mapping to that target node.
    It would be much more clear if you mention hows your source file structure is it fixed length or delimiter separated, if it fixedlength file you can apply this parameter in Content conversion <b>fixedLengthTooShortHandling</b> with value <b>Cut</b> nad mention your required length.
    Rewards point if it is helpful,
    Thanks
    Anu Singhal

  • Problem with file content conversion in receiver file adapter

    Hi All
    I have a problem with file content conversion in receiver file adapter.
    This is my recordset structure: Header_Record,1,Claim_Record,*,Check_Rec,1
    These are the content conversion parameters:
    Header_Record.fieldSeparator = ,
    Header_Record.endSeparator = 'nl'
    Claim_Record.fieldSeparator = ,
    Claim_Record.endSeparator = 'nl'
    Check_Rec.fieldSeparator = ,
    Check_Rec.endSeparator = 'nl'
    In SXMB_MONI, i can see that the data is correctly extracted from proxy, and correctly mapped to receiver message, and i see a checkered flag (success).
    But, Adapter status is RED with the following error message:
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing
    In communication channel monitoring, i get the following error message:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages
    What is going wrong here? Can anyone please tell me?
    Thanks
    Chandra

    Posted in Incorrect forum.
    Posted again in Process Integration forum

  • Problem with File Content Conversion

    Hi All
    I am facing a problem with file content conversion.
    This is my sample file structure:
    Header_Record (Occurance - 1)
    Field1 in Header
    Field2 in Header
    Item(Occ-1 to n)
    Field3 in Item
    Field4 in Item
    <<ItemType>> (Structure in Item) (Occ - 0 to n)
    <<Field5>> in ItemType
    <<Field6>> in ItemType
    <<ItemTypeCategory>> (Structure in ItemType)(Occ - 0 to n)
    <<<<Field7>>>> in ItemTypeCategory
    <<<<Field8>>>> in ItemTypeCategory
    Footer_Record (Occurance-1)
    Field9
    Field10
    There is a key field 'Type' in all the above records with unique value in each record.
    Now, I defined Field content conversion as follows:
    Recordset Structure: Header_Record,1,Item, * , ItemType, * ,ItemTypeCategory, * ,Footer_Record,1
    Recordset Sequence: Ascending
    KeyField Name: Type
    Following are parameters defiled:
    Header_Record.Keyfieldvalue: 00
    Header_Record.fieldseperator: ,
    Header_Record.fieldnames: Field1,Field2
    Header_Record.endseperator: 'nl'
    Item.keyfieldvalue: 05
    item.fieldseperator: ,
    item.fieldfieldnames: field3,field4
    item.endseperator: 'nl'
    ItemType.keyfieldvalue: 10
    itemType.fieldseperator: ,
    itemType.fieldfieldnames: field5,field6
    itemType.endseperator: 'nl'
    ItemTypecategory.keyfieldvalue: 15
    itemTypecategory.fieldseperator: ,
    itemTypecategory.fieldfieldnames: field7,field8
    itemTypecategory.endseperator: 'nl'
    Footer.keyfieldvalue: 20
    Footer.fieldseperator: ,
    Footer.fieldfieldnames: field5,field6
    Footer.endseperator: 'nl'
    Now, i pass the following file:
    00,111
    05,222
    10,333
    15,444
    20,555
    What i expect out of my FCC is this (Sample output to show the hierarchy of field values):
    00,111
    05,222
    <<10,333>>
    <<<<15,444>>>>
    20,555
    But, I am getting this output (Hierarchy is missing. All the structures are in the same order without hierarchy):
    00,111
    05,222
    10,333
    15,444
    20,555
    Field values are being identified according to field content conversion, but, the hierarchy of the fields is missing.
    Can you please tell me how should i change my FCC config?
    Sorry for this long question.
    Many Thanks
    Chandra
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:10 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:16 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:17 PM

    You will always get a flat structure from FCC. If you want hierarchichal strucuture, you have to create a target and map. You will get only like -
    Root
    --Recordset
    Group1
    Fields
    Grop2
    Fields
    Group3
    Fields
    VJ

  • Problems with file content conversion

    Hi,
    in my scenario (Z-IDOC - XI - File) I send 2 segments to the XI.
    L061    18000   DE   0101  23236318    050605  EUR
    L061    87000   DE   0101              050605  EUR
    In the second segment there is no XBLNR !!
    IDOC: ZFIBUCH
    Segment: L061
    Fields:
      IDENTIF
      KZ
      LAND
      BUKRS
      XBLNR
      BLDAT
      WAERS
    Data typ: L061
    Message type: MT_ZFIBUCH_FILE
    My XML-message looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:MT_ZFIBUCH_FILE xmlns:ns1="http://xxx">
      <L061>
       <IDENTIF>L061</IDENTIF>
       <KZ>18000</KZ>
       <LAND>DE</LAND>
       <BUKRS>0101</BUKRS>
       <XBLNR>AG1236318</XBLNR>
       <BLDAT>050605</BLDAT>
       <WAERS>EUR</WAERS>
      </L061>
      <L061>
       <IDENTIF>L061</IDENTIF>
       <KZ>87000</KZ>
       <LAND>DE</LAND>
       <BUKRS>0101</BUKRS>
       <BLDAT>050605</BLDAT>
       <WAERS>EUR</WAERS>
      </L061>
    </ns1:MT_ZFIBUCH_FILE>
    I use content conversion in the receiver-file-adapter
    RECORDSET: L061
    L061.fieldFixedLengths   4,6,3,4,10,3
    L061.headerLine          0
    L061.fixedLengthTooShortHandling          Ignore
    L061.endSeparator       'nl'
    The result is:
    L06118000 DE 0101AG1236318 050605EUR
    L06187000 DE 0101050605EUR
    But I will use fixed lengths for getting this:
    L06118000 DE 0101AG1236318 050605EUR
    L06187000 DE 0101 __________050605EUR
    (instead of the underline there should be blanks)
    Did I something wrong?
    Christoph

    Even if the field XBLNR is empty, you have to provide the element in the structure, otherwise the content conversions gets out of order.
    Correct would be:
    <ns1:MT_ZFIBUCH_FILE xmlns:ns1="http://xxx">
    <L061>
    <IDENTIF>L061</IDENTIF>
    <KZ>18000</KZ>
    <LAND>DE</LAND>
    <BUKRS>0101</BUKRS>
    <XBLNR>AG1236318</XBLNR>
    <BLDAT>050605</BLDAT>
    <WAERS>EUR</WAERS>
    </L061>
    <L061>
    <IDENTIF>L061</IDENTIF>
    <KZ>87000</KZ>
    <LAND>DE</LAND>
    <BUKRS>0101</BUKRS>
    <XBLNR /> 
    <BLDAT>050605</BLDAT>
    <WAERS>EUR</WAERS>
    </L061>
    </ns1:MT_ZFIBUCH_FILE>
    Regards
    Stefan

  • Problem with File Content Conversion (Receiver FIle Adapter)

    Hi Experts,
    I have following structure in receiver side:
    MT_Test
       F1
       F2
       F3
       F4
    Now I want a CSV file in target side in below format:
    F1,F2,F3,F4
    I have provided below config in receiver file adapter under content conversion tab:
    Recordset Structure : MT_Test
    MT_Test.fieldSeperator= ,
    MT_Test.endSeperator= 'nl'
    But this is generating blank CSV files in target directory..What might be the reason.. I have checked the msg in adapter engine, the XML file is correct and contains valid values for the fields..Its something like below:
    <?xml version="1.0" encoding="UTF-8" ?>
    <MT_Test>
       <F1>Hai</F1>
       <F2>Hello</F2>
       <F3>Bye</F3>
       <F4>Hi</F4>
    </MT_Test>
    I should get CSV file as
    Hai,Hello,Bye,Hi
    But I am getting a blank file with above said config parameters in content conversion tab.
    What might be the reason for getting blank CSV files in target side???
    Thanks,
    Adi

    Hi Adi,
    >>My target structure in below format:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_Test>
    <F1>Hai</F1>
    <F2>Hello</F2>
    <F3>Bye</F3>
    <F4>Hi</F4>
    </MT_Test>
    So, try to edit Data type and include hierarchy level above <F1>.
    Finally your Target Structure will resembles like this.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_Test>
    <Structure>
    <F1>Hai</F1>
    <F2>Hello</F2>
    <F3>Bye</F3>
    <F4>Hi</F4>
    </Structure>
    </MT_Test>
    FCC Parameters will be like this.
    Structure.fieldSeparator = ,
    Structure.endSeparator = 'nl'
    Hope you were clear.
    Thanks,
    Siva.

  • Problem with File content conversion and parameters

    Hi experts,
       What is the use of file content conversion that is available in file adapter? For what cases we can use it?
      What do the different content conversion parameters mean?
    Kindly help
    Thanks
    Gopal

    Hi,
    We use the file content convertion to conver the flat file that is text file into XML,
    File adapter cant understand the format the file is,so we have to declare the content convertion parameters.
    Check some links which will tell how the convertion is done.
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani
    Reward points if helpful

  • Strange Problem with File Content Conversion (Sender)

    Hi,
    I have a strange problem. I have a sender file adapter with content conversion (csv -> xml). The adapter produces the following error during the processing...
    - 2006-02-06 16:34:00 CET: Error: Conversion of part of file content of 'OE_Extractor_47_ISW112_SC-Ireland.csv' to XML format failed around position 1202: IOException: Stream closed
    After the 4th or 5th try the adapter processes the file correctly.
    Why does it works after several tries and not at the first time? (The file is not changed during the adapter is trying to convert it)
    Thanks
    Thomas

    I found the problem, something was wrong with the ftp server

  • Problem with file contents in blank

    Hi,
    I have the next code :
    javax.jms.TextMessage textMessage = (javax.jms.TextMessage) response;
    try
    java.io.FileWriter filewriter = new java.io.FileWriter("testfile.out");
    filewriter.write(textMessage.getText());
    catch(java.io.IOException jeio)
    System.out.println( "[Reply] " + textMessage.getText() );
    I receive the response from JMS in the variable textMessage, and I try output the Reply in a file, but the file contents it's blank.
    How I do, to see the Reply in the file contents ????
    Thank's.
    Hervey P.

    Try closing the FileWriter after you've written to it.
    filewriter.close();
    Hope this helps
    Regards
    Omer

  • Problem with file content conversion for multiple substrcture. Please help!

    Hi Experts,
       I am using file content conversion in file sender communication channel. The input file is a flat file with data like this:
       A01 AA8I0NBVDA      20090704     84900
       A02 AA8I0NBVDA      20090704     84900
       A03 AA8I0NBVDA      20090704     84900
       I want the data in sender side after content conversion to be like this:
      <ns:Receive_Schedules xmlns:ns="http://mynamespace">
         <ScheduleData>
              <line>A01 AA8I0NBVDA      20090704     84900</line>
              <line>A02 AA8I0NBVDA      20090704     84900</line>
              <line>A03 AA8I0NBVDA      20090704     84900</line>
         </ScheduleData>
    </ns:Receive_Schedules>
    I have tried many options in file content conversion but getting the data like this:
    <ns:Receive_Schedules xmlns:ns="http://mynamespace">
         <ScheduleData>
              <line>A01 AA8I0NBVDA      20090704     84900</line>
         </ScheduleData>
           <ScheduleData>
              <line>A02 AA8I0NBVDA      20090704     84900</line>
           </ScheduleData>
           <ScheduleData>
              <line>A03 AA8I0NBVDA      20090704     84900</line>
           </ScheduleData>
    </ns:Receive_Schedules>
    Following are the settings/properties have configured in content conversion:
    Document Name     Receive_Schedules
    Document namespace     http://mynamespace
    Document Offset     <no value>
    Recordset Name     <no value>
    Recordset namespace     <no value>
    Recordset structure     ScheduleData,*
    Recordset sequence     Ascending
    Recordsets per message     1
    Key field Name     <no value>
    Key Field Type     String
    ignoreRecordsetName     true
    ScheduleData.endSeparator     'nl'
    ScheduleData.fieldNames              line
    ScheduleData.fieldSeparator     'nl'
    How to get the desired message? What changes I need to do in content conversion settings? Please help!
    thanks
    Gopal
    Edited by: GOPAL BALIGA on Jul 1, 2009 12:11 PM

    Hi Ranjan,
      My structure is like what you ahve defined.
      scheduledata...1.1
    ...line....0...Unbound
      I also tried the parameters you gave but still getting the same.
      <ns:Receive_Schedules xmlns:ns="http://mynamespace">
    <ScheduleData>
    <line>A01 AA8I0NBVDA 20090704 84900</line>
    </ScheduleData>
    <ScheduleData>
    <line>A02 AA8I0NBVDA 20090704 84900</line>
    </ScheduleData>
    <ScheduleData>
    <line>A03 AA8I0NBVDA 20090704 84900</line>
    </ScheduleData>
    </ns:Receive_Schedules>
    Following are the settings/properties have configured in content conversion:
    Recordset structure ScheduleData,*   -
    > Is the value correct?
    Recordset sequence Ascending  -
    > Is the value correct?
    Recordsets per message 1  -
    > Is the value correct?
    ignoreRecordsetName true
    ScheduleData.fieldSeparator nl
    ScheduleData.fieldNames line
    ScheduleData.endSeparator nl
    Edited by: GOPAL BALIGA on Jul 2, 2009 5:28 AM

  • Problem with model N73. Sometimes the other side h...

    I have Nokia N73 and in start very big problem. Sometimes someone which I speak with complain that hear me very bad, with noise, sound like a robot (Level of signal on the both sides is exelent). It is a new phone, and I sent it to Nokia servis. They reinstalled software and sent me phone back, but after 2 or 3 days I used a bluetooth headset in the car and the problem reappeared. The same thing was when I disconected bluetooth headset. In a setup of phone there is one option "Network mode" with 3 suboptions: Dual mode, UMTS and GSM. Initialy it was setup on Dual mode. I changed to GSM. After reseting phone the problem was disappeared, but I am not sure that the problem is solved.
    I'll be very greatfull if anybody know what is the problem, and posibly solution.

    I have the exact same problem. Everything works great exept for the fact that everyone I speak to using Bluetooth headsets complain that I sound "tinny", "weak" or "robot-like".
    I've tried with two different headsets (Jabra JX10 and Nokia BH-200) and the problem is the same. I have also tried to reset the headsets, delete pairing and pair them all over again - still the same problem.
    Seems like the Bluetooth and 3G signals/frequencies may interfere with each other or something.
    The wired headset that came with the phone works without problems. Problem is only there when using Bluetooth headsets.
    Any solution?
    Regards,
    Michael

  • Problems with running DVDs/CDs on the Windows side

    Hey there,
    I've been having some problems running some DVDs and CDs on my drive on the Windows side. It works fine on the Mac side. The only thing that run properly is the Mac Installation CD. When I pop in a DVD movie, it functions 90% fine. But when I pop in a blank CD/DVD to burn something or run a CD of Data, it won't work.
    Does anyone know why? And how to have it work?

    See if this works for you.
    http://discussions.apple.com/thread.jspa?threadID=1997372&tstart=0
    Let me know if it works,
    Kevin

  • Strange Problem with File Content Conversion

    Hi,
    I am tyring to use FCC in receiver adapter.
    My source Xml Structure is
    <Subscriber> (0:unbounded)
    <field1/>
    <field2/>
    <Loan>  (0:unbounded)
      <Amt/>
      <id/>
      <Pay/>
    </Loan>
    <fieldn>
    </Subscriber>
    My requirement is that I want each subscriber record in a separate line(All the Loan Items together in a single line ). eg: LOB1,qwd,qd,dqd,d,dqd,dqdqd,qd,dqd,dq,qdqd,qdqd,id1,amt1,pay1id2,amt2,pay299990612
    Regards,
    Sudharshan
    Message was edited by:
            Sudharshan Aravamudan

    Hi,
    i have redefined my problem.
    The problem is that I have a main Structure 'Subscriber', inside which a substructure called 'Loan'.
    The problem is whatever endseparator i give for that substructure Loan, is apllied to main structure 'Subscriber'(Loan's End Separator).
    i dont understand why the endseparator of substructure overrides that of the Main structure.
    Regards,
    Sudharshan
    Message was edited by:
            Sudharshan Aravamudan

  • File Sender adapter with File content conversion

    Hi
    I'm having problems picking up a flat file that has some junk characters in the file.
    I'm usign a file sender adapter with file content conversion. The adapters shows the following error-
    Conversion of complete file content of  to XML format failed around position 0: sun.io.MalformedInputException
    this is the sample data with junk char's -
    A20099201009999009999060815160505051700130008151vÿÿÿÿ³  r 0OK0476                     31N016227241915840IV  00840 ÿÿÿ ÿ ÿÿÿÿÿÿÿÿ ÿ ÿÿÿ             
    There is not much in the file content conversion. This is a fixed length file, I'm just pickign it up & passing it to an inbound proxy. All my processing is in the proxy.
    I'd appreciate any suggestions.
    Thanks
    Rachana

    Hi Rachana,
    Do you use a specific "encoding" like UTF-8 or ISO-8859-1 in your Sender CC?
    To be simple, Encoding is linked to country, you can find all "iso-nnnn" via google or some of them in sap help.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Moreover, with your source file opened thanks to Notepad (for instance), use option "save UNDER", you will the encoding use by your file
    Mickael

Maybe you are looking for

  • Standard io

    hi! I have written a program which can read inputs from the System keyboard.i have used Buffered Reader & i am reading line by line using the readLine() method. the problem i am facing is everytime i type some value unto the console,i have to press t

  • Can I get some help with this please

    I got the following error messages from java after running my code. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 66      at Graph.ChainingHashTable.get(ChainingHashTable.java:76)      at Graph.Vertex.isNeighbor(Vertex.java:123

  • How backup ZFS in tape

    I think this is an old issue, but I'm not sure if it was solved yet. Someone has a shell script in order to backup to tape a ZFS filesystem in Solaris 10, by using gtar. If it is not possible, why? Thanks

  • VAT for different countries in MM02

    Hi, We have a lot of company codes, sales organisations, plants etc. configured for Norway. We have created a new company code for Sweden. In MM02 for the old company codes etc. we now see that the VAT codes in MM02 for the old plants and sales organ

  • Menu Bar AppleScripts do not work

    I just tried to use the Finder script, Add to File Names, to add a prefix string to a group of files. What I got was the string "Prefix" added to the end of the file name, after the siffix, thus changing the file type to an unrecognized string.