The Communications Channel based in JDBC Adapter in order to Receive

We have a several communication channel based in jdbc adapter connecting to Oracle database in order to receive information from our R3 System, but now is not working i do not see any message error in our XI, i see that the message was succefull procesed but when you see the oracle database is empty. When you see the jdbc adapter in the runtime workbench i see only this message
"Receiver Adapter v2112 for Party '', Service 'SIOPRO':
Configured at 16:12:31 2006-07-18
Up and running - no message processing until now"
Somebody know what is happening?

Is the message monitoring is showing success ? If there is no error in SXMB_MONI, Message Monitoring->Audit Log (i.e
http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp ), then I think, it is unable to find the Adapter channel.
Anyway try to restart the Adapter engine. It may help you.
Regards,
Moorthy

Similar Messages

  • BD Lookup Error _ Not using the COmmunication channel!

    Dear all,
    I Tried to  do DB Lookup as told in this blog by siva
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    I used the below code.
    I am not Getting any error, the mapping is successfully ACTIVATED. But in the Receiver field i am Getting Null as output , the DB lookup which i have mentioned is not connecting to the Database and executing and fetching the query. Just inthe receiver field its througing the Null valuse. The Required Value is not fetched by using the communication channel.
    I am getting the above error when i try to TEST THE MAPPING in IR.
    Below is the code i used.
    SERVER:XI 3.0
    SP:18
    RECEIVER DATABSE: MSQL SERVER 2000
    CODE----
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select cir_id from circle where cir_sap = 'IDBL'";
    try{
    channel = LookupService.getChannel("<Business Service/System Name>","JDBC_channel_receiver Communication channel");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("cir_id"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    END CODE----
    Please help me out.
    I am getting output as null. But in database value is there for cir_id where cir_sap='IDBL'.
    Regards,
    Prakash

    As i told before i have tested the interface, its not showing any error, its Activated and throwing Null as output.
    Its not fetching the value from database. In CC Monitoring also the adapter is in Green Status. No error over there. Its throwing the output as Null (Default value in the code.)
    Below is the connection parameter i have used:
    DRIVER:com.microsoft.jdbc.sqlserver.SQLServerDriver
    CONNECTION : jdbc:microsoft:sqlserver://<IP>:1433;DatabaseName=test_db
    But in the blog
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    If u can see properly, he has mentioed some extra parameters in the JDBC Connection Parameters.
    But the screenshot is not proper so i am not able to see the querry he has used in Connection parameters.
    Please help
    Could anyone tell how to write the Select statement in Connection Parameter for Adapter as given (Partialy in screenshot in BLOG)?
    Regards,
    Prakash
    Edited by: senthilprakash selvaraj on Jul 1, 2008 7:33 AM

  • How to set up the communication channel for third party idoc

    Hello,
    I am trying to send an idoc from an sap 4.6c system to an third party system. The third party system is supporting idcos with trfc.
    My problem is to set up the communication channel in the integration builder (configuration) for the third party system. The idoc is waitung in XI to transport.
    My settings are:
    adapter type: idoc
    transport protocol: idoc
    message protocol: idoc
    adapter engine: integration engine
    rfc destination: xyz (is working fine)
    interface version: sap release 4.0 or higher
    port: ??
    sap release 46c
    My problem is the port. should i set up a port in idx1? But the third party is not an sap system and so i dont have a client.
    On the xi i have defined a port in transaction we21 (transactional rfc) for the third party with my rfc destination xyz. But if i enter that port in communication channel i got error messages.
    Thanks for any help.

    Hi Christian,
    yes, you have to mainztain that port in idx1.
    First ypi load the rfc-metadata from an SAP referenzsystem and afterwards copy this metadata to the third party port.
    For further details check the onlinedocumentation "IDoc Processing with the IDoc Adapter" XI -> runtime -> adapter
    Good luck,
    Holger

  • Error in generating the communication channel

    Hi All,
    I am getting the following error while trying to configure the business scenario using the Integration Directory.
    Attempt to create object failed
    Unable to generate the communication channel (XI_Test_Sender_BS, XI_Sender_BS): com.sap.aii.utilxi.misc.api.ClientServerException
    Here I am trying send a message from a third party system to an SAP R/3.I had selected the adapter type as File adapter on the sender side and Idoc adapter on the receiver side.While configuring using the Configuration Wizard, the error mentioned above is generated.
    Please help me.
    Thanks and Regards,
    Soumya.

    HI Rajesh,
    Thanks for quick reply...
    My requirement was to idetify the order number in table which i have generated a sequence to be unique in DB.
    Do we have any option to process a single file at a time from the sender location instead of multiple files...i can see processing sequence <bydate> option in nfs but not in FTP.
    Please suggest....
    Thanks in advance,
    naveen

  • Communication channel not working -- No Adapter Registered for this channel

    Hi Experts,
    I see the status of one of my Communication Channels (In RWB Communication Channel Monitoring) as
    "No Adapter Registered for this channel".
    I saw one of the threads related to this but could not fins a suitable reason for it as our issue seems to be different here.
    We have recently deployed the SFTP adapter and PI team is testing this communication channel and they got this error.
    I checked and found that SFTP adapter (in the JAVA EE applications) was not working and when I tried to start ,its giving error
    failed to start.
    additional status message as
    Status Details: Cannot load class "com.advantco.pi.af.adapter.sftp.SPIManagedConnectionFactory". Possible reasons: 1) class file cannot be found in the JARs located in the RAR file,
    2) class file cannot be found in referenced loaders,
    3) failed to initialize some static block(due to unhandled exception),
    4) failed to load or there is incompatibility with some native parts, or
    5) cannot load a class related to it, due to some reasons above.
    Could you guys suggest from where exactly is it trying to pick up the files.
    is it u201Cu2026/j2ee/cluster/apps/xxxxxxx/SFTP Adapteru201D  ????
    Can anyone suggest the possible reasons and the root cause of it
    Regards,
    Yogi

    Hi Yogi,
    i am glad you solved the problem.
    If you have any issue with the Advantco SFTP adapter, best is to send an email to "support at advantco.com" directly.
    Peter Ha * SAP NetWeaver PI Architect * Advantco International LLC
    www.advantco.com

  • Channels not monitorable in the Communication Channel Monitor / RWB

    Hi,
    Back on XI after a long break… &#9786;
    I am facing an issue with our in-house JCA adapter used in XI scenarios. When trying to monitor the channels using our adapter from the Communication Channel Monitor in RWB, I have the following:
        Status: NA
        Short Log: No adapter registered for this channel
    The adapter is deployed and the integration scenarios using it work perfectly:
      - sda package deployed through the SDM
      - the metadata defined in the Design
      - a valid and working configuration involving the scenario is defined
    The messages are going through and are monitorable in both SXMB_MONI and RWB...
    All other channels using system adapters (File, RFC, SOAP…) do display a status (as a color icon) and a Short Log… and they can be administered (start/stop) using the enabled buttons when selected…
    From the Adapter Monitor page, our adapter has a green status, and all the channels configured to use it display the status, Name and Text information...
    I have no idea what could be the issue… should the adapter implement a special interface to be monitored from the RWB, is it a configuration issue, permissions issue???
    I saw 2 posts with this error message but they did not help me to figure out where the issue is …
    Thanks for your help,
    Adalbert
    Edited by: Adalbert Wysocki on Apr 29, 2008 6:52 AM

    Hi Gouri,
    Thanks for your response, I will try would suggestion for testing... but
    I am wondering why the namespace has to be http://sap.com/xi/XI/sample ???
    It sounds weird that this namespace has to be fixed... as the purpose of a namespace is to create a isolation/container for names... so it needs to be customizable...
    I did not see anything in the Adapter Development guides related to this kind of constraints...
    Thanks,
    Adalbert

  • Shut down the communication channel query

    Hi Experts,
      I wanted to know  answers to the following
    1) Is there any limit on the number of messages that can pile up in the adapter engine if we shut down (Deactivate the communication channels)?
    2) When we reopen the communication channels later, will the messages be processed in the same order they have arrived?
    Regards,
    Ravi Kanth Talagana

    >
    Ravi Kanth Talagana wrote:
    > Hi Experts,
    >   I wanted to know  answers to the following
    >
    > 1) Is there any limit on the number of messages that can pile up in the adapter engine if we shut down (Deactivate the communication channels)?
    completely depends on your server configuration (h/w)
    > 2) When we reopen the communication channels later, will the messages be processed in the same order they have arrived?
    >
    > Regards,
    > Ravi Kanth Talagana
    once they are reopen you will have to manually resend them and again if they are EOIO configured then the sequence will be maintained.

  • Error while executing the stored procedure through sender JDBC adapter

    Hi All,
    I am getting below error while executing the stored procedure through sender JDBC adapter.
    Database-level error reported by JDBC driver while executing statement 'exec SapgetNextEntity 'SalesOrder''. The JDBC driver returned the following error message: 'com.microsoft.sqlserver.jdbc.SQLServerException: The statement did not return a result set.'. For details, contact your database server vendor.
    what is the problem? any idea to anyone...
    regards
    Ramesh

    hi Dharamveer,
    I am not getting below statement for your reply
    Try to use Refrence Cursor it will return u reference of resultset.
    I mention SP like this
    exec SapgetNextEntity 'SalesOrder'
    SapgetNextEntity -
    > SP Name
    SalesOrder----
    > Parameter I am passing...
    regards
    Ramesh

  • Calling specific put/get commands from the communication channel

    Hello,
          I need to execute a specific command to place or read the file from the bank file server.
    The command for placing the file is something like this -
    put localfilename %localfilename%SECUPGPENA%GPEXRIP%%B
    I am trying to use the following command in the "Run Operating System Command Before Message Processing"  section of the communication channel
    "put %F %%F%SECUPGPENA%GPEXRIP%%B"
    But the files are not being transferred.
    I believe that I need to replace the actual message processing command by the given command by writing a script and calling it.
    Please give me any pointers for solving the issue.
    Regards,
    Mayank

    Hello,
            Thanks for your response.
    I have already gone through the above blogs.
    The issue is that I need to replace the actual command used in the file transfer with the given put command.
    Please let me know if there is a workaround for it.
    Regards,
    Mayank

  • Start and stop the Communication channel from Java Mapping

    How to start and stop the Communication channel from Java Mapping in XI 3.0
    Scenario  PI - > MQ -> Third Party web application 
    Web application is down and then Communication channels are stop manually .  
    We need to automate this process,
    MQ Solution - Trigger will be set in MQ which will be called when web application is stopped
    Trigger will send u201CSTOP u201C message to PI
    How to configure PI scenario to stop different com channels when this message received ?

    check this link: http://help.sap.com/saphelp_nw04/helpdata/EN/45/0c86aab4d14dece10000000a11466f/frameset.htm
    make sure that MQ send http request to PI. i dont think a configuration scenario is required in PI. Only roles should be enabled with proper user provided to MQ team.
    However, for security reasons, you can configure a scenario if you dont want to expose PI infrastructure directly to 3rd parties.

  • Regarding the Communication channel options

    Hi guys,
    In the Communication channel We have an option in the File processing parametrs that is File construction mode Here i gave Append, every time the output is appended to the current file, but my requirement is i want to append the data on the date wise, means today(29/08/08) i want only one file, tomorrow(30/08/08) ill get only one file,...
    How to achieve this, how we will give the date in the CC ?

    Hi,
    Rather than using the variable substution use this.
    1. Create a UDF with two input a,b with the following code.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String fname = "file" + a + ".xml";
    conf.put(key, fname);
    return "b";
    2. Map the CurrentDate function with transformDate and with the UDF as input a and any other mandatory field as another input b map the out put of the UDF to the required filed.
    3. In the TransformDate function use the Source date format as yyyy/MM/dd and target date format as yyyyMMdd.
    note: mapping any source field with b input via UDF to the target field ensures that the UDF is always executed and sets the file name with the current date.
    Thanks
    SaNv...

  • Identifiers tab of the Communication Channel

    Can any one explain me about,
    <b>Identifiers tab of the Communication Channel</b> in the context of both A2A and B2B scenarios.
    Thanks,
    -Naveen.

    Hi Naveen,
    Mostly this will be useful when u r doing B2B scenario.
    To explain this let us take an example.
    Vendors/Suppliers are represented by some code in our business. But outside our business it might be represented by some other code. But both the codes representing the same Vendor/Supplier. It is just like a same person holds different roles at different time. Mr X can be a father of a child, husband of a lady, etc...So, how to handle this situation in XI. Here comes this identifiers.
    Mostly this concept will be useful in Value mapping. In value mapping table we need to specify the idetifier and schemes that how a value shoud be represented. Either it can be DUNS (a code that represents the vendors) and other two options in XI (I forgot it). This value mapping table is maintaied in ID. During the mapping, these values will be mapped only at runtime, (so u wont get any result durign testing).
    U can also refer help.sap.com (Value mapping) for more help on this...
    Regards,
    Prasad U

  • Error when trying to change the communication channel

    Hi SapAll.
    under the Integration Directory ,when i try to change the  Descryption of communication channel  and save it ,it is raising the unknown error which i cont uderstand at all as it is complaining about the other operation mapping which is using this comm channel in its process Integration scenario.
    one thing i cont understand is y it is complaining about the other operation mappings which the communication channel is not at all related to ot.
    the following below is the error that iam getting while changing the descryption of communication channel and saving it
    Attempt to access the 1 requested objects on 1 failed. Detailed information:  com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Operation Mapping ECC_ApprovedOrdersQuery_ApprovedOrdersRead_to_TRADESTONE_ServiceHandlerService_ApprovedOrdersRead | urn:sap.shoprite.co.za:ecc:pa, type MAPPING from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Operation Mapping ECC_ApprovedOrdersQuery_ApprovedOrdersRead_to_TRADESTONE_ServiceHandlerService_ApprovedOrdersRead | urn:sap.shoprite.co.za:ecc:pa not found
    Attempt to access the 1 requested objects on 1 failed.
    Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException:
    Attempt to read object Operation Mapping ECC_ApprovedOrdersQuery_ApprovedOrdersRead_to_TRADESTONE_ServiceHandlerService_ApprovedOrdersRead
    | urn:sap.shoprite.co.za:ecc:pa, type MAPPING from
    application REPOSITORY on system REPOSITORY failed.
    Object does not exist. Detailed informatio n: Object
    Operation Mapping ECC_ApprovedOrdersQuery_ApprovedOrdersRead_to_TRADESTONE_ServiceHandlerService_ApprovedOrdersRead
    | urn:sap.shoprite.co.za:ecc:pa not found (ROA_MOA_NOTCOMPLETED)
    will be waiting for your response.
    regards.
    Varma

    the problem is sorted.
    my colleague has got incorrect objects in the scenario  which is using the same communication channel,so she just deleted all the objects in that scenario under configuration .
    now i can change and save,activate the communication channel after my colleague deleted the objects of the scenario.
    regards.
    Varma

  • How to select a communication channel based on a field in the message?

    Hi All,
    In my scenario - Sending system will send one country field in the message ,I have one receiver system which has different folders for different countries.
    I have created separate communication channels for separate countries.
    Now at runtime based on the country field in sender message I need use the channel respective to that country.
    How should i achieve this?
    Please help.

    Hi,
    Say you have 3 countries - I would suggest:
    1) Create 3 services - each for one country
    2) Create 1 CC's under each of these services
    3) In your Receiver Determination ->Configured Receivers -> Condition field --- put in the condition (by choosing the field from the input that has the country code)
    4) Against each condition, choose the respective service for that country
    5) Complete the Interface Determination - (by calling the same mapping in all three Interface Determination)
    6) Complete the Receiver Agreement by choosing the appropriate CC created as in Step 2)
    1) and 2) are basically for ease of use. If you need to identify the Service or CC - this would be user-friendly.
    If you dont want to create 3 different services - you can still not do Step 1 and continue from Step 2.
    Regards,
    Balaji.M

  • Unable to Find out Adapter Engine in the Communication Channel

    Hi Experts,
    I am Unable to select the Adapter Engine As Integration Server in the File Sender Communication Channel.
    Please Let Me Know
    Regards
    Khanna

    HI Khanna
    Check the SLD that Adapter Engine is insatlled and all the adapter has the metadata there.
    Go to Transaction Code SXI_CACHE in the Inetgration Server(XI- ABAP stack) Then you can see the list of components.
    Just have a look into Menu Bar - in there goto : GoTo->Adapter Engine Cache ( if the status is green - then it is correct-otherwise you need to refreshit.)
    You just go thru mentioned document from service.sap.com/nw04
    You will get the full info about that.
    /people/michal.krawczyk2/blog/2005/09/07/xi-why-dont-start-searching-for-all-errors-from-one-place
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/28e1c20a9d374cbb71875c5f89093b/frameset.htm
    Just try with Visual Administrator to check the services for the adapter engine are running or not
    All services starts with SAP XI..
    SAP XI AF Core
    SAP XI AF CPA Cache
    SAP XI AF Messaging
    SAP XI Adapter XI
    SAP XI AF Security
    Check SAP note on CPACache- 741214 and also 824236.
    Let me know if any errors..
    Cheers..
    Vasu
    <i>** Reward Points if found useful **</i>

Maybe you are looking for

  • Buy a MacBook pro with SSD or upgrade to SSD?

    Hey guys! Hope you can help me out with this one! I have just purchased a MacBook Pro 13" with i7 2.9 GHz processor, 8 GB ram and a 750 GB 5400 rpm HDD. The simple reason that I bought it with a HDD and not a SSD is that I could not afford the SSD. N

  • How do I get my Pages documents to my iMac via iCloud?

    So I successfully updated my iPhone 4, iPad2 and my iMac. My iPad and iPhone sync flawlessly via the cloud. I need to know how to get those same Pages documents to sync with the iMac via the cloud. Anyone? Thanks

  • G4 MDD Power Consumption?

    Hi there, Would anyone have any rough figures about how much power the G4 MDD (1GHz) uses when running in normal/idle operating conditions? That, and if possible, with an Apple 17" Studio CRT Monitor when in sleep mode? I ask, because I have been lea

  • Reading/Writting server files?

    Hello guys! I'm making an application with java web start. I need to read and writte a xml file, located in the same machine that i have the jar files and jnlp file (file located at the server, not in the client machine). When i tried to do a FileOpe

  • Multiple message types for IDoc types

    Hi, can we assign multiple message types to IDoc Types? Is so How to make it Thanks in Advance.... Regards Sravya