Problem in FCC

hi guys,
im having a problem using FCC in reciever file adapter.
in receive an XML like this:
header
....details
....details
....details
header
....details
....details
....details
header
taking reference of this blogs i traying to do my conversion
/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
the diference between the blogs and my case refer i don have field separator y use <xml>.fieldFixedLengths
my conversion is next:
Recordset Structure: Header,Details
Details.beginSeparator.........'nl'
Details.fieldFixedLengths........1,10,10,50,16,13,5,15,15,15,15
Details.fixedLengthTooShortHandling.......Cut
Details.endSeparator............'nl'
Header.fieldFixedLengths............1,4,10,4,8,35,16,18,5,5
Header.endSeparator...............'nl'
ussing this Conversion im getting next error:
Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '123456789 ')', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '123456789 ')', probably configuration error in file adapter (XML parser error)'
now, ussing the same conversion but changging the result structure to
header
header
header
details
details
details
details
i dont have any error in conversion. my question is Why?? what wrong in first case??? the error say: more fields found in XML structure than specified in conversion parameters but the numbers of field defined is right because in the second case it works.
Thanks,
Rodrigo

i try ussing field names too but i get the same error. i cannot remove context the structure i must generate is:
header
...detail
...detail
header
...detail
...detail
...detail
another thing i facing. if i repace the <xml>fieldFixedLengths for <xml>fieldSeparator no error and the result file is i am specting but with a field separator wich shouldnt be. i tryed use:
header.fieldSeparator .......# '0x08' (backspace) but the result structure is
field1#
field2#
field3#
its putting and enter and no a backspace.
Edited by: Rodrigo Pertierra on Jun 18, 2008 12:47 PM

Similar Messages

  • Problem with FCC @ Receiver Side (Reg.,  Shab's FCC blog)

    Hi,
    I have gone through the shab's FCC blog...https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3228. [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    I have configured the same in sender communication channel its working fine.
    And have configured the FCC @ Reciver communication channel also with the following parameters.
    RecordStructure= Header,Body,Trailer
    Header.fieldSeparator = ,
    Header.endSeparator= 'nl'
    Body.fieldSeparator = ,
    Body.endSeparator= 'nl'
    Trailer.fieldSeparator = ,
    Trailer.endSeparator= 'nl'
    And, when I ran this interface its generating blank output file. So, what would be the problem
    Can anybody can help me for the same....
    Thanks n Advance.,
    Abhi

    Hi,
    Refer this..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    vasanth

  • Problem with FCC

    Hi
    I have a FIXED file format like this
    a1a1a1a11000b1b1b1c1c1c1d1d1
    x1x1x10010y1y1y1z1z1z1
    a2a2a2a2a2a2a2a21000b2b2bc2c2c2d2d2
    x2x2x20010y2y2y2z2z2z2
    how to comfigure my adpter
    please help me
    regards Sowmya

    Hi,
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    File Receiver with Content Conversion
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    How to send a flat file with various field lengths and variable substructures to XI 3.0
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    File Content Conversion for Unequal Number of Columns
    Content Conversion ( The Key Field Problem )
    The specified item was not found.
    File Receiver with Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    phani

  • FTP-FTP scenario...problem with FCC

    Hi,
        Iam doing a FTP to FTP scenario.I have specified the following parameters-
    source.fieldNames
    source.fieldSeparator -> ;
    source.endSeparator ->'nl'
    ignoreRecordsetName
    source.fieldContentFormatting->nothing
    source.missingLastfields->add
    Target.fieldFixedLengths
    Target.fixedLengthTooShortHandling ->Cut
    Target.fieldSeparator -> ;
    Target.endSeparator ->'nl'
    There are 2 fields in source file that has blank values,so the source file is like
    In the target file, the fields upto those fields with blank values are coming...but fields from those blank values are missing.so the output file looks like this.
    The fields with blank values has lengths 50,50.
    I want all the fields in output file .Every thing is direct mapping.
    Please suggest something that will do this.Its urgent.

    HI,
    From sender side if you get blank value then that particular node will not be generated on target side XML structure in mapping. and you have used Target.fixedLengthTooShortHandling ->Cut so the further fields are not considerd properly.
    Can you plesae add mapWithDefault api while mapping. Double click on it and pass blank value. This will create the Blank node on target side.
    Source --> mapWithDefault ( [] ) --> Target
    i hope this will solve your problem
    Thanks
    Swarup

  • File adapter:  Receiver File Content Conversion problem.. XML to CSV..!!

    Hi,
    I am facing some problem in FCC for Receiver adapter. It has to convert from XML to CSV File.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:PaymentFull_Target xmlns:ns0="http://sdn.com/Payment">
    - <RECORDSET>
    - <Header>
      <LineItem>1</LineItem>
      <SaleNumber>102</SaleNumber>
      <TransNumber>105</TransNumber>
      <Store>1326</Store>
      <variant>Z6</variant>
      <TransType>NEW</TransType>
      <Adjustm_Type />
    </Header>
    - <Header>
      <LineItem>2</LineItem>
      <SaleNumber>102</SaleNumber>
      <TransNumber>105</TransNumber>
      <Store>1326</Store>
      <variant>Z6</variant>
      <TransType>NEW</TransType>
      <Adjustm_Type />
    </Header>
    - <Header>
      <LineItem>3</LineItem>
      <SaleNumber>102</SaleNumber>
      <TransNumber>105</TransNumber>
      <Store>1326</Store>
      <variant>Z6</variant>
      <TransType>NEW</TransType>
      <Adjustm_Type />
    </Header>
    </RECORDSET>
    </ns0:PaymentFull_Target>
    Output File is coming only with lineitem values , remaining fields are not coming.
    *1,2,3*
    FCC Used...
    RecordSet Structure -- Header
    Header.fieldNames -
    LineItem,SaleNumber,TransNumber,Store,variant,TransType,Adjustm_Type
    Header.fieldSeparator-----   ,
    Header.endSeparator-----    'nl'
    Did I miss anything.. any idea whats going wrong?
    Thanks
    Deepthi

    Hi Deepthi,
    Mention the occurrence of header in Recordset
    You specify like this:
    Recordset: Header, *
    Header.fieldSeparator : u2018Field Separatoru2019
    -->For FCC on Receiver side you donu2019t have to mention the field names.
    -->The u2018endSeparatoru2019 parameter needs to given for substructure only
    Check this links:
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    Rgds,
    Akhila

  • FCC Help Needed!

    Hi there
    Im using FCC to create a flat file, I have to specify the field lengths and If I miss something it takes forever to get the faulty value. If I have an error like this, is there a way to pin point the line that has the problem?
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)'
    Thanks,
    Jan

    Hello,
    Check out useful,
    [Re: FCC error :java.lang.Exception: Column value '   ' too long]
    This will help in solving the problem,
    [Re: FCC Receiver Error :Column value '   ' too long]
    Edited by: Siddhesh Pathak on Apr 2, 2009 11:40 AM

  • Error in fcc to db scenario

    hi experts.
    i got  a problem in fcc to db scenario.
    everything is working.
    in the runtime workbench also no error regarding adapter monitoring.
    still it could not pick up the file from input directory.
    why this is happened and where it went wrong.

    Hi,
    >>in the runtime workbench also no error regarding adapter monitoring.
    still it could not pick up the file from input directory.
    You have to to do Monitoring in Communication Channel Monitoring not in Adapter monitorin!!!!
    Click on RWBCompo MoniAdapter Engine--CC Monitoring
    Just select your CC from the list and say Filter, now you will be able to see the Messge
    Regards
    Seshagiri

  • FCC Configuration for Multilevel Hierarchy

    Hello Everyone,
    I have a problem with FCC in sender side.
    I have a multilevel nested structure shown below:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_XX__OB xmlns:ns0="http://xx.com">
       <Record1>
          <X/>
          <Record2>
             <A/>
             <B/>
             <C/>
             <D/>
             <E/>
          </Record2>
       </Record1>
    </ns0:MT_XX_OB>
    However I couldn't implement Record2 with FCC.Because,Lower subelement Record2 and Its elemnts weren't determined with FCC(with .fixedLenght).Furthermore,Data doesn't include keyfields.So,I couldn't use .keyfield.Can you help me please about this problem?
    Thnx..

    Hello Hareen,
    Thanks your reply.
    But,I need a solution in fcc side when retrieving data from text for multivel structure.Is it possible or not?I need fcc parameters for creating multilevel structure.
    RECORD1
         -->PARTNR
         -->RECORD2
              --->matnr
              --->idnrk
              --->menge

  • How to manage KeyFiledValue for great number of value in FCC

    Hello everyone,
    I'm facing a logic problem with FCC and key Value for a file to Idoc.
    I have a flat file with this strcuture
    CCCYYYYMMDDYYYYMMDD999999999999
    CCCYYYYMMDDYYYYMMDD999999999999
    CCC
    The last record has always 'OK' as value.
    I have create Key on the CCC field.
    But my problem, is that CCC has 999 possibility of value.
    And I have to interpret the last record (with value OK) before Idoc Mapping
    Thanks a lot for your help
    JC

    Hello Greg,
    The solution for preceding was ok, but here, my problem is with the value of the key.
    In one file I have always the same value, but I have many file with different value in the key.
    And I don't want to create Communication Channel for each origin file received.
    Thanks a lot
    JC

  • Issue with endSeparator in File Adapter

    Hi,
    I have to load an (EDI) File that looks like this when I open it with a text editor:
    BEG00NEC3315858400061226…CURCYUSD…PERBD etc.
    I was told that the Segment End Separators (...) represent HEX 85. My understanding is that the endSeparator in the File Sender Adapter Content Conversion has to look like: '0x85'. But this does not work. I also tried out the following without success:
    '0x0085'
    Can somebody tell me what I have to use for the endSeparator?
    Thanks in advance.

    hi,
    If adapter monitoring shows up and runnning then go to tcode : SXMB_MONI
    check the message status...it will explain what are the steps gone through the..
    If message is not coming then the problem in File content conversion...if any problem in FCC it won't shows any error message in Adapter monitoring.
      You need to check throughly your FCC parameters are passed correctly...if FCC parameters are correct file will pick and it will converit into SOAP-XMl format...otherwise no message will appear.
    Regards,
    Venu.

  • How to convert sequencial textlines into nested structure?

    Hi experts,
    I have an input-TXT file in which I get headerdata (1 line), positiondata (n lines) and for each position partnerdata (n lines). I have to map this data to Idoc ORDERS05. In this structure, there is 1 element per position (E1EDP01) which contains a subelement where I can enter position-partners. How can I achieve this mapping using the graphical message mapping tool in XI?
    Example lines of inputfile:
    (headerdata) 199992;100;10;...
    (positiondata) 10;100200;50
    (positionpartners) 10;partner1
    (positionpartners) 10;partner2
    (positionpartners) 10;partner3
    (positionpartners) 10;partner4
    (positiondata) 20;100201;100
    (positionpartners) 20;partner1
    (positionpartners) 20;partner2
    (positiondata) 30;100202;75
    must result in:
    headerdata linked to E1EDK01, no problem
    positiondata linked to E1EDP01, no problem
    positionpartners linked to E1EDPA1 within E1EDP01. Here is the problem...just linking the input-positionpartners to EDEDPA1 does not work. Then I get all positionpartners of the complete inputfile linked to the first E1EDP01, and no partners from the second E1EDP01 on...
    Regards,
    William

    Hey,
    First step is create a mapping structure(i.e data type and message type) which will be convenient
    for you to map with the Idoc.
    Then you can use File content conversion to convert the text file into the nested structure(one which you have created))
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    refer to this blog in order to convert the input file stream into the required nested structure.
    Once done this map the message type to your Idoc.
    revert in case of any problem with FCC(file content conversion).
    reward points if useful.

  • File Content Conversion: Remove reserved characters from Content

    Hi PI Gurus,
    we're facing a little problem with FCC in File Receiver Adapter.  Sometimes the defined fieldSeparator ("|") comes within the field content.
    e.g.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Positions xmlns:ns0="http://test.com">
    <Position>
    <Value1>001</Value1>
    <Value2>Test|Content</Value2>
    </Position>
    </ns0:Positions>
    So, my first thought was to replace all "|" with a litte java mapping beind the actual mapping.
    But, is there any possibility to achieve this via configuration of FCC (something like fieldSeperatorSubstitution)?
    Help is as always highly appreciated!
    Cheers,
    Matthias Kral

    Hello Hareenkumar,
    yes you're totally right. I ran in several OutOfMemoryError while testing the code above. The errors started with messages over 15 MB.
    Here's the code, that is productive now. It replaces all Pipes "|" by Slashes "|" and really works fine and performant.
    public void execute(InputStream in, OutputStream out)
              throws StreamTransformationException {
              try {
                   int totalCount = 0;
              byte[] buf = new byte[40960];
              int count = 0;
                   while (count >= 0) {
                        count = in.read(buf);
                        totalCount += count;
                        if (count > 0) {
                             for (int i=0; i<count; i++){
                                  if (buf<i>==124){
                                       buf<i> = 47;
                             out.write(buf, 0, count);
              } catch (IOException e) {
                   throw new StreamTransformationException(e.getMessage());
    Thank you all again!!!
    Cheers Matthias

  • Mapping  problem due to FCC in sender file adapter

    Hi All
    I am doing File( Flat File ) to RFC Scenario.it is working fine..
    the problem comes in mapping with multiple records.
    FCC at sender file adapter is used
    my Data Type are :
    Source DT                      Target RFC import parameter(table).
    E2ED20*                            ITEM*
        KEY                                    VBELN
        VBELN                                 POSNR                                                
    E2E24*                                     CHARG
        KEY
        POSNR                             
        CHARG
    <b>*->>multiple occurence
    E2ED20  and E2E24 are 2 segment ,KEY is used in FCC to identify E2EDL20 & E2EDL24</b>
    My source text file is like this :
    E2EDL20                       0200
    E2EDL24                       xyz
    E2EDL20                       0201
    E2EDL24                       abc
    E2EDL24                       efg
    E2EDL24                       mln                      
    E2EDL20                       0202
    E2EDL24                       gty
    so the payload should be :
      0200   xyz
      0201   abc
      0201   efg     
      0201   mln
      0202   gty
    in <i>FCC ignoer record set= true</i>
    otherwise is not called...
    i try to use split by value & use oneasmany  , not helpfull.
    in message mapping when i checked th field VBELN -> display queue
    i am getting an array   0200
                                     0201
                                     0202  in white fields
    thanks & regards
    Ashutosh Rawat

    <b>Source payload</b>
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_MATNO_FILE xmlns:ns="urn:abc:xxx">
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
      <b><VBELN>0083662685</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900001</POSNR>
      <CHARG>1078629</CHARG>
      <LFIMG>3200</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900002</POSNR>
      <CHARG>1078630</CHARG>
      <LFIMG>1895</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900003</POSNR>
      <CHARG>1079145</CHARG>
      <LFIMG>1883</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900004</POSNR>
      <CHARG>1079146</CHARG>
      <LFIMG>3195</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083662648</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900011</POSNR>
      <CHARG>1001450</CHARG>
      <LFIMG>2946</LFIMG>
      <MEINS>8PC</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083673936</VBELN></b>   </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900012</POSNR>
      <CHARG>1073953</CHARG>
      <LFIMG>2458</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
      </ns:MT_MATNO_FILE>
    <b>at target what required is</b>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900001</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900002</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900003</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900004</POSNR>
    </item>
    <item>
    <b><VBELN>0083662648</VBELN></b>
    <POSNR>900011</POSNR>
    </item>
    <item>
    <b><VBELN>0083673936</VBELN></b>
    <POSNR>900012</POSNR>
    </item>
    in Sender FCC
    E2ED20.fieldFixedLengths               7,76
    E2ED20.fieldNames                            KZ,VBELN
    E2ED20.keyFieldValue              E1EDL20
    E2ED20.endSeparator              'nl'
    E2E24.fieldFixedLengths              7,24,13,7,3
    E2E24.keyFieldValue                              E1EDL24
    E2E24.fieldNames                               KZ,POSNR,CHARG,LFIMG,MEINS
    E2E24.endSeparator                              'nl'
    ignoreRecordsetName              true
    source file is already there...
    Message was edited by:
            ashutosh rawat

  • Problem in Sender File Adapter using FCC with Variable structure

    Hi Experts,
    Hi Experts,
    I have facing an issues while using FCC in Sender File adapter. Below are the configs for the same:-
    Recordset structure required is ==HEADER,1,DATA,*,TRAILER,1
    Recordset per message == *
    Key Field Name == Key
    (Sorry i dont know how to insert screen shot here..pls tell me how can i insert screen shots here on sdn)
    HEADER.fieldSeparator           ,
    HEADER.endSeparator           u2018nlu2019
    HEADER.fieldNames               Key,x,y,zu2026
    HEADER.keyFieldValue          1
    HEADER.keyFieldInStructure      ignore
    HEADER.fieldContentFormatting     trim
    HEADER.additionalLastFields     ignore
    HEADER.missingLastFields     ignore
    DATA.fieldSeparator
    DATA.endSeparator
    DATA.fieldNames
    DATA.keyFieldValue
    DATA.keyFieldInStructure
    DATA.fieldContentFormatting
    DATA.additionalLastFields
    DATA.missingLastFields
    Using same variables for Trailer record as well.
    Source CSV file which i am picking:-
    ADSE ,RASD,replan  Contact ,2  0080509 0 8:43:25   ,        
    EMPL ,0011111,  S Top Up ,20080401  ,20080430  ,sdf  ,                          00000000431250  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:35,
    EMPL ,0222222,  r Cash Award ,20070701  ,20070703  ,ded  ,                          00000000023509  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0233333,   Cash Award ,20070801  ,20070831  ,df  ,                          00000000044057  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:10:56,
    EMPL ,0244444,   Cash Award ,20080101  ,20080111  ,sf  ,                          00000000026717  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:29,
    BTRL ,   5140, 
    When i tested the scenario and monitored it using MDT in CC monitoring tool its giving me below mentioned error.
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    XML document must have a top level element. Error processing resource 'http://myurlname/mdt/me...
    However if i change the occurence of DATA as some specific value for eg 4 instead of * it works fine.
    Kindly help me in solving this problem.
    Thanks,
    Aditya Verma

    Hi Madan,
    Thanks a lot for giving me the way to this. But when i tested this with the below file its giving me the same error. Please let me know if i need to do any changes to the parameters mentioned above:-
    ADSE ,ASDA,Sha  replan Fr ont Feed Contact ,2  0080509 0 8:43:25   ,        
    EMPL ,0011111,   Cash Top Up ,20080401  ,20080430  ,TPV  ,                          00000000431250  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:35,
    EMPL ,0222222,   r Cash Award ,20070701  ,20070703  ,TPV  ,                          00000000023509  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0233333,  r Cash Award ,20070801  ,20070831  ,TPV  ,                          00000000044057  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:10:56,
    EMPL ,0244444,   Cash Award ,20080101  ,20080111  ,TPV  ,                          00000000026717  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:29,
    EMPL ,0255555,   Cash Award ,20080301  ,20080320  ,TPV  ,                          00000000027870  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:25,
    EMPL ,0266666,   Cash Award ,20071001  ,20071020  ,TPV  ,                          00000000020681  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0877777,   Cash Top Up ,20080401  ,20080430  ,TPV  ,                          00000000036000  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:05,
    EMPL ,0888888,   Leaver Cash Award ,20071201  ,20071231  ,TPV  ,                          00000000157200  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:11:29,
    EMPL ,0899999,  S Leaver Cash Award ,20080301  ,20080331  ,TPV  ,                          00000000153530  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:42,
    EMPL ,0800000,  S Leaver Cash Award ,20070701  ,20070731  ,TPV  ,                          00000000012234  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:34,
    BTRL ,   5140,
    This the original csv file which i'll get in live. Kindly suggest as ur solution worked with other file but not working with this scv file.
    Thanks a lot,
    Aditya.

  • Problem in Archiving File From FTP Server to XI File Server Using FCC

    Hi,
    The scenario is file to IDOc. XI has to read the input file from client FTP server and archive it to XI local file server. Archiving on XI server is working fine without FCC (for xml files). But with FCC, the sender FTP adapter is archiving empty files (0 kb files).
    I've checked SXMB_MONI, even there I can see the file data and the IDoc is getting posted with proper data. But, the archived file is empty. Not sure about the problem.
    Please suggest. Thanks in advance.
    Regards,
    Joe.

    Hi,
    File adapter has the functionality which support the empty file handling.
    Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    ○ Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected Processing Mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    ○ Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected Processing Mode.
    ○ Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.
    refer the belwo link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    reward points if helpful*
    thanks
    SAPXI

Maybe you are looking for

  • Headphones no longer detected by iPhone 3GS

    Hello,      I got an iPhone 3GS about two weeks ago, and it's had no issues until today.  I was listening to a podcast before lunch.  I paused it, removed heaphones, and went to lunch (during which the phone stayed safely in the belt-clip case).  Cam

  • Pass user roles in headers.

    Access Manager has to set the role as an Header variable. Application has to retrieve the header variable for authorization purpose.

  • How to recover from database consistency errors?

    I have a SQL server cluster 2005. Due to the broken of SAN storage's controller and disks, one of my SharePoint content DB has corrupted and has been causing numerous error to the SharePoint. I have run the command "DBCC CHECKDB WITH NO_INFOMDGS" and

  • Building a basic Currency Converter

    Hi, I am trying to build a pounds to euro, euro to pounds currency converter. The user enters the current exchange rate, what they want to convert and how much. I am trying to use a main class as a command line interface and a class to do the maths.

  • Having problem with wireless connection

    Hello Everyone, Ok, just like what the title says.. I had a roomate before that had the acct. and moved out with his account. I used to share Internet service with him using a WRT54G router and everything was fine. Since he moved out I had to get my