SNMP Requests from Solaris

Hi, I am new to Solaris and have some questions about SNMP.
Does Solaris (9,10) include any binaries that allow you to make SNMP request to external equipment such as routers or other SNMP hardware?
I am considering the possibility of using a shell script to pull SNMP data from network elements, save it to a text file and render it to a web page.
Does that sound about right? I figured if binaries exist for this than it should be doable.
Thanks
j

Hi, I am new to Solaris and have some questions about SNMP.
Does Solaris (9,10) include any binaries that allow you to make SNMP request to external equipment such as routers or other SNMP hardware?
I am considering the possibility of using a shell script to pull SNMP data from network elements, save it to a text file and render it to a web page.
Does that sound about right? I figured if binaries exist for this than it should be doable.
Thanks
j

Similar Messages

  • DNS requests from Solaris 10 box to Bind/MySQL DNS server fail

    We have some servers running solaris 9 and some running solaris 10. We also have a DNS server setup running BIND with the MySQL backend. When I query the DNS server from our solaris 9 boxes, they always work just fine. However, when I query the DNS server from our solaris 10 boxes, they always fail. Queries to other DNS servers from the Solaris 10 boxes work just fine - they only fail when being sent to this particular DNS server. Here's exactly what I'm doing:
    ON SOLARIS 9 BOX:
    bash-3.00$ nslookup google.com calo-sunset
    Server: calo-sunset
    Address: <IP_OF_DNS_SERVER>#53
    Non-authoritative answer:
    Name: google.com
    Address: 64.233.187.99
    Name: google.com
    Address: 72.14.207.99
    Name: google.com
    Address: 209.85.171.99
    ON SOLARIS 10 BOX:
    bash-2.05$ nslookup google.com calo-sunset
    *** Can't find server name for address <IP_OF_DNS_SERVER>: Non-existent host/domain
    *** Default servers are not available
    In the case of the SOLARIS 10 box, <IP_OF_DNS_SERVER> is correct - it knows the IP address of the DNS server, but apparently it doesn't recognize that it's actually a DNS server.
    I am utterly perplexed by this. It seems to me that a DNS request is a DNS request, regardless of your OS. Clearly something is different from Solaris 9 to Solaris 10 though because the requests fail on all of our solaris 10 boxes, and they succeed on all of our Solaris 9 boxes. Incidentally, dig requests from the Solaris 10 box also fail, where they succeed on the Solaris 9 boxes.
    I don't really know what other information I could offer that might be useful. If you have any information at all about this or ideas on what I might try to troubleshoot/fix it, I'd love to hear it. Thanks in advance.

    First off, I am an idiot. I got this entire post backwards. The fact is that the DNS requests work swimmingly well on our Solaris 10 boxes. They fail on our Solaris 9 boxes. I don't know how I managed to read this post all of these times and not notice that I got that backwards. Nice.
    In any case, I've found the problem. It was non-trivial to me because I am not terribly familiar with the inner-workings of DNS. To those who are, it may seem painfully obvious. To me it certainly was not.
    The problem was that the DNS server (BIND 9 with MySQL backend) did not contain a reverse DNS entry for itself. Apparently this is a big problem for Solaris 9. I got a hint that this might be the cause when I turned on verbose debugging info when I ran nslookup (nslookup -d2). I had to add the PTR record for the DNS server itself. I don't know why Solaris 9 would require that a DNS server contain reverse DNS information about itself, but sure enough it does. As soon as I added that info, the Solaris 9 boxes were able to successfully query the DNS server. Very odd.
    Anyway, I doubt anyone else will come across this problem, but if you do, now you know something that might fix it.
    Edited by: dprater on Oct 7, 2008 8:09 PM

  • SNMP traps from Solaris 10

    Hi,
    I'm trying very hard to set up a Sun Fire V245 to send SNMP traps when certain hardware or software related events occur. I've been looking at sma_snmp (net-snmp) and the Fault Management Daemon (SUNWfmd) but they seem to be very limited in their capabilities. I have manged to get some traps sent for filesystem fill-ups and high load averages but that is about it.
    Most of all I would like the system to send traps when there is a HW failure such as a faulty FRU or if there are disk failures.
    If anyone can point me to some documentation about this, I would be most grateful.
    /Mikael

    Mikael,
    I struggled through the same thing with a Netra 240 recently. The Sun docs are garbage when it comes to this. I opened a ticket with Sun and after 3 days and 6 hours on the phone I finally got hold of someone who knew how to spell SNMP. Yes, it was that bad!
    Here's the scoop. In Solaris 10 you run Net-SNMP, a.k.a. SMA, snmpd. The old snmpdx is obsoleted and you shouldn't configure it at all.
    Now to get the hardware related traps for the Sunfire and Netra series servers... (what you are really looking for).
    You have to load and configure an additional SNMP daemon for the hardware specific traps.
    (The first doc is rather old, the last one 819-7978-12 is pretty new and is somewhat more relevant.)
    Sun� SNMP Management Agent for Sun Fire� and Netra� Systems: Sun Doc number 817-2559-13
    Sun� SNMP Management Agent Addendum for the Netra� 240 Server: Sun Doc Number 817-6238-10
    Sun� SNMP Management Agent Administration Guide for Sun Blade� /Sun Fire�/Sun SPARC� Enterprise/Netra� Servers: Sun Doc Number 819-7978-12
    And finally the SMA/net-snmp/snmpd guide for the standard Solaris related traps:
    Solaris System Management Agent Administration Guide: Sun Doc Number 817�3000�11
    There are problems with all of the above documents. None of the Netra/Sunfire docs specifically talk about Solaris 10 so read them with caution. They also talk about configuring and running snmpdx and never reference SMA/net-snmp. This is odd because the instructions I got from Sun (finally) were not to run snmpdx, only to run sma/snmpd and additionally run the sunfire/netra snmpd agent.
    The SMA document (817-3000-11) has an undocumented bug, which Sun knows about and is working on but will not reveal to the public. In the section titled "Migration From the Sun Fire Management Agent" it references using a script called masfcnv to convert the sunfire/netra specific snmp config and daemon to work with and through SMA. Since they all use the same ports (161/162) there is some conflict and the masfcnv is script is meant to resolve this by making sma/snmpd a proxy agent to requests toward the sunfire/netra specific hardware daemon.
    The problem is the masfcnv script doesn't work properly. In fact, if you run the script you will destroy your other snmp configurations and may have to uninstall and reinstall the packages to clean everything up. This script hasn't ever worked and Sun is working on a fix but they neglect to mention this in the document which is IMO gross negligence and is a reflection of Sun's overall state of affairs (but that's another ranting thread).
    So what you must do is configure SMA/net-snmp (or whatever you want to call it), and also configure the sunfire/netra specific snmp (after downloading and installing that package).
    Since traps are sent to the remote trapsink using destination port 162, both net-snmp and the netra specific snmp daemons can co-exist here (port 162 is not an open listening port on the machine).
    Port 161 is used for receiving SNMP Get requests and can only be bound to one daemon at a time. So either it is used by net-snmp or the netra snmp daemon, but not both. Since my boxes have not been fully integrated still I can't figure out which daemon 161 is bound to. At any rate, in my application the customer is only interested in receiving traps so the outcome here isn't that important.
    I realize this isn't complete but I'm no expert here and haven't worked through all the test scenarios on a fully configured system. Hopefully though this will help clear some of the confusion propogated through Sun's stupid documents. Good luck!
    /Frank

  • WLC is not responding to SNMP requests.

    Customer is using a 4400 WLC.
    He has a management tool that works using the SNMP logs from the controller, he can ping the
    controller using this management tool, but when he sends SNMP requests from the management tool the
    WLC doesn't reply.
    The SNMP server IP address is 192.168.122.11 and the WLC's IP address is  10.20.1.31.
    I have the following debug taken from the switchport where the WLC is connected.
    'debug snmp agent' shows some interesting messages that confirms that the WLC is not sending a packet back.
    Cisco Controller) >debug  snmp agent enable
    (Cisco Controller) >*SNMPTask: Feb 06 14:38:44.616: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 59
    *SNMPTask: Feb 06 14:38:44.616: SNMPD: Failed to build in SnmpMessage.
    1145 Debug Messages have been dropped*SNMPTask: Feb 06 14:38:44.616: SNMPD: *NOT* sending out packet, out_packet_len = 0
    *SNMPTask: Feb 06 14:38:47.621: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 59
    *SNMPTask: Feb 06 14:38:47.621: SNMPD: Failed to build in SnmpMessage.
    *SNMPTask: Feb 06 14:38:47.621: SNMPD: *NOT* sending out packet, out_packet_len = 0
    *SNMPTask: Feb 06 14:38:50.652: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 59
    *SNMPTask: Feb 06 14:38:50.652: SNMPD: Failed to build in SnmpMessage.
    *SNMPTask: Feb 06 14:38:50.652: SNMPD: *NOT* sending out packet, out_packet_len = 0
    *SNMPTask: Feb 06 14:38:53.684: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 50
    *SNMPTask: Feb 06 14:38:53.684: SNMPD: Failed to build in SnmpMessage.
    *SNMPTask: Feb 06 14:38:53.684: SNMPD: *NOT* sending out packet, out_packet_len = 0
    *SNMPTask: Feb 06 14:38:56.715: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 50
    *SNMPTask: Feb 06 14:38:56.715: SNMPD: Failed to build in SnmpMessage.
    *SNMPTask: Feb 06 14:38:56.715: SNMPD: *NOT* sending out packet, out_packet_len = 0
    *SNMPTask: Feb 06 14:38:59.747: SNMPD: Packet from: 192.168.122.11:2509, in_packet_len = 50
    *SNMPTask: Feb 06 14:38:59.747: SNMPD: Failed to build in SnmpMessage.
    *SNMPTask: Feb 06 14:38:59.747: SNMPD: *NOT* sending out packet, out_packet_len = 0
    I have also a packet capture taken from the same switchport, I attach it here.
    What could be the reason for not responding?

    You need to add the management tool in the WLC as a trap reciever.
    Thanks,
    Scott
    *****Help out other by using the rating system and marking answered questions as "Answered"*****

  • Zone shutdown error - SNMP request returned error status 6 (no access)

    When trying to shutdown a zone though SunMC it get the following error from the web page
    SNMP request returned error status 6 (no access) snmp://xx.xx.com:nnnn/mod/scm-container/Zones/ZoneTable/ZoneEntry/zoneState#zonename
    the log on the agent has
    [0000008f 00a8 ]warning Nov 28 12:20:10 agent preValidateSetPDU: zoneState(zonename) [1.3.6.1.4.1.42.2
    .12.2.2.85.6.1.1.10.10.98.111.116.97.110.105.120.45.97.100] - noAccess
    I probably am missing a simple undocumented permissions problem.
    Any help would be appreciated
    Thanks

    marcusj99 wrote:
    When trying to shutdown a zone though SunMC it get the following error from the web page
    SNMP request returned error status 6 (no access) snmp://xx.xx.com:nnnn/mod/scm-container/Zones/ZoneTable/ZoneEntry/zoneState#zonename
    the log on the agent has
    [0000008f 00a8 ]warning Nov 28 12:20:10 agent preValidateSetPDU: zoneState(zonename) [1.3.6.1.4.1.42.2
    .12.2.2.85.6.1.1.10.10.98.111.116.97.110.105.120.45.97.100] - noAccess
    I probably am missing a simple undocumented permissions problem.
    Any help would be appreciatedSCM security can be tricky to get right the first time you use it. Have you performed these operations in the global zone?:
    - run es-config to add your SunMC userID to the scm-container ACL?
    - made sure the Project Managment and Pool Management entries are in /etc/security/prof_attr and exec_attr files?
    - added your SunMC userID to the Zone/Pool/Project entries in /etc/user_attr (or used the 'usermod' command to add the entries for you)?
    If any of those steps were missed then SunMC (or Solaris) may not believe you have permisson to make changes to zones/pools etc. There are a couple of SCM docs listed in with the SunMC doc set:
    http://docs.sun.com/app/docs/coll/810.8?l=en
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • Problem with errorPage in page directive tag while proxying request from iPlanet to WebLogic

              Hi,
              We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the application server on different solaris machines. We have put our JSPs in the weblogic application server and proxy the requests from iplanet to weblogic.
              We are facing a problem with the errorPage in the 'Page Directive' tag of the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page directive tag. If we directly access the JSP from the WebLogic, and there is an system error, the error page specified in the JSP is getting displayed. But if we access the JSP from iPlanet and there is an system error, instead of displaying the error page, iPlanet is asking whether we want to download the file. If we say yes it downloads the actual JSP code itself. We have defined the mime types in obj.conf file as well as mime.types for the iPlanet.
              If anyone knows how this can be solved, it would be of great help
              Regards,
              Krish
              

    How did you configure the obj.conf file? proxy by mime type or ppath? It
              seems errorPage.jsp was not proxyed and treated as a unknown mime type.
              Krishnaraja <[email protected]> wrote in message
              news:3a372d79$[email protected]..
              >
              > Hi,
              >
              > We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the
              application server on different solaris machines. We have put our JSPs in
              the weblogic application server and proxy the requests from iplanet to
              weblogic.
              >
              > We are facing a problem with the errorPage in the 'Page Directive' tag of
              the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page
              directive tag. If we directly access the JSP from the WebLogic, and there is
              an system error, the error page specified in the JSP is getting displayed.
              But if we access the JSP from iPlanet and there is an system error, instead
              of displaying the error page, iPlanet is asking whether we want to download
              the file. If we say yes it downloads the actual JSP code itself. We have
              defined the mime types in obj.conf file as well as mime.types for the
              iPlanet.
              >
              > If anyone knows how this can be solved, it would be of great help
              >
              > Regards,
              > Krish
              

  • ISE Alarm : Critical : Profiler SNMP Request Failure : Server

    Ok, so this alarm is coming in repeatedly and is now on my projects list.  I get email alerts from the server that list thr NAD IP as the endpoint device and the Endpoint IP address is correct.  I've checked the settings and the endpoint is not listed as a NAD in ISE (ver 1.2).
    Profiler SNMP Request Failure
    Details :
    Profiler SNMP Request Failure : Server=xxx-xxx-xxx; NAD Address=10.253.124.194; Endpoint IP Address=10.253.124.194
    Description :
    SNMP request times out, or SNMP community/user auth data is incorrect.
    Suggested Actions :
    Please ensure if SNMP is running on the NAD and verify that SNMP configuration on ISE matches on NAD
    *** This message is generated by Cisco Identity Services Engine (ISE) ***
    Has anyone seen this come in before?
    PS - Why is the IOS for ISE so cut down?  Looks like something you would get from an Apple product.
    Thanks,
    Clark

    Hello,
    Please follow below CiscoLink:
    http://www.cisco.com/en/US/docs/security/ise/1.2/user_guide/ise_mnt.html
    Profiler SNMP Request Failure
    Either the SNMP request timed out or the SNMP community or user authentication data is incorrect.
    Ensure that SNMP is running on the NAD and verify that SNMP configuration on Cisco ISE matches with NAD.
    Also ensure what snmp version device is using.
    Thanks,

  • Exceeds data buffer size discarding this snmp request

    Morning
    Cisco Prime LMS 4.2.3 is sending SNMP request too big for asa interface buffer.
    LMS is running on Windows server
    incoming SNMP request (528 bytes) from IP address x.x.x.x  Port  50592  Interface "inside" exceeds data buffer size, discarding this SNMP  request.
    212005: incoming SNMP request (%d bytes) from %s exceeds data buffer size, discarding this SNMP request.
    It is very much like this error
    Error Message    %PIX-3-212005: incoming SNMP request (number bytes) on interface
    interface_name exceeds data buffer size, discarding this SNMP request.
    Explanation    This is an SNMP message. This message reports that the length of the incoming SNMP  request, destined for the firewall, exceeds the size of the internal data buffer (512 bytes) used for  storing the request during internal processing; therefore, the firewall is unable to process this request.  This does not affect the SNMP traffic passing through the firewall via any interface.
    Recommended Action    Have the SNMP management station resend the request with a shorter length,  for example, instead of querying multiple MIB variables in one request, try querying only one MIB  variable in a request. This may involve modifying the configuration of the SNMP manager software.
    how do I change the SNMP request size in LMS?
    I can only find the following that might be an option
    http://blogs.technet.com/b/mihai/archive/2012/05/14/reducing-the-maximum-number-of-oids-queried-in-a-single-batch-in-om-2012.aspx
    any thoughts on the matter would be appreciated
    just using default settings with snmpv3

    Bug in lms 4.2.3
    CSCtj88629            Bug Details
    SNMP packet size requests from LMS is too large
    Symptom:
    LMS sends more than 512 SNMP requests to the FWSM, so it rejects the requests.
    Conditions:
    This occurs with FWSM and ASA's.
    Workaround:
    None.
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtj88629

  • Handling incoming SAS requests from WebSphere AS

    I have a couple of beans deployed on a WLS 8.1.2 instance that try to call other
    beans deployed on a WAS 5.0.2 instance. With "global security" on WAS disabled,
    all works fine, but with this enabled (but no security constraints on calling
    the bean itself), my local WLS fails when handling a n incoming SAS request from
    WAS (I see this by turning on IIOP-debug in WLS).
    The SAS request contains a usernamescope with value "weblogicDEFAULT", username
    "UNAUTHENTICATED" and password null. This request is partially processed in WLS
    by a class called weblogic.iiop.csi.GSSUPImpl, and this class contains a line
    like this:
    password = new String(abyte3, "UTF8");
    resulting in a NPE when the password is null.
    If I decompile GSSUPImpl, set a password if null AND create a WLS user with name
    "UNAUTHENTICATED" and the password I set, then things work ok. But this is of
    course not a desired situation.
    Anybody know if there is a WLS-configuration setting to prevent this, or if perhaps
    there is a setting in WAS to prevent it from sending the "UNAUTHENTICATED" token
    along with the request?
    I've tried this on both WLS 8.1.2 on w2k and WLS 8.1.2 on HP-UX 11i, and with
    WAS on Solaris and WAS on winXP - all with the same result. JVM 1.4.2_02 from
    Sun, and 1.4.1_05 from HP.
    Both WAS servers are configured to use only CSI (there is also an option of using
    CSI and SAS).
    Regards,
    Bjørn Ellingsen
    (cross posted to weblogic.developer.interest.rmi-iiop)

    "Bjorn Ellingsen" <[email protected]> wrote in message
    news:4055949a$[email protected]..
    >
    >
    I have a couple of beans deployed on a WLS 8.1.2 instance that try to callother
    beans deployed on a WAS 5.0.2 instance. With "global security" on WASdisabled,
    all works fine, but with this enabled (but no security constraints oncalling
    the bean itself), my local WLS fails when handling a n incoming SASrequest from
    WAS (I see this by turning on IIOP-debug in WLS).
    The SAS request contains a usernamescope with value "weblogicDEFAULT",username
    "UNAUTHENTICATED" and password null. This request is partially processedin WLS
    by a class called weblogic.iiop.csi.GSSUPImpl, and this class contains aline
    like this:
    password = new String(abyte3, "UTF8");
    resulting in a NPE when the password is null.
    The NPE sounds like a bug. I would file a support case.
    If I decompile GSSUPImpl, set a password if null AND create a WLS userwith name
    "UNAUTHENTICATED" and the password I set, then things work ok. But this isof
    course not a desired situation.
    Anybody know if there is a WLS-configuration setting to prevent this, orif perhaps
    there is a setting in WAS to prevent it from sending the "UNAUTHENTICATED"token
    along with the request?
    You may be able to specify something with the iiop-security-descriptor. A
    value of
    none or supported may control the WAS behavior.
    <client-authentication>supported<client-authentication>If none or supported,
    WAS should send no username if the user is unauthenticated.
    http://e-docs.bea.com/wls/docs81/security/ejb_client.html#1034805

  • SNMP OIDs for solaris 8

    Hello
    Someone could tell me where to find a list of SNMP OIDs for solaris 8
    thank you for your cooperation

    Thank you, Dan. These OIDs are for the output from the command "show interface int x/y". But I think, that these OIDs are not for the command "show interface int x/y delta".
    Roman

  • No snmp response from local controller only remote

    2 controllers 1 remote. Remote controller communicates with WCS no issues. Local controller does not.
    From earlier threads recommendations, 4.0.179.11 on controllers and 4.0.96 on WCS.
    debug snmp on controller shows:
    Mon Feb 26 17:40:29 2007: SNMPD: calling srDoSnmp.
    Mon Feb 26 17:40:29 2007: Unknown engine Ids
    Mon Feb 26 17:40:29 2007: SNMPD: Sending SNMP packet to 10.31.148.3:63499, out_p
    acket_len = 108
    Mon Feb 26 17:40:54 2007: SNMPD: Packet from: 10.31.148.3:63499, in_packet_len =
    66
    Mon Feb 26 17:40:54 2007: SNMPD: calling srDoSnmp.
    Mon Feb 26 17:40:54 2007: Unknown engine Ids
    Mon Feb 26 17:40:54 2007: SNMPD: Sending SNMP packet to 10.31.148.3:63499, out_p
    acket_len = 108
    Anyone run into this? Havent found anything yet in previous messages.
    Thanks!

    Hi
    In AP Log  AP is not sending LWAPP Join-Request .I think WLC is not getting Join Request from AP.I did only basic configuration.This is first Ap i am trying to register with controller.
    Below is the debug of lwapp events in controller
    Fri May 21 18:51:43 2010: 00:23:eb:1e:15:d0 Received LWAPP DISCOVERY REQUEST from AP 00:23:eb:1e:15:d0 to 00:26:cb:de:5d:c0 on port '1'
    Fri May 21 18:51:43 2010: 00:23:eb:1e:15:d0 Successful transmission of LWAPP Discovery Response to AP 00:23:eb:1e:15:d0 on port 1

  • How to submit a concurrent request from Discoverer report.

    I would like to know If any one has tried submitting a concurrent request from Discoverer Report?_
    This is no stupid question, but our team here finally decided with a solution to our long pending issues with few of the discoverer report. To Proceed further, we would like to know, how to submit a concurrent request from Discoverer report?
    We are looking for calling a package from the Disco admin by passing the parameters from the disco to the 6i report.
    All help us in this regards are much appreciated.
    Kindly help us in the same!
    Thanks
    Arun

    Thanks Rod for confirming the same.
    I will be trying the same today and will let you know if I succeed in doing it.
    If I can share the actual requirement with you, it goes like this.
    "I will be triggering the Oracle 6i standard AP Trail balance report through the Disco report. The standard report will be inserting the required data to one of my custom table. Once the concurrent program completes normal, my custom table will be having the required data to create the workbook specific to the current run of the concurrent program.
    The one problem which I think could happen is, How can I make my disco report to wait till the standard program to complete in normal so that my disco report can be generated with the data from custom table.
    Will the above requirement is possible If I follow the way you mention in the PDF or Could you suggest a better way for achieving the same.
    In short, my requirement is: The custom table(say XX_TABLE) will be populated with data when the standard 6i report is run and the disco admin will be making of the custom table (XX_TABLE) to generate the report.
    Please advice.
    Thanks
    Arun

  • Error while sending a soap request from XML SPY to a webservice in XI

    Hi ,
    I published a webservice om the XI end and testing it with consuming the WSDL file in XML SPY and sending a soap request from there.
    I am getting the following error .
    <b>com.sap.aii.af.mp.module.ModuleException: either no channelID specified or no channel found for the specified party, service, and channel name</b>, MessageServlet(Version $Id: //tc/xi/645_VAL_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#4 $)
         at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:380)
         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.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Is this error due to the user authentication or due to some other issue .
    Please do let me know soon .
    Thanks a lot
    Nikhil

    Hi Ricardo ,
    I have the correct port now.
    the url looks like
    http://<host>:50000/XISOAPAdapter/MessageServlet?channel=:SIEBEL_DEV:SOAP_CUST
    when I am testing it in the XML spy. and send a soap server request. I am getting the popup for user authentication . once i put my user id it gives me a error saying
    <b>HTTP operation 'POST' could not be performed on URL
    '/XISOAPAdapter/MessageServlet?channel=:SIEBEL_DEV:SOAP_CUST&amp;version=3.0&amp;Sender.Service=SIEBEL_DEV&amp;Interface=http%3A%2F%2FOFCOM%2FUNIFY%2FCustomerMaster%5EMI_CUST'  due to an error :
    The connection to the server was terminated abnormally</b>
    Any Idea as to why is such a error is coming
    Thanks for the help
    Nikhil

  • Pushing a request from PSA..but says.."Request is already updated in cube"

    Guys,
    Pushing a request from PSA..but says.."Request is already updated in cube". I have deleted before scheduling from psa...i could see the request in yellow/not yet completed list.
    I am couldnt find the request in the cube...but while pushing from psa it says"request already updated".
    Pls Advice,,,Thanks!

    Ganesh,
    Goto Infocube Manage --> Reconstruction Tab --> select request --> Reconstruct and try..
    Hope it Helps
    Srini

  • How to set up all requests from users should go through a specific module

    I want to set up all request from users go throuth a module.
    for example, when user request a page the request go through log module to write it.
    so please tell me the setting if it's possible, or should i make it with nsapi?

    I want to set up all request from users go throuth a module.
    for example, when user request a page the request go through log module to write it.
    so please tell me the setting if it's possible, or should i make it with nsapi?

Maybe you are looking for

  • RealPlayer download feature not working in Firefox (but works in IE)

    Realplayer download feature (cursor over a youtube video, "download this video" pops up) has recently quit working for me (I've been using it for months). I've searched knowledge bases and forums extensively and tried all the suggestions., such as ro

  • How does one set the DPI when resizing images in Bridge?

    I am sure I am missing something here (so excuse me if its a simple answer) but I am used to using Photo Mechanic and there you are able to set lots of variables while resizing.  I don't understand this Bridge resizing window when using Batch Process

  • Ap Config Import Error

    Has anyone seen the following error when trying to import an ap config CSV file. When they reference the logs...which log pretends to this error? Thanks izzy

  • Updating Ipod Without Removing Songs

    Hi, I was wondering is there a way to add new songs to the ipod without removing the current songs on it? Because I think when I update the ipod, with different folders, the songs aren't there anymore. The reason is that I want to delete some of the

  • Weblogic platform 8.1.4

    Where can I find installation for weblogic platform 8.1.4?