No reply got while sending a message

Environment: SCO Unixware 7.1.1, Tuxedo 6.5, Windows 98(client)
While the client sends a message(photo) which size is near to or over 16K Bytes,
to the server, the client gets no reply. Seems the server can not get the request.
Does anybody know the reason.
Thanks in advance,
George

"George" <[email protected]> wrote:
>
Marcin Kasperski <[email protected]> wrote:
"George" <[email protected]> writes:
Environment: SCO Unixware 7.1.1, Tuxedo 6.5, Windows 98(client)
While the client sends a message(photo) which size is near to or
over 16K Bytes, to the server, the client gets no reply. Seems the
server can not get the request. Does anybody know the reason.No space in queues?
Check the ULOG* file. Sometimes it happen that Tuxedo throws the
message away (for me it was more troublesome when the server
succesfully processed the message but Tuxedo was unable to send it
back, leaving the client waiting forever on tpcall).Thanks, Marcin. But in my case, the server seems receive no request(no
information
in the ULOG*), and the client waits forever on tpcall. Do you have any
further
idea in this case.
Thanks,
GeorgeGeorge,
I would try the following troubleshooting steps:
1) On the server, go into "tmadmin" and do a "pclt" to make
sure the client is getting connected.
2) On the Win98 box, do a "set TMTRACE=on" before starting the app.
This will place trace messages in the ULOG. You can see
when a "tpcall" is executed and what arguments are passed.
3) You can find Ethereal, a freeware packet sniffer at
www.ethereal.com. You can see if the request is even leaving
the Win98 box and making it onto the network and to the server.
4) If the request is making it to the server, shutdown all your
servers, do a "export TMTRACE=on", and restart the servers.
This will place debug messages in the ULOG on the server.
You should be able to see any ATMI calls that are made.
5) Attach to the server with a debugger and set a breakpoint
in "msgrcv". This is the Unix system function call
that gets a message from a queue. If it never gets called, then
your message is not reaching the server's queue.
If it does get called, set a breakpoint in your service routine
and continue stepping through code.
6) You can also go into "tmadmin" and do a "pq" to see if there
is a request in the server's queue.
Hope that helps,
David

Similar Messages

  • I cant use imessages, it tells me that it had an error while sending a message

    i cant use imessages, it tells me that it had an error while sending a message, but it can do all the other things.

    I have a third generation iPod touch, newest software version, wifi is on, address in contacts, phone number in contacts. I can start to send a message, it gets close to the end and then fails to deliver. I have read the trouble shooting guide and followed all directions. I can send from my iPad just fine, but not the iPod.  Any ideals?

  • An error occurred while sending the message

    I compose a email.When I click the send link ,an error occurs. The error page said "An error occurred while sending the message". Could anybody tell me what's wrong. Thanks.

    Hi,
    lsnrctl is not not able to start listener running on ports < 1024. Try starting the listener with the tnslsnr tool directly. My recommendation is to start it as root directly, so you don't have to set the s-bit.
    <midtier_home>/bin/tnslsnr listener_es -u <uid> -g <grpid> &
    Regards
    Christian

  • Problem while sending the message using RWB

    Dear All,
    I am facing a problem while sending a message from RWB. I sent the message using Test Message in component monitoring, it says message sent but I am not able to see any message in sxi_monitor.
    When I send the same message using the http client it successfully processed by XI and I can see the success message in sxi_monitor.
    Please let me know if anyone has face similar kind of issue.
    Thanks,
    Alok
    Edited by: Alok Raoka on May 26, 2008 5:08 PM

    Dear All,
    I am facing a problem while sending a message from RWB. I sent the message using Test Message in component monitoring, it says message sent but I am not able to see any message in sxi_monitor.
    When I send the same message using the http client it successfully processed by XI and I can see the success message in sxi_monitor.
    Please let me know if anyone has face similar kind of issue.
    Thanks,
    Alok
    Edited by: Alok Raoka on May 26, 2008 5:08 PM

  • Error while sending a message  501 not implemented

    Hi all,
    running some tests checking some Xi interfaces we have the following problem :
    going to Runtime Workbench --> Component Monitoring --> Adapter Engine e clicking on the Tab "Test Message" we insert Service, Interface, Namespace, Quality of Service, user and password
    On "send message to" we insert the string:
    http://apl06gjbx:8031/XISOAPAdapter/MessageServlet?channel=:BSY_CDFS_CRISP_DX8:CC_SOAP_IF_KE_02_In
    Executing "Send Message", we get the following error :
    "error while sending message : 501 not implemented"
    Any suggestion ?
    thanks in advance

    Hi all,
    using a 53100 port and xml code in payload it seems better but we get the following error:
    com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in dispatching request to servlet [/sub/componentmonitoringpageprocessor].
    Display Stack Trace
    com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in dispatching request to servlet [/sub/componentmonitoringpageprocessor].
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:328)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at jsp_FC_Secure1185456171353._jspService(jsp_FC_Secure1185456171353.java:24)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmDynPage.doProcessAfterInput(CmDynPage.java:60)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
         at com.sap.aii.rwb.web.componentmonitoring.viewcontroller.CmPageProcessor.doPost(CmPageProcessor.java:35)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         ... 20 more

  • Error while sending the messages to JMS Queue

    Hi ,
    I am trying to pick the file from JMS Queue and send the response xml as outbound message to JMS Queue again using XAI Sender
    I Created XAI Sender, Outbound Message Type(DM-RCVRESP) and configured these two with External System.
    I am able to pick the file from JMS Queue but unable to send the message through XAI Sender (Real-time)
    Plz find below the error trace getting.
    [Wed Jun 15 16:12:09 IST 2011] Error while processing sender "UPLOADSTG" : Unable to update response in staging table: Row id not given.
    com.splwg.mpl.sending.SameThreadSendingManager$ProcessException
         at com.splwg.mpl.sending.SameThreadSendingManager.processDestination(SameThreadSendingManager.java:341)
         at com.splwg.mpl.sending.SameThreadSendingManager.sendResponse(SameThreadSendingManager.java:293)
         at com.splwg.mpl.sending.SameThreadSendingManager.doSend(SameThreadSendingManager.java:249)
         at com.splwg.mpl.server.async.ExecSendRequestProcessor.ProcessRequest(ExecSendRequestProcessor.java:61)
         at com.splwg.mpl.server.async.RequestProcessingThreadAdapter.run(RequestProcessingThreadAdapter.java:46)
         at com.splwg.mpl.server.PooledThread.run(PooledThread.java:91)
         at java.lang.Thread.run(Thread.java:662)
    Please guide me in this regard..
    Thanks,
    sukumar

    What have you configured for the response tab for the sender? Are you using the MPL or the MDB?
    Take a look at:
    MPL Best Practices (Doc Id 1308165.1)
    Oracle WebLogic JMS Integration (Doc Id: 1308181.1)

  • Error while sending SOAP message to PI

    Hi Guyz,
    I have a sync-asyn scneario SOAP to File via PI. When I test the scenario using test tool i.e SOAP UI , scenario runs fine. But when user is trying to send a message they are getting Error message as response . "No SOAP Envelope but 1 {}.
    Any idea what is this error. I tried to test the scenario with the same XML message that they are using.
    Regards,
    Loveena.

    Hi Loveena,
    What kind of application tries to connect with PI?
    Have you tried to mark Use No SOAP Envelope (Point 4. https://help.sap.com/saphelp_nw73/helpdata/en/48/3555240bea31c3e10000000a42189d/frameset.htm)?, in this way you can check that the message at least comes to PI.
    Regards.

  • Unusual problem in 5800 while sending a message to...

    hi recently i found a strange problem in my phone 5800 xpress music.Whenever i send a message through groups or if i select and send it to like 10 ppl ,suddenly a error message pops up saying messaging already in use.It happens till the message is sent for each and every person and then stops.This problem started to arise after the firmware update.Please help me to solve this problem.

    Search versiontracker.com or macupdate.com

  • Unusual problem while sending a message to many pe...

    hi recently i found a strange problem in my phone.Whenever i send a message through groups or if i select and send it to like 10 ppl ,suddenly a error message pops up saying messaging already in use.It happens till the message is sent for each and every person and then stops.This problem started to arise after the firmware update.Please help me to solve this problem.

    If the file is not generated dynamically, i.e. if it is static in a directory, why are you using servletoutputstream to read and send it to the browser? Why not just provide a href link to the file?

  • Error in debatching while sending the message

    Why the following error occured while using debatching after muncheain grouping
    There was a failure executing pipeline "Microsoft.BizTalk.DefaultPipelines.XMLReceive". Error details: "Finding the document specification by message type "http://Microsoft.LobServices.Sap/2007/03/Idoc/3/ACC_DOCUMENT03//701/Sends#Send"
    failed. Verify the schema deployed properly. ".
    Prakash

    Hi Prakash,
    Have you deployed the document schema? 
    Go to BizTalk Admin Console --> Applications --> All Artifacts --> Schemas and check if the schema is deployed (also make sure there is only one entry for it)
    If yes then take a look at the suspended message, and make sure it has a root node and target namespace that matches a schema that is deployed.
    Maheshkumar S Tiwari|User Page|Blog|BizTalk
    Server : How Map Works on Port Level

  • JDBC Adapter: J2EE server crashes while sending large messages

    We want to use the following scenario to transfer data from a MS SQL Server to SAP BW via XI:
    JDBC Sender Adapter – XI – SAP ABAP Proxy.
    All works fine with a small amount of data. But if the select statement delivers too many record sets and the size of the transformed XML payload is greater then 50 MB the J2EE server crashes. A complete restart is necessary. It seems to be am memory problem.
    Here are the entries from our log files:
    dev_server0
    [Thr 6151] Mon Jul 24 12:46:57 2006
    [Thr 6151] JLaunchIExitJava: exit hook is called (rc=666)
    [Thr 6151] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 940893 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 6151] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 6151] JLaunchCloseProgram: good bye (exitcode=666)
    std_server0.out
    FATAL: Caught OutOfMemoryError! Node will exit with exit code 666java.lang.OutOfMemoryError
    Is this a general problem of the XI or a specific one of our configuration? Is it possible to transfer such large messages via XI? If not, is there a workaround for such scenarios?
    (Memory heap size of the J2EE server is 1024 MB.)

    > Hi Gil,
    >
    > i had nearly the same problems some times in praxis
    > and the mapping was the reason. Just change your
    > interface determination temporary, delete the mapping
    > and test again to find out if the mapping is the
    > reason.
    >
    > Regards,
    > Udo
    I have changed my interface determination so that no message mapping is used. The J2EE server still crashes.
    > Hi Gil,
    > This does sounds like a memory problem especially
    > when it comes to 50M message with a minimum XI sys
    > requierments...
    > To be sure you can check on the RWB for the
    > componnent monitoring at the JDBC adapters and look
    > for your adapter
    > look at the status of the adapter and the trace
    > there...
    Hi Nimrod
    In case of such an error I have no entries in channel monitor. So I can't see anything there. I have also no entries in message monitor of the RWB in this case. So I don't get any information with standard XI tools.
    > My reccomendation to you is to set the poll intervall
    > to a shorter period,this way you'll make sure you get
    > less records...I hope you have remembered to add  a
    > status/flag column on the table to be set after
    > selection so no duplicate records will be taken on
    > the second pools.
    >
    The problem is that the source of my data is not a simple SQL statement but a stored procedure. So I don't know exactly how many records will be delivered. A update command is not possible.

  • Problem while sending multiple messages to JDBC

    hi
    I am trying to run a scenario file to jdbc(multiple).
    Inserting row into table with the file details and updating the same row.
    I created 2 message mapping and 2 operation mapping. One mapping to insert row and second to updated the same row.
    In ID did configuration 1 Sender Agreement, 2 Receiver Agreement ,1 Receiver Determination(Using Same system for both receiver), and 1 Interface Determination (selecting multiple operation mappings in this interface determination).
    The scenario is processing successfully in moni and channel, Problem here is only UPDATE message is going to the Database always. In both the channels UPDATE message is going. I have checked "Maintain Order at Runtime" option also its not working.
    Please help.

    HI Jabbs,
    Check help.sap.com, in receiver JDBC processing tab-> Maximum Concurrency
    Enter the number of messages to be processed in parallel by the receiver channel. For example, if you enter the value 2, then two messages are processed in parallel. Default value is 1 and this means only one message can be processed at a time by the receiver channel.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    also paste here the receiver structure from MONI, so as to see whether the structure is as per the required format
    Regards
    Suraj

  • Unknown Erro while sending atest message through Runtime Workbench

    Hi,
    SInce none of my interfaces are running or generating any message, i tried sending the test message from Runtime Workbench.
    And I am getting following message
      Error when sending message: 403 Forbidden
    What could be the reason for this message, is there any authorisation issue.
    Regards
    Ria
    Message was edited by: ria sen

    Hi ria,
    Refer these threads they might be useful :
    403 ERROR
    HTTP 403 using the AdapterFramework
    Regards
    Suraj

  • Why can't I send emails from my Macbook Pro. A window pops up saying this: Sending the message content to the server failed.  The server response was: An error occurred while sending this message using the SMTP server "(null)"

    This is starting to REALLY frustrate me! I used to be able to send emails with attachments perfectly fine with my email, and now all of a sudden it won't work. I work from home, and 8/10 my emails need to have images in them. SOMEONE PLEASE HELP ME!

    Contact your internet service provider. They can run some tests to verify the cause of the problem. This sounds very much like an ISP issue.

  • Garbage added to log while sending message to Weblogic JMS topic

    Hi All,
    Was able to sucessfully send messages to Weblogic JMS topic and also able recieve them.
    But while sending the messages to topic loy of debug statements are printed to the standard output
    This is seen only in production and not in developement, and expecting it due config issue...
    Any ideas on this is greatly appriciatied.
    Thanks in advance !
    Cheers,
    Ambha

    Thanks for the replies,
    The problem is certainly not with logger settings...
    The statements which are getting printed are SSL debugging
    The following settings are used by the application which sends messages to the topic :
    Dssl.debug=true
    Dweblogic.StdoutDebugEnabled=true
    These settings are same in Dev, UAT, and Production. But why the debug statements are seen only
    in UAT and Production I am not sure...
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    any Ideas... ?
    Thanks
    Ambha

Maybe you are looking for

  • Adobe Bridge CC in the Cloud

    I downloaded Bridge CC from the cloud, I succeeded in doing that, but the bridge CC doesn't appear in my program application. I also cann't download it again because it is already downloaded. Ihave Bridge CS6 and bridge CS5 in my program application.

  • Error message: legal apple id, but not an iCloud account

    I would like to share fotos with a friend who has only a windows-pc. He created an apple-id account, downloaded and installed iCloud for windows. But when he wants to start the program he gets the error-message: your apple-id is legal, but it is not

  • HELP! FTP issue with proxy V3.6

    Hello, We are using iPlanet Web Proxy Server 3.6 SP2, I've configued it with FTP accessing allowing, but when I type ftp://***@**** in the IE, it telnets me that the proxy deny the accessing. Anyone knows what's the problem? Thanks & Regards.

  • Hyperlinks in Entourage and Word stopped opening a tab in Firefox

    Firefox support page suggested setting Connection to Auto-Detect but this did not resolve issue. Firefox 3.6.10, Entourage 12.2.9, Mac OS 10.6.5, Word Mac 2008 12.2.9 Hyperlinks don't do anything - they don't launch Safari either.

  • How do I restore completely to OS X 10.9.3

    Hi all, I recently purchased a mac book pro w/ retina display. I am coming from using windows my entire life. Every time I wanted to restore my pc or laptop I would just delete the partition and re-install my OS and have a fresh clean start. Now I kn