"Path" in Generated Reciever Adapter

Hi,
While working on JDBC-->XI-->RFC scenario, i have defined Two communication Channels (JDBC_sender and RFC_Reciever).
In JDBC_sender communcation channel, "Generated Reciever Adapter" has been autogenerated. In this adapter, i am confused about the "Path" parameter.
The syntax for Path is as follows...
http://<host>:<port>/MessagingSystem/receive/AFW/XI
Where to find the PORT of XI server in XI environment?
While activating my objects in Standard List (Integration Design), the error is popped up to enter the PATH.
Kindly help me....
Regards
Pavan

HI Jai Shankar,
I ave defined Sender Communciation Channel and JDBC adapter.
In the same way, Reciever Communication Channel and RFC Adapter.
Now in the Sender Business System->Sender Communication Channel> I have found an autogenerated Adapter called "Generated RecieverAdapter".
In this adapter, we need to fill the Service number and Path parameters. If it reamianed untouched, while activation, an error message is popping up.
Hope you got my problem.......
Regards
Pavan

Similar Messages

  • Reciever adapter not working

    Hi all,
    I am developing the scenario described in the link
    <b>/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    The sender adapter picks up the input file called xi_input.xml from path <b>D:\usr\sap\trans\tmp\send</b>
    And receiver adapter has to put the output file <b>xi_output.xml</b>,which is a replica of the input file, in the path <b>D:\usr\sap\trans\tmp\receive</b>.
    In adapter monitoring for file adapter, the sender adapter gives the msg:
    <b>Sender Adapter v1014 for Party '', Service 'FileBpm_bs':
    Configured at 15:04:22 2006-05-23
    Up and running: Last message processing started 15:19:22 2006-05-23
      last poll interval</b> started 15:23:22 2006-05-23
      length 60,000 secs
    But in message monitoring no msgs can be seen and even the reciever adapter shows the msg:
    <b>Receiver Adapter v1027 for Party '', Service 'FileBpm_bs':
    Configured at 15:23:36 2006-05-23
    Up and running - no message processing until now</b>
    On placing the xml file in the sender path it diappears but no file gets generated in the receiver path.
    Pls can anybody guide me as to wether something is wrong somewhere or wether i have missed on certain steps.
    Regards
    Neetu

    Hi,
    I am still facing the same problem.
    I have not used any business system.
    There are two business service(one sender and the other reciever).
    I have checked sxmb_adm and httpport in the exchange profile but all of them are filled with the respective values:
    com.sap.aii.connect.integrationserver.r3.httpport = 8030.
    com.sap.aii.connect.integrationserver.httpport = 53000.
    in sxmb_adm we have given url as http://10.119.4.33:8030/sap/xi/engine?type=entry
    But I am still getting the error msg that reads:
    Transmitting the message to endpoint http://itcxi1:53000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 404..
    Pls suggest what else do i need to check.
    Regards
    Neetu

  • OSB business service on jdev 11g generated db adapter

    Is it still possible to generate the db-adapter in jdev and import the resources in osb and create a business service with jca transport based on this wsdl?
    the documentation is only describing how to it should work based on a 10.1.3 generated db adapter.
    In the 11g the resources of the db-adapter are different (external jca property file etc).
    So..whats the way to go for this when using the 11g stack ?

    So..whats the way to go for this when using the 11g stack ?Current version of OSB (OSB 10.3.1) does not support 11g adapter stack. The next release of OSB will support 11g Adapters.
    Manoj

  • Error in Soap Reciever Adapter?

    Hi all
    Please do suggest resolution of this error in SOAP Reciever adapter
    2006-07-04 04:50:47 Error SOAP: error occured: java.io.IOException: invalid content type for SOAP: TEXT/HTML
    2006-07-04 04:50:47 Error Exception caught by adapter framework: invalid content type for SOAP: TEXT/HTML
    2006-07-04 04:50:47 Error Delivery of the message to the application using connection AFW failed, due to: invalid content type for SOAP: TEXT/HTML.
    with regards
    subrato kundu

    Hi,
    Please look at this thread:
    DeliveryException:: invalid content type for SOAP: TEXT/HTML
    Regards
    Vijaya

  • Insert query in JDBC Reciever adapter!!!

    Hi All,
    We have an interface in which we are inserting data in Oracle server using JDBC Reciever Adapter.
    The interface ends up in error on adapter engine level whenever the we are sending long data in one of the field of target structure. The error which we get in communication channel monitoring is that "String too long", on googling i found that in oracle they solve such problem by making the field data type as CLOB.
    Thus can we define target structure field of CLOB type so that while inserting the data in Oracle server we never face the issue of this long string.
    Thanks

    >
    Arpit Seth wrote:
    > Hi All,
    >
    > We have an interface in which we are inserting data in Oracle server using JDBC Reciever Adapter.
    > The interface ends up in error on adapter engine level whenever the we are sending long data in one of the field of target structure. The error which we get in communication channel monitoring is that "String too long", on googling i found that in oracle they solve such problem by making the field data type as CLOB.
    >
    > Thus can we define target structure field of CLOB type so that while inserting the data in Oracle server we never face the issue of this long string.
    >
    > Thanks
    if the field contains very large data then yes, defining the target field in Oracle as a CLOB will solve your issue.
    http://www.herongyang.com/jdbc/MySQL-CLOB-Overview.html

  • Proble with file reciever adapter

    Hi ,
    File reciever adapter is writing empty(Blank) files ...i.e there is no data when transfer mode is text and illgible when transfer mode is binary.However in communication channel monitoring I see ...my message under message content ...audit log things look fine as well The message status set to DLVD..However in message monitoring (mdt ) there in details it shows general error and no details of this error.
    Kindly help.
    Regards,
    deepak

    Hi,
    Please check your processing parameters for str, because as you said str is message type,do not use for it.if str is node then use endseparater.
    and if record structure is having multiple occur, then use resord,*
    please see the following file content conversion examples..
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc
    Regards
    Chilla..

  • Dynamic Configuration - Set Directory Path for File Receiver Adapter

    Hi Experts,
    I have a question regarding the dynamic configuration for the file adapter. Is it possible to set a directory path without a message mapping for the file receiver adapter? the problem is that I want to import a pdf document. this pdf document I want to store in a dynamic directory (depending on the filename). so I have to read the filename out of the dynamic configuration and generate (depending on the filename) a directory for this file. Is that possible without a message mapping? I cannot make a message mapping because the file has the pdf format and should not get changed.
    best regards
    Christopher Kühn

    Hi Gaurav,
    I use the ASMA (respectively the filename) for the sender adapter. After the pdf was imported into XI this filename is in the ASMA.
    But what then??? How can I get this filename with the help of the variable substitution? and if I have this filename I have to change this filename a bit to generate the name / path of the directory.
    Please explain it to me detailled
    Thanks and regards
    christopher

  • Dinamic Directory Path in Receiver File Adapter

    Hi everyone,
    I have a question for you.
    How can I give a dinamic path to the target directory in a file to file scenario?
    The scenario is like this:
    I have to take only certain files from a source directory. The names of the files are like 'S10048796050.txt', when the four chars in the beginning (1004) are the company code.
    With this code, I have to put the file in a different target folder.
    Examples:
    file with code 1004 --> p/xrt/universe/LOGISTICA/Conciliacion
    file with code 1005 --> p/xrt/universe/SEVISUR/Conciliacion
    etc...
    The easiest solution is to create an interface for every company, but I'm trying to do it dinamically.
    I only have SP14.
    Any ideas?
    Thank you very much.
    I'll give points who can help me.

    Hi,
    Please try the follwing code in Java UDF. This will work.
    Map map= container.getTransformationParameters();
    String strFilePath ="";
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey keyFileName = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String sourceFileName = conf.get(keyFileName );
    if(sourceFileName.indexOf("1004") !=-1)
    strFilePath = "p/xrt/universe/LOGISTICA/Conciliacion";
    }else if(sourceFileName.indexOf("1005") !=-1)
    strFilePath = "p/xrt/universe/SEVISUR/Conciliacion";
    DynamicConfigurationKey keyFileName = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/File", "FileDirectory");
    conf.put(keyFileName, strFilePath );
    return strFilePath ;
    PS: Check the property Adapter-Specific Message Attributes -> Use Adapter-Specific Message Attributes , File Name in Source and File Path in Target Channels respectively.
    Thanks
    Amit
    Reward points if solution helps

  • How to assign directory path of File/FTP adapter into a variable insideBPEL

    Hi,
    i need to get the directory path given to file/Ftp adapter (write/PUT) into a variable while invoking, which will be later used in some other BPEL service for processing.
    i am able to get the directory path easily using "jca.file.filename/jca.ftp.filename" in case of invokin Read\GET adapter but am struggling to get these details while invoking a file/Ftp adapter (write/PUT).
    kindly tell me is it possible to get these properties in case of file/Ftp adapter (write/PUT) !!!!
    Thanks
    Siva

    These documents may be helpful in discovering the functionality/use of variables to capture some of the file adapter properties.
    How to Manipulate SOA 11g Adapter Headers Using Oracle Mediator (Doc ID 1352248.1)
    How to Create an Outbound File with the Same Name as the Inbound File with FTP/FILE Adapter (Doc ID 745587.1)
    Hope it helps!
    Amy

  • HTTP reciever adapter pass URL parameters

    Hello all,
    I have a question regarding passing parameters as querystring in the url of reiever HTTP adapter. This is an RFC> XI> HTTP scenario and we're posting to an external URL. Here are the details
    URL: xxxx.yyyyy.com
    Service Number: 80
    Path: /api/company_codes
    It works fine with these. I want to pass a parameter called "bulk" with value "1".
    How should I do it. Should I append it to the Path directly like
    Path: /api/company_codes?bulk=1
    or enable Apply URL Parameters under Adapter Specific MJessage Attributes and fill in
    Parameter 1 : bulk=1
    Could somebody clarify this please?
    Thanks
    Karthik

    Can anybody help wwith this please?
    Thanks
    Karthik

  • HTTP reciever adapter URL parameters

    Hello all,
    I have a question regarding passing parameters as querystring in the url of reiever HTTP adapter. This is an RFC> XI> HTTP scenario and we're posting to an external URL. Here are the details
    URL: xxxx.yyyyy.com
    Service Number: 80
    Path: /api/company_codes
    It works fine with these. I want to pass a parameter called "bulk" with value "1".
    How should I do it. Should I append it to the Path directly like
    Path: /api/company_codes?bulk=1
    or enable Apply URL Parameters under Adapter Specific MJessage Attributes and fill in
    Parameter 1 : bulk=1
    Could somebody clarify this please?
    Thanks
    Karthik

    When the parameter is fix, so apply it to the path.
    Regards
    Stefan

  • Archive dir path in inbound file adapter

    I run in an XI2.0 system with a central (on our XI system) inbound fileadapter.
    We need to retrieve inbound interface files from a BW SEM system. I specified the fpt settings and am able to retrieve the file from the specified ftp directory.
    In my file.archiveDir I specified /tmp. What happens now, is that I retrieve the file from the BW SEM system, path, file.sourceDir=/ftpbw/inbound, but that the archived files get stored on the XI system /tmp, and NOT on the BW SEM system /tmp.
    Is there a way I can use the Archive directory on the BW SEM system via FTP ?

    Hi Jan,
    The archiveDir cannot use ftp to archive the files, and it takes the directory on the local drive where the file adapter resides.
    You may try to map the BW system drive from xi system so that BW file system can be accessed directly, or you need to install the file adapter on BW machine.
    In XI2.0, it is recommended to install the adapters close to the business systems (in this case BW system) other than the xi system.
    Regards,
    Hart

  • Question about pass file name and path to file write adapter

    I need to pass file name and path to file adapter for write. I got partial answers from thread Re: Get File name using File Adapter , but seems InboundHeader_msg or outboundHeader_msg only takes file name, how do I pass file directory?
    since I still have to specify file format (like xxx_%xx%.txt) in the file adapter wizard. Will this name conflict with what the name defined in InboundHeader_msg ?
    Similarly, how can I pass a file name and path to a file synchread adapter?
    Thanks,
    Message was edited by:
    user531689

    Just overwrite the filename in the WSDL file that was generated

  • Runtime Error when generating Backend Adapter

    Hi All,
    I have a problem when im trying to generate a backend adapter for a data object with two nodes. it is just a simple data object with a root node and a child node having sales order header data & item data.
    when im trying to activate i get a runtime error which is listed below.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    What happened?
        An exceptional situation has occurred in the ORACLE software,
        possibly due to an error.
        This is not an error in an application program.
    actual source code trigger location: modify seocompodf from table modify_seocompodf.
    Please help me with this if possible.
    Thanks & Regards,
    Malinda

    Hi Malinda,
    Below link would be usefull:
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/runtime-error-dbif_rsql_sql_error-2649777
    Above link mention why problem is coming
    Runtime Errors DBIF_RSQL_SQL_ERROR & Exception: CX_SY_OPEN_SQL_DB
    According to above link, its problem with database and your Basis team to set up the database according to the note 1005758. It will definitely solve your problem.
    Regards,
    Abhishek Joshi

  • URL Access Path in WS Receiver Adapter in PI

    Hello,
    As you guys know, in order to configure a WS receiver communication channel in PI, you would need the URL to the Service Interface WSDL in SOAMANAGER (receiver system - i.e. ECC).
    However, when I go to "SOAMANAGER of receiver system (ECC) -> Application and Scenario Communication -> Single Service Administration" to find my service interface (SAP standard service interface), it does not display the service interface that I'm looking to use.
    Is there something that I need to do to force these service interfaces to show up in SOAMANAGER?
    Thanks,
    Jay

    Hi,
    Ports were opened in the firewall...Now struggling with a different error. Gone through SDN and found Note 1142454 - Error when initializing the SOAP application.
    System error while calling Web service adapter: Error when initializing SOAP client application: &#39;error_text&#39
    This did not help...Do we need to do any SOAMANAGER Configuration? Please suggest.
    Thanks in Advance,
    Phani Akella.

Maybe you are looking for