Ssl initiation configuration

Have two internal clients wanting to initiate to an remote external ssl server.
Tried the sample configs for ssl initiation and they don't work in our environment. However the sample has the backend servers on addresses local to the CSS. So I'm not sure what has to be done for a far-distant server.
Here is a sample of the config elements. The important thing is that we have made the services/internal server address the same as the remote server like the sample config.
We get no traffic out to the backend.
I'm thinking that the front end of the ssl init server needs to have an ip address local to the CSS which we are trying but is this definite or is there something else missing.
ssl-proxy-list ssl-list
backend-server 1
backend-server 1 ip address 10.129.66.132
backend-server 1 port 1414
backend-server 1 server-ip 10.129.66.132
backend-server 1 version ssl3
backend-server 1 cipher all-cipher-suites
backend-server 1 tcp virtual inactivity-timeout 3600
backend-server 1 tcp server inactivity-timeout 3600
backend-server 1 type initiation
service abc1-s1-ac.abc.ota
type ssl-init
ip address 10.129.66.132
protocol tcp
port 1414
slot 3
keepalive type none
active
owner siteX
content abcv1-abc-http.vipac.ota
protocol tcp
vip address 155.231.49.50
port 1414
add service abc1-s1-ac.abc.ota
active

Unfortunately not - we just tried that by making the local address one that is on the CSS local interfaces.
We also swopped the vip to make sure that it was definitely on the inbound side in case that makes a difference.
The symptoms are that the client gets a connection to the port/1414 of the service which immediately gets terminated without an attempt to set up the ssl backend connection.
So now we have
Client-->tcp/1414-->vip on the client side-tcp/1414->service ip on the outbound side-->backend server on the outbound side-tcp/443->out from CSS to remote
ssl-proxy-list ssl-list
backend-server 1
backend-server 1 ip address 155.231.49.50 (on the CSS outside i/face)
backend-server 1 port 1414
backend-server 1 server-ip 10.129.66.132 (the remote machine)
backend-server 1 version ssl
backend-server 1 cipher all-cipher-suites
backend-server 1 tcp virtual inactivity-timeout 3600
backend-server 1 tcp server inactivity-timeout 3600
backend-server 1 type initiation
service pabc-s1-ac.abc.sitex
type ssl-init
ip address 155.231.49.50
add ssl-proxy-list ssl-list
protocol tcp
port 1414
slot 3
keepalive type none
active
owner siteX
content pabc-abc-http.vipac.ota
protocol tcp
vip address 155.231.50.57 (on the CSS inside i/face)
port 1414
add service pabc-s1-ac.abc.sitex
active
circuit VLAN322
description "vACCESSa01"
ip redundant-vip 1 155.231.50.57 (because we have redundant css)

Similar Messages

  • ACE issue with compression when SSL Initiation is turned on?

    We currently doing an evaluation of the Cisco ACE 4710 and have some sites where the backend is Tomcat and SSL is turned on. When we set Default L7 Load-Balancing Action to Load Balance with Compression Method Deflate (I haven't tried gzip yet), requests to these sites return badly mangled stuff. Like a gif image at 7,700 bytes comes back as a 7 bytes file, even default should only try compression on text/*.
    Has anyone seen a similar issue?

    It turned out the problem was a configuration issue and my understanding of the ACE works with compression, policies, etc.
    In conjunction with this I seemed to have found a bug in the GUI, which is also still present in A3 (2.3). I now have a default L7 policy which just set SSL Initiation to ssl client. Added another L7 policy but when looking at the virtual server afterwards the GUI doesn't show that policy.
    switch/Development# show running-config policy-map FORD-APP.PERF.AUTC.COM-l7slb
    Generating configuration....
    policy-map type loadbalance first-match F-APP.PERF.AUTC.COM-l7slb
    class default-compression-exclusion-mime-type
    serverfarm F-APP.PERF.AUTC.COM
    compress default-method deflate
    insert-http rl_client_ip header-value "%is"
    ssl-proxy client Backend
    class class-default
    serverfarm F-APP.PERF.AUTC.COM
    insert-http rl_client_ip header-value "%is"
    ssl-proxy client Backend
    See attachment with screen shot of GUI

  • SSL initiation for SMPP on ACE module

    Hi Community,
    we have a new requirement to enable a connection to a server with SMPP protocol wrapped inside a SSL channel for transport over internet. Can any one suggest if the ACE module support to do SSL initiation to secure standard SMPP (3.4) servers?
    Kind regards

    Hi,
    ACE does support SSL initiation. Please visit the below link for details. Ace also supports SSL termination and End-to-End SSL.
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/ssl/guide/initiate.html
    Regards,
    Kanwal

  • ACE SSL Initiation - no check of server cert?

    SW 3.0(0)A1(4)
    I've configured SSL initiation and noticed that a successful session is established despite no valid root CA cert installed on the ACE.
    Does client SSL just work regardless without any cert validation?

    this is currently how it works.
    It will change in version 2.0
    Gilles.

  • ACE SSL initiation via Proxy server (squid)

    Hi,
    is it possible to configure ACE with SSL initiation if the connection goes via http/https proxy (squid) ?
    I mean local host is requesting http://xyz.com, ACE doing SSL and requesting https://xyz.com, not directly but via http/https proxy server (squid).
    Thanks

    Hi Ryszard,
    Yes, ACE can initiate SSL traffic and maintain SSL connection. So in SSL initiation ACE will act as a CLIENT receiving clear text HTTP traffic at the front end and sending traffic encrypted over the backend.
    For more details please visit the below link and let me know if you have any questions.
    http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/ssl/guide/sslgd/initiate.html#wp1010343
    Regards,
    Kanwal

  • ACE ssl initiation

    Have done ssl init on the CSS before.
    It can be easily configured to present a client cert to the remote end like a browser would.
    I can't see how this is done on the ACE.
    Do I just apply an authgroup referring to the client cert in the ssl proxy configuration ?

    Hi,
    For SSL intiation ACE shall act as a client. So you will define a SSL-Proxy and just bind it with the policy map.
    Below config is for end-to-end SSL but look at bold part that is for SSL initiation and here is the link for your reference.
    access-list allow_all line 10 extended permit ip any any
    probe http KEEPALIVE-WEBS
      description Test for Webs Servers
      interval 15
      passdetect interval 30
      request method head url /ping.jsp
      expect status 200 200
    parameter-map type ssl ssl_ciphers
      cipher RSA_WITH_RC4_128_MD5
      cipher RSA_WITH_RC4_128_SHA
      cipher RSA_WITH_DES_CBC_SHA
      cipher RSA_WITH_AES_128_CBC_SHA
      cipher RSA_WITH_AES_256_CBC_SHA
    rserver host WEB001
      description Web Servers
      ip address 10.0.130.253
      probe KEEPALIVE-WEBS
      inservice
    rserver host WEB002
      description Web Servers
      ip address 10.0.130.252
      probe KEEPALIVE-WEBS
      inservice
    rserver host WEB003
      description Web Servers
      ip address 10.0.130.254
      probe KEEPALIVE-WEBS
      inservice
    rserver redirect OLD_SITE_REDIR
      webhost-redirection
    https://www.newsite.com 301
      inservice
    ssl-proxy service SERVER_SSL
      key www-server.key
      cert www-server.crt
      ssl advanced-options ssl_ciphers
    ssl-proxy service CLIENT_SSL
       ssl advanced-options ssl_ciphers
    serverfarm redirect REDIRECT
      rserver OLD_SITE_REDIR
        inservice
    serverfarm host VIP-WWW-443
      description servers-for-https
      rserver WEB001 443
        inservice
      rserver WEB002 443
        inservice
      rserver WEB003 443
        inservice
    serverfarm host VIP-WWW-80
      description servers-for-www
      rserver WEB001 80
        inservice
      rserver WEB002 80
        inservice
      rserver WEB003 80
        inservice
    sticky http-cookie wwwservers WWW-P80
      cookie insert
      timeout 720
      replicate sticky
      serverfarm VIP-WWW-80
    sticky http-cookie wwwservers WWW-P443
      cookie insert
      timeout 720
      replicate sticky
      serverfarm VIP-WWW-443
    class-map type http loadbalance match-all CLA7REDIR
      2 match http url http://www.oldsite.com/.*
    class-map type http loadbalance match-all CLA7WWW
      2 match http url http://www.newsite.com/.*
    class-map match-any VIP-P443
      2 match virtual-address 10.0.128.211 tcp eq https
    class-map match-any VIP-P80
      2 match virtual-address 10.0.128.211 tcp eq www
    policy-map type loadbalance first-match VIP_SERVER_P443
      class CLA7REDIR
        serverfarm REDIRECT
      class CLA7WWW
        sticky-serverfarm WWW-P443
        ssl-proxy client CLIENT_SSL
    policy-map type loadbalance first-match VIP_SERVER_P80
      class class-default
        sticky-serverfarm WWW-P80
    policy-map multi-match WWW_LB
      class VIP-P80
        loadbalance vip inservice
        loadbalance policy VIP_SERVER_P80
        loadbalance vip icmp-reply active
        loadbalance vip advertise active
      class VIP-P443
        loadbalance vip inservice
        loadbalance policy VIP_SERVER_P443
        loadbalance vip icmp-reply active
        loadbalance vip advertise active
        ssl-proxy server SERVER_SSL
    interface vlan 128
      ip address 10.0.128.15 255.255.255.0
      access-group input allow_all
      service-policy input WWW_LB
      no shutdown
    interface vlan 130
      ip address 10.0.130.15 255.255.255.0
      access-group input allow_all
      no shutdown
    ip route 0.0.0.0 0.0.0.0 10.0.128.1
    Regards,
    Kanwal

  • SSL Connection Configuration between Apache and Weblogic 8,1

    I'm currently using Apache web server as a front end server for Weblogic server 8.1 and now i' facing some configuration problem to setting up the SSL connection between this 2 server. When i open my web application page, it shows
    Failure of Server Apache bridge
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    and my proxy.log shows:
    Thu Nov 03 09:36:41 2011 <182413202842013> INFO: SSL is configured
    Thu Nov 03 09:36:41 2011 <182413202842013> INFO: SSL configured successfully
    Thu Nov 03 09:36:41 2011 <182413202842013> Using Uri /favicon.ico
    Thu Nov 03 09:36:41 2011 <182413202842013> After trimming path: '/favicon.ico'
    Thu Nov 03 09:36:41 2011 <182413202842013> The final request string is '/favicon.ico'
    Thu Nov 03 09:36:41 2011 <182413202842013> SEARCHING id=[ebwdsk298.ebworx.com:7002] from current ID=[ebwdsk298.ebworx.com:7002]
    Thu Nov 03 09:36:41 2011 <182413202842013> The two ids matched
    Thu Nov 03 09:36:41 2011 <182413202842013> @@@FOUND...id=[ebwdsk298.ebworx.com:7002], server_name=[10.122.50.218], server_port=[80]
    Thu Nov 03 09:36:41 2011 <182413202842013> attempt #0 out of a max of 5
    Thu Nov 03 09:36:41 2011 <182413202842013> general list: trying connect to '10.122.50.48'/7002/7002 at line 2696 for '/favicon.ico'
    Thu Nov 03 09:36:41 2011 <182413202842013> New SSL URL: match = 0 oid = 22
    Thu Nov 03 09:36:41 2011 <182413202842013> Connect returns -1, and error no set to 10035, msg 'Unknown error'
    Thu Nov 03 09:36:41 2011 <182413202842013> EINPROGRESS in connect() - selecting
    Thu Nov 03 09:36:41 2011 <182413202842013> Setting peerID for new SSL connection
    Thu Nov 03 09:36:41 2011 <182413202842013> 0a7a 3230 5a1b 0000 .z20Z...
    Thu Nov 03 09:36:41 2011 <182413202842013> Local Port of the socket is 2121
    Thu Nov 03 09:36:41 2011 <182413202842013> Remote Host 10.122.50.48 Remote Port 7002
    Thu Nov 03 09:36:41 2011 <182413202842013> general list: created a new connection to '10.122.50.48'/7002 for '/favicon.ico', Local port:2121
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Host]=[10.122.50.218]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Connection]=[keep-alive]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Accept]=[*/*]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Accept-Encoding]=[gzip,deflate,sdch]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Accept-Language]=[en-US,en;q=0.8]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs from clnt:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.3]
    Thu Nov 03 09:36:41 2011 <182413202842013> URL::sendHeaders(): meth='GET' file='/favicon.ico' protocol='HTTP/1.1'
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Host]=[10.122.50.218]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Accept]=[*/*]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[User-Agent]=[Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Accept-Encoding]=[gzip,deflate,sdch]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Accept-Language]=[en-US,en;q=0.8]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.3]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Connection]=[Keep-Alive]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[WL-Proxy-SSL]=[false]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[WL-Proxy-Client-IP]=[10.122.50.48]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[Proxy-Client-IP]=[10.122.50.48]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[X-Forwarded-For]=[10.122.50.48]
    Thu Nov 03 09:36:41 2011 <182413202842013> Hdrs to WLS:[X-WebLogic-Force-JVMID]=[unset]
    Thu Nov 03 09:36:41 2011 <182413202841921> INFO: No session match found
    Thu Nov 03 09:36:41 2011 <182413202842013> INFO: No CA was trusted, validation failed
    Thu Nov 03 09:36:41 2011 <182413202841921> INFO: DeleteSessionCallback
    Thu Nov 03 09:36:41 2011 <182413202842013> ERROR: SSLWrite failed
    Thu Nov 03 09:36:41 2011 <182413202842013> SEND failed (ret=-1) at 789 of file ../nsapi/URL.cpp
    Thu Nov 03 09:36:41 2011 <182413202842013> *******Exception type [WRITE_ERROR_TO_SERVER] raised at line 790 of ../nsapi/URL.cpp
    Thu Nov 03 09:36:41 2011 <182413202842013> Marking 10.122.50.48:7002 as bad
    Thu Nov 03 09:36:41 2011 <182413202842013> got exception in sendRequest phase: WRITE_ERROR_TO_SERVER [os error=0,  line 790 of ../nsapi/URL.cpp]: at line 3078
    Thu Nov 03 09:36:41 2011 <182413202842013> INFO: Closing SSL context
    Thu Nov 03 09:36:41 2011 <182413202842013> INFO: Error after SSLClose, socket may already have been closed by peer
    Thu Nov 03 09:36:41 2011 <182413202842013> Failing over after WRITE_ERROR_TO_SERVER exception in sendRequest()
    Can anyone tell me what should i do in order to correct this error? Your help is kindly appreciate!!! Please~

    1) Is the managed server up?
    2) from apache server are you able to bind the managed server port?
    3) can you pls send the weblogic ssl configuration?

  • Error while initial configuration of ESR

    Dear All
    I have installed CE7.1 SP3 and ESR. I am doing the initial configuration of the ESR and following the Installation Guide - SAP Netweaver Composition Environment 7.1 SP3 - Developer Edition
    I am in the configuration wizard of the nwa and trying to configure 'Configuration of ESR in CE'.
    I am getting one error, the log is below.
    Can anyone tell me the way out and how can I insall CE7.1SP3 successfully on my system
    The log is Error:
    ClientServerException exception:Import failed: Internal error
    during pvc call: Version management was unable to execute the
    last action because a temporary internal lock has been set.
    com.sap.aii.utilxi.misc.api.ResourceException: Import failed:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.transport.impl.utils.PvcUtils.throwRootCa
    use(PvcUtils.java:86)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:82)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvc
    Import(RepPvcTransport.java:94)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.pvcImport(TransportServiceImpl.java:789)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importZippedStream(TransportServiceImpl.java:868)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importXiStream(TransportServiceImpl.java:672)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.executeM
    ETHOD_ID_WRITE_VERSIONSET(CmsHmiMethods.java:513)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.process(
    CmsHmiMethods.java:128)
    at
    com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(Hmi
    sServiceImpl.java:167)
    at
    com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.ja
    va:212)
    at
    com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImp
    l.java:98)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationCont
    ext.proceedFinal(RequestInvocationContext.java:43)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTr
    ansition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource
    .invoke(Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Stateles
    sInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.jav
    a:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Security
    Check.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Exceptio
    nTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChai
    nsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvoca
    tionHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy2405_10002.process(Unknown Source)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:331)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:238)
    at
    com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(H
    misInternalClient.java:70)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletI
    mpl.java:532)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletI
    mpl.java:670)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.runServlet(FilterChainImpl.java:163)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:82)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.Authenticat
    ionFilter.doFilter(AuthenticationFilter.java:124)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:74)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.run
    Servlet(HttpHandlerImpl.java:425)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.han
    dleRequest(HttpHandlerImpl.java:289)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:376)
    at
    com.sap.engine.services.servlets_jsp.filters.ServletSelector.pr
    ocess(ServletSelector.java:85)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.servlets_jsp.filters.ApplicationSelecto
    r.process(ApplicationSelector.java:160)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.WebContainerInvoker.
    process(WebContainerInvoker.java:67)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.ResponseLogWriter.pr
    ocess(ResponseLogWriter.java:60)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.DefineHostFilter.pro
    cess(DefineHostFilter.java:27)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.MonitoringFilter.pro
    cess(MonitoringFilter.java:29)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.server.Processor.chainedRequ
    est(Processor.java:309)
    at
    com.sap.engine.services.httpserver.server.Processor$FCAProcesso
    rThread.run(Processor.java:222)
    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(SingleThr
    ead.java:152)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.
    java:247)
    Caused by:
    com.sap.aii.ib.server.propagation.XIPropagationException:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.create
    FromException(XIPropagationException.java:67)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.aii.ib.server.pvcadapt.PvcTransactionControlProxy.invok
    e(PvcTransactionControlProxy.java:79)
    at $Proxy2571_10002.importXiContent(Unknown Source)
    at
    com.sap.aii.ib.server.propagation.Propagator.importXiContent(Pr
    opagator.java:92)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:65)
    ... 69 more
    Caused by: com.sap.aii.utilxi.misc.api.BaseException: Internal
    error during pvc call: Version management was unable to execute
    the last action because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.wrapRa
    wException(XIPropagationException.java:150)
    ... 79 more
    Caused by:
    com.sap.aii.ib.server.pvcadapt.lockmgr.XiLockDeniedException:
    Version management was unable to execute the last action
    because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .createLockDeniedException(TransactionalLockManager.java:187)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .requestLock(TransactionalLockManager.java:86)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.CentralLockManager.reque
    stLock(CentralLockManager.java:113)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableBlobTransientC
    lass.lockPropagatableBlob(PropagatableBlobTransientClass.java:1
    10)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.getEx
    clusiveLock(PropagatableProvider.java:644)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setDa
    ta(PropagatableProvider.java:574)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:821)
    at
    com.tssap.dtr.pvc.objectpers.Propagator.import_(Propagator.java
    :104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:233)
    ... 77 more
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process
    Thanks & regards

    Hi,
    Steps to be configiured after tnstalling CE 7.1 and ESR  in NWA
    1. Initial setup of Functional unit SLD
    2. Configuration of Services Registry Webservice Destinations
    3. then follow the step of Configuration of ESR.
    make sure the above steps are successful.
    Actually even I have got the same error but whoile trying the same steps it worked fine.
    Hope this helps.
    Regards,
    Gopinath M.
    Edited by: Gopinath Myneni on Feb 12, 2008 3:12 PM
    Edited by: Gopinath Myneni on Feb 12, 2008 3:16 PM

  • Error while configuring initial configuration of ESR

    Dear All
    I am continuously facing problem while doing the post installation steps for ‘Configuration of ESR in CE’.
    Here is the log trace attached. Please go through it and tell me the correct way.
    I am using the TechEd’07 DVD for the CE7.1 and downloaded ESR SP03 from SMP.
    This is the error that I am getting when the execution reaches to 97%.
    I am doing the initial configuration of the ESR and following the Installation Guide - SAP Netweaver Composition Environment 7.1 SP3 - Developer Edition
    I am in the configuration wizard of the nwa and trying to configure 'Configuration of ESR in CE'.
    I am getting one error, the log is below.
    Can anyone tell me the way out and how can I insall CE7.1SP3 successfully on my system
    The log is Error:
    ClientServerException exception:Import failed: Internal error
    during pvc call: Version management was unable to execute the
    last action because a temporary internal lock has been set.
    com.sap.aii.utilxi.misc.api.ResourceException: Import failed:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.transport.impl.utils.PvcUtils.throwRootCa
    use(PvcUtils.java:86)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:82)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvc
    Import(RepPvcTransport.java:94)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.pvcImport(TransportServiceImpl.java:789)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importZippedStream(TransportServiceImpl.java:868)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importXiStream(TransportServiceImpl.java:672)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.executeM
    ETHOD_ID_WRITE_VERSIONSET(CmsHmiMethods.java:513)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.process(
    CmsHmiMethods.java:128)
    at
    com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(Hmi
    sServiceImpl.java:167)
    at
    com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.ja
    va:212)
    at
    com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImp
    l.java:98)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationCont
    ext.proceedFinal(RequestInvocationContext.java:43)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTr
    ansition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource
    .invoke(Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Stateles
    sInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.jav
    a:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Security
    Check.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Exceptio
    nTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChai
    nsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvoca
    tionHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy2405_10002.process(Unknown Source)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:331)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:238)
    at
    com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(H
    misInternalClient.java:70)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletI
    mpl.java:532)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletI
    mpl.java:670)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.runServlet(FilterChainImpl.java:163)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:82)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.Authenticat
    ionFilter.doFilter(AuthenticationFilter.java:124)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:74)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.run
    Servlet(HttpHandlerImpl.java:425)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.han
    dleRequest(HttpHandlerImpl.java:289)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:376)
    at
    com.sap.engine.services.servlets_jsp.filters.ServletSelector.pr
    ocess(ServletSelector.java:85)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.servlets_jsp.filters.ApplicationSelecto
    r.process(ApplicationSelector.java:160)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.WebContainerInvoker.
    process(WebContainerInvoker.java:67)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.ResponseLogWriter.pr
    ocess(ResponseLogWriter.java:60)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.DefineHostFilter.pro
    cess(DefineHostFilter.java:27)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.MonitoringFilter.pro
    cess(MonitoringFilter.java:29)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.server.Processor.chainedRequ
    est(Processor.java:309)
    at
    com.sap.engine.services.httpserver.server.Processor$FCAProcesso
    rThread.run(Processor.java:222)
    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(SingleThr
    ead.java:152)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.
    java:247)
    Caused by:
    com.sap.aii.ib.server.propagation.XIPropagationException:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.create
    FromException(XIPropagationException.java:67)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.aii.ib.server.pvcadapt.PvcTransactionControlProxy.invok
    e(PvcTransactionControlProxy.java:79)
    at $Proxy2571_10002.importXiContent(Unknown Source)
    at
    com.sap.aii.ib.server.propagation.Propagator.importXiContent(Pr
    opagator.java:92)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:65)
    ... 69 more
    Caused by: com.sap.aii.utilxi.misc.api.BaseException: Internal
    error during pvc call: Version management was unable to execute
    the last action because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.wrapRa
    wException(XIPropagationException.java:150)
    ... 79 more
    Caused by:
    com.sap.aii.ib.server.pvcadapt.lockmgr.XiLockDeniedException:
    Version management was unable to execute the last action
    because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .createLockDeniedException(TransactionalLockManager.java:187)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .requestLock(TransactionalLockManager.java:86)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.CentralLockManager.reque
    stLock(CentralLockManager.java:113)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableBlobTransientC
    lass.lockPropagatableBlob(PropagatableBlobTransientClass.java:1
    10)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.getEx
    clusiveLock(PropagatableProvider.java:644)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setDa
    ta(PropagatableProvider.java:574)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:821)
    at
    com.tssap.dtr.pvc.objectpers.Propagator.import_(Propagator.java
    :104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:233)
    ... 77 more
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process
    Thanks & regards

    Dear Rathish
    Thanks for the reply and forwarding the problem to the developemnt team.
    As I mentioned that the execution of the ESR failed when it reaced to 97%.
    The error was it was not able to find some ..xi.. component and if you go to the log you will find that (come to the end in the log i.e. mentioned above)
    " Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process "
    And also I am following one help from 'http://help.sap.com/saphelp_nwesrce/helpdata/en/46/b3a7d01b475a62e10000000a11466f/frameset.htm' and they say that you will have the 'zero admin template'.
    But when I go to 'Configuration Management > Infrastructure > Java System Properties
    In the template I can see 3 things and theya are:
    1. instance_development
    2. CE_Complete_Stack_development_full
         ID43799
    3. CE_Composition_Environment_development_full
    and there is no zero admin template as given in the help that I getting from the above guide.
    I think this is the issue (missing zero admin template)
    I got this from the SMP but dont know when and how to deploy to CE.
    Can you please help me in this.
    Thanks & regards
    Vivek

  • Please can someone help me out. I initial configure my bluetooth stereo ear piece with my iphone 4 and it was working but I mistakenly forget the bluetooth device and I cannot reconfigure it again with my iphone 4.

    please can someone help me out. I initial configure my bluetooth stereo ear piece with my iphone 4 and it was working but I mistakenly forget the bluetooth device and I cannot reconfigure it again with my iphone 4?

    place the device in pairing mode and re-pair.
    If you don't know how to do this, go to the manufacturer's website and download the user guide for your device.

  • Error occurring in SOLMAN Initial Configuration

    I have installed Solution Manager 7.0 EHP-1 on a Windows 2003 64-bit server.
    Using u201CClient =001u201D transaction SOLMAN_SETUP, I performing the Initial Configuration, During that time I got below errors.
    Server Details :- 
             Server name = sapsolman
             SYSID        = SOM
             Database     = SQL
    Error -1
               Runtime Errors  UNCAUGHT_EXCEPTION
               Exception       CX_FQDN
    I resolve by myself  by adding u201Cicm/host_name_full = sapsolman.cpt.comu201D in parameter end as well as with u201CC:\WINDOWS\system32\drivers\etc\hostsu201D , and proceeding further with Initial Configuration.
    Error -2
    When I am creating SOLMAN_ADMIN  user I got below error
    1- Business Partner 0000000101 successfully created for user SOLMAN_ADMIN
    2- Role assignment to user SOLMAN_ADMIN Changed
    3- User SOLMAN_ADMIN Sucessfully Created
    4- u201C The selected templates do not contain any authorization data  u201C      <----- Error
    Error -3
                   Next step in Initial Configuration returns the following error:
    System SOM does not exist      <----- Error
    E::000                                       <----- Error
    Kindly give solutions for Errors 2nd & 3rd ASAP.

    Hello,
    FQDN referes to Fully Qualified Domain Name - and this would indicate the FQDN has not been set in RZ10
    parameter icm/Host_name_full has not been equated to the fully qualified Domain name of the server.
    Is SOM and SID of a System? Has it been declared in SMSY?
    Seems you may have some IMG activities left to do in SPRO...have you configured your BC Sets? Have you enabled HTTP Services, etc, etc?
    Regards,
    Paul

  • Cannot find "Initial Configuration" in NWA

    Hello,
    I have installed NW 7.1 PI, I'm following the document called "Installation Guide - SAP NetWeaver Process Integration 7.1 on Windows: MS SQL Server".
    In the Post Installation section there is the item, saying that I need to logon to NWA with the j2ee_admin user and the master password and choose Configuration Management -> Scenarios -> Configuration Wizard -> Initial Configuration (dropdown menu) -> NetWeaver Initial Setup; and choose Start.
    However when I log on http://win03-sap:50200/nwa I can see only the following menus at the top:
    System Management  | Analysis | Deploy and Change
    Overview  | Administration  | Monitoring  | Configuration
    But there is no "Configuration Management" and neither "Deploy and Change" nor "Configuration" contain Scenarios and Configuration Wizard.
    Question: Do I have some wrong version of Installation Guide or wrong version of NWA? Please advise where to get the updated Installation Guide, or where I should navigate to complete the Post Installation steps for PI usage.
    System parameters:
    SAP System ID: SP2
    SAP Instance: 02
    Central System with PI usage
    Thanks a lot in advance!

    Hi,
    Are you sure you have installed PI? Because from your NWA description, you are not looking at PI NWA, you are looking at regular NW 7.0 NWA. Make sure you have PI usage type installed and you can do that by going to http://<host>:<port>/utl/UsageTypesInfo
    You should see atleast these usage types:
    SAP NetWeaver 2007  PI  PI  Process Integration 
    SAP NetWeaver 2007  AS  AS Java  Application Server Java 
    SAP NetWeaver 2007  AAS  AS ABAP  Application Server ABAP 
    i'm not sure if you used wrong media to do the installation, but it doesnt sounds like PI got installed. Did you select SAP Netweaver Process Integration 7.1 from the sapinst menu?

  • Solution Manager - initial configuration

    Lance,
    I apologize before hand, I think I am missing something simple or I am clueless right now, Here is my situation-
    I am walking through the IMG steps of setting up solution Manager. I already in have in place the SNC SAProuter connection operational to SAP.
    SAPOSS connection is confirmed working.
    I have gone to Tx DSWP, maintained the S- user for SAP support, and it connects and logs on, also re-entered the password and saved it to make sure it is working.
    I have made sure the user I am using has the sap_suppdesk_admin role 
    When I go to SPRO and select initial configuration, it creates the admin and communication users, however when I put in the S-ID which I have it comes back with the following error message
    “error creating communication to SAP Service and Support”
    If I go to Tx SLG1, I get the error below
    "read the documentation about the function module" SR (RFC Utilities)
    Now I have done the same steps in client 001 and 100 which I created from 000 and user auth from 001. 
    I am just not able to get it to connect, the one thing I know is when I go to Tx AISUSER, I can put in a user but no contact person (s-id), I see a no. of posts in the forum about this but I do not believe that’s my issue as that step is a 2 or 3 items below where I am right now.
    i have the latest patches ST 400 0011
    any ideas welcome

    E::000 basically means that the system is trying to show an error message "000" from a specific error message set.This problem is caused by a program error. If the authorization check fails, no relevant error message is displayed.
    have you created any system by the name SM1 in SMSY?
    Regards,
    Rajeev

  • Implementation & initial configuration of  SolMan 4.0

    Hello ALL,
    I am new to Solution Manager. I know the functionalities and the basic steps like defining the project, system landscape, assigning team members etc.
    I have been asked to help with implementation and initial configuration of SAP's Solution Manager 4.0
    we are doing a brand new implementation, making this requirement mandatory.  I need assistance in determining what SM4 can do for us in our particular circumstances and guidance in configuration of communication between systems.  I need  guidance in establishing the communication between each of the systems and SM, determining appropriate thresholds for warning, development of automatic notification of problems (email, or perhaps even auto pages). We will also want to evaluate the pros and cons of using solution manager for change management.
    Our R/3 system is at WAS 6.20 and running on MS SQL Server 2005.  Solution Manager will be installed on it's own dedicated server, which we have built and loaded with the OS.  We have Solution Manager 4 DVDs and the prerequisite WAS 6.40, Netweaver 2004s disks.  We currently have development, QAS and production R/3, ESS Portal and Business Warehouse (BI).  we also have a standby production server.  All will need to be monitored using Solution Manager 4.
    Can anyone help me how to go about with initial implementation and configuration. Appreciate your answers.
    Thanks
    Vom

    Hello Vom,
    For me the better information source for a beginner is service.sap.com/rkt-solman, there is very good iTutor under the 4 different user roles that will help you with satellites connection configurations, use of the different scenarios of solman.
    For configuring the selected escenarios the best is in SOLMAN->spro read the step documentation.
    Also alias solutionmanager->Media Library->Documentation and Technical papers will give you more extra information.
    Best regards,
    Dolores

  • SM 7.0 EHP1 SR1 - solman_setup initial configuration - No execute authority

    I am performing the initial configuration step of SOLMAN_SETUP, when I receive the error below.
    Error: E 002 No execute authority
    Step: Get ABAP System Info
    This occurs when I click the "Start J2EE Configuration" button on the J2ee Configuration screen(Step 3).  This opens another browser window, where I enter the solman_admin user that was created in an earlier step.  On the first screen, I enter the   
    Solution Manager Administrator(solman_admin), J2EE Administrator(j2ee_admin) user/password, as well as the password for the Technical Users (SLDDSUSER, etc).
    The script then starts and stops on step 5 of 118, with the error shown above.  Below is the output from the link provided on the error window.  It is not clear to me, what execute authority is missing and for which user.  Any suggestions on where to look for further details about this error, or possible solutions would be appreciated.  Thanks.
    InvokeService:Get ABAP System Info
    Library: sap.com/tc~lm~config~bs
    SourcePath ./com_sap_sld70x_scenario_simulate/process/process_2/S_TCC_LMCFG_LIB_GET_SYSINFO_Minimal
    Time 2011/03/22 at 12:41:32
    WSDL service/NW/AbapServer/S_TCC_LMCFG_LIB_GET_SYSINFO_Minimal.wsdl
    Destination
    <Destination name="ABAPHost" subtype="message" type="JCOConnection"> <JCOConnection><host>SUZUKI</host><user>SOLMAN_ADMIN</user><password>% secure content %</password><sysnr>00</sysnr><sapnr>001</sapnr><lang>en</lang></JCOConnection></Destination> 
    Destination parameters
    user : SOLMAN_ADMIN
    password : % secure content %
    host : SUZUKI
    sysnr : 00
    client : 001
    language : en
    function name: S_TCC_LMCFG_LIB_GET_SYSINFOInput
    <Input/>  
    InvokeService- Result: Error
    Duration:734 ms
    SourcePath./com_sap_sld70x_scenario_simulate/process/process_2/S_TCC_LMCFG_LIB_GET_SYSINFO_Minimal
    Refresh Env. Messages: false
    Output
    <S_TCC_LMCFG_LIB_GET_SYSINFOOutput xmlns:system="http://sap.com/ctc/systeminfo"> <CLIENTS/> <SAPRL/> <LOGSYS/> <LOGSYSTEXT/> <SID/> <OPSYS/> <RETURN> <BAPIRET2> <TYPE>E</TYPE> <ID>SCTC_API</ID> <NUMBER>002</NUMBER> <MESSAGE>No execute authority</MESSAGE> <LOG_NO/> <LOG_MSG_NO>000000</LOG_MSG_NO> <MESSAGE_V1/> <MESSAGE_V2/> <MESSAGE_V3/> <MESSAGE_V4/> <PARAMETER/> <ROW>0</ROW> <FIELD/> <SYSTEM>SMXCLNT001</SYSTEM> </BAPIRET2> </RETURN> <CLIENT/> <COMPONENTS/> </S_TCC_LMCFG_LIB_GET_SYSINFOOutput>
    Regards,
    Russel Robbins

    Thanks to all for the suggestions.
    I first reviewed note 1451426, but the changes discussed in that note, were already present in my system.
    I then performed a trace while repeating the error, but I did not find any trace output (at first).  I then added SAP_ALL and SAP_NEW to users SOLMAN_ADMIN and J2EE_ADMIN (just in case), and repeated the initial configuration step.  After adding these profiles, the step completed successfully.
    One additional note, after reviewing the trace information closer, I did find the failing object that was causing the issue originally (see below).  This occurred for user SOLMAN_ADMIN.  The other option would have been to add this object/value to one if the roles in use, as Ragu had suggested. 
    S_CTC      RC=4  ACTVT=16;
    Also, I noticed that in the trace, the only users reported were SOLMAN_ADMIN, SAPJSF and SLDAPIUSER, so the profiles were definitely not needed for user J2EE_ADMIN.
    Thanks again for the suggestions from everyone.
    Regards,
    Russel

Maybe you are looking for

  • Report Generation Toolkit 1.01 and broken arrow

    Hi, I desperately need help because I need to build my application tomorrow morning for our production department and have trouble with the report toolkit. I am aware of your knowledge base entry regarding this problem. I already deinstalled and rein

  • Cannot move or copy Projects or Events to external drive

    Short version: I have a project that I have been working on for a few months. Now that it's burned off to DVD, I want to store the whole thing on an External (Seagate) drive, in case I want to come back to it later. (For now, it's just sucking up spa

  • Displaying a selected range within bar chart

    ok, it's a bit hard to explain, but - I've got a chart that is bound to an dual-slider hSlider control which controls the min and max values of each axis. The problem I am having is that when the slider is set to display a range that is lower than th

  • Unit of measurement conversion 1 role to ___ CM

    Hi, again a question regarding conversion : i've got 1 role that equals to 250.000 cm . base unit of measurement is CM and it can't be changed. 0.00001 to 25 is als o not possible. I know there are lots of threads on this topic but i can't find a sol

  • Phone Gap Build in DW is gone

    In case you haven't heard yet, the link to Phone Gap build in DW is deprecated. From now on, go directly to the Phone Gap Build web site. See link below for details: Dreamweaver Help | Packaging web applications as native mobile applications with Pho