Initializing Configurator session thru CIO

Hi,
I am looking for a 'sample java code' to understand how to initialize Configurator session thru CIO.
I did go thru the 'Oracle Configurator Extensions and Interface Object Developer’s Guide' , but the sample code provided over there is too simple.
I am looking for something more, a sample code which can help me understand how to 'choose options', 'populate value' thru the CIO.
Akhil

Akhil,
I have an example of working with initializing a Configurator session. In my first example, I started by doing all of the java within a JSP. Eventually, I was able to put the java into specific classes and call these classes and methods from a JSP. In my scenario, the JSP was the vehicle for launching the application, but it is not required. I am sure you can do the same from a pure-java program as well.
An example of the important Java aspects that were used are listed below:
//Set some default variable values
String dbcFileName = "<path to DBC file>";
CIO cio;
Context context;
String errMessage = "No errors";
IRuntimeNode rootNode = null;
Configuration cfg = null;
//set the context and create the cio object
context = new CZWebAppsContext(dbcFileName);
cio = new CIO(); // Create shared global CIO
// Create the ConfigParameters object and set non-default parameters
int modelId = 34272620;
String lineId = "155184891"; //used to pass oe line id as client_line
ConfigParameters cp = new ConfigParameters(modelId);
java.util.Calendar modelLookupDate = Calendar.getInstance(); //current date and time
//start the configuration using the cio object previously created
try {
  cp.setModelLookupDate(modelLookupDate);
  cp.addUserParam("client_line", lineId);
  cfg = cio.startConfiguration(cp, context);
  rootNode = (IRuntimeNode)cfg.getRootBomModel();
} catch (Exception e) {
  errMessage = e.getMessage();
//This part was important.  For some reason, when you launch the model, the ROOT node is NOT selected as we would normally expect
//This part of the code will select the top/root node of the configuration.
String exceptionOutput = "no errors";
if (rootNode instanceof StateNode) {
     StateNode stateRootNode = (StateNode)rootNode;
     try {
          ConfigTransaction tr = cfg.beginConfigTransaction();
          stateRootNode.setState(IState.UTRUE);
          cfg.commitConfigTransaction(tr);
     } catch (Exception e) {
          exceptionOutput = "Exception Encountered: " + e.getMessage();
//Here you can now begin side-affecting the model using your standard CIO calls (eg. set values, select options, etc.).  Be sure to use Config Transactions.
//I have noticed that if you have CXs that you want to execute at the end of the configuration, you will need specifically tell the config object to execute the event.
//I don't recall exactly how this was called, but it should be documented in the JavaDoc or in the CX Guide.
//Now we have to close out the session
String errMessageB = "No errors";
long configHdrId = 0;
long configRevNbr = 0;
boolean configValid = false;
boolean configComplete = false;
try {
  cfg.saveNew();
  configHdrId = cfg.getConfigHeaderIdLong();
  configRevNbr = cfg.getConfigHeaderRevisionLong();
  configValid = cfg.isValid();
  configComplete = cfg.isComplete();
  cio.closeConfiguration(cfg);
  context.releaseJDBCConnection();
  context.free();
} catch (Exception e) {
  errMessageB = e.getMessage();
}Edited by: JasonBatzlaff on Nov 20, 2012 7:33 AM

Similar Messages

  • Dialog queue Standstill after applying Java Initial configuration

    Hi All,
    I am installing NW 7.11 PI and after running Java Initial configuration with j2ee_admin user  the system is not starting anymore.
    On SAP MMC I notice the "message server connected ok"  message and java process is starting.
    Then it stops and I see message "Dialog queue standstill" and the system stops.
    I can start oracle without issues but when I run R3trans -d I get Ora 1017 error.
    I checked all notes regarding this error (400241, 1410573, etc) but no luck. I can connect to orace using  sapsr3/<password>/@<SID> without issues.  But on trans.log file I see the message that OPS$ can not connect even if I reset the password to default "sap".
    It seems to me that tje problem is related to some issue with the Java instance but am not sure.
    Please can any body help me out ?
    Thanks and best regards,
    Joao

    Hi Pranay,
    In fact not. The abap instance is also stopped. BTW, it is on Windows 2008 and oracle 11.2.
    When I stat the instances on sapmmc, i see on process list the disp+work.exe running, the message server connection ok and it tries to start the AS Java. Then I got that message "Dialog queue standstill"and then it stops.
    I can not attach the complete dev_disp and dev_server0 files because they are too long.
    See part of the dev_disp  below.
    I will send the dev_server0 in another query.
    thanks very much for your help.
    Mauricio
    DEV_DISP:
    trc file: "dev_disp", trc level: 1, release: "711"
    sysno      01
    sid        DPC
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    135
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    F:\usr\sap\DPC\SYS\profile\DPC_DVEBMGS01_fordnc01
    pid        2772
    Thu Aug 11 09:16:58 2011
    kernel runs with dp version 120000(ext=118000) (@(#) DPLIB-INT-VERSION-120000-UC)
    length of sys_adm_ext is 584 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 2772) [dpxxdisp.c   1261]
         shared lib "dw_xml.dll" version 135 successfully loaded
         shared lib "dw_xtc.dll" version 135 successfully loaded
         shared lib "dw_stl.dll" version 135 successfully loaded
         shared lib "dw_gui.dll" version 135 successfully loaded
         shared lib "dw_mdm.dll" version 135 successfully loaded
         shared lib "dw_rndrt.dll" version 135 successfully loaded
         shared lib "dw_abp.dll" version 135 successfully loaded
         shared lib "dw_sym.dll" version 135 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    rdisp/dynamic_wp_check : 1
    rdisp/calculateLoadAverage : 1
    Thu Aug 11 09:17:03 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6388]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is active
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >fordnc01_DPC_01                         <
    DpShMCreate: sizeof(wp_adm)          42864     (2256)
    DpShMCreate: sizeof(tm_adm)          5796848     (28840)
    DpShMCreate: sizeof(wp_ca_adm)          64000     (64)
    DpShMCreate: sizeof(appc_ca_adm)     64000     (64)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080
    DpShMCreate: sizeof(comm_adm)          584080     (1144)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064
    DpShMCreate: sizeof(slock_adm)          156064     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=3800/16/364864/364880
    DpShMCreate: sizeof(file_adm)          364880     (80)
    DpShMCreate: sizeof(vmc_adm)          40896     (2152)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: sizeof(j2ee_adm)     3936
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000C030050, size: 7210208)
    DpShMCreate: allocated sys_adm at 000000000C030060
    DpShMCreate: allocated wp_adm_list at 000000000C0330C0
    DpShMCreate: allocated wp_adm at 000000000C0332B0
    DpShMCreate: allocated tm_adm_list at 000000000C03DA30
    DpShMCreate: allocated tm_adm at 000000000C03DA80
    DpShMCreate: allocated wp_ca_adm at 000000000C5C4E80
    DpShMCreate: allocated appc_ca_adm at 000000000C5D4890
    DpShMCreate: allocated comm_adm at 000000000C5E42A0
    DpShMCreate: allocated slock_adm at 000000000C672C40
    DpShMCreate: allocated file_adm at 000000000C698DF0
    DpShMCreate: allocated vmc_adm_list at 000000000C6F1F50
    DpShMCreate: allocated vmc_adm at 000000000C6F2000
    DpShMCreate: allocated gw_adm at 000000000C6FBFD0
    DpShMCreate: allocated j2ee_adm at 000000000C6FC010
    DpShMCreate: allocated ca_info at 000000000C6FCF80
    DpShMCreate: allocated wall_adm at 000000000C6FCFA0
    DpCommAttachTable: attached comm table (header=000000000C5E42A0/ft=000000000C5E42B0)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (10 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpFileInitTable: init table for 3800 entries
    DpSesCreateTable: created session table at 0000000002E10050 (len=161328)
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 2999 blocks reserved for free list.
    ES initialized.
    Thu Aug 11 09:17:04 2011
    Es2ResCreate: Changed resource parameters to
         filenamePrefix =
         blockSizeKB    = 1024 KB
         initialSizeMB  = 240 MB
         extendSizeMB   = 120 MB
         maxSizeMB      = 5640 MB
    DpVmcSetActive: set vmc state DP_VMC_ENABLED
    DpVmcSetActive: set vmc state DP_VMC_ACTIVE
    DpVmcInit2: o.k.
    MPI: dynamic quotas disabled.
    MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1388
      argv[0] = F:\usr\sap\DPC\DVEBMGS01\exe\jstart.EXE
      argv[1] = F:\usr\sap\DPC\DVEBMGS01\exe\jstart.EXE
      argv[2] = pf=F:\usr\sap\DPC\SYS\profile\DPC_DVEBMGS01_fordnc01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=DPC
      argv[7] = -DSAPMYNAME=fordnc01_DPC_01
      argv[8] = -DSAPPROFILE=F:\usr\sap\DPC\SYS\profile\DPC_DVEBMGS01_fordnc01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.4 3.4 4.1) [dpxxdisp.c   1648]
    ***LOG Q0K=> DpMsAttach, mscon ( fordnc01) [dpxxdisp.c   12436]
    MBUF state LOADING
    DpStartStopMsg: send start message (myname is >fordnc01_DPC_01                         <)
    DpStartStopMsg: start msg sent
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Thu Aug 11 09:17:05 2011
    CCMS: Initalized shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: AlMsUpload called by wp 1024.
    CCMS: AlMsUpload successful for F:\usr\sap\DPC\DVEBMGS01\log\ALMTTREE.DAT (1495 MTEs).
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1295]
    MBUF state ACTIVE
    DpWpBlksLow: max wp blocks in queue is 800 (80 %)
    MBUF component UP
    DpMsgProcess: 1 server in MBUF
    DpAppcBlksLow: max appc blocks in queue is 500 (50 %)
    Thu Aug 11 09:17:44 2011
    ERROR => DpHdlDeadWp: W0 (pid 4588) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W1 (pid 3296) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W2 (pid 4116) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W3 (pid 3240) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W4 (pid 4576) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W5 (pid 4456) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W6 (pid 3684) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W7 (pid 3540) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W8 (pid 3304) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W9 (pid 4068) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W10 (pid 3432) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W11 (pid 4952) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W12 (pid 4944) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W13 (pid 3588) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W14 (pid 4956) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W15 (pid 4044) died (severity=0, status=0) [dpxxwp.c     1548]
    ERROR => DpHdlDeadWp: W16 (pid 2096) died (severity=0, status=0) [dpxxwp.c     1548]
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1297
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Aug 11 09:17:54 2011
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu Aug 11 12:17:54 2011
    ========================
    Number of work processes:     17
    ========================
    No  Type      Pid    Status  Cause Start Rstr  Err Sem Time Program          Cl  User         Action                    Table
      0 DIA            -1 Ended         no    no     1   0    0                                                                       
      1 DIA            -1 Ended         no    no     1   0    0                                                                       
      2 DIA            -1 Ended         no    no     1   0    0                                                                       
      3 DIA            -1 Ended         no    no     1   0    0                                                                       
      4 DIA            -1 Ended         no    no     1   0    0                                                                       
      5 DIA            -1 Ended         no    no     1   0    0                                                                       
      6 DIA            -1 Ended         no    no     1   0    0                                                                       
      7 DIA            -1 Ended         no    no     1   0    0                                                                       
      8 DIA            -1 Ended         no    no     1   0    0                                                                       
      9 DIA            -1 Ended         no    no     1   0    0                                                                       
    10 UPD            -1 Ended         no    no     1   0    0                                                                       
    11 ENQ            -1 Ended         no    no     1   0    0                                                                       
    12 BTC            -1 Ended         no    no     1   0    0                                                                       
    13 BTC            -1 Ended         no    no     1   0    0                                                                       
    14 BTC            -1 Ended         no    no     1   0    0                                                                       
    15 SPO            -1 Ended         no    no     1   0    0                                                                       
    16 UP2            -1 Ended         no    no     1   0    0                                                                       
    Dispatcher Queue Statistics               Thu Aug 11 12:17:54 2011
    ===========================

  • 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

  • Initial configuration of ACS 5.1 for EAP authentication for Wireless clients

    Hi,
    I have set-up with below devices :
    Wireless LAN controller 5508
    LAP 3302i
    and ACS 5.1
    since i am new in ACS 5.1 configuration , I need so information to go ahead to configure ACS 5.1.
    which EAP method to use for wireless client authentication ? what is the best practice ?
    I have gone through some cisco documents and it shows that best practice is to configure PEAP but for the same , I need to install certificate in ACS server as well in client PC. is that so ?
    I have no clear picture for this certificate ?
    from where i can get this certificate or do i need to purchase this certificate separately from cisco. how to install it in ACS server ?
    I will be obliged to get atleast initial configuration for ACS 5.1 to enable the EAP method,
    I need GUI based initial configuration for ACS 5.1
    This mentioned ACS 5.1 is installed on ACS 1121 hardware appliance.

    Hi,
    which EAP method to use for wireless client authentication ? what is the best practice ?
    -> I would advise the most widely spread EAP method, which has the best ratio security/easy to deploy: PEAP with MSCHAPv2, which is available by default by all windows machines.
    I  have gone through some cisco documents and it shows that best practice  is to configure PEAP but for the same , I need to install certificate in  ACS server as well in client PC. is that so ?
    -> You will always need to install a server certificate, however, there is no need for client certificate because the authentication is based on the MSCHAP credentials exchange, not certificate based. The only requirement on the client regarding certificates is the following.
    If you want to validate the server certificate, you have to install the server certificate under the trusted CAs of the clients.
    If you do not require to trust the server certificate, you can simply disable the option of server certificate validation.
    I have no clear picture for this certificate ?
    from  where i can get this certificate or do i need to purchase this  certificate separately from cisco. how to install it in ACS server ?
    -> The server certificate can be a simple self signed certificate that you generate and install on the ACS GUI.
    Please feel free to follow this step-by-step guide on
    PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server:
    http://www.cisco.com/en/US/partner/products/ps10315/products_configuration_example09186a0080b4cdb9.shtml or in pdf
    http://www.cisco.com/image/gif/paws/112175/acs51-peap-deployment-00.pdf.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Errors solman_setup initial configuration in StartSLD Configuration step

    Getting an authentication error when trying to sign into SAP netWeaver using the solman_admin account created in the first step of the initial configuration.  I tried going back and creating another user and setting a new password but am still getting the same User authentication failed.  I am able to sign in as the J2EE_ADMIN user id here and continue the configuration but get errors on step 66 of 137 Maintain SLD data supplier user.  Error: Name or password is incorrect.  I am able to click on in the error box the Step: Maintain SLD data supplier user which takes me into the J2EE Engine Useradministration.  In here I do not see the solman_admin userid if I try to create it I get the error Current suer has user creation permissions in the UME, but cannot create users in the back-end system (data source).  The original and possibly untranslated message was: "No active writeable datasource found for the user creation, check your Persistence Configuration." 
    I do find my SLD data supplier user SLDDSUSER but am not sure what to fix here for step 66 noted above. 
    Within Abap I am able to sign in as solman_admin successfully

    As I said in my initial problem I cannot create the solman_admin in the UME.  I access the UME via   "http://cvlnxsp1.corp.cvpsnet.net:51000/webdynpro/dispatcher/sap.com/tcsecumewdumeadmin/UmeAdminApp" (J2EE Engine Useradministration)
    What role or group do I need to give the J2ee_admin id to allow me to get around the error when clicking on create user in the UME
    Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration.".
    In ABAP I have given the j2ee_admin sap_all so I am assuming there is a role or group that j2ee_admin has to have in the UME?

  • SOLMAN_SETUP - Problem in J2EE Configuration in initial configuration

    Dear All
    I am doing Initial Configuration using SOLMAN_SETUP in Solution Manager 7 EHP1 on Windows 2003.
    The 1st step, i.e. user authorizatin is complited. I have used existing user and update authorization.
    in 2nd step when I Start J2EEConfiguration, the new browser windows openwith "The page cannot be displayed".
    Thanks in advance,
    Nirav

    Hi,
    This is due to LAN setting issue in i-explore.
    Kindly open internet option in iexplore -> connection -> Lan setting -> proxy server -> Advaancd -> exception column -> Add the hostname address in address bar with starting  * < hostname address> *-> save -> try it.
    kindly revert back if u have any issue.
    Regards,
    Karthik

  • Fresh Netweaver  73 with BPM and BPR - initial configuration

    We installed a Netweaver 73 Java Only with the UT types EP, BPM&BPR, BI Java and NWDI.
    We are looking to the initial wizard configuration tool for BPM, but we did find it.
    We expect to find something like the wizard for the PI configuration.
    Beside this url where we expect to find informations does not works:
    http://help.sap.com/saphelp_nw73/helpdata/en/de/434b624d74451ca2e0faa188534118/frameset.htm
    Any suggestion  about the initial configuration step for a fresh BPM system ?
    regards

    start your configuration http://host:port/sld/fun
    it is straightforward....

  • Post Install Steps & Initial Configuration

    Hi,
    I want to confgure system monitoring on solution manager ehp1 Please tell Post Install Steps , Initial Configuration. to proceed
    Thanks,
    Shashi

    The transaction Solman_setup is not available before sp18.....it is available in EHP1 or SP18 onwards
    Hope it clarifies ur doubt
    Regards
    Prakhar

Maybe you are looking for