Synchronous receiver

How to find out which data type returns FTP Syncronous receiver? How to set up XI to store synch messages?
I use BPM and sych step. ID with content based routing and 2 synch recever (JBBC, FTP)
I have got an error when bpm sends data.  But I cannot find an error beacause XI doesn't store  message content. I have generic Response data type and interface in BPM that works fine with JDBC Synch receiver but doesn't work with  FTP Synch receiver.

To view any synchronous messages you can set synchronous logging.
Refer this thread...
Re: Validating the RFC Connection
Anand

Similar Messages

  • SOAP synchronous receiver dynamic confiuration

    Hi.
    I have a problem with a synchronous receiver SOAP.
    I have a SOAP to SOAP synchronous flow, with some java modules, one java module before the SOAP receiver and one after.
    The flow look like this:
    SOAP sender -
    > SOAP request java module -
    > SOAP receiver -
    >SOAP respone module.
    The problem is that I set some dynamic configuration in the soap request java module but I can't retrieve them in the soap response module.... the soap receiver has erase them.
    Is there any way to keep dynamic configuration in a SOAP synchronous receiver??
    Thanks.
    Marty Johann

    Dude,
    the dynamic configurations refer to one message, in the sense they are stored in the message's header.
    But if you send that message and receive a response from it, that's a whole different message (they have different Message IDs), you see? It is not to be expected to find the same dynamic configurations in the response message, since it is a whole different message, with an independent header area.
    That being said, I do have some scenarios where the dynamic configurations are persisted in soap sync messages. Why is that? I have no clue...
    Regards,
    Henrique.

  • BPM Synchronous Receive Problem.

    I have a following scenario
    Outbound Interface : Send Message to through SysA BPM.
    BPM :
    Receive Message ( Synchronosuly )
        This opens Sync/Async Bridge.
    Transofroms
    Send Message to Other Sys ( Sync)
    Close of Sync/Async bridge.
    I have defined the receive Determination and Intefrace Determination (but no agreement as not needed)
    The receiver agreement for BPM looks like below
    Sender : SysA
    Receiver : BPMProcess.
    Interface Determination looks as below
    Sender Interface : SenderInterface.
    Receiver Interface : Abastract Sync Interface (BPM)
    There is no interface mapping.
    When I post the message on Outbound Interface it complains NO_RECEIVER_CASE_BE:
    which suggest that there is no Receiver Determination.
    I am not sure where I am missing the configuration.Any pointer would be greatly appreicated.
    Thanks
    Samir

    Thanks for response.The problem is in receiving message by BPM not the sending message out of BPM.
    As explained in the scenario BPM is configured to recieve the message synchronously (Opens Sync/Async Bridge) and then does some logic to split the message and send each one to different sys ( synchronously) and then closes the bridge.
    The problem is when the message is sent from outbound Inteface ( exposed as WebService) the receiver BPM is not getting it.
    I have configured the recevier determination and Interface determination which looks like below.
    Interface Determination:
       Sender : SenderSys
       Interface : OutBoundInterface_Message (Sync , outbound)
       Reciver:  : BPM
       Interface : BPM_Interface ( Sync, abastract)
    Receiver Determination:
       Sender : SenderSys
       Interface : OutBoundInterface_Message
    Inbound Recives: BPM
    But when I try to post the message on OutBoundInterface which actually should have received by BPM it complains the following:
        NO_RECEIVER_CASE_BE:
    Hope this explains my problem more clear.

  • Synchronous receiver JDBC adapter

    Hi All,
    I tried a HTTP-JDBC synch scenario, the JDBC adapter is giving an error in RWB. The error is
    Receiver Adapter v1027 for Party '', Service 'NMHG_SQL_SERVER':
    Configured at 18:51:27 2006-09-12
    Last message processing started 18:52:54 2006-09-12, Error: Transform error in xml processor class, rollback:
    ERROR:Processing request: Error when executing statement for table/stored proc. 'null': java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
         at com.sap.aii.adapter.jdbc.xml2sql.service(xml2sql.java:175)
    Any help is appreciated.
    Thanks & Regards,
    Jai Shankar.

    Hi Mario,
    I am using a select statement in the receiver adapter.
    I am using the weblog by Bhavesh for reference.
    This is my JDBC request msg type.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns:MT_JDBC_REQ xmlns:ns="urn:http:jdbc:sync">
      <STATEMENT>
        <REQUEST ACTION="SELECT">
          <TABLE>Employee</TABLE>
          <ACCESS>
            <Emp_Id>empty</Emp_Id>
            <Emp_Name>empty</Emp_Name>
            <From_date>empty</From_date>
            <To_date>empty</To_date>
            <Comments>empty</Comments>
            <Created_On>empty</Created_On>
          </ACCESS>
          <KEY>
            <Emp_Id>001</Emp_Id>
          </KEY>
        </REQUEST>
      </STATEMENT>
    </ns:MT_JDBC_REQ>
    Kindly tell me where am I going wrong..
    Thanks & Regards,
    Jai Shankar.

  • Synchronous Receiver JDBC adapter--response message empty

    My scenario is ABAP Proxt to JDBC synchronous case where I am calling a stored procedure "GetEmployer" to get the relevent data. There is no input data to the stored procedure, just need to call the stored procedure to return the records.
    In the SXMB_MONI I am getting the response message as empty with no records.
    In the communication channel monitoring it is showing successfully processed.
    Request Message :
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_IRIS_SELECT_JDBC_REQ xmlns:ns0="XXXX">         <STATEMENT>
    <GetEmployer ACTION="EXECUTE"></GetEmployerList>        </STATEMENT>                      </ns0:MT_IRIS_SELECT_JDBC_REQ>
    Response Message:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_IRIS_SEL_PRXY_RES xmlns:ns0="XXXX"> <STATEMENT_response></STATEMENT_response> </ns0:MT_IRIS_SEL_PRXY_RES>

    Hi All,
              If I am trying to test the configuration in the ID I am getting the following error.
    Runtime error      Unable to read the payload from the     message object 
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
    <Trace level="2" type="T">......attachment XI_Context not found </Trace>
    <Trace level="3" type="T">Mapping is already determined in the interface determination </Trace>
    <Trace level="3" type="T">Object ID of Interface Mapping 35933EB051F13E60906107DF6862E093 </Trace>
    <Trace level="3" type="T">Version ID of Interface Mapping 640C5B80B54311DCABA9F7BB0A126A22 </Trace>
    <Trace level="1" type="T">Interface Mapping http://XXX/employer_list</Trace>
    <Trace level="3" type="T">Mapping Steps 1 JAVA com/sap/xi/tf/_MM_EMPLOYERLST_ </Trace>
    I am getting the success flag in SXMB_MONI but getting no records in the JDBC response message. It is not throwing any error and the interface is running successfully.
    Could you please suggest some solution for this.
    Thx in advance
    Ravijeet Das

  • RFC synchronous receiver

    Hi ,
    I have a to call a Function Module and if it finishes successfully i have to send a mail to users intimating the same.
    The function module typically takes around 7 mins to finish because of the large number of transactions that have to be processed.
    If I make a call from XI to this FM through the RFC adapter, will the call timeout?
    Or is timeout not an issue?
    Where is this setting maintained and how do i see the value?

    I have a to call a Function Module and if it finishes successfully i have to send a mail to users intimating the same.
    The function module typically takes around 7 mins to finish because of the large number of transactions that have to be processed
    Considering the above two requirements it is better to go for an Async call to your FM....let it take its own time....once done configure another scenario (RFC --> XI/ PI --> Mail) to send the success mail.
    Regards,
    Abhishek.

  • Treatement of Fault Messages in Synchronous Scenarios?!

    Hi all,
    I got a question concerning the use of fault messages in
    synchronous scenarios...
    1. When I define a fault message for my synchronous   
       receiver interface, a fault message, coming back
       would  not be handled by my sync. Interface- and
       Messagemapping, right?
       So how can I give the fault messageinformation back to
       the sender?
    2. Will I have to define a second scenario for handling
       the fault message?
       (Meaning new Communication Channel, MI, IM, MM and so
       on)
       Thanks for help, anwers are quickly rewarded...
       Daniel

    > 1. When I define a fault message for my synchronous
    >   
    >    receiver interface, a fault message, coming back
    >    would  not be handled by my sync. Interface- and
    >    Messagemapping, right?
    > So how can I give the fault messageinformation
    > ion back to
    >    the sender?
    The fault message has to be handled in your BPM using an exception branch. You can create an exception branch in a block and assign it to be the handler for a particular exception(fault message).
    How can we handle Exception Branch in BPM effectively
    > 2. Will I have to define a second scenario for
    > handling
    >    the fault message?
    > (Meaning new Communication Channel, MI, IM, MM and
    > and so
    >    on)
    It depends on what you want to do with your fault message. If you want to throw an alert, that could trigger emails, you can do it by configuring alerts and using a control step in your exception branch to throw alerts. Only if you want to do something else like log a message into a database, you will need separate jdbc communication channel, MI etc.
    Regards,
    Suresh

  • OC4J 9.0.4: Problem receiving message from JMS queue

    I've created an application which puts XML files in a JMS queue and try to get it out again. The enqueing (sending) is no problem, but when I dequeue from the same queue I receive nothing and if I don't specify a wait time the programs hangs.
    If I create a QueueBrowser I can see there are messages in the queue.
    Can someone tell me what I do wrong?
    Here is the code of my dequeue action:
    public String dequeue(int qName) throws RbsSysException
            final String method = "dequeue(int qName)";
            _log.debug(method);
            QueueConnection queueConnection = null;
            try
                queueConnection = _queueConnectionFactory.createQueueConnection();
                QueueSession queueSession = queueConnection.createQueueSession(false,
                        Session.AUTO_ACKNOWLEDGE);
                QueueReceiver queueRcv = queueSession.createReceiver(getQueue(qName));
                _log.debug("queue = "+ queueRcv.getQueue().getQueueName());
                // Due to bug 3376983 in OC4J We cannot use TextMessage if it exceeds
                // 64 kb. Therefore use ObjectMessage.
                Message msg = queueRcv.receiveNoWait();
                _log.debug("msg = " + msg);
                ObjectMessage objMsg = (ObjectMessage)msg;
                //ObjectMessage objMsg = (ObjectMessage) queueRcv.receiveNoWait();
                _log.debug("objMsg = " + objMsg);
                if (objMsg != null)
                    return (String) objMsg.getObject();
                else
                    return null;
            catch (JMSException je)
                throw new RbsSysException(je);
            finally
                if (queueConnection != null)
                    try
                        queueConnection.close();
                    catch (Exception any)
                        _log.error("Error while closing QueueConnection: ", any);
        }

    Did you implement javax.jms.MessageListener and the method onMessage(Message)?
    If you use onMessage() as wel as receive (or receiveNoWait() or receive(long)), the onMessage() can be called, while the main thread is blocking on a synchronous receive, so make sure you use only one of the two methods: onMessage() or receive.
    Receive() blocks your thread until a message is published. So your program 'hangs' by design. Usually this is used when your program is waiting for a particular message. Otherwise use onMessage().
    ReceiveNoWait() checks if something is in the queue at that very moment, so if nothing is there (yet), the main thread continues.
    Hope this helps,
    Lonneke

  • JDBC Receiver Channel Connection Reset:

    Dear Team,
    I am facing Problem in JDBC Synchronous Receiver Channel.
    when ever the JDBC Channel (Synchronous Receiver) is executing i am getting JDBC Conenction reset error in the Channel monitoring.
    Why this problem is coming and how to rectify the problem?
    In production also we are facing same kind of issue. Please help us find a work around for this Problem.
    I have checked the link
    [Re: JDBC Channel : Connection reset;
    but the link which Siv Marani has mentioned in the above forum doesn't exist any more i guess.
    Please Advice.
    Regards,
    Senthilprakash.
    Edited by: senthilprakash selvaraj on Jan 28, 2009 4:34 AM

    Hi,
    Check below links.
    /people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https%3A//forums.sdn.sap.com/thread.jspa%3FforumID%3D44%26threadID%3D38124
    U need to add the parameter SelectMethod=cursor in your connection parameter,
    jdbc:microsoft:sqlserver://<hostname>:1433;DatabaseName=<dbname>;SelectMethod=cursor
    Regards,
    phani

  • JMS receive in JTA doesn't return message

    Hi
    I am using Websphere Application server 6.1 (the one provided with RAD 7.0.0)and WebSphere MQ 6.0 as JMS provider.
    I have a problem receiving message from queue when JTA transaction is active.
    I configured Connection Factory as following:
    Scope cells:ejbhostname:nodes:ejb:servers:server1
    Name MQQueueConnectionFactory
    JNDI Name foo/bar
    Description empty
    Category empty
    Component-managed Authentication Alias none
    Container-managed Authentication Alias none
    Mapping-Configuration Alias DefaultPrincipalMapping
    Queue Manager QMGR
    Host 192.168.2.100
    Port 1415
    Channel CLIENT_CHANNEL
    Transport Type CLIENT
    Model Queue Definition empty
    Client ID empty
    CCSID empty
    Message Retention enabled
    XA Enabled enabled.
    Everything seems to work fine but message reception time-out occurs when i try to synchronous receive message from queue.
    Below is a code of my stateless session EJB method.
    public void receiveMessage()
        throws NamingException,
        JMSException{
              Connection connection = null;
             Session session = null;
             MessageConsumer consumer = null;
             try {
                 logger.log(myLevel, "Getting Initial Context");
                 InitialContext context = new InitialContext();
                 ConnectionFactory factory = (ConnectionFactory) context.lookup("java:comp/env/jms/JMSExampleConnectionFactoryRef");           
                 Destination dest = (Destination) context.lookup("java:comp/env/jms/JMSExampleQueue2Ref");           
                 connection = factory.createConnection();         
                 session = connection.createSession(true, Session.AUTO_ACKNOWLEDGE);         
                 consumer = session.createConsumer(dest);
                 connection.start();
                 Message msg = consumer.receive(1000);
                 if(msg == null){
                      System.out.println(":(");
                 }else{
                      System.out.println("got it " + msg);
             catch (NamingException e) {
                 mySessionCtx.setRollbackOnly();
                 throw e;
             catch (JMSException e) {
                 logger.log(myLevel, e.getLocalizedMessage(), e);
                 mySessionCtx.setRollbackOnly();
                 Exception linked = e.getLinkedException();
                 mySessionCtx.setRollbackOnly();
                 throw e;
             finally {          
                 consumer.close();          
                 session.close();         
                 connection.close();
        }The weird thing is that it only happens (time-out obviously) if i
    i have "XA enabled" checkbox checked (in connection factory settings)AND if i run the method presented above in JTA transaction (setting transaction type for a Ejb to container or set it to Bean and manually start JTA transaction)
    If i do not have "XA enabled" checked the code above work great even inside JTA transaction.
    I tried creating transacted JMS session and not transacted but as far as i know it is ignored in JTA.
    Can someone explain me what is going on ??
    Is it impossible to synchronous receive message in JTA transaction while working with XA connection factory??
    Is it Websphere MQ problem, or sth else ??

    Hi
    I am using Websphere Application server 6.1 (the one provided with RAD 7.0.0)and WebSphere MQ 6.0 as JMS provider.
    I have a problem receiving message from queue when JTA transaction is active.
    I configured Connection Factory as following:
    Scope cells:ejbhostname:nodes:ejb:servers:server1
    Name MQQueueConnectionFactory
    JNDI Name foo/bar
    Description empty
    Category empty
    Component-managed Authentication Alias none
    Container-managed Authentication Alias none
    Mapping-Configuration Alias DefaultPrincipalMapping
    Queue Manager QMGR
    Host 192.168.2.100
    Port 1415
    Channel CLIENT_CHANNEL
    Transport Type CLIENT
    Model Queue Definition empty
    Client ID empty
    CCSID empty
    Message Retention enabled
    XA Enabled enabled.
    Everything seems to work fine but message reception time-out occurs when i try to synchronous receive message from queue.
    Below is a code of my stateless session EJB method.
    public void receiveMessage()
        throws NamingException,
        JMSException{
              Connection connection = null;
             Session session = null;
             MessageConsumer consumer = null;
             try {
                 logger.log(myLevel, "Getting Initial Context");
                 InitialContext context = new InitialContext();
                 ConnectionFactory factory = (ConnectionFactory) context.lookup("java:comp/env/jms/JMSExampleConnectionFactoryRef");           
                 Destination dest = (Destination) context.lookup("java:comp/env/jms/JMSExampleQueue2Ref");           
                 connection = factory.createConnection();         
                 session = connection.createSession(true, Session.AUTO_ACKNOWLEDGE);         
                 consumer = session.createConsumer(dest);
                 connection.start();
                 Message msg = consumer.receive(1000);
                 if(msg == null){
                      System.out.println(":(");
                 }else{
                      System.out.println("got it " + msg);
             catch (NamingException e) {
                 mySessionCtx.setRollbackOnly();
                 throw e;
             catch (JMSException e) {
                 logger.log(myLevel, e.getLocalizedMessage(), e);
                 mySessionCtx.setRollbackOnly();
                 Exception linked = e.getLinkedException();
                 mySessionCtx.setRollbackOnly();
                 throw e;
             finally {          
                 consumer.close();          
                 session.close();         
                 connection.close();
        }The weird thing is that it only happens (time-out obviously) if i
    i have "XA enabled" checkbox checked (in connection factory settings)AND if i run the method presented above in JTA transaction (setting transaction type for a Ejb to container or set it to Bean and manually start JTA transaction)
    If i do not have "XA enabled" checked the code above work great even inside JTA transaction.
    I tried creating transacted JMS session and not transacted but as far as i know it is ignored in JTA.
    Can someone explain me what is going on ??
    Is it impossible to synchronous receive message in JTA transaction while working with XA connection factory??
    Is it Websphere MQ problem, or sth else ??

  • Make asynchronous event handler as synchronous using Powershell

    Hi All,
    Using custom coding i am able to change the asynchronous event handle to synchronous.
    Can anybody let me know Is there any other way to change the same. Like Powershell script or any.
    Without deploying the solution i want to change the event handler type.
    Please advice.
    Thanks & Regards
    MD.Liakath ali

      
    Hi 
    you can use power shell to do so
    Add-PSSnapin Microsoft.SharePoint.PowerShell –erroraction SilentlyContinue 
    $web = Get-SPWeb -Identity http://...
    $list = $web.GetList($web.Url + "/Lists/" + “list name”) 
    $type = "ItemAdded" #or any other type, like ItemDeleting, ItemAdding, ItemUpdating, ... 
    $numberOfEventReceivers = $list.EventReceivers.Count 
    if ($numberOfEventReceivers -gt 0)
     for( $index = $numberOfEventReceivers -1; $index -gt -1; $index–-) {
        $receiver = $list.EventReceivers[$index] ;
        $name = $receiver.Name
        $typ = $receiver.Type ;
     if ($typ -eq $type)  #or you can check ($name -eq "event receiver's name") if you have more then one event receivers of the same type
        $receiver.Synchronization = "Synchronous"
        $receiver.Update()
        Write-Host "Event receiver " $name " is changed to Synchronous"
    else
        Write-Host " There is no EventReceiver of type " $type " registered for this list "
    $web.Dispose()
    or
    $list = (get-spweb http://sharepoint/sites/test).lists['somelist']
    $def = $list.EventReceivers.Add()
    $def.Assembly = "MyReceiverAssembly, Version=1.0.0.0, Culture=Neutral,PublicKeyToken=a00000000a000ce0"
    $def.Class = "MyReceiverAssembly.MyReceiverClass"
    $def.Type = [Microsoft.SharePoint.SPEventReceiverType]::ItemAdded
    $def.Name = "My ItemAdded Event Receiver";
    $def.Synchronization = [Microsoft.SharePoint.SPEventReceiverSynchronization]::Synchronous
    $def.Update()
    this should be done at each level where list is present.
    or you can Edit the Elements.xml file of the event receiver in(14 hive layouts/feature folder) and set the synchronization element as below..
    <Synchronization>Synchronous</Synchronization>
    Synchronous</Synchronization> https://naimmurati.wordpress.com/2012/03/22/add-modify-or-delete-list-event-receivers-with-powershell/">https://naimmurati.wordpress.com/2012/03/22/add-modify-or-delete-list-event-receivers-with-powershell/
    Regards,
    Rajendra Singh
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    http://sharepointundefind.wordpress.com/

  • Synchronous HTTP scenario having a ? sender

    Hi Experts
    I've a synchronous scenario in which the sender can be any adapter but the receiver is only HTTP.
    The sender is supposed to send a file (can be xml or pdf) and 10 attributes (name/value pair) which are used for receiver HTTP adapter communication.
    The receiver system receives the same file and 10 attributes having name and value using POST method.
    Now, 2 questions
    a) how do I configure HTTP receiver adapter for fulfilling this scenario? (for xml and for pdf ) along with 10 attributes which is common for both xml and pdf )  - If it is pdf, I have to send as byte array and if xml, then plain xml - Please detail out the configuration for receiver HTTP adapter
    b) how do I decide what would the ideal sender communication channel for this? The sender system is flexible and asking me what I prefer for sending the file and the 10 attributes.
    Thanks a lot. Please let me know
    mike

    Okay..sorry to confuse
    In plain simple way to put it
    Scenario
    Sender (web methods) -> PO 7.4 -> Receiver HTTP POST (synchronous)
    Receiver HTTP system has to receive a file as one attribute and 10 other attributes
    File can be pdf or xml. So definitely, I have to configure 2 ICO here one for pdf and other for xml.
    1st question
    How do I configure the receiver HTTP adapter and pass the attribute values to HTTP POST method using message mapping? One attribute is file and rest are name value pair attributes coming from web methods.
    2nd question
    Sender is web methods and they are willing to send the file and attributes to PI in a soap call or HTTP or place in PI NFS location - which is better and how do I receive the attributes and file together in one request?
    thx
    mike

  • Receiving email messages using UMS: messages dropped?

    This is the situation: I've setup User Messaging Service (UMS) on SOA Suite 11g (11.1.1.5.0) to receive messages on a certain email account. I've then implemented a small HttpServlet that uses the UMS API (based on the usermessagingsample-echo sample provided by Oracle) that registers itself with UMS as a listener for that email address upon server startup, and deployed that to WebLogic (10.3.5).
    Now consider the following scenario:
    1. Bring down the soa server
    2. Send an email to the email address
    3. Start up the soa server
    4. The email that was sent during the soa server down time is never delivered to the listening HttpServlet.
    5. After the soa server has started up completeley, send a second email to the email address
    6. The second email is delivered to the listening HttpServlet
    The problem here is number 4 in the list (obviously).
    Here is the configuration of UMS: http://i.imgur.com/vNwkLFZ.png (incoming mail server and port are empty in the screenshot, but they are correctly set, I made an error creating the screenshot)
    And the stdout logfile of the soa server: http://pastebin.com/TsDqftXD
    A few things to note:
    1. Notice that very early on in the soa server startup process (starting at line 60 of soa server logfile) the email address is already checked by UMS, the email popped, and deleted. Before any listening app has had the chance to register itself as a listener (like my HttpServlet test app).
    2. Notice that the second email is delivered correctly (starting at line 290 of soa server logfile, the listening HttpServlet responds at line 326)
    3. I seem unable to successfully register a listener before the UMS initialization (using deployment order etc.)
    4. Calling the synchronous receive() method of the MessagingClient also doesn't seem to retrieve the missed message
    What am I missing here? How can I make sure that my app will receive *all* messages sent to an email address, also the ones that are sent during downtime?

    Hotmail is a web based email service and you will need to use the Blazer browser to access the msn home page and then get to your email. You cannot setup a hotmail email account on the device using the email app. You need a POP or IMAP account in order to setup an email account on the Treo, these are usually a fee for service account.
    Post relates to: Palm i705

  • JDBC Synchronus - receiver

    Hi Experts,
        In JDBC synchronous -receiver sceanrio, how it will fetch the records by using sql query ?
    Where to use SQL statement ? I hope we don't write SQL Statement inreceiver channel ?
    Pls drop your answers .
    deva

    Hello,
    In JDBC synchronous -receiver sceanrio, how it will fetch the records by using sql query ?
    First you have to define your XML SQL structure in repository
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/2e/96fd3f2d14e869e10000000a155106/content.htm
    then the jdbc adapter will take care of converting it into a SQL statement. The response (records fetched) would also be in the form of a SQL statement and the adapter will convert it into XML.
    Hope this helps,
    Mark

  • Parallel Receive vs. Serial Receive

    Can calls to Receive(...) be executed in parallel for speed improvement? Tests I have done show minimal speed increase for parallel Receive calls and I was wondering if I should rewrite as parallel ibrd's instead. It seems to me that one should be able to speed up Receives by calling them in parallel rather than in series, but there may be a problem because it is a multi-device call.

    Hello-
    The Receive call must be executed synchronously:
    "Receive addresses the device described by address to talk and the interface to listen. Then up to count bytes are read and placed into the buffer. Data bytes are read until either count bytes have been read or the termination condition is detected. If the termination condition is STOPend, the read is stopped when a byte is received with the EOI line asserted. Otherwise, the read is stopped when an 8-bit EOS character is detected. The actual number of bytes transferred is returned in the global variable, ibcntl."
    It could probably be used in parallel for multiple interfaces. Otherwise, a series of Receives is necessary.
    Randy Solomonson
    Application Engineer
    National Instruments

Maybe you are looking for

  • Java applets won't run on Safari???

    I have reinstalled Java twice, and it still won't run any Java applets. It just sits there with the cup logo and the arrow on either side. It works fine on Firefox but not Safari. Help?

  • Sles poa not listening on default ports

    we dbcopied the domain and post office from netware 6.5.8 to sles 10 spk2, gw7.0.3. installed mta, poa and gwia... the poa starts but is not listening on ports 1677, 7181 or 7101 all default ports. all 3 agents are running on the host... these ports

  • Exploiting the DW / BI of Business Objects requires a separate license ?

    Dear All, Could someone please advise whether exploiting the DW / BI functionalities of Business Objects over SAP requires a separate / extra license beside that of SAP ? Best regards. Reda Khalifa

  • Itunes store playback cuts off after 15 seconds

    This just started recently with only the introduction of a new (6th Gen) iPod. Not sure if this has anything to do with the problem. Saw Windows issue with this, but not Mac.

  • Help with REGEXP_LIKE statement

    Hello Experts I am having little problem in solving the problem with REGEXP_LIKE as shown below. All the records are giving me the desired result except the last one where it has alph and numeric and spaces in between. Can I please have the solution