IDOC-- JDBC server with synchronous communication.

Hi  SAP PI Experts,
we have requirement as per the below. could you suggest the best possible way to execute this below.
we need to send the outbound IDOC to JDBC and reponse file from JDBC should be posted to ECC in IDOC format.
as per my knowledge synchronous communication is not prefered for IDOC scenaioro.
please advise the best possible solution in PI 7.1
Regards,
Krushi.

IDoc not supports Sync communication but JDBC Receiver channel supports it.
if you have any limitation like not to use ccBPM then 2 options
1)Change IDoc to ABAP Client Proxy ,Proxy supports sync communication.
2)IDoc-->PI(JDBC Lookup)--->IDoc(recv).
if the response message from JDBC is not huge then try option 2.
Regards,
Raj

Similar Messages

  • Server with secure communication unavailable?

    When I try to sync my iCal with my Gmail account, iCal gives me an error that says "Server with secure communication unavailable"
    My accounts were linked just fine before and this just started up one day.
    Any thoughts?

    I get the same error except when I try to add my MobileMe account.  I just upgraded my Air with Lion 10.7.2.  Anyone know how to pull my MobileMe calendars back onto Lion?

  • Error "server with secure communication unavailable" when adding iCloud account to iCal

    I have set up iCloud and activated the Calendars option, but can see iCloud in iCal. Whenever I try to manually add an iCloud account from the iCal preferences I get an error "Server with secure communication unavailable" and it won't add the iCloud account.
    Does anybody have a soluton for this issue?

    Hi I think I have tried this correctly but it just doesn't work for me I am replacing with:
    https://www.google.com/calendar/dav/[email protected]/user//www.google.com/calendar/dav/[email protected]/user
    my company email address and I have tried with /user at the end and without and am not using gmail but still no go, I have just upgraded to Air and its driving me crackers that this no longer works.
    Any other suggestions welcome :/

  • HT2513 "Server with Secure communication unavailable"

    Am trying to set up my Google Calendar with ICal, and keep getting this message . . . with no ideas on what to do about it.  Isn't the Google server secure? What would I have to do with that?
    Thanks!

    I get the same error except when I try to add my MobileMe account.  I just upgraded my Air with Lion 10.7.2.  Anyone know how to pull my MobileMe calendars back onto Lion?

  • Synchronous communication of JDBC adapter with BPM

    Hello XI-Experts,
    Could you please give me example where BPM is having a Synchronous communication with JDBC adapter??
    plz do help.
    Thanks & Regards,
    Vanita

    Vanita,
    Let's consider the below scenario.
    A File contains the SQL query, you need to fetch the data from DB system using that SQL query and write it to a file. You can configure like below
    File Adapter to pick the file and send it to BPM
    Mapping Transformation to create the SQL request
    Call DB using JDBC adapter Synchronously
    Mapping Transformation to Convert the Response from DB and write it to a file.
    Does it seems to be a valid scenario you are looking for? Any questions let us know.
    If you are looking for any blogs then check below:
    Synchronous JDBC: /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    File-RFC-File: /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    ~Raj.

  • IDOC to SOAP Synchronous Communication

    Hi Experts,
    Scenario is IDOC to SOAP.
    And Expecting Response(Sucess/Failure) from Third Party system.
    My understading is IDOC wont support Synchronous communication.
    If synchronous comm is possible in IDOC to SOAP scenario could you please elobrate the Requirements and detail the procedures with ID and IR configuration.
    If not How this can achived in this scenario.
    Regards,
    Seshu.

    [IDoc to SOAP Synchronous with BPM|http://wiki.sdn.sap.com/wiki/display/XI/IDoctoSOAPSynchronouswith+BPM]
    Regards
    Raj

  • Can't get Google CAL to work with iCAL "Server with a secure communication unavailable"

    I can't add my google account to iCal...
    Error message:
    "Server with a secure communication unavailable"
    "Your calendar acct isn't on a server that can receive your calendar information securely.."
    I have had this work just fine in the past, had to remove my accounts a while back, decided to add them back, and this error keeps popping up...
    Can anyone help??
    Googled and Searched this forum with no success. Found some suggestions but nothing worked.
    Thanks,

    I have used the CalDAV option from the pop list and the server option is : https://www.google.com/calendar/dav/[email protected]/user    , replace with your email the underlined
    I've found this here .

  • Synchronous Communication from 3rd party XI server

    Hi,
    I have the following XI landscape where the receiver system is on 1 XI server, and the sender system is on the other XI server, where between the 2 XI servers, the communication protocol used is HTTP.
    For synchronous communication between sender (SOAP client) and receiver system (SAP ABAP proxy), do I still have to prototype BPM in the sender's XI server to relay the SAP result via HTTP?
    Any advise will be greatly appreciated. 
    vivian

    Hi Vivian
    I don't know what you mean by "prototype BPM", but I don't think you need a BPM in this scenario.
    If I understand you correctly, the flow is as follows:
    1. Sender SOAP client makes synchronous call to first XI server.
    2. First XI server routes call to second XI server (probably using XI protocol) - still using synchronous messaging.
    3. Second XI server routes call to receiving system (synchronous ABAP proxy).
    4. Synchronous response propagates back the opposite way.
    In this case, there is no need for a BPM.
    Regards,
    Thorsten

  • Server proxy implementation with synchronous inbound interface

    <b>Hi all,</b>
        How we can implement a server proxy with synchronous inbound interface.If any example weblog please send the link.
    <b>thanks,
    Kishan.</b>

    Hi,
    For sync interface. You have to have a sync MI with both request and response message type.
    when you generate a proxy for the same , you will get a method called execute_synchronous, and import and export parameter.
    You don't have explicitly identify anywhere that the interface is sync.
    Regards
    Vijaya

  • Configuring JDBC connector with my Tomcat server

    I realize this may be a dumb question, but I'm having trouble configuring my JDBC connector with my tomcat server. I'm trying to run a simple servlet that will access mysql database. I am almost certain its throwing an exception on the line:
    Class.forName("com.mysql.JDBC.Driver");
    I have a feeling the tomcat class path isn't finding the connector jar file.
    Any help would be greatly appreciated.
    Brian

    I am almost certain its throwing an exception on the line:
    Class.forName("com.mysql.JDBC.Driver");If it's a ClassNotFound exception or the like, then yes. Post the exception and stack trace if you need confirmation of this.
    I have a feeling the tomcat class path
    isn't finding the connector jar file.That's what I think too. Did you ensure that the MySQL driver JAR file was in the classpath?
    It will need to be in common/lib under Tomcat, or WEB-INF/lib under your application.
    For a more portable application you should use JNDI to obtain database connection resources, in which case you would want the JAR to be under common/lib.

  • (Central Server) has been communicating with suspicious IP

    RojoLoco wrote:How-to, posted by AlienVault:http://community.spiceworks.com/how_to/86147-how-to-investigate-alienvault-threat-alerts-in-spicewor...Yeah, I think I read this one once. It boils down to, "look up the IP address and think about what you find critically, then decide what to do from there."AlienVault will give you a threat score. I think I've seen as high as 2-3 but never higher (it's out of 10) on the links to their page. I usually paste the IP address into virustotal.com to determine if it's something I should be concerned about.Beyond that, I'm not sure what you'd be able to do aside from check for malware,block the IP addresses at the gateway, which, if you're getting a lot of them could be a tedious, losing battle, or, I guess you could rebuild those machines.Sometimes I get the feeling that, if it's a workstation,...

    I am getting these in spiceworks much more recently. Links point to an Alienvault for remediation. What is this?, becauseI am not seeing any elevated threats on my Palo Alto FirewallAll that is being said in my Spiceworks is the following:(Central Server) has been communicating with suspicious IP204.11.56.48. View Threat Details.(Central Server) has been communicating with suspicious IP 46.165.220.157. View Threat Details.(Central Server) has been communicating with suspicious IP 173.201.20.173. View Threat Details.(Central Server) has been communicating with suspicious IP 104.207.141.81. View Threat Details.(Central Server) has been communicating with suspicious IP 137.135.101.1. View Threat Details.(Central Server) has been communicating with suspicious IP 23.253.10.48. View Threat Details.(Central Server) has been communicating with...
    This topic first appeared in the Spiceworks Community

  • IDOC - JDBC - RNIF SCENARIO

    Hi Experts,
    Currently i am working on invoice idoc to JDBC(synchronous) to rnif. could you please help me the steps. depending on the bill to or soldto or plant i have to get the 14 fields from sql server and send it to the RNIF adapter. could you please send me the steps for this scenario. using BPM.
    Advanced Thanks
    Regards
    Sundher

    Hi,
    In BPM: without mapping lookup , but with Sync JDBC call
    1) Receive Step to receive the Idoc message
    2) Call the JDBC synchronously
    3). Map the Response to RNIF Receiver Message
    4) Send the Message to RNIF
    You can make the Sync. Mapping i,e Mapping between Idoc message to JDBC call and JDBC Response to RNIF outside the BPM..
    Check out this blog-/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    btw, what is the volume of data? based on that, you can decide to choose, mapping lookup or Sync JDBC call with BPM
    Rgds,
    Moorthy

  • RFC destination for synchronous communication (message type SYNCH)

    Hi experts,
    I am trying to configuare ALE settings.waht i did is
    My sending & receiving systems are one server with different clients.By using SALE transaction
    1.crated logical systems.(LS_800 &LR_810)
    2.Assigned those to clients.
    3.Created RFC destination
    4. Created modelview assign sending & receiving
    systems and message type.saved it.
    4.generated Partner profile.Here i am getting below problem
    Target system LR_810
    RFC destination for synchronous communication (message
    type SYNCH)
    Partner profile LR_810 SYNCH does not exist
    Generate partner profile or
    specify outbound partner profiles for message type
    SYNCH
    Target system LS_800
    RFC destination for synchronous communication (message
    type SYNCH)
    Partner profile LS_810 SYNCH does not exist
    Generate partner profile or
    specify outbound partner profiles for message type
    SYNCH
    Regards;
    Upender.

    Hi Shital;
    Thanks for your replay;
    Still am getting the Same Error;
    Thanks;
    Upender.

  • Aynchronous and Synchronous communication TCP socket

    Hi All,
    I have written a client/server test application to test the performance of the java socket library. I tested the application in two scenarios,
    1) Asynchronous communication between client and server, client sends data(packet size is 500bytes) without waiting for the server response. I tried to upload 1mb file. The time took was 1.5mb/sec which is reasonable.
    2) Synchronous communication between client and server, client sends data (again, packet size is 500bytes) and waits for the server response (all server responds is OK (1 byte data)). The amazing thing in this test was the performance went down drastically!!! it came down to 5-10kb/sec, which is unbelievably nonsense or I am doing something nonsense.
    code snippet (server side)
    //reading from the socket (tried both buffered and non-buffered )
    inputstream = new DataInputStream(new BufferedInputStream(socket.getInputStream()));
    //writing to the outputstream of the socket (server side)
    outstream = new DataOutputStream(new BufferedOutputStream(socket.getOutputStream))
    //then flush the data, in case
    client side code is very simple,
    while(not EOF)
    outputstream.write(buffer); //buffer size is 500bytes, as I mentioned above
    if(synchronous)
    wait for server response, otherwise don't
    I don't know why in case of synchronous communication it should bring down the speed so much, may be I am using wrong java classes or java sucks!
    I would greatly appreciate any help on this.
    Platform used: JDK 1.3.1, WIN2K.

    I have to break it up because that's how it's done in the real application. The test application that I have written is just part of the product that I am working on.
    To give you the background, we have C++ product where we are porting server side of the whole product to java.
    The client(which is written in c++) sends data(which is basically attributes), of size 500bytes in every request. The no. of request depends on how big the model(3D Model) is. In case of very huge models (will have MBs of attributes) the client takes long time to send all the attributes, which is the case with java server (client still in c++). But the in case c++ server it doesn't make any difference, the data transfer rate is same no matter how big the model is.
    I know if I increase the size of the packet I will get higher performance, but unfortunately I can't do that. That's how the client is designed to do it.
    thanks,
    Ganesh

  • JDBC to RFC synchronous scenario (Urgent).

    Dear forum,
    My requirement is data is populated in oracle data base.we are fecthing the data from database through XI and sending it to R/3. RFC is sending the response (suceess/failure) to XI. And XI is updating the status message into database.
    For this,I have done the JDBC - RFC - JDBC syncronous scenario using BPM. .I got the successfull message under message monitering.Problem is I cannot able to find the data for RFC and JDBC reciever.
    Please find the following Configuration steps for the above scenario
    3 data types
    JDBC request, JDBC response one dummy structure to capture RFC response messages.
    3 message types for the above data types
    5 message interfaces.
    OB request,
    OB ABS request,
    IB Asyn for dummy,
    Syn ABS (JDBC req and dummy structure),
    IB JDBC response.
    4 message mappings.
    Mapping between JDBC request to JDBC request dummy.
    Mapping between JDBC request dummy to RFC request.
    Mapping between RFC response to JDBC response dummy.
    Mapping between JDBC response dummy to JDBC response.
    3 Interface Mappings.
    JDBC request to JDBC request dummy.
    JDBC request dummy to RFC request and RFC response to JDBC dummy response(Synchronous request and responce) .
    JDBC dummy response to JDBC response.
    Integration Process.
    Used following steps.
    Recieve step asynchronous -> Send synchronous -> Send asynchronous
    I can able to see the payload for sender under communication channel.But the data is not reached to RFC.can any one help me to come out of this problem.
    Points will be awarded for helpfull answers.
    Thanks & Regards,
    Naresh.K

    Hi Seshagiri,
    We are trying the same scenario with out using BPM.
    Following steps has been done in design(IR).
    2 data types for JDBC request & JDBC response.
    2 message types for the above data types.
    1 outbound synchronous message Interface.
    2 message mappings (JDBC request -> RFC request) and (RFC response -> JDBC  response)
    1 Interface Mapping.
    Could you please let me know how to maintain the collaborative profiles & and agreement details in Configuration(ID).
    Your valuable assistence is required to complete the interface.
    Thanks in advance.
    Kind Regards,
    Naresh.K

Maybe you are looking for

  • I can no longer access documents in iCloud from my Mac running Mavericks

    I entered into the Yosemite public beta program. After running the installation, I decided to go back to Mavericks. I used my Time Machine Backup to restore my Mavericks installation. All is well again except one thing, I cannot access any pre-Beta d

  • Using Safari & Java from Spain

    To anyone who may have knowledge of Java/Safari in Spain or Europe. I am currently studying abroad in Spain and i have noticed that my computer and others have been having troubles using the Java Script for Facebook, Yahoo, Pogo.com and other sources

  • TS5376 How do I update iTunes to the latest version without removing it and starting again?

    Mine didnt update automatically and its not prompting for an update, other than redirecting me to the iTunes website to start again...??

  • FCP7 on 2 24" Cinema Displays

    Hey Guys, Finally collected my 8 Core 2.26 Mac Pro yesterday with 2 Nvidia cards and 2 24" Cinema Displays. My question is; can FCP7 utilsie both displays? Reason I ask this is I read somewhere that FCP6 couldn't. I sure hope FCP7 can. Of course, all

  • Foreign trade data incomplate

    Hi all, When creating billing (trcode VF01) I get an error as:" Foreign trade data incomplate." How can I correct the error? Thanks&Regards