Sp6 ISSUE 33343

ISSUE 33343
          Load balancing has been improved with WebLogic plug-in's support of multiple
          clusters. Maintaining a static variable "lastIndex" was breaking load
          balancing. This has been fixed.
          Can someone explain the above fix? Does this mean the plug-in REALLY
          round-robins between 2 clustered web servers, instead of inexplicability
          going 12222111221...?
          Gene Chuang
          Teach the world. Join Kiko!
          http://www.kiko.com/profile/join.jsp?refcode=TAF-gchuang
          

Gene Chuang wrote:
          > ISSUE 33343
          > Load balancing has been improved with WebLogic plug-in's support of multiple
          > clusters. Maintaining a static variable "lastIndex" was breaking load
          > balancing. This has been fixed.
          >
          > Can someone explain the above fix?
          Here is the exact description of the problem:
          "The NSAPI plug-in supports multiple clusters, but the load balancing
          mechanism assumes there is only one cluster. It maintains a static
          variable "lastIndex". This will break load balancing. Nobody has reported
          this since it is very hard to notice, unless someone is keeping a close
          eye on access-log."
          Solution:
          "Each cluster will have it's own lastIndex now. So the loadbancing will be
          independent.
          > Does this mean the plug-in REALLY
          > round-robins between 2 clustered web servers, instead of inexplicability
          > going 12222111221...?
          No.
          --Vinod.
          >
          >
          > --
          > Gene Chuang
          > Teach the world. Join Kiko!
          > http://www.kiko.com/profile/join.jsp?refcode=TAF-gchuang
          

Similar Messages

  • Netscape plugin, pathprepend in obj.conf

    Environment - iPlanet 4.1, Weglogic 5.1 sp6 Issue - Is it possible to select the web root directory of iPlanet to be redirected to Weblogic root? Currently, the setting in iPlanet's obj.conf looks like this - Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicHost="127.0.0.1" WebLogicPort="7001" PathPrepend="/acx"When executing on Weblogic it's as if the files are in the webroot, while in actuality, they're in webroot/acx. I got around the path issues for images, etc but is it possible to have PathPrepend="/"? This did not work when I tried it.Sam Fowler
              

    I also have the same problem. My problem is when the proxy is transferred to weblogic and even if I have the virtual mapping done on the iPlanet WS, the weblogic is looking for my data under the root of the weblogic server.
              Tony Pham
              Sam Fowler wrote:
              > Environment - iPlanet 4.1, Weglogic 5.1 sp6 Issue - Is it possible to select the web root directory of iPlanet to be redirected to Weblogic root? Currently, the setting in iPlanet's obj.conf looks like this - Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicHost="127.0.0.1" WebLogicPort="7001" PathPrepend="/acx"When executing on Weblogic it's as if the files are in the webroot, while in actuality, they're in webroot/acx. I got around the path issues for images, etc but is it possible to have PathPrepend="/"? This did not work when I tried it.Sam Fowler
              

  • Jsp forwarding

    Environment - iPlanet 4.1, Weblogic 5.1 sp6.Issue - I have successfully implemented Netscape plugin to "forward" a request such as http://myserver.com/index.jsp such that is executes on Weblogic server. From there, everything is fine. However, since I also want a request to http://myserver.com to do the same thing, I setup URL forwarding in iPlanet. While it appears to forward correctly to http://myserver.com/inded.jsp, the links on that page no longer work as if the context is incorrect. Any ideas.I've also tried a meta refresh tag on iPlanet to http://myserver.com/index.jsp and it does not work.Sam
              

              I did get the meta refresh to work. Still wonder why URL forwarding has a problem.
              Sam F
              Sam Fowler <[email protected]> wrote:
              >Environment - iPlanet 4.1, Weblogic 5.1 sp6.Issue - I have successfully implemented Netscape plugin to "forward" a request such as http://myserver.com/index.jsp such that is executes on Weblogic server. From there, everything is fine. However, since I also want a request to http://myserver.com to do the same thing, I setup URL forwarding in iPlanet. While it appears to forward correctly to http://myserver.com/inded.jsp, the links on that page no longer work as if the context is incorrect. Any ideas.I've
              >also tried a meta refresh tag on iPlanet to http://myserver.com/index.jsp and it does not work.Sam
              

  • Password change issue when logging on to Portal NW2004s SP6

    Hello,
    We have a NW2004s SP6 installation. We have the user management in the ABAP stack.
    We create new users is created in the ABAP stack.
    When the user logs on using the Portal, the change old password screen keeps repeating itself. This is however not the case once the user has logged on to the ABAP server and changed his password.
    So, I looked in the logs. The log is full of the message.
    Error#1#/System/Database/sql/connect#Java#com.sap.sql_0019##Exception of type com.sap.sql.log.OpenSQLException caught: Error while accessing secure store: File "\\labnxi\sapmnt\NXD\SYS\global\security\data\SecStore.properties" does not exist although it should...
    [EXCEPTION]
    {2}#3#com.sap.sql.log.OpenSQLException#Error while accessing secure store: File "\\labnxi\sapmnt\NXD\SYS\global\security\data\SecStore.properties" does not exist although it should..#com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "\\labnxi\sapmnt\NXD\SYS\global\security\data\SecStore.properties" does not exist although it should..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:112)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:186)
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
         at com.sap.caf.eu.gp.base.db.ConnectionPoolJ2EE.getConnection(ConnectionPoolJ2EE.java:89)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleDbImpl.getScheduleToProcess(ScheduleDbImpl.java:2026)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleService.getScheduleToProcess(ScheduleService.java:373)
    I looked in the server and the SecStore.properties is there in the directory
    usr\sap\NXD\SYS\global\security\data.
    If anybody could shed some light onto this issue that would be much appreciated.
    Best Wishes.
    Sumit.

    Hi,
    on the server where your portal runs you have a user calles <SID>adm, where <SID> stands for the three-letter name of your system.
    This user needs read/write rights on the SecStore files...
    Hth,
    Michael

  • Localisation issue in weblogc 8.1 SP6

    Hi,
    I have a problem with localisation issue in Weblogic 8.1 SP6. I'm using the UTF-8 as the encoding schema and it's working fine in Weblogic 8.1 SP5 and the same application is not working in Weblogic 8.1 SP6. All labels are displayed in "?" when I switch to Japanesse locale.
    For your information, I'm using the below technologies in my application.
    1. Struts
    2. Servlets & JSP
    3. Apache Axis
    4. <fmt> tag library (Apache)
    Please help me how to fix this issue.
    Thanks
    Aravind

    Hi,
    Thanks for viewing and resposding to my problem.
    Yes I tried with that setting also, but no change in the result. I also tried with the below given scenario's but not worked.
    1. Tried with Filter by setting the content type.
    2. Tried by placing the content type in header.jsp
    What I noticed is when I place the below snippet in any of the jsp then it'showing the Japanesse charecters in the browser.
    <fmt:setBundle basename="com.axeda.drm.webapp.device.JspResources" var="whichLocaleUsed" scope="session"/>
    <%
    LocalizationContext localizationContext = (LocalizationContext) session.getAttribute("whichLocaleUsed");
    Locale mLocale = localizationContext.getLocale();
    MessageResources messages = MessageResources.getMessageResources("com.resources.JspResources");
    String val = new String(messages.getMessage(mLocale,"jsp.device.model.list_models.page-title"));
    out.println("page_title (1) : "+new String(val.getBytes(),"UTF-8"));
    %>
    but when I use the below code then it's not showing the japanesse charecters in the browser.
    <fmt:bundle basename="com.resources.JspResources"
    prefix="jsp.device.model.list_models.">
    <fmt:message key="page-title"/>
    Please provide some suggestion.
    Thanks
    Aravind

  • EVDRE Access Issue Post Upgrade from BPC 5.1 SP3 to BPC 7.0 SP6

    Greetings,
    Recently upgraded from BPC 5.1SP3 to BPC 7.0 SP6.  Experiencing some strange behavior regarding the ability to send data to BPC from an EVDRE.  Both users are part of the same secuity team, thus have the same security in both versions.  However, one is able to send data to BPC 7.0 SP6 for a specific input template while the other recieves a message "There is no data to refresh."    This message is not encountered in BPC 5.1 SP3.
    The strange thing is that the user who receives the "there is no data to refresh" is able to rebuild the input template ad hoc and send data to BPC
    I have reviewed security, cleared the cache on the user's machine.  I had the user with this issue log onto the app server; she encountered the same behavior regarding this template.  Also tested a seperate input template in another application, this issue did not occurr.
    Any ideas would be greatly appreciated.
    Regards,
    Greg Lakin

    Hi, n
       From your description it looks like the problem si more related to that specific user. Please try to reprocess the security for that user. Then go on file server and go into <appset>/<application>/<private publication>/<user name> and delete appinfo.zip.
       Other idea can be related to the excel cache, but I don;t know why is not working for this specific user. You can try to save it in a new template as Patrick indicated.
    You can try also clear local application information from admin client or try from other machine using the same client.
    Hope this can hekp you,
    Mihaela

  • Another Issue with Weblogic 8.1 SP6

    Hi,
    I am having an issue after our weblogic has been upgraded to SP6 from SP3. It's giving parse error saying it does not find the an attribute called "AdminPassword" in META-INF/application-config.xml file although it's available in this this file. Any idea if there is any limitation in SP6 which is causing this error while parsing this XML file?
    Please let us know.
    Here is the log:
    <May 4, 2007 4:58:01 AM EDT> <Error> <Management> <BEA-400400> <Error while pars
    ing Application businessinfo Configuration file META-INF/application-config.xml.
    weblogic.management.configuration.ConfigurationException: Unknown MBean attribut
    e while parsing META-INF/application-config.xml: MCNEILPORTAL:Application=busine
    ssinfo,ApplicationConfiguration=businessinfo,Name=ConsumerSecurity,Type=Consumer
    Security does not have attribute "AdminPassword".
    at com.bea.p13n.management.internal.lifecycle.ConfigurationParser$Config
    urationHandler.parseMBeanAttributes(ConfigurationParser.java:445)
    at com.bea.p13n.management.internal.lifecycle.ConfigurationParser$Config
    urationHandler.startElement(ConfigurationParser.java:275)
    at weblogic.apache.xerces.parsers.AbstractSAXParser.startElement(Abstrac
    tSAXParser.java:419)
    at weblogic.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement
    (AbstractXMLDocumentParser.java:221)
    at weblogic.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(XML
    NamespaceBinder.java:874)
    at weblogic.apache.xerces.impl.XMLNamespaceBinder.emptyElement(XMLNamesp
    aceBinder.java:591)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartE
    lement(XMLDocumentFragmentScannerImpl.java:747)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentCo
    ntentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1477)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocume
    nt(XMLDocumentFragmentScannerImpl.java:329)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguratio
    n.java:525)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguratio
    n.java:581)
    at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXPar
    ser.java:1175)
    at com.bea.p13n.management.internal.lifecycle.ConfigurationParser.parse(
    ConfigurationParser.java:124)
    at weblogic.management.mbeans.custom.ApplicationConfiguration.doLoad(App
    licationConfiguration.java:567)
    Thanks
    Regrads,
    Ratan Das

    Hi,
    As you have mentioned <font color=maroon> We are seeing after a duration of 3/4 months the weblogic instance stop responding to user request and the application deployed is not working.</font>
    3-4 Month is a Very Very Long Duration for a Server to Keep On RUNNING...without any Problem. So u mean that u do not bounce (start/Stop) your Servers for 3-4 Months ?
    if YES then it's a Bad idea to run your server continuously for such a long duration. For Further investigation ..please collect the Thread Dump and the verbose GC logs in next Quater ;) . That will be very helpful for analysis.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • Connection issue with WL 8.1 SP6

    we have upgraded our Weblogic8.1 instance with SP5 to SP6 and we are facing some issues with connections to oracle DB
    ==> DAO [getVector] : java.lang.Exception: DAO : weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No res
    ources currently available in pool oraclePool to allocate to applications, please increase the size of the pool and retry.. [ Unable to get Connection ]
    This error occurs only in SP6 the initial connections is setup to 30 and max to 150 looks, in logs I can see that weblogic is trying to open than close connections and is able to do that with a success but after some time we are receiving message that there are no possibility to open new one it looks like connections are not closiing, Can someone help me with this ??

    we have upgraded our Weblogic8.1 instance with SP5 to SP6 and we are facing some issues with connections to oracle DB
    ==> DAO [getVector] : java.lang.Exception: DAO : weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No res
    ources currently available in pool oraclePool to allocate to applications, please increase the size of the pool and retry.. [ Unable to get Connection ]
    This error occurs only in SP6 the initial connections is setup to 30 and max to 150 looks, in logs I can see that weblogic is trying to open than close connections and is able to do that with a success but after some time we are receiving message that there are no possibility to open new one it looks like connections are not closiing, Can someone help me with this ??

  • BPC 7.5 NW - Client SP6 - Log in Issues

    Hello All,
    Wondering if any of you are also facing a similar issue. We are on SP3 on all the BPC boxes on the transport landscape.
    In order to test, SP6, before rolling it out, we installed it on the sandbox and upgraded the client on test laptops, so as not to impact the current development process.
    We are unable to log in to any of the BPC DEV, QA or PRD boxes from the laptops which have client SP6 installed on them. We get an Network / Security Error when trying to log in. Anybody facing such an issue?
    However, we are able to login and work in the sandbox from laptops which have client SP4 installed on them. But this would mean that we will not be able to roll out the front end client, till the server client has been installed in Production.
    Any thoughts / suggestions?
    Regards
    Sunil

    Sunil-   the  server  and  client  versions go " lock  step".
    As  you  installed  the  necessary server  on the  Sandbox  to  go with your  client  SP^...you  are  able to login to Sandbox  OK.
    The  DEV, QA and  PRD  servers are  still  NOT  in step  with  the  clients.
    Yes-  you  are  right in  saying  that  the  server needs  to  be  updated  for  the  corresponding  client  to  connect.
    Also  don't  forget  to  check   the  .NET  versions  also, sometimes  those  also  need  an  upgrade to  go  with  your  Server  version, Actually all  the 3  go  LOCK  STEP....Server, Client and  .NET  Servers..
    Hope  this  helps..

  • Posix Performance Pack Issues 5.1 sp6

    I am currently running v5.1 sp6. Java is running with native threads.
    Has anyone encountered this issue before:
    Wed Oct 25 16:50:24 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset by peer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

    These are innocuous. Don't worry about them.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Greg Panzer" <[email protected]> wrote in message
    news:39f75188$[email protected]..
    I am currently running v5.1 sp6. Java is running with native threads.
    Has anyone encountered this issue before:
    Wed Oct 25 16:50:24 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset bypeer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

  • AIX 5.3 TL6 SP6 - Peformance Issues

    We recently upgraded to AIX 5.3 TL5 SP6 and now SAP is running very slow.  Has anyone else had this same issue?

    We can't change to JFS2.  
    Let me clarify, we didn't upgrade DB2 to fixpak 13 - we only upgraded our AIX level from 5.2 to 5.3 TL5 SP6.
    Here's the results of DB2SET:
    DB2_WORKLOAD=SAP
    DB2_TRUNCATE_REUSESTORAGE=IMPORT [DB2_WORKLOAD]
    DB2_MDC_ROLLOUT=YES [DB2_WORKLOAD]
    DB2_SKIPINSERTED=YES [DB2_WORKLOAD]
    DB2_VIEW_REOPT_VALUES=YES [DB2_WORKLOAD]
    DB2_OBJECT_TABLE_ENTRIES=65532 [DB2_WORKLOAD]
    DB2_OPTPROFILE=YES [DB2_WORKLOAD]
    DB2_USE_ALTERNATE_PAGE_CLEANING=YES
    DB2_IMPLICIT_UNICODE=YES [DB2_WORKLOAD]
    DB2_INLIST_TO_NLJN=YES [DB2_WORKLOAD]
    DB2_MINIMIZE_LISTPREFETCH=YES [DB2_WORKLOAD]
    DB2_UPDATE_PART_KEY=YES [DB2_WORKLOAD]
    DB2_REDUCED_OPTIMIZATION=4,INDEX,JOIN,CART OFF [DB2_WORKLOAD]
    DB2NOTIFYVERBOSE=YES [DB2_WORKLOAD]
    DB2_INTERESTING_KEYS=YES [DB2_WORKLOAD]
    DB2_EVALUNCOMMITTED=YES_DEFERISCANFETCH [DB2_WORKLOAD]
    DB2_ANTIJOIN=EXTEND [DB2_WORKLOAD]
    DB2_SKIPDELETED=YES
    DB2MEMMAXFREE=2000000 [DB2_WORKLOAD]
    DB2ENVLIST=INSTHOME SAPSYSTEMNAME LIBPATH
    DB2_RR_TO_RS=YES [DB2_WORKLOAD]
    DB2_FORCE_FCM_BP=YES [DB2_WORKLOAD]
    DB2COMM=TCPIP [DB2_WORKLOAD]

  • BPC 7.5 MS SP6, OLAP Updating Issue

    Hello All,
    We have recently upgraded from 5.1 MS to 7.5 MS.
    We are having processing issues. If I try to process a simple dimension it could take over an hour to update OLAP for just one application.
    Can anyone suggest where I should start looking?
    Thank you!
    Mariann

    I think more detail is needed to try and understand the problem.
    1. Was there new hardware purchased for the upgrade? What Server OS version and RAM amount?
    2. What version of SQL are you using, including Service Pack and Cumulative Update level.
    3. What version of BPC 7.5 do you have? SP07 is the most current update.
    4. What kind of configuration do you have? Separate SQL and App/Web Servers? How much RAM is on the SQL server?
    5. Was this a self-install or did SAP Consulting or a Partner do the install?
    Brian

  • Any known issues on upgrading SAP Netweaver from 7.0 EHP1 SP5 to SP6

    Hi All,
    Please let me know the implications after upgrading our portal from 7.0 SP19 to SP21 and also Netweaver ABAP stack from BW 7.0 EHP1 SP 5  to 7.0 EHP1 SP6.
    Thanks & Regards,
    Sowmya
    Edited by: Sowmya B on Apr 15, 2010 2:27 PM
    Edited by: Sowmya B on Apr 16, 2010 6:44 AM

    Hi Experts,
                     We're in the process of upgrading SAP NW 7.0 EhP1 SP3 to SP10 using Enterprise Portal. I download the all the patches MOPZ  via in Solution Manager System. NW 7.0 EhP1 SP10 Related patches successfully downloaded. But i didnt get
    Enterprise Portal related patches for Example.
    sap.com/CAF-KM.SCA
    sap.com/EP-PSERV.SCA
    sap.com/EP-WDC.SCA
    sap.com/EPBC.SCA
    sap.com/EPBC2.SCA
    sap.com/KMC-BC.SCA
    sap.com/KMC-CM.SCA
    sap.com/KMC-COLL.SCA
    sap.com/LM-PORTAL.SCA
    sap.com/NET-PDK.SCA
    sap.com/RTC.SCA
    sap.com/RTC-STREAM.SCA
    sap.com/SAP-EU.SCA
    sap.com/SAP_BUILDT.SCA
    I serached through SMP,  But I am getting  NW 7.00 releated patches, But our current running pathes NW 7.0 EhP1 SP03 upgrade plan for SP10. Please How to download the Those Patches.  Thanks for All.
    Thanks,
    Selva

  • PI 7.11 sp6 - SOAP error on INBOUND SYNC (BE) interface - No handler ...

    Experts,
    We're running a AIX 6.1 unix based PI 7.11 system patched to Stack SP6.  We've got one instance...no web dispatcher or load balancing of any kind.
    Our proxy system (sender) is an ECC6.0 EHP4 system.  Our 3rd party system (receiver) system is non-sap.
    In about a 2 hour timespan, we processed 9700 XML messages all in the SOAP adapter.  almost all our traffic is BE (sync).  Of those messages, we got 11 errors.  And here is what we see in XSMB_MONI and in the java default trace:
    #2.0^H#2011 08 29 15:40:08:183#0-500#Error#com.sap.aii.adapter.xi.ms.XIEventHandler#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#327C4279AB0F2E5C000000010019C0BE#3930552000000004#sap.com/com.sap.aii.af.ms.app#com.sap.aii.adapter.xi.ms.XIEventHandler.onRequest(Services, TransportMessage)#PIISUSER#8
    546##875E5AD3D27311E0C8580000003BF9B8#875e5ad3d27311e0c8580000003bf9b8#875e5ad3d27311e0c8580000003bf9b8#0#Thread[HTTP Worker [@2008983637],5,Dedicated_Application_Thread]#Plain##
    Message 4e5b07b7-8180-00ab-e100-80000ae201a4(INBOUND): was not delivered due to com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PA
    RSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> No handler is registered for this service.#
    #2.0^H#2011 08 29 15:40:08:081#0-500#Error#com.sap.engine.messaging.impl.spi.ServicesImpl#
    #BC-XI-CON-MSG#com.sap.aii.af.ms.svc#327C4279AB0F2E98000000000019C0BE#3930552000000004##com.sap.engine.messaging.impl.spi.ServicesImpl.deliver(Message)#J2EE_GUEST#0##875E5AD3D27311E0C8580000003BF9B8#875e
    5ad3d27311e0c8580000003bf9b8#875e5ad3d27311e0c8580000003bf9b8#0#MS Queue Worker [SOAP_http://sap.com/xi/XI/SystemRqst]#Plain##
    Caught exception com.sap.engine.interfaces.messaging.api.exception.MessagingException from application code with msgKey: 4e5b07b7-8180-00ab-e100-80000ae201a4(INBOUND)#
    So I've looked all over the marketplace and SDN/google.  I could not find anyone else getting this type of error.
    We have WILY introscope and all the diag tools.  I am not seeing any bottlenecks on the threads for http or inbound/outbound queues.
    I was hoping someone could point me in the right direction.  I was thinking about bumping up all the default queue threads for the com.sap.aii.af.ms.svc service.  It has the default "10" for all those. 
    We have done MAJOR tuning already on this instance.  I think I've read all the notes/guides/HOW-TO...etc that there is for PI 7.11.  So we are making progress.
    Thanks,
    NICK

    Hi Nick,
    From error message i could feel that, there is no problem from PI side and error is at the receiver system side where PI is posting the message. Why i am telling it's not PI issue and it's receiver's issue is that, error message you got is SOAP fault message. Fault message are raised by receiver system if any error occurs. If messgae is processed successfully then receiver system would send proper SOAP response message not a SOAP fault.
    soap fault: Server was unable to process request. ---> No handler is registered for this service.#
    So, in my view you better check at your receiver system (in your case it's no-sap sytem) why it's giving problem as 'No handler is register for the service'.
    Rgards,
    RK

  • PI 7.11 sp6 system copy causes target sys to register with source

    Experts,
    We have a PI 7.1 (EHP1, sp6) PI system based on AIX 6.1 OS and Oracle 11g.
    I recently did the standard PI system copy from a prod source (PIP) to a training target (PIT).
    I used the most recenty PI system copy guide that is specific for PI 7.1 EHP1
    I did not run into any major problems doing the steps of the itself. 
    I did the usual "post" steps, documented in the guide that really are done on any NW system. 
    Then I got into the specific "PI" post steps and that's where I now have a problem.
    I could not run the "wizard for post copy" since I'm on 7.11sp6.  Yes, I know they "downported" it but I don't have those latest LMtools type packages.  Anyway, I'm OK with that. 
    I followed all the steps, fixing my RFCs, JCos, Destinations, cleaning up SLD, SLDAPICUST, creating new business systems...etc.
    My big  problem is with the exchange profile.  Yes, it's easy to change all the SIDs and hostnames using the search tool for all the parameters in the exchange profile, but the one I COULD NOT CHANGE was the "ABAP Connection".  In there right after the copy was the hostname of the prod system, the client, and the user PILDUSER.   I attempted to put the hostname of my target (PIT) system, but I would get the error:
    RFC 399 unable to connect
    I'm certain the user is NOT locked and the password is correct for PILDUSER. 
    Worse yet, If I left the hostname in there that was set to "prod", then when I changed all the other values in the "parameters" section of the XI profile, then it actually changed my PROD system!!
    If I keep the ABAP connection to PIT, then the entire exchange profile disappears for PIT.
    Also, now my PROD system shows the PIT system as a "non-central adapter engine".
    Ughh!  I'm totally stuck.  I'm not sure what to do. 
    It's as if the PIT (PI training) system somehow is linked to PIP (PI prod).  It's like PIT doesn't think he is his own box...
    Any ideas?  I'm resisting opening a message because this will be so hard to explain to sap support.
    --NICK

    Hi Nick,
    We went thru the same issue. Fortunately, it was between Dev to sandbox. I stopped the dev system and changed the exchange profile parameters to  sandbox hostname and brought the Dev up to fix the issue.
    Prod showing as Non-Central Adapter engine :- Check your Business System in SLD and In CIM Instances in SLD, check your XI Integration server assigned to right Business System.
    Note 764176 - Error in XI due to inconsistent SLD contents :- helped me come over PI post step issues.
    Thanks,
    Arjun

Maybe you are looking for

  • Catching scroll-down Event of PDF Document in Browser

    Hi Experts, We have a BSP Application where we have a flag confirming that the user has accepted our terms and condistions (T&C). There is a link where T&C can be displayed as pdf within a new browser window. Our Business people require to ensure tha

  • AW01N shows planned values in period 12 under posted values tab

    Hi, I need to change the useful life and depreciation key of an asset.  Before the change, the 2009 depreciation values in AW01N under the posted values tab shows 500,000 monthly depreciation from period 1 to period 12 totalling 6M for that year. Aft

  • Is the pixel dead or stuck?

    i read on one link that only stuck pixels can be fixed and not dead ones. how does one know if the pixel is dead or stuck? on my screen, its black, is show up on mac as well as xp. Neerav

  • Why has my iPad and iPhone suddenly stopped communicating together

    up until last night my iPhone and iPad would bother send and recieve iMessages, FaceTime calls and Skype calls. Now my iPad is not receiving iMessages sent to my mobile number and when it sends or communicates it does it through my email address. als

  • Question??  Backup Assistant - Going from BlackBerry to Droid

    I am going from a BlackBerry Curve to a Droid X.  Do I need to use the Backup Assistant or can I connect the information on my Gmail account (Contacts etc) to the Droid X.  I have the BlackBerry Desktop Manager and use this to backup my phone...do I