Auto installation of Web instance or server

The issue is to create web instance or add server thru command line but not thru web forms in iplanet web server on solaris machine.
If you look at the /opt/iplanet/webservers/bin/https/admin/bin directory. And type ./install.
Then it will give the syntax of adding an serverid with a different port etc like the web interface that comes with iplanet. I was trying this and could not get the instance creation, as well I was getting the error as mentioned below
./install -s xyz.mydomain.in -p 9007 -i srini -u username -d $a
Segmentation Fault - core dumped
where $a is the variable with the document root.
Anybody who has already implemented this can they get back to me as its very critical to me. If the method that i have mentioned is not correct, can somebody out there can tell me how to go about.
Srinivas

All, Thanks for replying
Please find below answer to some of your quries.
1) Yes, This is ABAP only installation.
2) The database is oracle and the file systems on database server are as per SAP standard.
So as per Sunny,
Only way forward is to install the database instance using system copy method of back restore.
I have a mail from my senior, saying
"Normally, sapinst should sense database, SAPERP schema owner and you should be all set.
If that does not happen, as soon as sapinst pauses - so you may continue with Oracle Universal Installer in a different window
,you should STOP (abandon) the Database Instance install phase."
Here is the query.
1) "you should STOP (abandon) the Database Instance install phase."
      I am not sure how to stop OR abandon the database instnace install phase. Do anyone knows this?
Thanks fore your reply
Regards

Similar Messages

  • Installation of Database instance on server where database is already exist

    Hi All,
    We have a separate oracle database team who have copied one of the database using oracel backup restore procedure. This database is in 10g and it is working fine from oracle perspective.
    Now as a basis admin i need to install database instance using the existing database. I should not overwrite this existing database but i should attach this existing database while installation of database instace.
    I have done normal installation using sapinst and installation export but not done this type of installation as yet.
    I am not aware about which option of sapinst i should use for  installation of  database instance so that it can use the existing database without overwriting it OR if i go with normal way  will it able to catch the existing database and give me the option to attah it instead of overwriting it?
    Request you all to let me know how to go about it.
    Thanks & Regards

    All, Thanks for replying
    Please find below answer to some of your quries.
    1) Yes, This is ABAP only installation.
    2) The database is oracle and the file systems on database server are as per SAP standard.
    So as per Sunny,
    Only way forward is to install the database instance using system copy method of back restore.
    I have a mail from my senior, saying
    "Normally, sapinst should sense database, SAPERP schema owner and you should be all set.
    If that does not happen, as soon as sapinst pauses - so you may continue with Oracle Universal Installer in a different window
    ,you should STOP (abandon) the Database Instance install phase."
    Here is the query.
    1) "you should STOP (abandon) the Database Instance install phase."
          I am not sure how to stop OR abandon the database instnace install phase. Do anyone knows this?
    Thanks fore your reply
    Regards

  • Coherence*Web on GlassFish Server Issues

    Hi!
    We are using Coherence 3.7.1.8 in our application in GlassFish 3.1.2 both as application cache and for storing session data (Coherence*Web) so it can be shared between multiple EARs and App server instances. Session data sharing between EARs in the same container works fine, but when we try to share session data between application server instances the server stops responding and has to be restarted. The only thing we get on the log is this exception:
    #|SEVERE|oracle-glassfish3.1.2|com.tangosol.coherence.servlet.ParallelReapTask|_ThreadID=169;_ThreadName=Thread-2;|An exception was thrown while reaping a session.
    com.tangosol.coherence.servlet.commonj.WorkException: Work Failed.
      at com.tangosol.coherence.servlet.commonj.impl.WorkItemImpl.run(WorkItemImpl.java:167)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:722)
    Caused by: java.lang.ClassCastException: com.tangosol.coherence.servlet.SplittableHolder cannot be cast to com.tangosol.coherence.servlet.AttributeHolder
      at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readAttributes(AbstractHttpSessionModel.java:1815)
      at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readExternal(AbstractHttpSessionModel.java:1735)
      at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:2042)
      at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2346)
      at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2747)
      at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:263)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
      at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1656)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
      at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
      at com.tangosol.net.cache.CachingMap.get(CachingMap.java:491)
      at com.tangosol.coherence.servlet.DefaultCacheDelegator.getModel(DefaultCacheDelegator.java:122)
      at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.getModel(AbstractHttpSessionCollection.java:2288)
      at com.tangosol.coherence.servlet.AbstractReapTask.checkAndInvalidate(AbstractReapTask.java:140)
      at com.tangosol.coherence.servlet.ParallelReapTask$ReapWork.run(ParallelReapTask.java:89)
      at com.tangosol.coherence.servlet.commonj.impl.WorkItemImpl.run(WorkItemImpl.java:164)
      ... 3 more
    We tried to restrict the shared session data by implementing a custom SessionDistributionController, but according to the documentation, this feature requires coherence-sticky-sessions optimization to be enabled and this last one requires coherence-session-member-locking to be enabled. This led us to the following error:
    #|SEVERE|oracle-glassfish3.1.2|org.apache.catalina.connector.CoyoteAdapter|_ThreadID=202;_ThreadName=Thread-2;|PWC3989: An exception or error occurred in the container during the request processing
    java.lang.IllegalStateException: attempt to exit session VhSnfqkcwAza when it was not owned
        at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.exit(AbstractHttpSessionCollection.java:799)
        at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.exit(AbstractHttpSessionCollection.java:696)
        at com.tangosol.coherence.servlet.glassfish31.CoherenceWebSessionManager.exit(CoherenceWebSessionManager.java:536)
        at com.tangosol.coherence.servlet.glassfish31.CoherenceWebSession.unlockForeground(CoherenceWebSession.java:451)
        at org.apache.catalina.connector.Request.unlockSession(Request.java:4222)
        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:342)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)
        at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
        at java.lang.Thread.run(Thread.java:722)
    We want to know if we are missing something in our configuration. We are using com.tangosol.coherence.servlet.AbstractHttpSessionCollection$GlobalScopeController. The session-cache-config.xml file has only this item added:
            <replicated-scheme>
                <scheme-name>default-replicated</scheme-name>
                <service-name>ReplicatedCache</service-name>
                <backing-map-scheme>
                    <class-scheme>
                        <scheme-ref>default-backing-map</scheme-ref>
                    </class-scheme>
                </backing-map-scheme>
            </replicated-scheme>
            <class-scheme>
                <scheme-name>default-backing-map</scheme-name>
                <class-name>com.tangosol.util.SafeHashMap</class-name>
            </class-scheme>
    Any help or light would be greatly appreciated. Thanks in advance.

    Depending on the version of WebLogic (which unfortunately I cannot remember off of the top of my head), you don't have to use the installer, because WebLogic has added built-in Coherence*Web support. Have you checked the WebLogic documentation for using Coherence*Web?
    Peace,
    Cameron Purdy | Oracle Coherence
    http://coherence.oracle.com/

  • J2ee in 620 Web AS  Dialog server is not coming up

    Hi all,
    We have installed new 620 WEB AS  dialog server  in same host as CI ,  Installtion completed successfully i am not able to see the ports and j2ee in SMICM.. it showing as True for J2ee configured  but ports are not there and J2ee operational is False..
    I have checked the sapinst    for prots file and able to see them ..
    I am giving the dev_disp & dev_w17 trace files info below/
    Please suggest  .....
    Thanks,
    Subhash.G
    Dev_disp.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    trc file: "dev_disp", trc level: 1, release: "640"
    Wed Jan  6 17:59:41 2010
    kernel runs with dp version 131(ext=102) (@(#) DPLIB-INT-VERSION-131)
    length of sys_adm_ext is 312 bytes
    sysno      07
    sid        UWX
    systemid   370 (SUN on SPARC CPU with Solaris 2.2)
    relno      6400
    patchlevel 0
    patchno    139
    intno      20020600
    make:      single threaded, ASCII, 64 bit
    pid        19525
    ***LOG Q00=> DpSapEnvInit, DPStart (07 19525) [dpxxdisp.c   1098]
         shared lib "dw_xml.so" version 139 successfully loaded
         shared lib "dw_xtc.so" version 139 successfully loaded
         shared lib "dw_stl.so" version 139 successfully loaded
         shared lib "dw_gui.so" version 139 successfully loaded
         shared lib "dw_mdm.so" version 139 successfully loaded
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >uxgfdv11_UWX_07                         <
    DpShMCreate: sizeof(wp_adm)          15408     (856)
    DpShMCreate: sizeof(tm_adm)          77455488     (15488)
    DpShMCreate: sizeof(wp_ca_adm)          444400     (88)
    DpShMCreate: sizeof(appc_ca_adm)     444400     (88)
    DpShMCreate: sizeof(comm_adm)          1728000     (432)
    DpShMCreate: sizeof(vmc_adm)          0     (504)
    DpShMCreate: sizeof(wall_adm)          (560040/862312/80/104)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: ffffffff6f800000, size: 81516600)
    DpShMCreate: allocated sys_adm at ffffffff6f800000
    DpShMCreate: allocated wp_adm at ffffffff6f8018d8
    DpShMCreate: allocated tm_adm_list at ffffffff6f805508
    DpShMCreate: allocated tm_adm at ffffffff6f805530
    DpShMCreate: allocated wp_ca_adm at ffffffff741e35b0
    DpShMCreate: allocated appc_ca_adm at ffffffff7424fda0
    DpShMCreate: allocated comm_adm_list at ffffffff742bc590
    DpShMCreate: allocated comm_adm at ffffffff742bc5a8
    DpShMCreate: allocated vmc_adm_list at ffffffff744623a8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at ffffffff744623d0
    DpShMCreate: allocated wall_adm at ffffffff744623d8
    Wed Jan  6 17:59:42 2010
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    EsIUnamFileMapInit: ES base = 0xfffffffd58c00000
    EsStdInit: Extended Memory 8192 MB allocated
    <ES> 2047 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 19529
      argv[0] = /usr/sap/UWX/D07/j2ee/cluster/dispatcher/go
      argv[1] = go
      argv[2] = -DCONNECT_PORT=47851
      argv[3] = -DLISTEN_PORT=47852
      argv[4] = -DSAPSYSTEM=07
      argv[5] = -DSAPSYSTEMNAME=UWX
      argv[6] = -DSAPMYNAME=uxgfdv11_UWX_07
      argv[7] = -DSAPPROFILE=/usr/sap/UWX/SYS/profile/UWX_D07_uxgfdv11
      argv[8] = -DFRFC_FALLBACK=ON
      argv[9] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE dispatcher node
    DpJ2eeStart: j2ee state = STARTED
    Wed Jan  6 17:59:49 2010
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( uxgfuwx) [dpxxdisp.c   9977]
    DpStartStopMsg: send start message (myname is >uxgfdv11_UWX_07                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    DpJ2eeLogin: j2ee state = CONNECTED
    Release check o.K.
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    MBUF state ACTIVE
    Wed Jan  6 17:59:50 2010
    DpModState: change server state from STARTING to ACTIVE
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Dev_w17
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    rc file: "dev_w17", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M
    M sysno      07
    M sid        UWX
    M systemid   370 (SUN on SPARC CPU with Solaris 2.2)
    M relno      6400
    M patchlevel 0
    M patchno    139
    M intno      20020600
    M make:      single threaded, ASCII, 64 bit
    M pid        19613
    M

    M Wed Jan  6 17:59:49 2010
    M  ***LOG Q01=> tskh_init, WPStart (Workproc17 1 19613) [thxxhead.c   1146]
    M  calling db_connect ...
    C  Got ORACLE_HOME=/oracle/UWX/102_64 from environment
    C  got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPUWD's password
    C  Connecting as /@UWX on connection 0 (nls_hdl 0) ... (dbsl 640 221106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1  104f33560  104f3c540  104f3bed8
    C  Attaching to DB Server UWX (con_hdl=0,svchp=104f3be08,svrhp=104f3e2e8)
    C  Starting user session (con_hdl=0,svchp=104f3be08,srvhp=104f3e2e8,usrhp=104f47d80)
    C  Now '/@UWX' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPUWD's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Close user session (con_hdl=0,svchp=104f3be08,usrhp=104f47d80)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPUWD/<pwd>@UWX on connection 0 (nls_hdl 0) ... (dbsl 640 221106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1  104f33560  104f3c540  104f3bed8
    C  Starting user session (con_hdl=0,svchp=104f3be08,srvhp=104f3e2e8,usrhp=104f47d80)
    C  Now 'SAPUWD/<pwd>@UWX' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  DB instance UWX is running on uxgfdv11 with ORACLE version 10.2.0.4.0 since JAN 06, 2010, 14:59:54
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20100106 175949 uxgfdv11       
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif
    I  MtxInit: 17 0 0
    M  SHM_PRES_BUF               (addr: fffffffd50c00000, size: 45000000)
    M  SHM_ROLL_AREA          (addr: fffffffd48800000, size: 134217728)
    M  SHM_PAGING_AREA          (addr: fffffffd40400000, size: 134217728)
    M  SHM_ROLL_ADM               (addr: ffffffff77b42000, size: 2672386)
    M  SHM_PAGING_ADM          (addr: ffffffff6f600000, size: 656416)
    I  Profile configuration error detected, use temporary corrected setup
    I  Shared Pool 40: ipc/shm_psize_40 = 642000000 (too small)
    I  Shared Pool 40: (smaller than min requirement 685904088)
    I  Shared Pool 40: (estimated size assumed 690000000)
    M  ThCreateNoBuffer          allocated 352144 bytes for 1000 entries at fffffffd17004000
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 7440 bytes (50 server) at ffffffff6f500000
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 17 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 17, WP_CNT = 18, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: fffffffd0a800100, size: 200000000, end: fffffffd166bc300)
    B  dbtbxbuf: Buffer TABLP (addr: fffffffd09400100, size: 20480000, end: fffffffd0a788100)
    B  dbexpbuf: Buffer EIBUF (addr: fffffffcff400108, size: 163840000, end: fffffffd09040108)
    B  dbexpbuf: Buffer ESM   (addr: fffffffcfec00108, size: 4194304, end: fffffffcff000108)
    B  dbexpbuf: Buffer CUA   (addr: fffffffd3a652108, size: 5120000, end: fffffffd3ab34108)
    B  dbexpbuf: Buffer OTR   (addr: fffffffcfe400108, size: 4194304, end: fffffffcfe800108)
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Wed Jan  6 17:59:50 2010
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1053234a0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at fffffffd3ab38060
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at fffffffd3ab386d8
    S    using messages for server info
    S  size of spec char cache entry: 165024 bytes (timeout 100 sec)
    S  size of open spool request entry: 1184 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Fragment Size too small: 73 MB, reducing # of fragments
    A  System page size: 8kb, total admin_size: 11328kb, dir_size: 11272kb.
    A  Attached to PXA (address fffffffcebc00000, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=fffffffd5911e000 leng=20938752 end=fffffffd5a516000)
    A  >> Shm MMADM area (addr=fffffffd5933e9c0 leng=144960 end=fffffffd59362000)
    A  >> Shm MMDAT area (addr=fffffffd59364000 leng=18554880 end=fffffffd5a516000)
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 1
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC abap/SIGCHILD_default not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    A  Hotpackage version: 54
    M  ThrCreateShObjects          allocated 18772 bytes at ffffffff5ae00000
    N  SsfSapSecin: putenv(SECUDIR=/usr/sap/UWX/D07/sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is /usr/sap/UWX/SYS/exe/run/libsapcrypto.so .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    W  =================================================
    W  === ipl_Init() called
    W    ITSP Running against db release 620!
    W    ITSP Disable Kernel Web GUI functionality
    W  === ipl_Init() returns 2, ITSPE_DISABLED: Service is disabled (sapparam)
    W  =================================================
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:640.00]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B   prefer_union_all    =   0,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          =SBCS / <none>:-,
    B   use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    S  using action cache size 20 (prof=20)
    S  creating spool memory service RSPO-ACTIONS at fffffffd3ab3d5e8
    S  catch mode for rspo_rperf disabled

    L Wed Jan  6 18:01:09 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:07:09 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:13:09 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:18:10 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:24:10 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:30:10 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    L Wed Jan  6 18:36:10 2010
    L  Auto-Deletion of spool requests: Disabled, note 498668

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Dear Subhash,
    If your Ci is running then http://hostname:port should give you a start page, but if you login to perticular new instane with http://new host:new port and if this is returning some error then we can categorize as we have problem in new instance.
    Can you please paste .out logs from your work dir for new instance.
    and chek the memory settings according to following notes:
    Note 696410 - Java VM settings for EP6 on J2EE 6.20
    729178 - Java VM setting for applications running on J2EE Engine 6.20
    634689 - Central Note for Memory Issues, SAP J2EE Engine 6.20
    And specify your system configuration as well ..
    Regards
    Shailesh

  • Error in installation of Central Instance in Windows Cluster with Oracle

    Hi!
    If I try to continue with the installation of Central Instance of Cluster I get the following error:
    The java load in database <sid>/<server> has already been configured. 
    Solution: remove the schema and load it with a new load before you run this installation
    Can some one tell me how to proceed?
    Thank you very much!
    Regards
    Thom

    Thom,
         Did you figure this one out?
    Thanks
    S.

  • SAP R/3 4.7 INSTALLATION ON WIN-2000 ADVANCED SERVER.

    Hello!
    IS THERE ANYONE WHO CAN HELP ME?????????
    Dear, plz. Give me the steps for sap r/3 installation on win 2000 advanced server.
    I am not having password for sap community market place.
    So, iam not able to get the steps for installation I AM HAVING THE FOLLOWING CD'S
    1) SAP 4.7 GUI
    2) JAVA
    3) SAP KERNEL
    4) ORACLE 9.2.1-  3 CD'S
    5) SAP EXPORT-  7 CD'S
    Plz. Help me in this.plz.mail me on my      ID-  [email protected]
    Thanks & regards,
    Sandeep Chaudhary
    m-09312406060
    0129-3260483,4120483

    how come you have the cds and no access to sapnet? strange....
    basically these are the steps:
    -> install win 2k server
    -> check for all hardware and software requirements (needed for sap installation)
    -> install oracle server 9.2 and the appropriate patchset (being 9.2.0.8 at the time) and the interim patches (opatch)
    -> install sap central instance using sapinst (you will be asked for the different cds such as java, kernel etc.)
    -> install sap database instnace using sapinst (you will be asked for the different cds such as java, kernel etc.)
    -> apply post-installation steps
    but: without the installation guide and the relevant sapnotes it will be difficult to succeed....get access to sapnet asap!
    GreetZ, AH

  • XI 3.0 Installation Problem: no central managment server running

    Hi, I am totally new to BO our company just purchased the application and I have installed XI 3.0 on one of our server. I have setup the DB and the installation finished successfully. However I can't find CMS anywhere on the server. It seems like all the other XI 3.0 components are there Business view manager, central configuration manager, etc. they are all in the program list.
    The only thing I didn't install is Tomcat. In Central configuration Manager ther Server Intelligence Agent is running. When I try to connect to the server in Business view Manager I receive the following error "The system servername cannot be contacted, but there is no Central Managment Server running at port 6400."
    During the installation for "Web Application Server" part I checked the "other" option since I want to use IIS. I have a feeling I need to do some type of post configuration for IIS? Where do I perform this?
    Our setup is:
    Window Server 2003 SP2 with all the latest window updates
    The latest XI 3.0 (I downloaded it from the product page)
    My questions are:
    1. Does XI work with IIS at  all?
    2. Do I need to install Tomcat and run some kind of connector to have IIS work?
    3. What am I missing for my XI 3.0 it seem the core component is missing (CS)?
    Edited by: Amy Williams on Sep 24, 2008 11:18 AM
    Moved from Xcelsius forum to BOE Administration

    Hi Allan,
    In answer to your questions - XI 3.0 does not have an IIS interface right now.  You will need to install a java application components in order to access the end user interface for viewing reports (InfoView), the report viewers, the web services and SDKs and the management console (CMC).  The easiest way to do this is to choose the default Tomcat components in the installation and work from there.
    If you left everything else as default, then you will have all the necessary application components installed to get the system up and running.  It may just be that your CMS has not started for some reason.  Try stopping and restarting the Server Intelligence Agent (SIA) in the Central Config Manager (CCM) - found in the Start/Programs/Business Objects group.
    Once started, try clicking on the "Manage Servers" icon of the CCM (the one with a server and a check mark on it).  This should allow you connect to the system and see which servers have started.  IF you cannot connect, the next step would be to check the windows Event Log.  See if the CMS service started OK.  If it didn't the log should provide you with more information, which you can post here for further assistance.
    If it did, and you still cannot connect, you may need to review your network firewall settings and/or your DEP status (see the properties panel for My Computer, choose the Advanced tab, select the Performance settings button, then the Data Execution Prevention tab).
    Happy hunting.
    Derek.

  • Best practice for auto update flex web applications

    Hi all
    is there a best practice for auto update flex web applications, much in the same way AIR applications have an auto update mechanism?
    can you please point me to the right direction?
    cheers
    Yariv

    Hey drkstr
    I'm talking about a more complex mechanism that can handle updates to modules being loaded into the application ect...
    I can always query the server for the verion and prevent loading from cach when a module needs to be updated
    but I was hoping for something easy like the AIR auto update feature

  • How to setup Web Proxy within Server Admin utility?

    Hi. We currenlty use the Web function within the Server Admin utility for all our web hosting applications running on Snow Leopard server. Recently we had a vendor create a website application which needs a proxy setup in order work. According to them, we need a proxy to 127.0.0.1:8000 for the site. At the moment, they manually edited the .config file for the website to edit the proxy settings which consequently caused the Web function within Server Admin to stop functioning properly as I found a website stating that if a config file is manually edited outside of the Server Admin, the Web function will not function properly. The error message I got was "Uncaught exception raised in Web client-side plugin".
    The .config file which was manually edited is as such:
    <VirtualHost **.**.**.***:**>
        ServerAdmin [email protected]
        ServerName demo.segmentthis.com
        ServerAlias demo.segmentthis.com
        ProxyRequests off
        <Proxy *>
    Order deny,allow
    Allow from all
        </Proxy>
        <Location />
    ProxyPass http://localhost:8000/
    ProxyPassReverse http://localhost:8000/
        </Location>
    </VirtualHost>
    I supposed my question is, is there a way to edit the proxy within the Web function of Server Admin instead of manually editing the config file?
    I hope that made some sense but if not, please let me know and I will try to elaborate a bit more.
    Thank you very much for your help!

    Your question here appears related to or a continuation of this previous question — is this the case?
    Based on the previous posting, whatever information you're receiving from the vendor support folks appears rather garbled or confused, particularly based on that "The vendor mentioned that we need to route the DNS and get it working (forwarded) on port 80 and I'd tend to avoid them." comment over there.
    I'd ask the vendor for documentation and details (as on its face, a requirement for this proxy seems, well, somewhat questionable), but yes, you're probably in the Apache config files here, and probably using overrides and .htaccess if the site is low-volume, as that'll keep the changes isolated for testing.
    Out of curiousity, is this proxy project part of an attempt to get this package to accessible, but without the vendor actually having the package running on port 80?  (Got a pointer to the package?  We can check the docs, and see if we can translate the installation requirements into something useful on OS X Server.)
    Are you running 10.5 or 10.6?  Both are pretty old releases.

  • Seperate instances of server class for authentication

    I'd like to implement some form of authentication in my server class. I thought about adding a few login routines and while the client hasn't authenticated itself all calls to functions other than the login stuff will throw Exceptions.
    However, as I understand from the (in my opinion chaotic documentation and tutorial) every UnicastRemoteObject class is instanced only once and after that every client will use a threaded version of that same class instance... This would mean that if one client logs in, all clients log in as the object doesn't distinguise between clients.
    So I either need a way to instance the server class for every client or (perhaps even more graceful) use a Login class that spawns a server class as soon as the login has been accepted.
    Unfortunately I can't find anything on the web or the forums about this (lotsa problems like mine but either unanswered or different enough to be less than helpful).

    I'd like to implement some form of authentication in
    my server class. I thought about adding a few login
    routines and while the client hasn't authenticated
    itself all calls to functions other than the login
    stuff will throw Exceptions.
    However, as I understand from the (in my opinion
    chaotic documentation and tutorial) every
    UnicastRemoteObject class is instanced only once and
    after that every client will use a threaded version
    of that same class instance.No, you can have as many instances as you like but you have to start with a single object which is bound into the Registry. What you are after is a Session pattern like this:
    public interface Login extends Remote
      Session login(String credentials) throws RemoteException;
    public interface Session extends Remote
    /// ... whatever you want
    then a singleton instance of LoginImpl is bound to the registry, the client retrieves it, tries to get a Session by logging in. The implementation of login() just looks like this:
    public Session login(String credentials) throws RemoteException
    // check credentials, RemoteServer.getClientHost() &c:
    if not acceptable throw new AccessException();
    // otherwise
    return new SessionImpl(credientials);
    }Easy as pie.

  • I need to change our installation of Webi 6.5 to use SSL

    I've got a 4-yr-old Webintelligence 6.5.1 installation that currently does not use SSL.  Our customer has requested that we add a certificate and use SSL and I'm wondering where to start.  We are using Weblogic 8.1 as the web server.
    Any help is appreciated.
    Thanks
    Kevin Yeatts

    Hi Kevin,
    Sounds like you want to enable SSL between the client machine and the Web/Java Application server.  This is considered third party configuration and the conversation can be quite lengthily depending on what the business requirements are.  I have used this document in the past to setup WebLogic with SSL here: [http://e-docs.bea.com/wls/docs81/secmanage/ssl.html].
    If you are looking to use SSL communications between the 6.5 Business Objects processes then you are out of luck as that does not exist until the XI and greater versions of the product.
    David.

  • How to create a web instance in weblogic?

              Dear All,
              I want to know how to create a web instance in weblogic server?
              Furthermore , where can i get more info. about the weblogic
              server , including how to use those examples pages provided from
              weblogic server, sampling of procedure to config each service ,
              e.g EJB , JSDB , JTA , etc., .
              thanks,
              chris
              

    Read the new JSP1.1 and servlet 2.2 specific for more information on
              this. You can deploy several jsp files in a single war file on a server.
              -- Prasad
              chris lee wrote:
              > Dear Prasad Peddada
              > Thank you for your helpful information.
              > I've read the page you have mentioned, I want to know
              > if I've serval pages written in jsp, how should I do if I
              > want to access those pages under the weblogic server?
              > Furthermore, Does the 'applicantion' mention in the paragraph
              > is the web instance I mentioned before?
              >
              > Thanks,
              > chris
              >
              > Prasad Peddada <[email protected]> wrote:
              > >http://edocs.beasys.com/wls/docs60/index.html
              > >
              > >-- Prasad
              > >
              > >chris lee wrote:
              > >
              > >> Dear All,
              > >> I want to know how to create a web instance in weblogic
              > >server?
              > >> Furthermore , where can i get more info. about the weblogic
              > >> server , including how to use those examples pages provided
              > >from
              > >> weblogic server, sampling of procedure to config each
              > >service ,
              > >> e.g EJB , JSDB , JTA , etc., .
              > >>
              > >> thanks,
              > >> chris
              > >
              Cheers
              - Prasad
              

  • Installation of Dialog Instance (DI)

    Hello gurus,
    My main goal is install an ABAP Dialog Instance (DI) on a diferent host/server than the Central Instance (CI) is installed!
    We have an ECC 6.0 ABAP + JAVA (ABAP is non-unicode) on Windows Server 2003 x64 with SQL Server 2008 and we need a dialog instance (application server) to distribute SAP workload! I know that is possible to install a dialog instance on the same physical server with database server where is already installed the central instance... but what we want is simple, is install it not in the same server but on separate machine/server. We already have the other server that will be for the dialog instance, this is a Windows Server 2003 but this is a x32 bits!! (Is there any problem with this? It´s possible install a dialog instance in x32 bits server?!)
    Other question... before installation of dialog instance I have to install a database? or a client database which will comunicate with main database on central instance / server ? If so, I don´t know but it is possible to install a database client SQL Server 2008 on Windows Server 2003 that runs X32 bits ?? I guess not... only SQL versions 2000 / 2005 isn´t it?
    So, when I read the installation guide of SAP ERP 6.0 SR3 I only find there a short reference to Dialog Instance Installation and that is in fact a very little reference to this process! For instance, in this guide there is a reference to a dialog instance installation such a MSCS landscape...:
    You have to install at least one dialog instance for MSCS. You have the following options to install the dialog instance:
    ... but we don´t want install it in MSCS (cluester) because we don´t have a cluster configuration between this two windows servers and besides that we don´t want to have it!!
    We only want install a Dialog Instance in an existing Central Instance between two windows servers in same network!
    Can you help me to clarify this questions...?
    Thanks in advance,
    Best regards,
    João Dimas - Portugal

    Many thanks Matt Kangas,
    Now I can understand with more clarity some things...!!
    What I have to do is run the master installation DVD in future server that it will have the dialog instance... as I said that is a X32 server and so I have to run the master installation for X32 (ERP 6.0 SR3), isn´t it?
    Other thing Matt... when you warn me for the distribution kernel executables... what do you meant? I've never seen a system with both instances (CI and DI) installed, but this two will share the kernel files?
    Regarding database client... I only have install the SQL Server software on dialog instance server/machine!! But I think I will find a problem... this is a X32 machine so I think (correct me if I´m wrong) that is impossible to install SQL Server 2008 in X32 machines, it only supports X64 bits, if so it´s possible with other SQL version, like 2005 (SP3)? As I said, the database in CI machine/server is installed on version SQL Server 2008, so there is some problem in having a diferent client database version installed on DI server/machine (X32)?
    Best regards,
    João Dimas - Portugal

  • Legacy java app & Web Logic App Server

    Hi,
    We have a legacy java application that we like to provide an EJB layer
    for.
    The legacy application provides a servelet interface, event queues, our
    own
    JDBC Conn Pools, etc...
    Can we integerate legacy java code into the Web Logic App Server? That
    is,
    we like to use the Weblogic's api's for servelets and JDBC conn pools.
    We would also
    like to use the clustering feature to provide failover. Also, our
    application creates bunches of
    threads. Do we need to rewrite this code to use Weblogics thread
    creation techniques?
    If this cannot be done,
    another option would be to provide an EJB layer where the entity beans
    would map to
    elements in the legacy application using our own version of the
    connector.
    Then the app server would only encapsulate the EJB
    layer. Could we still use your JDBC Conn Pools and other services in
    the java legacy app?
    Still the problem with this solution is that we can't use your
    clustering scheme around our legacy app,
    or can we?
    Any help would be appreciated.
    -- tony

    It can even be a standard production scenario if you want to run Oracle Portal 11g on a single box. The single sign-on part typically requires you to install an AS 10g SSO server which co-exists with other components such as WebLogic server.
    Notice that there is a sharp division between everything which is inherit from the old OAS, the so-called instance components, typically started with OPMN and the new WLS stuff.

  • BO XI 3.1 Cluster Installation - 1 Web Tier + 2 Application Servers + 1 DB

    Hi Guys,
    This is the first time I am doing a Cluster installation of BO XI 3.1.
    Here's the scenario :
    1. We have Server-1 as - Web-Tier
    2. Server 2 + Server 3 - Cluster Installation.
    3. SQL DB Server.
    The step 3 above is done.
    Now my confusion is what options should I select when doing the Server 2 + 3 installation. Do I select the Web Application Servers when it asks me to install TomCat5.5 or should I say deploy on existing. If I say deploy then it asks me for the server directory which is obviously not on the current server. Or should I skip that as my belief is that web-tier is installed on Server1.
    How does the whole thing work ? Is it that the web part goes to Server1 and the rest is shared between server2+3.
    Can someone plz. throw some light on the above installations ?
    Thanks to all,

    You can simple do two full installations and then configure App Server and DB.
    1. Full install BO services on server 1 including MySQL and Tomcat
    2. Full install BO services on server 2 including MySQL and Tomcat
    3. Stop SIA on server 1 and specify CMS datasource to your DB
    4. Stop SIA on server 2 and specify CMS datasource to the same DB (specifying multiple CMS to the same datasource essentially make them in the same cluster)
    5. Install Web Tier on Server 3
    In the end, you can disable MySQL and Tomcat services on both server 1 and server 2
    Hope this helps.
    Robin

Maybe you are looking for

  • Getting Error While Transporting object

    Hi Experts, While Releasing the Transport Request Im getting the Following error how can i resolve it, Not all objects in the request could be locked. Do you want to release them anyway? Awaiting for your replies. Thanks Vijay.R

  • Change Protected Attribute - E-recruiting default the sender E-mail Address

    Hi Experts, I am trying to modify the me->sender->emai_address with some default value at the staringof the method as an implicit enhancement in IF_HRRCF_CHANNEL_MAIL~SEND_DOCUMENT in CL_HRRCF_CS_DOC_CAT_SF_SUPER. As SENDER is an Protected attribute

  • XE and OFA

    Why is OFA (techinique invented by Oracle) left in this version? It is a little bit strange to see directory structure like this!

  • Not fit for the purpus it was sold for. Can I canc...

    I started a contract last monththe 40  Gig a month I used the bt tool thing to help me chose how much download allowance I would need it recommendation was the 40 gig one so I got it . At the rate I have been using it I will use about 60 gig a month

  • How to call initial screen from Sm30 screen back button

    Hi All, I have written a program to call SM30 transaction using BDC method.The values entered on initial screen of report are being passed on to SM30 screen through BDC . As per selection criteria inserted on screen only those particular entries are