Receiver communication chanel error in File conversion scenario

Hi ,
I am trying to implement a file-xi-file scenarion in which the input is a tab delimited file...The Sender channel works fine.
The problem i am facing now is that the receiver commmunication channel throws an error in adapter monitoring..the error says ...
"Receiver Adapter v2123 for Party '', Service 'FILE_TRANSFER2_SD':
Configured at 2006-05-18 14:26:02 GMT+05:30
History:
- 2006-05-18 14:26:02 GMT+05:30: Error: Conversion initialization failed: Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing "
If i remove the receiver content conversion then the channel works fine and gives me the output as one single string of charaters widout any formatting....
I have added both the fields in the content conversion of the receiver channel...
Plz help...
Thanx ,
Srestha

Hi,
You have to give in you field content conversion either the paramter 'field seperator' or 'fieldFixedLengths'
<i>'If you make a specification here, the system expects that the structure contains the specified character string (one or more characters) as a separator between the individual columns.
If you have not made an entry for fieldFixedLengths, this is the only specification to identify the individual columns in a row.
If you made a specification for fieldFixedLengths, the extra length of the separator is taken into account, but no further consistency checks are performed.</i>
Regards
Vijaya
Message was edited by: vijaya kumari

Similar Messages

  • ATTRIBUTE_IDOC_RUNTIME error in File-IDOC Scenario

    Hi,
    I got this error in FIle-IDOC scenario.
    ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
      <SAP:P1>Transaction IDX1: Port SAPMMX, client , RFC destination contain errors
    There are many threads on same issue. Almost in all threads, the suggestion given was, we need to check the Channel Definition(Port should be SAP<SYSID> and not SAP<SYSID>_<CLIENT>)
    I have given the proper values for RFC desitnation and port. Even then, I m getting this error.
    Is there any other suggestions?

    Hi aarthi,
    I suggest u chk all d settings dat u hav done..
    Steps for ALE settings:-
    Steps for XI
    Step 1)
         Goto SM59.
         Create new RFC destination of type 3(Abap connection).
         Give a suitable name and description.
         Give the Ip address of the R3 system.
         Give the system number.
         Give the gateway host name and gateway service (3300 + system number).
         Go to the logon security tab.
         Give the lang, client, username and password.
         Test connection and remote logon.
    Step 2)
         Goto IDX1.
         Create a new port.
         Give the port name.
         Give the client number for the R3 system.
         Select the created Rfc Destination.
    Step 3)
         Goto IDX2
         Create a new Meta data.
         Give the Idoc type.
         Select the created port.
    Steps for R3.
    Step 1)
         Goto SM59.
         Create new RFC destination of type 3(Abap connection).
         Give a suitable name and description.
         Give the Ip address of the XI system.
         Give the system number.
         Give the gateway host name and gateway service (3300 + system number).
         Go to the logon security tab.
         Give the lang, client, username and password.
         Test connection and remote logon.
    Step 2)
         Goto WE21.
         Create a port under transactional RFC.(R3->XI)
         Designate the RFC destination created in prev step.
    Step 3)
         Goto SALE.
         Basic settings->Logical Systems->Define logical system.
         Create two logical systems(one for XI and the other for R3)
         Basic settings->Logical Systems->Assign logical system.
         Assign the R3 logical system to respective client.
    Step 4)
         Goto WE20.
         Partner type LS.
         Create two partner profile(one for XI the other for R3).
         Give the outbound or inbound message type based on the direction.
    Step 5)
         Not mandatory.
         Goto BD64.
         Click on Create model view.
         Add message type.
    Step 6)
         Goto WE19
         Give the basic type and execute.
         fill in the required fields.
         Goto IDOC->edit control records.
         Give the following values.(Receiver port,partner no.,part type and sender Partner no. and type)
         Click outbound processing.
    Step 7)
         Go to SM58
         if there are any messages then there is some error in execution.
         Goto WE02.
         Check the status of the IDOC.
         Goto WE47.
         TO decode the status code.
    BD87 to check the status of IDOC.
    In case if not authorized then go to the target system and check in SU53, see for the missing object
    and assign it to the user.
    SAP r3
    sm59(status check)(no message)
    WE02(status check)
    WE05(status check)
    BD87(status check)
    Xi
    IDx5(Idoc check)
    SU53(authorization check)
    reward points if helpful...
    MenoN

  • File Conversion to File Conversion Scenario..

    Hi,
    I am doing a File Conversion to File Conversion scenario. Hope its clear..
    Well in this scenario my structure is
    <File2File_Conversion_Sender_MT>
    <Employee>
    <id>aa</id>
    </name>sas</name>
    <Employee>
    <File2File_Conversion_Sender_MT>
    In sender:-
    Wat will be the document name?
    Recordset name?
    Recordset structure?
    In receiver:-
    Recordset structure?
    Let me know if any more clarification is needed.
    thanks
    Anju

    Hi Anju,
    Use this :
    Document Name : File2File_Conversion_Sender_MT (this is Outbound Message Type)
    Document Namespace : NAmespace of outbount Message Type.
    Recordset Structure : Employee,*
    Name----
    Value
    Employee.fieldSeparator -
    >   ,
    Employee.endSeparator -
    >  'nl'
    Employee.fieldNames    -
    >  id,name
    ignoreRecordsetName   -
    > true
    Go through this :
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    Thanks,
    Maheshwari.
    Message was edited by:
            Maheshwari Morbale

  • SMTP Receiver Communication Channel error: connection refused

    Dear all.
    When migrating processes from XI 3.0 to PI 7.1 we run into the problem that we can't get the SMTP Receiver Communication Channel working on PI. We get the following error in Communication Channel Monitoring:
    Message processing failed. Cause: com.sap.aii.af.sdk.xi.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: java.net.ConnectException: Connection refused: connect
    (The NetWeaver Administrator log shows the following:
    unable to call the mailer: com.sap.aii.af.sdk.xi.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: java.net.ConnectException: Connection refused: connect)
    - We copied all configuration settings 1-on-1 from XI to PI, and double-checked we made no mistakes.
    - We confirmed the PI system can in fact reach the mailserver by successfully sending Email from the ABAP stack of the PI system (transactions SOST and SCOT)
    - When deliberately mistyping the mailserver URL, we get the error: java.net.UnknownHostException. This makes me believe that the 'connection refused' error we get (after re-entering the correct mailserver URL) is indeed coming from the mailserver. But why would it refuse the connection if it allows the connection from the ABAP stack of the same server? And why didn't we run into any such problems on XI?
    Any help is much appreciated!
    Kind regards,
    Eddy Driessen.

    Hi All,
    We have upgraded our XI3.0 system to PI7.1 and currently performing testing for different adapters. We are also facing similar problem for a scenario File to Mail
    19.11.2010 11:31:56     Error     Mail: error occured: java.net.UnknownHostException: [url]
    19.11.2010 11:31:56     Error     Mail: error occured: com.sap.aii.af.lib.mp.module.ModuleException
    19.11.2010 11:31:56     Error     Adapter Framework caught exception: Failed to call the endpoint
    19.11.2010 11:31:56     Error     Delivering the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to:                     com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: Failed to call the endpoint  [null " null"];                     nested exception caused by: java.net.UnknownHostException: [url].
    19.11.2010 11:31:56     Information     The message status was set to WAIT.
    *[url] = Mail server
    Can anyone suggest the steps to solve this error
    Thanks
    Varun

  • JDBC Receiver Communication channel Error

    Hi Friends,
    I am facing below error in JDBC Receiver Communication chnnel.
    Please shared your views.
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'KRSAPJOB' (structure 'Statements'): java.sql.SQLException: [SQL0204] KRSAPJOB in KRONOSMF type *FILE not found.
    thanks
    Mohit

    Hi Mohit,
    I received a smiliar error with the receiving JDBC Communication channel. Please talk with your database Admin regarding the stored procedure.
    Either one of the fileds in the database is Mandatory and you are not sending that field valiue OR
    the data type for one of the fields definied is not matching the one in the database and the stored procedure is failing and throwing an exception.
    Teresa

  • Regarding the JDBC Receiver Communication Channel error

    Hi All,
    While executing Jdbc to Jdbc interface, i am getting error in jdbc receiver communication channel. please see below message for error description..
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel 'JDBC_AccntStatements_Receiver', Service 'BS_BusinessSystem', Party '': JDBC Adapter configuration not activated
    Note: the channel status is active and activated(not in change mode).
    Any idea on this error.
    thanks,
    Madhusudhan.

    Hi
    According to your Error Message,
    Saying that JDBC Configuration is not Active.
    Once again cross check all the config is Activated & also Test your Config Using Config Test Tool in ID
    And also check in RWB-Adapter Engine-Adapter monitoring ---select the option instaled & Started. whether the JDBC Adapter is working fine or not

  • Error in File-JDBC Scenario

    Dear All,
    I am working on FILE to JDBC scenario in which I am facing with the following error:
    - 2007-12-14 18:18:51 GMT+05:30: Error: TransformException error in xml processor class: Error processing request in sax parser: Error when executing statement for table/stored proc. 'TBL_SAP_PRODUCTS' (structure 'STATEMENTNAME1'): java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
    the payload at the JDBC adapter is :
    - <ns0:MT_JDBC_MARA xmlns:ns0="urn:abc:mm">
    - <STATEMENTNAME1>
    - <DbTablename action="INSERT">
      <TABLE>TBL_SAP_PRODUCTS</TABLE>
    - <access>
      <MATERIAL_CODE>000000000001002021</MATERIAL_CODE>
      <DESCRIPTION>BASICS 7 FTBL.</DESCRIPTION>
      <PRODUCT_HIERARCHY_CODE>00</PRODUCT_HIERARCHY_CODE>
      <MATERIAL_GROUP_CODE>R1500</MATERIAL_GROUP_CODE>
      <MATERIAL_GROUP_DESC>Basics-FG</MATERIAL_GROUP_DESC>
      <BASE_UNIT>S07</BASE_UNIT>
      <SAP_ADD_DATE>20051219</SAP_ADD_DATE>
      <SAP_MODIFY_DATE>20051219</SAP_MODIFY_DATE>
      <EXTRACT_DATE>20071214</EXTRACT_DATE>
      </access>
    Please guide me what is the error.
    Warm Regards,
    N.Jain

    Hi nishu,
    Go into the Repository (IR) and check the conditions mentioned for the field <STATEMENTNAME1>/TBL_SAP_PRODUCTS in the datatype, searching it by the respective namespace and check if the given input has the expected data type.
    Change your payload date format according to the timestamp specified in the condition .
    Regards,
    Shibani
    *reward with points if helpful*

  • SOAP Receiver Communication Channel error

    Hi,
    In my scenario, I am calling webservice using soap adapter. I have been encountered with the error
    SOAP: call failed: java.net.SocketException: Connection reset .. in the communication channel monitoring.
    Please could you let me know why is this error coming?
    Regards,
    Vishnu.

    Hi
    have a look at SAP note 709140.
    may be the problem due to heap size on server.
    see the following links also :
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4061https [original link is broken] [original link is broken] [original link is broken]://HTTP error
    Some errors in an XI production environment
    Regard's
    Chetan Ahuja

  • Error in File 2File scenario

    Hello Friends,
    when i am doing file 2 file scenario . my input file was picked but i was unable to show in reciever side . but in message moni it is showing black flag .. i am send ing the same file to database also in mesg moni it is showing 3 flags of it one showing message branched and the remaining interfaces it is showing black flag.\please solve my problem .

    Did you checked the detailed logs under  'versions' of the message in  'Message monitoring'?
    Go to Run time workbench.
    Select Message Monitoring
    Select your message and click on Versions.
    Select the Adaptor Engine(receiver)  and click on 'Details' button to view the detialed logs.
    I'm sure you will see something that stopping the message to go to receiver.
    Thanks,
    DV:)

  • Unknown error on file conversion

    New to Acrobat Plus today. Not impressed. I have the correct system requirements. First .pdf to .ppt conversion yielded "An unknown error occurred." Dead. What now?
    Also, is THIS what Adobe calls customer service? I'm sure it saves them lots of money.

    Jack,
    Please breifly describe your steps to do the conversion. Could you convert a pdf to word or excel?
    Jyh-Jiun Liou

  • Keep receiving the iTunes error:  The file seems to be corrupted.  To redownload the file choose "Check for available downloads" from the store menu.

    I keep getting the above error.  When I go through the store tab, I continue to get the same message.  I found something about deleting the tmp file earlier today at another site but it was related to an older version of iTunes and was of no real help.
    All I want to do is download the song I've been charged for.
    Solutions?

    Contact itunes support.

  • File not generated in receiver end For ECC to file scenario.

    HI Experts,
    WE are facing issue while processing messages from ECC to file. Here we are able to see messages getting processed in MONI but was not able to see any log in receiver communication Channel or any file getting into receiver end.
    Could you please guide me the steps to debug this issue.
    thanks & Regards,
    Ranganath.

    hi ranganath dasari ,
                          You got success message in SXMB_MONI......file is not placed into target directory.
    first you need to check receiver communication channel for file. check the parametrs you are giving in receiver file adapter and your receiver communication channel active or not.
    regards,
    ganesh.n

  • Need to use only one sender and receiver communication channel.

    Hello Experts.
    I have a scenario where in I have to use only one sender and receiver communication channel to push files from different source directories to different receiver directories.
    For Eg;
    Sender                              
    D://dir1/file1 --->                  E://dir1/File1
    F://dir2/file2 ---->                 G://dir2/file2
    H://dir3/file3----->                 I://dir3/file3.
    Can this be achieved by using pass through scenario?
    Please let me know if the requirement is not clear.     
    Thanks in advance.
    Advit Ramesh

    Hi Advit,
    I think it is possible. You have to use the Advanced Selection for Source file in the sender channel to define multiple files to be picked up. Also, the Dynamic configuration must also be enabled and used in the mapping so you can manipulate the target directory and target file name based on your source files.
    For Polling from multiple directories:
    http://wiki.scn.sap.com/wiki/display/XI/File+Sender+Adapter+-+Polling+Multiple+Directories
    Dynamic Configuration:
    Dynamic file name and directory in Receiver File Adapter - summary of possibilities - Process Integration - SCN Wiki

  • RFC-XI-FILE Asynch Scenario

    Hi All,
    i am working RfcXiFile Asynch. Scenario by using Proxy. i created ABAP proxy in R/3 system and exececuted in XI server. it's working fine. All design and Configuration in IR, ID over. i tested the configuration, it's fine. But the problem is file is not created in the receiver.
    and no messages will be displayed in SXMB_Moni. Anybody came across this situation, Please let me know the solution asap.
    Thanks & Regards,
    Nagarjuna.

    Hi Sarvesh,
    What i have done exactly is:
    After completeting the design part in IR,  i created a proxy class in R/3 by using the SPROXY tcode. There,  the following objects are generated, they are
    Class ZSRCO_RFC_RESP_MI Proxy Class (Generated)
    Structure     ZSRRFC_RESP_DT1     Proxy Structure (Generated)
    Structure     ZSRRFC_RESP_MT1     Message type for RFC Response
    then i create report in R/3 by using SE38,
    there i called the function module and my internal table gets populated.
    in the same report i created the object for my proxy class and called the proxy also.And i declared the data for proxy class & structure.
    The same report i executed in XI server, the data is displayed.
    but in SXMB_MONI, no messages are displayed.
    i am sure that i configured receiver communication channel properly.
    For this scenario, sender communication channel is not required, becuase instead of that we are using the Proxy right?
    So, please try to under stand my scenario and get back to me with proper solution.
    Thanks,
    Nagarjuna.

  • Receiver JDBC Channel Error : Incorrect syntax near 'OR'

    hi,
    we are facing the below error at the receiver communication channel:
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'table' (structure 'statement'): com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 'OR'.
    When we again reprocess the message,it shows the exact error at the channel.
    Any ideas why the first error shows up?

    Hi, Anu
    The most probable it's that your target XML it's not correct because it haven't a correct format.
    Please, check your target XML and see
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/465581929734d9e10000000a42189d/frameset.htm
    Regards,
    Carme

Maybe you are looking for

  • Constants v/s compile time constants.

    Hi to all. I got a problem in understanding compile time constants. I was reading about switch statement, and found a fact: the case constant in switch statement should be compile time constant. and example they have given is: final int a=1; final in

  • EG42 - Device Modification Prorate time slice

    Hi SAP Experts, User changes the register group using EG42 and click on prorate as well, which creates the time slices in the system. User do not want those time slices. We have asked user not click on prorate, however they are still doing it by mist

  • Mass billing docuemnts checking with SAPFACC0 Report

    Hi Team, I need to run this  report SAPFACC0 for nearly 30000 Billing documents, It is  difficult for me to run this report 30000 times.. so is there any why I can automate this , I want to record all the error messages in a XL Sheet.. I want to achi

  • Weblogic 9.2 webservice client getting ClassCastException XmlTokenImpl

    Hi, I have written a webservice using the JAX-WS notation and Weblogic 9.2 MP3 libraries. I generated the server using jwsc and the client using clientgen. The server is working fine. But whenever I used the generated client stubs, I am getting this

  • Kreisrundes Ausschneiden im Photoshop elements 13

    Hallo zusammen wie kann ich in Photoshop elements 13 aus einem Foto einen kreisrunden Ausshnitt ausschneiden um ihn dann als kreisrundes Foto in einem Video-Schnittprogramm ohne lästige Rahmen  oder sonstige Füllungen verwenden zu können? In meinem a