FieldSeparator values in FCC

Hi Experts,
Please confirm values for the fieldSeparator and endSeparator.
for tabdelimited files:
Record.fieldSeparator = '/t'  or '\t'
Record.endSeparator = '/n'  or '\n'
and also the values need to be in single quotes or not.
Please suggest.
Thanks in advance.
MK

HI
File Content prameters for the Receiver Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm
File Content prameters for the Sender Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
Refer
File Receiver with Content Conversion
File Receiver with Content Conversion
Configuring the Receiver File/FTP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/95/bb623c6369f454e10000000a114084/frameset.htm
File content conversion sites
http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
Please see the below links for file content conversion..
The specified item was not found. - FCC
The specified item was not found. - FCC
File Content Conversion for Unequal Number of Columns
File Content Conversion for Unequal Number of Columns - FCC
Content Conversion (Pattern/Random content in input file)
Content Conversion (Pattern/Random content in input file) - FCC
XI Configuration for MDM Integration - Sample Scenario - FCC - MDM
XI in the role of a FTP
XI in the role of a FTP - FCC
File to R/3 via ABAP Proxy
File to R/3 via ABAP Proxy - FCC
XI/PI: how to exclude files in a sender File adapter? - EOIO - File
http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc
http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae5a5f - conversion agent
File Content prameters for the Receiver Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm
File Content prameters for the Sender Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
Refer
File Receiver with Content Conversion
File Receiver with Content Conversion
Configuring the Receiver File/FTP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/95/bb623c6369f454e10000000a114084/frameset.htm
File content conversion sites
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
Please see the below links for file content conversion..
The specified item was not found. - FCC
The specified item was not found. - FCC
File Content Conversion for Unequal Number of Columns
File Content Conversion for Unequal Number of Columns - FCC
Content Conversion (Pattern/Random content in input file)
Content Conversion (Pattern/Random content in input file) - FCC
XI Configuration for MDM Integration - Sample Scenario - FCC - MDM
XI in the role of a FTP
XI in the role of a FTP - FCC
cheers

Similar Messages

  • Key Field Value in FCC

    Hi Experts,
    I have a scenario in PI, where I have 1 Header, n Data Records and 1 Trailer in the source file. This data is coming in CSV format.
    I am using FCC to convert CSV into XML.
    In the FCC, I have used keyFieldValue parameter. For the Header Record, the Key Field Value is constant "H"; for Trailer Record the key field value is constant "T".
    However for Data Record, the key field value is not constant. The first character of Key field of Data Record will always be "D", but rest of the Alphabets can change.
    Sample File:
    "H","3.04",22/10/2009,16:31:12
    "D2S",21/10/2009,20:00:26,"20044",00666,"S",1
    "D2S",22/10/2009,14:26:20,"20044",00668,"S",1
    "D0S",22/10/2009,08:33:34,"00044",04165,"S",1
    "D0S",22/10/2009,11:59:59,"00044",04166,"S",1
    "T",1393.27,1393.27,8
    Here, first line is Header Line (Key Field Value "H"), Last Line is Trailer Line (Key Field Value "T") and all lines in between Header and Trailer are Data Records (Key Field Value starts with "D). I need to convert this file into XML.
    I have no clue, if this can be converted into XML through FCC.
    Any help will be highly appreciated.
    Regards,
    Varun

    >
    Varun Agarwal wrote:
    > Sample File:
    >
    "H","3.04",22/10/2009,16:31:12
    > "D2S",21/10/2009,20:00:26,"20044",00666,"S",1
    > "D2S",22/10/2009,14:26:20,"20044",00668,"S",1
    > "D0S",22/10/2009,08:33:34,"00044",04165,"S",1
    > "D0S",22/10/2009,11:59:59,"00044",04166,"S",1
    > "T",1393.27,1393.27,8
    >
    > Here, first line is Header Line (Key Field Value "H"), Last Line is Trailer Line (Key Field Value "T") and all lines in between Header and Trailer are Data Records (Key Field Value starts with "D). I need to convert this file into XML.
    >
    > I have no clue, if this can be converted into XML through FCC.
    > Any help will be highly appreciated.
    >
    >
    > Regards,
    > Varun
    Write a simple module. The module will do a replace of the Dxx fields to D (you can use simple regex function for this)
    After the module, use the messagetransformbean to do the FCC for you.
    The module might sound complex, but trust me its a simple logic you need to implement and you can easily do the FCC with the messagetransformbean

  • 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

  • How to check FCC parameter

    Dear All expert
    I have define FCC parameter for flat file to IDOC scenario but its not working
    But when we send XML format file it posted successfully so any way to check where we have put wrong value of FCC and why it not working
    Txt Format -
    1     5500     20080508               
    2     ARTN     VANHUSEN     -     2     5000
    2     ARTN     VANHUSEN     -     2     5000
    2     ARTN     VANHUSEN     -     2     5000
    Thanks
    Amit Shivhare

    Hi All
    this is my FCC value
    Record set structure MP01,1,MP02,*
    Record Sequences  - ascending 
    Record Set per message -2
    Key field value - KZ
    Key Filed Type - integer
    MP01.fieldNames     KZ,POS_StoreCode,POS_Date
    MP01.keyFieldValue     1
    MP01.keyFieldinStructure     Ignore
    MP02.fieldSeparator     '0x09'
    MP02.endSeparator     'nl'
    MP02.fieldNames     KZ,QUALARTNR,ARTNR,VORZMENGE,UMSMENGE,UMSWERT
    MP02.keyFieldValue     2
    MP02.keyFieldinStructure     Ignore
    IgnoreRecordsetName     true
    Thanks
    Amit Shivhare

  • FCC issue--Receiver side

    Hi Exeprts,
    Below is my data type structure
    DT_Master
         <MasterData>1..unbounded
               <MaterailNo>0.1
                <Organization>0.1
                  <Salesofice>0.1
                 u2026u2026u2026u2026u2026u2026u2026u202660 fields  I have in receiver data type,I want to convert this file in to text file with separator &&,but sometimes 60 elements will not have data from source , even in this case I want separator.
    But what is happening in my case is if I receive data for only 20 fields IN TARGET ,in text file it is giving only 20 fields, empty tags with separator not coming for other fields.
    Record structure : MasterData
    MasterData.fieldSeparator &&
    MasterData.endSeparator nl
    any pointers apprecited.
    Regards,
    JAM

    Hai!
    yes i agree with "mapWithDefault".
    For all the sixty fields you want to use this mapWithDefault Node funtion in your mapping. Since your are not know that which field will come with empty value.
    For Example:
    If a source node Field1 is mapped with a Field1 in Target MT,you should follow the below mapping
    Field1-->mapWithDefault--
    >Field1.
    If the source field conatins any value it will consider in FCC or it considered a empty value in FCC.
    Hope,this will help u.
    regard's
    Preethi.

  • File Adapter Reciver Side: FCC Convetion Problum in PI 7.1

    Hi Experts
    XML Structure
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:mt_idoc2file xmlns:ns0="http://ns_idoc2file">
    - <REC>
    - <ROW>
      <MATNR>CPF30007</MATNR>
      <MTART>ROH</MTART>
      <MBRSH>F</MBRSH>
      <MAKTX>25 lbs. geschn. Karotten</MAKTX>
      <MEINS>LBR</MEINS>
      </ROW>
      </REC>
      </ns0:mt_idoc2file>
    i am traying to convert this xml to txt format in PI 7.1 . i am unable to conveting structure in TXT . i am getting the error .
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'REC.fieldFixedLengths' or 'REC.fieldSeparator' is missing"
    FCC Parameter what i have given.
    Record Struture :ROW,REC
    ROW.filedName   :MATNR,MTART,MBRSH,,MAKTX,MEINS
    ROW.filedSeparator:,
    ROW.endSeparator  :nl
    ROW.fieldFixedLengths:12,20,21,20,10
    Please any one help me out from this issu.
    Thanks and Regards
    G.Praveen Kumar
    Edited by: praveen.tecnics on Sep 30, 2010 2:37 AM

    Hi,
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:mt_idoc2file xmlns:ns0="http://ns_idoc2file">
    - <REC>
    - <ROW>
    <MATNR>CPF30007</MATNR>
    <MTART>ROH</MTART>
    <MBRSH>F</MBRSH>
    <MAKTX>25 lbs. geschn. Karotten</MAKTX>
    <MEINS>LBR</MEINS>
    </ROW>
    </REC>
    </ns0:mt_idoc2file>
    FCC Parameter what i have given.
    Record Struture :ROW,REC
    ROW.filedName :MATNR,MTART,MBRSH,,MAKTX,MEINS
    ROW.filedSeparator:,
    ROW.endSeparator :nl
    ROW.fieldFixedLengths:12,20,21,20,10
    Can you please change your data type as per this XML
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:mt_idoc2file xmlns:ns0="http://ns_idoc2file">
    - <ROW>
    <MATNR>CPF30007</MATNR>
    <MTART>ROH</MTART>
    <MBRSH>F</MBRSH>
    <MAKTX>25 lbs. geschn. Karotten</MAKTX>
    <MEINS>LBR</MEINS>
    </ROW>
    </ns0:mt_idoc2file>
    Dont put REC, logically its nt required also.
    Now use the same FCC u have specified, it will work, remeber to change the MM accordinly also...
    Babu

  • File Content Conversion - Key Field Value

    Hi Experts,
    I am using File to Idoc scenario for my mapping. In the receiver Communication channel, I am using File Content Conversion. My scenario is as follows :
    I have a recordset with Header and Line items with Key Field Indicator as 'H' and 'L'. In some cases, the value for this Key Field is coming in as something other than 'H' and 'L'. I need to throw an exception when this Key Field is not 'H' or 'L'.
    In the 'Content Conversion' tab, my attributes are as:
    Header_Structure.keyFieldValue = 'H' and Line_Structure.keyFieldValue = 'L'. Is there any more attributes that I need to add ?
    Please advise. Thanks a lot.
    Regards,
    Freddy.

    >>multiple key field values in FCC configuration i.e Line_Structure.keyFieldValue = H or L
    AFAIK it is not possible but lets wait for other experts to comment on this...
    >>Can keyFieldInStructure (add, ignore) parameter help me in this case ?
    No. this parameter is only used when you want to include key filed in ur XML structure(add) or not (ignore)...
    Chk this:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

  • IDoc to csv file with required fields

    All,
    I have a source IDoc going to XI.  For example it contains source fields SF1 (required), SF2 (required), SF3(optional) and SF4(optional).
    I want to produce a target file using file content conversion.  I want to produce target fields TF1(required), TF2(required), TF3(optional), and TF4(optional).  In my mapping SF1 maps to TF1, SF2 maps to TF2, etc...
    I want to produce a comma separated file, I am using file content conversions and I am using NameA.fieldSeparator (using a comma)  in my file content conversion parameters.  I have no problem when all 4 source fields are populated.  In this case if the value of my source fields are: ABC 123 XYZ and 789 then I get a flat file with the result:
    ABC,123,XYZ,789
    The problem is when my optional fields are blank I currently get the following in my csv file:
    ABC,123
    When instead I want:
    ABC,123,,
    I know I've seen threads relating to this issue but I haven't had any success locating them.  Any insight is appreciated.

    Hi Shaun,
    Source : SF1 (required), SF2 (required), SF3(optional) and SF4(optional).
    Target: TF1(required), TF2(required), TF3(optional), and TF4(optional)
    For Optional in mapping , If the source optional field is not there, then for target assign with blank constant. You will get the output as below, because at target side the element will be there with blank value and FCC will process that.
    ABC,123,,
    Otherwise Try with NameA.fieldFixedLengths in FCC.
    Regards,
    Prasanna

  • Reg: When trying for [Record Set Per Message] Payload not generating MONI

    Hi,
    Can you please change the value of FCC parameters from
    Record Set Per Message:: 1
    Key Field Value: KF
    Key Field Type: Case Sensitive
    Record Set Per Message:: 1
    Key Field Value: K01
    Key Field Type: Case Sensitive
    Regards,
    Chandra

    Hi,
      If you want to split file according to Record set per message, check below settings with your configuration.
    Ex file:
    Amarsrinivas,Eli,4444,XYZ,3
    Sachin,Tendulkar,29564,ABC,9
    Ajay,Jadeja,5555,PQR,5
    *IR PART*
    See this is the Outbound Data type I have created::
    *ADT_Record_Outbound     Complex Type     *                              
    Record                            Element           0..unbounded(This is used for if Record set per message more then one.Structure Occurance.Not the message type)               
    First_Name            Element       xsd:strin     1                    
    Last_Name            Element     xsd:string     1                    
    EMP_ID                            Element     xsd:string     1                    
    Project_Status            Element     xsd:string     1                    
    Experience            Element     xsd:string     1                    
    THis is the Inboudn Data type I have created::
    ADT_Record_Inbound
    *ADT_Record_Inbound     Complex Type     *
    Record                    Element      0..unbounded(This is used for if Record set per message more then one.Structure Occurance.Not the message type.One to one mapping done)                              
    FullName     Element     xsd:string     1                         
    Global_ID     Element     xsd:string     1                         
    Project     Element     xsd:string     1                         
    IT_Exp     Element     xsd:string     1                         
    This is the Mapping I have done.....
    ForSource Message TYpe I kep Occurancs as 1
    For Target Message Type as I kept Occurances as 1
    ID Part::
    CONTENT CONVERSION PARAMETERS::
    Document Name:: AMT_Record_Outbound
    Document Namespace:: http://xxxxxxxxxxxxxxxxxxxxx
    Document Offset::
    RecordSet Name::Record
    RecordSet Structure: ---:Record,*
    Recordset Sequence,* ::: Assensding
    Record Set Per Message:: (As you required)(According to that target file and message will create)(If you mention 2 each 2 structure one message will flow in SXMB_MONI)
    Key Field Value:
    Key Field Type: Case Sensitive
    Record.fieldSeparator= ,
    Record.endSeparator= nl
    Record.fieldNames= First_Name,Last_Name,EMP_ID,Project_Status,Experience
    ignoreRecordsetName= true
    Regards,
    Prakasu.M

  • How to force field to appear in input structure in content conversion

    Hi all,
    I am doing file content conversion in sender File adapter. Here is the structure
    Header
    Body
       field1 - length 2
       field2 - occurrence 1:1, length 3
       field3 - length 2
       field4  length 2
    Trailer
    Here is the fixed length file that is inputed into XI
    <b>header22   2211trailer</b>
    field2 occrence is 1:1 and as you se from the file example field2 from the body is empty(just space).But  When I do the content conversion I don;t have this field showing up in my structure!??!!
    I want to make sure that field2 appears even as empty field because that is screwing my mapping!?
    Can you please have any idea how to make sure that field is in my input structure when I pass spaces?Can I force it somehow?
    Thanks all.

    Hi Jon,
    Yes you are right.
    For Ex: ur XML is
    <1>a</1>
    <2>b</2>
    and sometime is there is no value ur FCC will become
    <1>a</1>
    So what you have to do is in the message mapping take the source element
    if <2> exists then <2>---->Target
    else
    <2>---->Constant(space)
    and this "exists" is a standard function in NodeFunctions.
    Regards,

  • Help needed with xml to flat file conversion

    Hi all,
    I am doing a webservice (SOAP) to file scenario. The file I get into the target directory is as below.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_Test_interface xmlns:ns1="http://test_namespace.co.uk"><fieldA>0000012345</fieldA><fieldB></fieldB><fieldC>0010203040</fieldC><transaction_type>NEW</transaction_type><transaction_date>2011/08/21</transaction_date><sales data>PARTNERS (((119006.258 169077.102), (372718.323 77854.466, 371449.872 70783.383), (382225.17 73214.976, 398410.463 95156.636)))</sales data></ns1:MT_Test_interface>
    But I want it to be a plain text file like below, not an xml file.
    0000012345
    0010203040
    NEW
    2011/08/21
    PARTNERS
    (((119006.258 169077.102), (372718.323 77854.466, 371449.872 70783.383), (382225.17 73214.976, 398410.463 95156.636)))
    What are all the modules I need and also the parameters and their values please?
    Any help is appreciated.
    Thanks.
    Ramesh.

    Thanks guys.
    My xml now is like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_test xmlns:ns1="http://test.co.uk">
    - <REPORT>
      <company_number>0000043239</company_number>
      <transaction_type>CREATE</transaction_type>
      <transaction_date>2011/08/21</transaction_date>
      <sales_data>Partners (((119006.258 169077.102), (372718.323 77854.466, 371449.872 70783.383), (382225.17 73214.976, 398410.463 95156.636)))</Partners>
      </REPORT>
      </ns1:MT_test>
    I am using the content conversion as below:
    Recordset Structure: REPORT
    Name: REPORT.addHeaderLine      Value: 1
    Name: REPORT.fieldSeparator      Value: ,
    Name: REPORT.endSeparator      Value: 'nl'
    Name: company_number.endSeparator      Value: 'nl'
    and I am getting the result as:
    company_number,transaction_type,transaction_date,sales_data
    0000043239,CREATE,2011/08/21,Partners (((119006.258 169077.102), (372718.323 77854.466, 371449.872 70783.383), 382225.17 73214.976, 398410.463 95156.636)))
    But I want file like this:
    company_number,transaction_type,transaction_date,sales_data
    0000043239
    CREATE
    2011/08/21
    Partners (((119006.258 169077.102), (372718.323 77854.466, 371449.872 70783.383), 382225.17 73214.976, 398410.463 95156.636)))
    What will be the CC parameters please?
    Many thanks.
    Ramesh.

  • Pbm in File adapter..Post Sp14

    Hi
    I have a strange pbm with my fileadapter after SP14..Normally without File content conversion, the adapter works fine and is able to send the XML message to Integration engine..But in a Content conversion mode(from a delimited flat file), I dont see any message in the adapter engine nor the integration engine..
    In the RWB adapter monitor I just see this msg,
    Sender Adapter v2300 for Party '', Service 'FileSender':
    Configured at 2005-11-14 15:10:54 EET
    History:
    - 2005-11-14 15:25:54 EET: Polling interval started. Length: 60.000 s
    - 2005-11-14 15:25:54 EET: Processing finished successfully
    - 2005-11-14 15:25:54 EET: Processing started
    - 2005-11-14 15:24:54 EET: Polling interval started. Length: 60.000 s
    - 2005-11-14 15:24:54 EET: Processing finished successfully
    which is the minute-by-min polling trace.
    I am not able to capture the error or success message for the file picked up anywhere?? Source file has disappeared from the directory.There is no entry in message monitor for adapter engine and integration engine.neither do i see any in SXMB_MONI..Where could the msg go???
    I dont see any msgs being stuck in the queue too..
    Regards
    Message was edited by: Sriram Vasudevan

    We have checked the Key Field Values and we do not have quotes around the fields.  We are trying to pull a file from the mainframe.  And it is having issues.  I have errors in the applications.log.... the field Directory path on the file adapter is mandatory field.  but the Mainframe does not have file paths we just refer to the dataset name.  In SP12 we were able to put a . or .. or /. in the directory path and it would find the dataset a process the message.  Now we get different errors depending on which value we put in the Directory path....
    Here is the info from the applications.log when putting a x  or /.  or /
    Date , Time , Message , Severity , Category , Location , Application , User
    11/16/2005 , 9:41:00:113 , Channel HRMaster_Read: Finished processing , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.invoke() ,  , J2EE_GUEST
    11/16/2005 , 9:41:00:113 , Already disconnected from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 9:41:00:049 , Disconnect from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 9:41:00:048 , Channel HRMaster_Read: Error connecting to ftp server 'akmvs40.goodyear.com': com.sap.aii.adapter.file.ftp.FTPEx: 501 A qualifier in "." begins with an invalid character , Error , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.invoke() ,  , J2EE_GUEST
    11/16/2005 , 9:40:57:708 , Already disconnected from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 9:40:57:708 , Cannot add audit log entry (FILE_SUC_043) due to null pointer as message key , Warning , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.addAuditLog(AuditMessageKey, AuditLogStatus, String, String, Object[]) ,  , J2EE_GUEST
    11/16/2005 , 9:40:57:707 , Connecting to FTP server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.reconnect2FTPServer ,  , J2EE_GUEST
    11/16/2005 , 9:40:57:703 , Start poll sequence for /GEMS/HRMaster_Read: QoS mode:EO - invoke transaction manager , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.invoke() ,  , J2EE_GUEST
    11/16/2005 , 9:40:57:702 , Scheduling File2XI[:GEMS:HRMaster_Read] for execution , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.start() ,  ,
    11/16/2005 , 9:40:57:696 , Channel HRMaster_Read successfully initialized , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.init(Channel, AdminAdapter, boolean) ,  ,
    11/16/2005 , 9:40:57:695 , Parameter ITEM.fieldNames: value SSN,LNAME,INITIALS,FNAME,USERID,DEPT,EMPNO set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithErrorDescription(String) ,  ,
    11/16/2005 , 9:40:57:695 , Parameter ITEM.keyFieldInStructure: value add set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:695 , Parameter ITEM.keyFieldInStructure not set - take default value add , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:695 , Parameter ITEM.keyFieldValue: value SSN set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithErrorDescription(String) ,  ,
    11/16/2005 , 9:40:57:694 , Parameter xml.keyfieldName: value SSN set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:694 , Parameter ITEM.processFieldNames: value fromConfiguration set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:694 , Parameter ITEM.processFieldNames not set - take default value fromConfiguration , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:694 , Parameter ITEM.fieldContentFormatting: value trim set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:693 , Parameter ITEM.fieldContentFormatting not set - take default value trim , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:693 , Parameter ITEM.addEndSeparatorAsField: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:693 , Parameter ITEM.addEndSeparatorAsField not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:693 , Parameter ITEM.addBeginSeparatorAsField: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:692 , Parameter ITEM.addBeginSeparatorAsField not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:692 , Parameter ITEM.keepIncompleteFields: value NO set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:692 , Parameter ITEM.keepIncompleteFields not set - take default value NO , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:692 , Parameter ITEM.lastFieldsOptional: value NO set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:691 , Parameter ITEM.lastFieldsOptional not set - take default value NO , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:691 , Parameter ITEM.checkForISOControls: value NO set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:691 , Parameter ITEM.checkForISOControls not set - take default value NO , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:691 , Parameter ITEM.checkForXMLPredefinedEntities: value YES set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:691 , Parameter ITEM.checkForXMLPredefinedEntities not set - take default value YES , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:690 , Parameter ignoreRecordsetName: value false set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:690 , Parameter ignoreRecordsetName not set - take default value false , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:690 , Parameter ITEM.enclosureConversion: value YES set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:690 , Parameter ITEM.enclosureConversion not set - take default value YES , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:689 , Parameter ITEM.enclosureSignEndEscape: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:689 , Parameter ITEM.enclosureSignEndEscape not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:689 , Parameter ITEM.enclosureSignEscape: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:689 , Parameter ITEM.enclosureSignEscape not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:688 , Parameter ITEM.enclosureSignEnd: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:688 , Parameter ITEM.enclosureSignEnd not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:688 , Parameter ITEM.enclosureSign: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:688 , Parameter ITEM.enclosureSign not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:688 , Parameter ITEM.beginSeparator: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:687 , Parameter ITEM.beginSeparator not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:687 , Parameter ITEM.endSeparator: value 'nl' set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:687 , Parameter ITEM.endSeparator not set - take default value 'nl' , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:687 , Parameter ITEM.fieldSeparator: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:686 , Parameter ITEM.fieldSeparator not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:686 , Parameter ITEM.fieldFixedLengthType: value char set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:686 , Parameter ITEM.fieldFixedLengthType not set - take default value char , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:686 , Parameter ITEM.fieldFixedLengths: value 11,16,6,16,10,4,8 set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:685 , Parameter ITEM.structureTitle: value ITEM set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:685 , Parameter ITEM.structureTitle not set - take default value ITEM , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getTableParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:685 , Parameter xml.documentSkipFirstRows: value 0 set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:685 , Parameter xml.documentSkipFirstRows not set - take default value 0 , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:684 , Parameter xml.recordsetsPerMessage: value * set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:684 , Parameter xml.recordsetsPerMessage not set - take default value * , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:684 , Parameter xml.documentNamespaceScope: value false set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:684 , Parameter xml.documentNamespaceScope not found in schema! - take default value false , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:683 , Parameter xml.documentNamespace: value urn:goodyear.com/CreateHRMasterData set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:683 , Parameter xml.documentName: value HRMasterData set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:683 , Parameter xml.recordsetEndSeparator: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:682 , Parameter xml.recordsetEndSeparator not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:682 , Parameter xml.recordsetEndSeparator not found in schema! - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:682 , Parameter xml.recordsetBeginSeparator: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:682 , Parameter xml.recordsetBeginSeparator not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:682 , Parameter xml.recordsetBeginSeparator not found in schema! - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:681 , Parameter xml.recordsetNamespace: value  set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:681 , Parameter xml.recordsetNamespace not set - take default value  , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:681 , Parameter xml.recordsetName: value HRMaster set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:680 , Parameter xml.allowEmptyRecordsets: value true set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:680 , Parameter xml.allowEmptyRecordsets not found in schema! - take default value true , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:680 , Parameter xml.recordsetStructureOrder: value asc set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithDefault(String,String) ,  ,
    11/16/2005 , 9:40:57:679 , Parameter xml.recordsetStructure: value ITEM,* set , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.getParaWithErrorDescription(String) ,  ,
    11/16/2005 , 9:40:57:679 , Converter version '3.0.1928': Create objects for  sructure conversion 'Plain2XML' , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion , com.sap.aii.adapter.file.Conversion.convertXML2Plain_init(Channel, boolean, boolean) ,  ,
    11/16/2005 , 9:40:57:679 , Message protocol 'csv2xml' detected , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.init(Channel, AdminAdapter, boolean) ,  ,
    11/16/2005 , 9:40:57:676 , AdminAdapter: initialize sender adapter channel type File, id 3154a8770f233583b3a7ec452aaa24bb , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.addAdapter(Channel) ,  ,
    11/16/2005 , 9:40:57:676 , Add adapter channel (file, sender): HRMaster_Read, id 3154a8770f233583b3a7ec452aaa24bb in 1 thread(s) , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.addAdapter(Channel) ,  ,
    11/16/2005 , 9:40:57:675 , add adapter 3154a8770f233583b3a7ec452aaa24bb , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.channelAdded(Channel) ,  ,
    11/16/2005 , 9:40:57:642 , remove adapter 3154a8770f233583b3a7ec452aaa24bb , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.channelRemoved(Channel) ,  ,
    11/16/2005 , 9:40:57:642 , Channel /GEMS/HRMaster_Read: file sender adapter self destruction sequence activated , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.stop() ,  ,
    11/16/2005 , 9:40:57:641 , Stop adapter 3154a8770f233583b3a7ec452aaa24bb , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.stopAdapter(Channel) ,  ,
    11/16/2005 , 9:40:57:640 , stop adapter 3154a8770f233583b3a7ec452aaa24bb , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.channelRemoved(Channel) ,  ,
    here is the entries from the applications.log when we put   .  in the directory path
    Date , Time , Message , Severity , Category , Location , Application , User
    11/16/2005 , 10:52:00:993 , Channel HRMaster_Read1: Finished processing , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.invoke() ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:993 , Already disconnected from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:916 , Disconnect from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:911 , Retrieving file 'X997104.MINIMSTR' failed unexpectedly with com.sap.aii.adapter.file.ftp.FTPEx: 501 Directory is already NULL , Error , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.processFtpList() ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:849 , Start processing file '../X997104.MINIMSTR: get lock before retrieving content , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.processFtpList() ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:849 , File: FTPFileHandle[ftp://akmvs40.goodyear.com:21, -1, F] , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.processFtpList() ,  , J2EE_GUEST
    11/16/2005 , 10:52:00:848 , Found 1 file(s) for file source FileSource[.., [[Ljava.lang.String;@68d02ccf], [[Ljava.lang.String;@3b2dffcb]] , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.getFtpList(File2XIConfiguration.FileSource[]) ,  , J2EE_GUEST
    11/16/2005 , 10:51:56:727 , Already disconnected from ftp server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.disconnectFTPServer ,  , J2EE_GUEST
    11/16/2005 , 10:51:56:727 , Cannot add audit log entry (FILE_SUC_043) due to null pointer as message key , Warning , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.addAuditLog(AuditMessageKey, AuditLogStatus, String, String, Object[]) ,  , J2EE_GUEST
    11/16/2005 , 10:51:56:726 , Connecting to FTP server akmvs40.goodyear.com , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.reconnect2FTPServer ,  , J2EE_GUEST
    11/16/2005 , 10:51:56:722 , Start poll sequence for /GEMS/HRMaster_Read1: QoS mode:EO - invoke transaction manager , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.invoke() ,  , J2EE_GUEST
    11/16/2005 , 10:51:56:721 , Scheduling File2XI[:GEMS:HRMaster_Read1] for execution , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.start() ,  ,
    11/16/2005 , 10:51:56:714 , Channel HRMaster_Read1 successfully initialized , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.init(Channel, AdminAdapter, boolean) ,  ,
    11/16/2005 , 10:51:56:711 , AdminAdapter: initialize sender adapter channel type File, id e814d10385bc33dc828c75bba16a2884 , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.addAdapter(Channel) ,  ,
    11/16/2005 , 10:51:56:711 , Add adapter channel (file, sender): HRMaster_Read1, id e814d10385bc33dc828c75bba16a2884 in 1 thread(s) , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.addAdapter(Channel) ,  ,
    11/16/2005 , 10:51:56:710 , add adapter e814d10385bc33dc828c75bba16a2884 , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.channelAdded(Channel) ,  ,
    11/16/2005 , 10:51:56:700 , remove adapter e814d10385bc33dc828c75bba16a2884 , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN , com.sap.aii.adapter.file.AdminAdapter.channelRemoved(Channel) ,  ,
    11/16/2005 , 10:51:56:699 , Channel /GEMS/HRMaster_Read1: file sender adapter self destruction sequence activated , Info , /Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File , com.sap.aii.adapter.file.File2XI.stop() ,  ,
    Any help would be appreciated...
    Anyone pulling a file from a mainframe with the file adapter in SP14?

  • 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

  • Adapter file Receive - conversion file problem

    Hi everybody,
    In an adapter file receiver, I want to convert an XML structure to a "flat file".
    here is my xml structure
    <ns1:MT006_blabka>
      <RECORD>
        <LIGNE>TEST1</LIGNE>
        <LIGNE>TEST2</LIGNE>
      </RECORD>
      <FILE>
         <FILENAME>fichier.dat</FILENAME>
         <DIRECTORY>//server1/root/</DIRECTORY>
       </FILE>
    </ns1:MT006_blabla>
    and the text file I want to receive is
    <BOF>
    TEST1
    TEST2
    <EOF>
    The problem is with the paramter of conversion I use I receive
    <BOF>
    TEST1
    TEST2
    <EOF>
    I always receive an empty line at the end
    The record set define in conversion are "RECORD,FILE"
    in parameter i put
    RECORD.fieldSeparator      value :  'nl'
    FILE.fieldFixedlengths  value : 0,0
    My problem is to eliminate the empty line at the end of the file.
    Is there someone who can help me ?
    Thank you in advance for your collaboration.
    Regards
    Eric.

    Hi,
    You will have to modify your target structure from this
    <ns1:MT006_blabka>
    <RECORD>
    <LIGNE>TEST1</LIGNE>
    <LIGNE>TEST2</LIGNE>
    </RECORD>
    <FILE>
    <FILENAME>fichier.dat</FILENAME>
    <DIRECTORY>//server1/root/</DIRECTORY>
    </FILE>
    </ns1:MT006_blabla>
    To this
    <ns1:MT006_blabka>
    <RECORD>
      <Struct>
          <LIGNE>TEST1</LIGNE>
           <LIGNE>TEST2</LIGNE>
    </Struct>
    </RECORD>
    <FILE>
    <FILENAME>fichier.dat</FILENAME>
    <DIRECTORY>//server1/root/</DIRECTORY>
    </FILE>
    </ns1:MT006_blabla>
    use the content conversion as
    recordset structure = RECORD,Struct,File,
    Record.fieldSeparator = 'nl'
    Struct.fieldSeparator = 'nl'
    file.fieldFixedLengths =  0
    file.fixedLengthTooShortHandling = Cut

  • File Content convertion error

    I am getting error (java.lang.exception)in RWB in component monitoring of sender side file NFS adapter
    number of arguments in Row.fileldFixedLength does not match with no of fields in Row.fieldNames.
    My file is , seperated with 5 fileds
    Row.filedNames       ename,eno,performrate,ratedesc,effecivedate
    Row.fieldSeperator  ,
    i used 'nl' as newline character
    Can anybody please give the reason for the error

    Hi
    1)You should not use Both fieldFixedLengths and fieldSeparator together in FCC.
    2)Since it is case-sensitive beware of spelling mistake
    so
    Row.fieldNames=ename,eno,performrate,ratedesc,effecivedate
    Row.fieldSeperator=,
    Row.endSeperator='nl'
    Flat File to Flat File (FTP) Part 1
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Flat File to Flat File (FTP) Part 2
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)

Maybe you are looking for