Startsap / sapcontrol

Hi Experts,
Is sapcontrol alternative of startsap/stopsap?
for which conditions sapcontrol -nr <> -function commands can be effectively used?
Is it possible to start database with sapcontrol command?
Thanks in advance

Hi Daniel,
STARTSAP and STOPSAP are scripts which in turn call other kernel and host programs to startup and SAP environment .
Is sapcontrol alternative of startsap/stopsap?
Not really, sapcontrol more or less is an independent program/web-service interface which is called with additional options, which themselves are C codes.
Refer: for codes and list
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60e24f7b-1ba1-2b10-c0a0-e514b855624b?QuickLink=index&…
Also, for starting database, at the backend, no sapcontrol is use.
Once you read the above document you know what function are all about.
One the script in VI or notepad and look for function call.
Regards,
Divyanshu

Similar Messages

  • Startsap error messages

    Hi,
    in a NetWeaver 7.11 CE, after SP8, at startup and shutdown there are several error message such as:
    bash-3.00$ startsap
    Checking SID Database
    WARNING: Cannot find SAP Startup Framework Java API, ignored
    WARNING: Cannot find IAIK libraries.  The started tool may have problems when op                                            ening SecureStore and connections to the Database.  The Launher will continue be                                            cause the tool might work even with the missing functionality.  In case a ClassN                                            otFoundError follows, please contact the tool developers for fix.
    setTrace: false
    J2EE Database is not available via  test
    See logfile /export/home/SIDadm/JdbcCon.log
    Running /usr/sap/SID/SYS/exe/run/startj2eedb
    Trying to start SID database ...
    Log file: /export/home/SIDadm/startdb.log
    SID database started
    /usr/sap/SID/SYS/exe/run/startj2eedb completed successfully
    Starting Startup Agent sapstartsrv
    Instance Service on host mnsun003 started
    starting SAP Instance SCS01
    Startup-Log is written to /export/home/SIDadm/startsap_SCS01.log
    /usr/sap/SID/SCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Start
    Instance on host mnsun003 started
    Starting Startup Agent sapstartsrv
    Instance Service on host mnsun003 started
    starting SAP Instance J60
    Startup-Log is written to /export/home/SIDadm/startsap_J60.log
    /usr/sap/SID/J60/exe/sapcontrol -prot NI_HTTP -nr 60 -function Start
    Instance on host mnsun003 started
    /usr/sap/SID/SYS/exe/uc/sunx86_64/startsap: !: not found
    Have you got any suggest?
    Regards.

    I'm getting the same error after applying SP08 to CE 7.1.1.  The error also happens out of stopsap.  Even worse, my bootstrap cannot communicate with the database, which I'm sure is also because it cannot access the secure store.  I can recreate just this error with the following:
    eval /usr/sap/GD5/J38/exe/sapjvm_5/bin/java -classpath /usr/sap/GD5/J38/j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart -quiet com.sap.inst.jdbc.connect.JdbcCon  /usr/sap/GD5/SYS/exe/run/jdbcconnect.jar:/usr/sap/GD5/SYS/global/security/lib/tools:/usr/sap/GD5/J38/exe/db2jcc.jar:/usr/sap/GD5/J38/exe/db2jcc_license_cu.jar:/usr/sap/GD5/J38/j2ee/cluster/bootstrap: -sec GD5:GD5 -logFile /home/gd5adm/JdbcCon.log
    WARNING: Cannot find SAP Startup Framework Java API, ignored
    WARNING: Cannot find IAIK libraries.  The started tool may have problems when opening SecureStore and connections to the Database.  The Launher will continue because the tool might work even with the missing functionality.  In case a ClassNotFoundError follows, please contact the tool developers for fix.
    setTrace: false
    I've tried several things to get it to recognize the IAIK library, which does exist in the global/security/lib/tools path
    -rw-rr    1 gd5adm   sapsys        30415 Nov 18 02:57 class_prefetch.lst
    -rw-rr    1 gd5adm   sapsys       784396 Nov 16 23:15 iaik_jce.jar
    -rw-rr    1 gd5adm   sapsys        27929 Nov 16 23:15 iaik_jsse.jar
    -rw-rr    1 gd5adm   sapsys        32037 Nov 16 23:15 iaik_smime.jar
    -rw-rr    1 gd5adm   sapsys       185330 Nov 16 23:15 iaik_ssl.jar
    drwxr-xr-x    2 gd5adm   sapsys          256 Nov 16 21:09 info
    -rw-rr    1 gd5adm   sapsys       178027 Nov 16 23:15 w3c_http.jar
    If I can't figure this out I will have to restore my system and maybe try only going up to SP07 this time.
    I've also seen several files in my kernel that are set to 555 (no write even on owner!) which really complicates patching.  I wonder if this is preventing some files from being updated, especially with sapcpe in play.

  • Qustion about sapcontrol

    Dear colleagues,
    I have a question about sapcontrol.
    sapcontrol -prot NI_HTTP -nr 00 -function Stop
    This is only stop the SAP,database is not touched ,right?
    Is there a option for sapcontrol to stop SAP and database at the same time?
    If script is needed,for AIX,where should the script be located?
    Thank you very much for your help.
    Best regards,
    Ellen

    Dear colleagues,
    Thanks a lot for your help.
    The problem is that when customer using sapcontrol -prot NI_HTTP -nr 00 -function Stop
    to stop the system,they find the database is not stopped.
    They feel strange,since as
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c4/3a6377505211d189550000e829fbbd/content.htm
    sapcontrol also trigger sapstartsrv...
    So I want to check their script.
    But no idea where they put the script,customer also don't know this....
    Start profile as below:
    SAPSYSTEMNAME = G11
    SAPSYSTEM = 00
    INSTANCE_NAME = D00
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_INSTANCE)/exe
    DIR_PROFILE = $(DIR_INSTALL)/profile
    PF = $(DIRPROFILE)/G11_D00_aqaa04
    SETENV_00 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)
    SETENV_01 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)
    SETENV_02 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)
    Copy SAP Executables
    Execute_00 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF)
    Start SCSA administration
    Execute_01 = local $(DIR_EXECUTABLE)/sapmscsa pf=$(_PF) -n
    Start application server
    DW = dw.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)
    Execute_02 = local rm -f $(_DW)
    Execute_03 = local ln -s -f $(DIR_EXECUTABLE)/disp+work$(FT_EXE) $(_DW)
    Start_Program_00 = local $(_DW) pf=$(_PF)
    Start syslog send daemon
    SE = se.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)
    Execute_04 = local rm -f $(_SE)
    Execute_05 = local ln -s -f $(DIR_EXECUTABLE)/rslgsend $(_SE)
    Start_Program_01 = local $(_SE) pf=$(_PF) -F
    Start internet graphics server
    IG = ig.sap$(SAPSYSTEMNAME)$(INSTANCE_NAME)
    Execute_06 = local rm -f $(_IG)
    Execute_07 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)
    Start_Program_02 = local $(_IG) -mode=profile pf=$(_PF)
    So I want to know 2 things
    1 can DB be stopped by using different sapcontrol option?
    2 if the stop of DB is not related with the sapcontrol option,where to check the script....
      it is also hard for me why startsap and sapcontrol use same script but sartsap will stop db via sapcontrol can not...
    Thank you very much for your help!
    Best regards,
    Ellen

  • How to find out which user has the permission to execute startsap ?

    Hi All
    How do I find out which user has the permission to execute the startsap and stopsap? Do I control the permission on those script using windows standard authorization? For example: only allow certain user have the read and write permission?
    Thank you.!
    Vincent Lo

    Well to me this is really weird question..
    <b>noone un-authorized should have access to OS on your system</b>
    If this is valid you do not need to solve problems who can and who cannot start/stop SAP, because if you want to prevent some users from shutting down the SAP you have really hard job to do - there are many ways how to kill the SAP (for example killing relevant process from task manager, killing of database, messing with services etc.) - yes, this is harmful way of stopping SAP, but we are talking about attack, right? I would contact some Windows specialist to help you disable all the ways how to harm the running SAP. But still after that - there are many files that can be modified/deleted so SAP will crash after restart - you need to protect them too, etc.
    In case you take the first assumption as granted (and you really limit access to this server) you do not need to worry who can stop or start SAP - at the other hand it may be handy to be able to start/stop SAP from other users - for this you can run the stop/start script "under different user".
    But to answer the question - to me this is question just of access control (but really never tried that myself):
    <a href="http://technet2.microsoft.com/WindowsServer/en/library/c6413717-511e-42bd-bd81-82431afe4b2a1033.mspx">Permit or restrict access to a snap-in for a domain</a> (or see other related links down there on this page)
    Please award points for useful answers.
    Thanks

  • SAP Netweaver 7.0 installation - serious issue (startsap db n4sadm)

    Hi,
    We are trying to setup SAP Netweaver 7.0 (Test Drive x-86 edition) on Fedora 12. We have successfully ran the "install.sh" file. The DB2 instance gets installed and we are able to start it as 'db2n4s' user using the 'db2start' command (we could as well stop using db2stop).
    But, we are facing issues when we start the db2 instance as prescribed by the SAP Netweaver installation guide for the following command.
    n4shost:n4sadm 52> startsap db n4shost
    Checking db6 db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    expand: write error: Broken pipe
    expand: write error
    * This is Saposcol Version COLL 20.94 700 - v2.00, Intel x86 with Linux, 2007/02/16
    * Usage:  saposcol -l: Start OS Collector
    *         saposcol -k: Stop  OS Collector
    *         saposcol -d: OS Collector Dialog Mode
    *         saposcol -s: OS Collector Status
    * Starting collector (create new process)
    saposcol on host pwc01 started
    Running /usr/sap/N4S/SYS/exe/run/startdb
    SQL1042C  An unexpected system error occurred.  SQLSTATE=58004
    Activate database failed
    R3trans connect failed
    DB startup failed
    Details of our DB2 instance
    [db2n4s@]$ ./db2licm -l
    Product name:                     "DB2 Enterprise Server Edition"
    License type:                     "CPU"
    Expiry date:                      "Permanent"
    Product identifier:               "db2ese"
    Version information:              "9.1"
    Annotation:                       "-3;(_c)"
    Features:
    DB2 Database Partitioning:        "Licensed"
    DB2 Performance Optimization ESE: "Not licensed"
    DB2 Storage Optimization:         "Licensed"
    DB2 Advanced Access Control:      "Not licensed"
    DB2 Geodetic Data Management:     "Not licensed"
    Homogeneous Federation for DB2:   "Licensed"
    DB2 Pure XML ESE:                 "Not licensed"
    Thanks,
    Sriram

    Thanks for your quick reply.
    I actually went ahead one step in the problem. Now i am getting the following message when i try to start the sap.
    n4shost:n4sadm 55> startsap db n4shost
    Warning: Could not found virtuell host in ifconfig list
    Checking db6 db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    expand: write error: Broken pipe
    expand: write error
    * This is Saposcol Version COLL 20.94 700 - v2.00, Intel x86 with Linux, 2007/02/16
    * Usage:  saposcol -l: Start OS Collector
    *         saposcol -k: Stop  OS Collector
    *         saposcol -d: OS Collector Dialog Mode
    *         saposcol -s: OS Collector Status
    * Starting collector (create new process)
    saposcol on host pwc01 started
    Running /usr/sap/N4S/SYS/exe/run/startdb
    11/10/2010 14:17:12     0   0   SQL1063N  DB2START processing was successful.
    SQL1063N  DB2START processing was successful.
    Database activated
    R3trans connect failed
    DB startup failed
    Also i did the R3trans -d and have attached the log.
    4 ETW000 R3trans version 6.14 (release 700 - 11.04.07 - 14:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 10.11.2010 - 14:19:38
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Nov 10 14:19:38 2010                              83  0.000083
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    21  0.000104
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             29  0.000133
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/N4S/SYS/exe/run/dbdb6slib.so' ...
    4 ETW000                                                                              35  0.000168
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/N4S/SYS/exe/run/dbdb6slib.so), hdl 0
    4 ETW000                                                                             191  0.000359
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/N4S/SYS/exe/run/dbdb6slib.so' loaded
    4 ETW000                                                                              21  0.000380
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/N4S/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              27  0.000407
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/N4S/SYS/exe/run/dbdb6slib.so' is "700.08", patchlevel (0.107)
    4 ETW000                                                                              85  0.000492
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/N4S/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              24  0.000516
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/N4S/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                              27  0.000543
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              18  0.000561
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              27  0.000588
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         20  0.000608
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              21  0.000629
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              25  0.000654
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '/db2/db2n4s/sqllib/lib32/libdb2.so' successfully loaded
    4 ETW000                                                                            7545  0.008199
    4 ETW000  [dev trc     ,00000]  RLIMIT_STACK: current=10485760, max=0                 40  0.008239
    4 ETW000  [dev trc     ,00000]  DB6 (DB2 UDB) UNICODE database interface 700.08 [opt]
    4 ETW000                                                                              23  0.008262
    4 ETW000  [dev trc     ,00000]  DB6 shared library (dbdb6slib) patchlevels            15  0.008277
    4 ETW000  [dev trc     ,00000]    (0.8) DB6: V8.2.2 optguidelines in OPEN SQL (note 150037)
    4 ETW000                                                                              22  0.008299
    4 ETW000  [dev trc     ,00000]    (0.8) Support of SDBUPDEXCL (note 847616)           14  0.008313
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: use export file for dbdb6slib (note 835135)
    4 ETW000                                                                              21  0.008334
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: Core in getAndBindSQLDA (note 833183)
    4 ETW000                                                                              30  0.008364
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: link dbdb6slib.dll on windows with libdb6.obj (note 761159)
    4 ETW000                                                                              22  0.008386
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: DUPLICATE_KEY on MERGE -> repeat (note 851474)
    4 ETW000                                                                              21  0.008407
    4 ETW000  [dev trc     ,00000]    (0.15) DB6: wrong CAST for short string ABAP type (note 861905)
    4 ETW000                                                                              22  0.008429
    4 ETW000  [dev trc     ,00000]    (0.17) DB6: special characters in sidadm passwd (note 865839)
    4 ETW000                                                                              21  0.008450
    4 ETW000  [dev trc     ,00000]    (0.21) DB6: no SAP_INFO comments (note 873889)
    4 ETW000                                                                              22  0.008472
    4 ETW000  [dev trc     ,00000]    (0.22) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                              20  0.008492
    4 ETW000  [dev trc     ,00000]    (0.23) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                              22  0.008514
    4 ETW000  [dev trc     ,00000]    (0.26) DB6: DB6_DBSL_CLP_COMMAND STRING_BAD_REF (note 883402)
    4 ETW000                                                                              22  0.008536
    4 ETW000  [dev trc     ,00000]    (0.27) DB6: activate value compression (note 886231)
    4 ETW000                                                                              20  0.008556
    4 ETW000  [dev trc     ,00000]    (0.28) DB6: optimization guidelines on views part 2 (note 868888)
    4 ETW000                                                                              22  0.008578
    4 ETW000  [dev trc     ,00000]    (0.30) DB6: no SQL trace for SQLCancel (note 892111)
    4 ETW000                                                                              21  0.008599
    4 ETW000  [dev trc     ,00000]    (0.33) DB6: append SAP_TA comment (note 873889)
    4 ETW000                                                                              22  0.008621
    4 ETW000  [dev trc     ,00000]    (0.34) DB6: activate value compression with quoted names (note 886231)
    4 ETW000                                                                              21  0.008642
    4 ETW000  [dev trc     ,00000]    (0.36) DB6: Repeat isolated DDL statements after SQL0911 (note 901338)
    4 ETW000                                                                              22  0.008664
    4 ETW000  [dev trc     ,00000]    (0.41) DB6: add V9 to list of supported DB2 releases (note 912386)
    4 ETW000                                                                              23  0.008687
    4 ETW000  [dev trc     ,00000]    (0.50) DB6: reread passwords for secondary connections (note 931742)
    4 ETW000                                                                              22  0.008709
    4 ETW000  [dev trc     ,00000]    (0.52) DB6: double quote table names in optguidelines (note 868888)
    4 ETW000                                                                              33  0.008742
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)
    4 ETW000                                                                              22  0.008764
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)
    4 ETW000                                                                              23  0.008787
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)
    4 ETW000                                                                              22  0.008809
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                              27  0.008836
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)
    4 ETW000                                                                              21  0.008857
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)
    4 ETW000                                                                              22  0.008879
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)
    4 ETW000                                                                              22  0.008901
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)
    4 ETW000                                                                              22  0.008923
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)
    4 ETW000                                                                              21  0.008944
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)
    4 ETW000                                                                              21  0.008965
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)
    4 ETW000                                                                              31  0.008996
    4 ETW000  [dev trc     ,00000]  Supported features:                                   16  0.009012
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                 19  0.009031
    4 ETW000  [dev trc     ,00000]  ..done                                                70  0.009101
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                            15  0.009116
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1634] CON = 0 (BEGIN)
    4 ETW000                                                                           31472  0.040588
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6( SQLConnect ): [IBM][CLI Driver] SQL30082N  Security processing failed with reason "15" ("PROCESSIN
    4 ETW000                                                                              25  0.040613
    4 ETW000  [dev trc     ,00000]  &+     G FAILURE").  SQLSTATE=08001                                                                               
    4 ETW000                                                                              23  0.040636
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              25  0.040661
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              24  0.040685
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              22  0.040707
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1634] (END)          26  0.040733
    4 ETW000  [dbdb6.c     ,00000]  *** ERROR => DbSlConnect to 'N4S' as 'sapn4s' failed
    4 ETW000                                                                              60  0.040793
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'N4S'"
    Thanks,
    Sriram

  • NW04 + MAXdb testdrive on SLES10, startsap nw4host failed

    Hi all,
    i am trying this SAP's product, i have experienced some problems,
    the first
    the installation failed because the install.sh script set the wrong path to .cshrc of nw4adm
    solution:
    copy the dvd on the hard disk then modify the install scirpt
    [code]
    update_cshrc () {
         do_redhat_specific
         vv=`find ${installed_jdk_home} -name 'libjvm.so'`
         if [ -n "$" ]; then
              vv1=`echo -e "$" | grep 'server/libjvm.so$'`
              if [ -z "$" ]; then
                   vv1=`echo -e $ | head -n 1`
              fi
              vv2=`echo -e $ | sed -e 's@/server/libjvm.so$@@g'`
              vv3=`echo -e $ | sed -e 's@/libjvm.so$@@g'`
              add_to_file "setenv LD_LIBRARY_PATH \$:$:$:/usr/lib:/lib" ~nw4adm/.cshrc
         else
              echo ""
    to-do error no libjvm.so found / inconsistent JVM installation
         fi
         add_to_file "# setenv LD_ASSUME_KERNEL 2.4.1" ~nw4adm/.cshrc
    [/code]
    without this fix the nw4adm havent the library path in its environment and the install.sh was unable to create xuser.
    but now i'm experiencing another problem, i cant start my testdrive
    [code]
    nw4host:nw4adm 7> startsap nw4host
    Checking ADA db Database
    ABAP Database is not available via R3trans
    Checking ADA db Database
    Error: java.io.FileNotFoundException: JdbcCon.log (Permission denied)
    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Starting SAP-Collector Daemon
    This is Saposcol Version COLL 20.85 04/03/01 640 - V1.12 for Linux
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    could not move /usr/sap/tmp/dev_coll to /usr/sap/tmp/dev_coll.old
    saposcol on host tron started
    Running /usr/sap/NW4/SYS/exe/run/startdb
    Trying to start database ...
    Log file: /sapmnt/home/nw4adm/startdb.log
    Database start failed
    DB startup failed
    [/code]
    this is the startdb.log
    [code]nw4host:nw4adm 8> cat /sapmnt/home/nw4adm/startdb.log
    Fri Jun 29 13:23:09 CEST 2007
    LOGFILE FOR STARTING DATABASE
    Trying to start database ...
    Fri Jun 29 13:23:09 CEST 2007
    Checking required environment variables
    SAPSYSTEMNAME is >NW4<
    Start database with xuserkey >c<
    Fri Jun 29 13:23:09 CEST 2007
    Connect to the database to check the database state
    dbmcli: connect check finished with return code: 0
    Database not available
    Fri Jun 29 13:23:09 CEST 2007
    Starting XServer
        12798  NISERVER server started.
        12902  XSERVER  started, 'X32/LINUX 7.5.0    Build 010-121-066-665'
    Fri Jun 29 13:23:09 CEST 2007
    Starting database
    Starting Database Instance...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    Opening Database...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    Fri Jun 29 13:23:18 CEST 2007
    Connect to the database to verify the database is now open
    dbmcli check finished with return code: 0
    Database start failed
    nw4host:nw4adm 9>                                    
    [/code]
    this is the JdbcCon.log
    [code]nw4host:nw4adm 12> cat JdbcCon.log
    Start: Thu Jun 28 23:55:30 CEST 2007
    Error: Couldn't connect to DB
    com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://nw4host/NW4 [Reply is garbled.].
    nw4host:nw4adm 13>       [/code]
    here some files, the owner is root
    [code]nw4host:nw4adm 13> ls -altr | grep root
    -rwxrwxr-x 1 root   root     757520 2004-04-07 22:35 dsrlib.so
    -rwxrwxr-x 1 root   root    7875161 2004-04-07 23:22 sapccmsr
    -rwxr-xr-x 1 root   sapsys   528204 2004-05-02 20:12 saposcol
    -rwxr-x--- 1 root   sapsys      107 2004-06-01 11:44 license_F1457087767
    -rwxrr 1 root   root       4730 2004-08-19 06:37 jdbcconnect.jar
    nw4host:nw4adm 14> pwd
    /sapmnt/NW4/exe
    [/code]   
    the knldia
    [code]----
    Date       Time       TID Typ MsgID Label    Message-Text
    2007-06-29 13:23:14 12059 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2007-06-29 13:23:14 12059 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2007-06-29 13:23:14 12059     12841 DIAGHIST Backup of diagnostic files is in progress
    2007-06-29 13:23:14 12059     12842 DIAGHIST Backup of diagnostic files has finished
    2007-06-29 13:23:14 12059     12769 INFO     Starting SERVERDB:      'NW4'
    2007-06-29 13:23:14 12059     12770 INFO              SERVERNODE:    'tron'
    2007-06-29 13:23:14 12059     12773 INFO              Date:          2007-06-29
    2007-06-29 13:23:14 12059     12771 INFO              Process ID:    12059
    2007-06-29 13:23:14 12059     12772 INFO              Owner:         'sdb'
    2007-06-29 13:23:14 12059     12772 INFO              Group:         'sdba'
    2007-06-29 13:23:14 12059     12781 INFO              Version:       '32BIT Kernel'
    2007-06-29 13:23:14 12059     12781 INFO              Version:       'X32/LINUX 7.5.0    Build 010-121-066-665'
    2007-06-29 13:23:14 12059     12780 INFO              DBROOT:        '/sapdb/data/wrk/NW4'
    2007-06-29 13:23:14 12059     12780 INFO              LD_LIBRARY_PATH: '/sapdb/NW4/db/lib:/sapdb/NW4/db/sap'
    2007-06-29 13:23:14 12059     12932 INFO     maximum cpu time: unlimited
    2007-06-29 13:23:14 12059     12933 INFO     maximum number of processes: 0 MB
    2007-06-29 13:23:14 12059     12891 INFO     maximum core size: 0 MB
    2007-06-29 13:23:14 12059     12892 INFO     maximum number of open files: 1024
    2007-06-29 13:23:14 12059     12934 INFO     maximum file size: unlimited
    2007-06-29 13:23:14 12059     12895 INFO     maximum number of threads: unlimited
    2007-06-29 13:23:14 12059     12935 INFO     maximum stack size: 8 MB
    2007-06-29 13:23:14 12059     12936 INFO     lockable memory size: 0 MB
    2007-06-29 13:23:14 12059     12893 INFO     maximum virtual memory size: unlimited
    2007-06-29 13:23:14 12059     12937 INFO     resident set size size: unlimited
    2007-06-29 13:23:14 12059     12894 INFO     maximum heap size: unlimited
    2007-06-29 13:23:14 12059     12898 ENVIRON  Environment dump start
    2007-06-29 13:23:14 12059     12898 ENVIRON   LESSKEY=/etc/lesskey.bin
    2007-06-29 13:23:14 12059     12898 ENVIRON   NNTPSERVER=news
    2007-06-29 13:23:14 12059     12898 ENVIRON   INFODIR=/usr/local/info:/usr/share/info:
    2007-06-29 13:23:14 12059     12898 ENVIRON    /usr/info
    2007-06-29 13:23:14 12059     12898 ENVIRON   MANPATH=/usr/local/man:/usr/share/man:/u
    2007-06-29 13:23:14 12059     12898 ENVIRON    sr/X11R6/man:/opt/gnome/share/man
    2007-06-29 13:23:14 12059     12898 ENVIRON   DIR_LIBRARY=/usr/sap/NW4/SYS/exe/run
    2007-06-29 13:23:14 12059     12898 ENVIRON   KDE_MULTIHEAD=false
    2007-06-29 13:23:14 12059     12898 ENVIRON   HOSTNAME=nw4host
    2007-06-29 13:23:14 12059     12898 ENVIRON   DM_CONTROL=/var/run/xdmctl
    2007-06-29 13:23:14 12059     12898 ENVIRON   GNOME2_PATH=/usr/local:/opt/gnome:/usr
    2007-06-29 13:23:14 12059     12898 ENVIRON   XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    2007-06-29 13:23:14 12059     12898 ENVIRON   SAPDBHOST=nw4host
    2007-06-29 13:23:14 12059     12898 ENVIRON   dbms_type=ADA
    2007-06-29 13:23:14 12059     12898 ENVIRON   HOST=tron
    2007-06-29 13:23:14 12059     12898 ENVIRON   SHELL=/bin/csh
    2007-06-29 13:23:14 12059     12898 ENVIRON   TERM=xterm
    2007-06-29 13:23:14 12059     12898 ENVIRON   PROFILEREAD=true
    2007-06-29 13:23:14 12059     12898 ENVIRON   HISTSIZE=1000
    2007-06-29 13:23:14 12059     12898 ENVIRON   XDM_MANAGED=/var/run/xdmctl/xdmctl-:0,rs
    2007-06-29 13:23:14 12059     12898 ENVIRON    vd,method=classic
    2007-06-29 13:23:14 12059     12898 ENVIRON   GTK2_RC_FILES=/etc/opt/gnome/gtk-2.0/gtk
    2007-06-29 13:23:14 12059     12898 ENVIRON    rc:/home/utente/.gtkrc-2.0-qtengine:/hom
    2007-06-29 13:23:14 12059     12898 ENVIRON    e/utente/.gtkrc-2.0:/home/utente/.kde/sh
    2007-06-29 13:23:14 12059     12898 ENVIRON    are/config/gtkrc-2.0
    2007-06-29 13:23:14 12059     12898 ENVIRON   GTK_RC_FILES=/etc/opt/gnome/gtk/gtkrc:/h
    2007-06-29 13:23:14 12059     12898 ENVIRON    ome/utente/.gtkrc:/home/utente/.kde/shar
    2007-06-29 13:23:14 12059     12898 ENVIRON    e/config/gtkrc
    2007-06-29 13:23:14 12059     12898 ENVIRON   GS_LIB=/home/utente/.fonts
    2007-06-29 13:23:14 12059     12898 ENVIRON   WINDOWID=27262983
    2007-06-29 13:23:14 12059     12898 ENVIRON   MORE=-sl
    2007-06-29 13:23:14 12059     12898 ENVIRON   DBNAME=nw4host:ADA db
    2007-06-29 13:23:14 12059     12898 ENVIRON   XSESSION_IS_UP=yes
    2007-06-29 13:23:14 12059     12898 ENVIRON   KDE_FULL_SESSION=true
    2007-06-29 13:23:14 12059     12898 ENVIRON   GROFF_NO_SGR=yes
    2007-06-29 13:23:14 12059     12898 ENVIRON   USER=nw4adm
    2007-06-29 13:23:14 12059     12898 ENVIRON   GROUP=sapsys
    2007-06-29 13:23:14 12059     12898 ENVIRON   LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:
    2007-06-29 13:23:14 12059     12898 ENVIRON    pi=40;33:so=01;35:do=01;35:bd=40;33;01:c
    2007-06-29 13:23:14 12059     12898 ENVIRON    d=40;33;01:or=41;33;01:ex=00;32:*.cmd=00
    2007-06-29 13:23:14 12059     12898 ENVIRON    ;32:.exe=01;32:.com=01;32:*.bat=01;32:
    2007-06-29 13:23:14 12059     12898 ENVIRON    .btm=01;32:.dll=01;32:.tar=00;31:.tb
    2007-06-29 13:23:14 12059     12898 ENVIRON    z=00;31:.tgz=00;31:.rpm=00;31:*.deb=00
    2007-06-29 13:23:14 12059     12898 ENVIRON    ;31:.arj=00;31:.taz=00;31:*.lzh=00;31:
    2007-06-29 13:23:14 12059     12898 ENVIRON    .zip=00;31:.zoo=00;31:.z=00;31:.Z=00
    2007-06-29 13:23:14 12059     12898 ENVIRON    ;31:.gz=00;31:.bz2=00;31:.tb2=00;31:
    2007-06-29 13:23:14 12059     12898 ENVIRON    .tz2=00;31:.tbz2=00;31:.avi=01;35:*.bm
    2007-06-29 13:23:14 12059     12898 ENVIRON    p=01;35:.fli=01;35:.gif=01;35:*.jpg=01
    2007-06-29 13:23:14 12059     12898 ENVIRON    ;35:.jpeg=01;35:.mng=01;35:*.mov=01;35
    2007-06-29 13:23:14 12059     12898 ENVIRON    :.mpg=01;35:.pcx=01;35:.pbm=01;35:.p
    2007-06-29 13:23:14 12059     12898 ENVIRON    gm=01;35:.png=01;35:.ppm=01;35:*.tga=0
    2007-06-29 13:23:14 12059     12898 ENVIRON    1;35:.tif=01;35:.xbm=01;35:*.xpm=01;35
    2007-06-29 13:23:14 12059     12898 ENVIRON    :.dl=01;35:.gl=01;35:.wmv=01;35:.aif
    2007-06-29 13:23:14 12059     12898 ENVIRON    f=00;32:.au=00;32:.mid=00;32:*.mp3=00;
    2007-06-29 13:23:14 12059     12898 ENVIRON    32:.ogg=00;32:.voc=00;32:*.wav=00;32:
    2007-06-29 13:23:14 12059     12898 ENVIRON   DESKTOP_LAUNCH=kde-open
    2007-06-29 13:23:14 12059     12898 ENVIRON   OPENWINHOME=/usr/openwin
    2007-06-29 13:23:14 12059     12898 ENVIRON   XNLSPATH=/usr/X11R6/lib/X11/nls
    2007-06-29 13:23:14 12059     12898 ENVIRON   ENV=/etc/bash.bashrc
    2007-06-29 13:23:14 12059     12898 ENVIRON   HOSTTYPE=i586-linux
    2007-06-29 13:23:14 12059     12898 ENVIRON   SESSION_MANAGER=local/tron:/tmp/.ICE-uni
    2007-06-29 13:23:14 12059     12898 ENVIRON    x/3917
    2007-06-29 13:23:14 12059     12898 ENVIRON   FROM_HEADER=
    2007-06-29 13:23:14 12059     12898 ENVIRON   PAGER=less
    2007-06-29 13:23:14 12059     12898 ENVIRON   CSHEDIT=emacs
    2007-06-29 13:23:14 12059     12898 ENVIRON   XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc
    2007-06-29 13:23:14 12059     12898 ENVIRON    /xdg/:/etc/opt/gnome/xdg/
    2007-06-29 13:23:14 12059     12898 ENVIRON   KONSOLE_DCOP=DCOPRef(konsole-3950,konsol
    2007-06-29 13:23:14 12059     12898 ENVIRON    e)
    2007-06-29 13:23:14 12059     12898 ENVIRON   MINICOM=-c on
    2007-06-29 13:23:14 12059     12898 ENVIRON   MAIL=/var/spool/mail/utente
    2007-06-29 13:23:14 12059     12898 ENVIRON   PATH=/sapdb/NW4/db/bin:/sapdb/programs/b
    2007-06-29 13:23:14 12059     12898 ENVIRON    in:/sapdb/programs/bin:/usr/lib/java/bin
    2007-06-29 13:23:14 12059     12898 ENVIRON    :.:/sapmnt/home/nw4adm:/usr/sap/NW4/SYS/
    2007-06-29 13:23:14 12059     12898 ENVIRON    exe/runU:/usr/sap/NW4/SYS/exe/run:/home/
    2007-06-29 13:23:14 12059     12898 ENVIRON    utente/bin:/usr/local/bin:/usr/bin:/usr/
    2007-06-29 13:23:14 12059     12898 ENVIRON    X11R6/bin:/bin:/usr/games:/opt/gnome/bin
    2007-06-29 13:23:14 12059     12898 ENVIRON    :/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib
    2007-06-29 13:23:14 12059     12898 ENVIRON    /mit/sbin
    2007-06-29 13:23:14 12059     12898 ENVIRON   DESKTOP_SESSION=default
    2007-06-29 13:23:14 12059     12898 ENVIRON   CPU=i686
    2007-06-29 13:23:14 12059     12898 ENVIRON   KONSOLE_DCOP_SESSION=DCOPRef(konsole-395
    2007-06-29 13:23:14 12059     12898 ENVIRON    0,session-1)
    2007-06-29 13:23:14 12059     12898 ENVIRON   INPUTRC=/home/utente/.inputrc
    2007-06-29 13:23:14 12059     12898 ENVIRON   PWD=/home/utente
    2007-06-29 13:23:14 12059     12898 ENVIRON   XMODIFIERS=@im=local
    2007-06-29 13:23:14 12059     12898 ENVIRON   JAVA_HOME=/usr/lib/java
    2007-06-29 13:23:14 12059     12898 ENVIRON   LANG=en_US.UTF-8
    2007-06-29 13:23:14 12059     12898 ENVIRON   PYTHONSTARTUP=/etc/pythonstart
    2007-06-29 13:23:14 12059     12898 ENVIRON   SAPSYSTEMNAME=NW4
    2007-06-29 13:23:14 12059     12898 ENVIRON   TEXINPUTS=:/home/utente/.TeX:/usr/share/
    2007-06-29 13:23:14 12059     12898 ENVIRON    doc/.TeX:/usr/doc/.TeX
    2007-06-29 13:23:14 12059     12898 ENVIRON   QT_SYSTEM_DIR=/usr/share/desktop-data
    2007-06-29 13:23:14 12059     12898 ENVIRON   HOME=/sapmnt/home/nw4adm
    2007-06-29 13:23:14 12059     12898 ENVIRON   SHLVL=5
    2007-06-29 13:23:14 12059     12898 ENVIRON   LESS_ADVANCED_PREPROCESSOR=no
    2007-06-29 13:23:14 12059     12898 ENVIRON   OSTYPE=linux
    2007-06-29 13:23:14 12059     12898 ENVIRON   LS_OPTIONS=-N --color=tty -T 0
    2007-06-29 13:23:14 12059     12898 ENVIRON   XCURSOR_THEME=crystalwhite
    2007-06-29 13:23:14 12059     12898 ENVIRON   WINDOWMANAGER=/usr/X11R6/bin/kde
    2007-06-29 13:23:14 12059     12898 ENVIRON   GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gno
    2007-06-29 13:23:14 12059     12898 ENVIRON    me/lib/gtk-2.0:/usr/lib/gtk-2.0
    2007-06-29 13:23:14 12059     12898 ENVIRON   VENDOR=suse
    2007-06-29 13:23:14 12059     12898 ENVIRON   G_FILENAME_ENCODING=@locale,UTF-8,ISO-88
    2007-06-29 13:23:14 12059     12898 ENVIRON    59-15,CP1252
    2007-06-29 13:23:14 12059     12898 ENVIRON   LESS=-M -I
    2007-06-29 13:23:14 12059     12898 ENVIRON   MACHTYPE=i586
    2007-06-29 13:23:14 12059     12898 ENVIRON   LOGNAME=nw4adm
    2007-06-29 13:23:14 12059     12898 ENVIRON   CVS_RSH=ssh
    2007-06-29 13:23:14 12059     12898 ENVIRON   XDG_DATA_DIRS=/usr/local/share/:/usr/sha
    2007-06-29 13:23:14 12059     12898 ENVIRON    re/:/etc/opt/kde3/share/:/opt/kde3/share
    2007-06-29 13:23:14 12059     12898 ENVIRON    /:/opt/gnome/share/
    2007-06-29 13:23:14 12059     12898 ENVIRON   ACLOCAL_FLAGS=-I /opt/gnome/share/acloca
    2007-06-29 13:23:14 12059     12898 ENVIRON    l
    2007-06-29 13:23:14 12059     12898 ENVIRON   PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
    2007-06-29 13:23:14 12059     12898 ENVIRON    :/usr/local/share/pkgconfig:/usr/lib/pkg
    2007-06-29 13:23:14 12059     12898 ENVIRON    config:/usr/share/pkgconfig:/opt/kde3/li
    2007-06-29 13:23:14 12059     12898 ENVIRON    b/pkgconfig:/opt/gnome/lib/pkgconfig:/op
    2007-06-29 13:23:14 12059     12898 ENVIRON    t/gnome/lib/pkgconfig:/opt/gnome/share/p
    2007-06-29 13:23:14 12059     12898 ENVIRON    kgconfig
    2007-06-29 13:23:14 12059     12898 ENVIRON   LESSOPEN=lessopen.sh %s
    2007-06-29 13:23:14 12059     12898 ENVIRON   USE_FAM=
    2007-06-29 13:23:14 12059     12898 ENVIRON   INFOPATH=/usr/local/info:/usr/share/info
    2007-06-29 13:23:14 12059     12898 ENVIRON    :/usr/info:/opt/gnome/share/info
    2007-06-29 13:23:14 12059     12898 ENVIRON   DISPLAY=:0
    2007-06-29 13:23:14 12059     12898 ENVIRON   SAPJDBHOST=nw4host
    2007-06-29 13:23:14 12059     12898 ENVIRON   XAUTHLOCALHOSTNAME=tron
    2007-06-29 13:23:14 12059     12898 ENVIRON   LESSCLOSE=lessclose.sh %s %s
    2007-06-29 13:23:14 12059     12898 ENVIRON   G_BROKEN_FILENAMES=1
    2007-06-29 13:23:14 12059     12898 ENVIRON   COLORTERM=
    2007-06-29 13:23:14 12059     12898 ENVIRON   XAUTHORITY=/sapmnt/home/nw4adm/.xauthNeq
    2007-06-29 13:23:14 12059     12898 ENVIRON    DZQ
    2007-06-29 13:23:14 12059     12898 ENVIRON   =/sapdb/programs/bin/xserver
    2007-06-29 13:23:14 12059     12898 ENVIRON   DBROOT=/sapdb/NW4/db
    2007-06-29 13:23:14 12059     12898 ENVIRON   LD_LIBRARY_PATH=/sapdb/NW4/db/lib:/sapdb
    2007-06-29 13:23:14 12059     12898 ENVIRON    /NW4/db/sap
    2007-06-29 13:23:14 12059     12898 ENVIRON   SERVERDB=NW4
    2007-06-29 13:23:14 12059     12898 ENVIRON  Environment dump completed
    2007-06-29 13:23:14 12059     12883 DBSTATE  Core dump suppressed
    2007-06-29 13:23:14 12059       202 RTE      Memory allocation not limited
    2007-06-29 13:23:14 12059       203 RTE      System page cache usage enabled
    2007-06-29 13:23:14 12059     12928 TASKING  Using threads for tasks
    2007-06-29 13:23:14 12059     11532 init_shm SHMCHUNK size 0x2000000
    2007-06-29 13:23:14 12059     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of 'BUP':   0
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of ' DW':  16
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of ' US':  50
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of ' SV':  21
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of ' EV':   1
    2007-06-29 13:23:14 12059     12693 TCLUSTER number of ' GC':   0
    2007-06-29 13:23:14 12059     11533 init_shm creating shared section size     513004
    2007-06-29 13:23:14 12059     12698 IPC      Common RTE specific IPC key: 0x44000000
    2007-06-29 13:23:14 12059     11536 init_shm attached shared section at   0x50000000
    2007-06-29 13:23:14 12059     11537 init_shm shared section ends at       0x5007D3EC
    2007-06-29 13:23:15 12059     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2007-06-29 13:23:15 12059     11522 PIPE_IO  Input check for pipe with poll supported
    2007-06-29 13:23:16 12059     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2007-06-29 13:23:16 12059     12812 EVENTING Eventbuffer 1 events 100 tasks
    2007-06-29 13:23:16 12059     12815 EVENTING No AliveEvent generation
    2007-06-29 13:23:17 12061     12885 MEMORY   25805 Pages allocated for I/O cache
    2007-06-29 13:23:17 12061     12886 TASKING  Maximum non user task stack size 100KB
    2007-06-29 13:23:17 12061     12886 TASKING  Maximum task stack size 400KB
    2007-06-29 13:23:17 12061     12886 TASKING  Task stack at system choosen address
    2007-06-29 13:23:17 12061     12886 TASKING  Allocating task stack chunk for 92 tasks
    2007-06-29 13:23:17 12061     12886 TASKING  Maximum single aligned task stack size   400KB
    2007-06-29 13:23:17 12061     12886 TASKING  Size of single task guard area     4KB
    2007-06-29 13:23:17 12061     12886 TASKING  Task stack chunk area [ 0xa949c000 - 0xaace4fff ]
    2007-06-29 13:23:17 12061     12886 TASKING  Physical memory used for task stacks  24500KB
    2007-06-29 13:23:17 12061     12886 TASKING  Physical memory used for guard areas    372KB
    2007-06-29 13:23:17 12061     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2007-06-29 13:23:17 12061     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2007-06-29 13:23:17     0     12853 DBSTATE  Caught signal 11(SIGSEGV)
    2007-06-29 13:23:17     0 ERR 11330 COREHAND ABORTING due to signal 11
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    > Emergency Stack Back Trace <----
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (0):0xb7d8c049 [0xbfcc18cc](0x1,0xe,0xbfcc194c,0x865e661)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (1):0xb7ecec66 [0xbfcc18cc](0x1,0xe,0xbfcc194c,0x865e661)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (3):0x865e661 [0xbfcc18dc](0xbfcc1928,0xa949b000,0xbfcc194c,0x865e653)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (5):0x865e840 [0xbfcc194c](0x20000,0x0,0x8655464,0x0)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (7):0x869a412 [0xbfcc198c](0x20000,0x8655464,0x0,0x1)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (9):0x869b24a [0xbfcc19fc](0x0,0x0,0xbfcc1a2c,0x869b204)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (11):0x8148429 [0xbfcc1a2c](0xbfcc1b14,0xbfcc1a48,0xbfcc1a6c,0x814841d)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (13):0x869974c [0xbfcc1a6c](0xbfcc1b14,0xbfcc1ae8,0xbfcc1a88,0xb7ed5234)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (15):0x81483ee [0xbfcc1b48](0x2,0xbfcc1c04,0xbfcc1c10,0x814740a)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   (17):0xb7d3c87c [0xbfcc1b78](0x2,0xbfcc1c04,0xbfcc1c10,0xb7efa24d)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    > Register Dump <----
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   ds   es   0x0000007b 0xc010007b
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   fs   gs   0x00000000 0x00000033
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   trap err  0x0000000d 0x00000000
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   efl  ss   0x00210202 0x0000007b
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   edi  esi  0x00000001 0x00000001
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   eax  ebx  0xfffffff9
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   ecx  edx  0xa947abe0
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   esp  uesp 0xbfcc18b8 0xbfcc18b8
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   ebp  eip  0xbfcc18cc 0xb7d8c049
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   cs   cr2  0x00000073 0x00000000
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   Floating point register unused
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    > Module List <----
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   |.text Start |.text End   | Module File Name
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0x08048000 | 0x087f0000 | /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xa8c5e000 | 0xa8c68000 | /lib/libgcc_s.so.1
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7d27000 | 0xb7e41000 | /lib/libc-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7e41000 | 0xb7e43000 | /lib/libc-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7e48000 | 0xb7e6b000 | /lib/libm-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7e6e000 | 0xb7ea8000 | /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7ebb000 | 0xb7ec2000 | /lib/librt-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7ec4000 | 0xb7ec6000 | /lib/libdl-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7ec8000 | 0xb7ed7000 | /lib/libpthread-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   | 0xb7eed000 | 0xb7f07000 | /lib/ld-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE  
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      0: 0xb7d8c049 __cfree +0x0049
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /lib/libc-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc18cc] (0x1,0xe,0xbfcc194c,0x865e661)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      1: 0xb7ecec66 __pthread_attr_destroy +0x0026
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /lib/libpthread-2.4.so
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc18cc] (0x1,0xe,0xbfcc194c,0x865e661)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      2: 0x0865e661 eo07_CreateThread +0x01f9
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc18dc] (0xbfcc1928,0xa949b000,0xbfcc194c,0x865e653)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      3: 0x0865e840 sqlbeginthread +0x002c
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc194c] (0x20000,0x0,0x8655464,0x0)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      4: 0x0869a412 en81_CreateRteProcs +0x0032
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc198c] (0x20000,0x8655464,0x0,0x1)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      5: 0x0869b24a en81RunKernel +0x00d6
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc19fc] (0x0,0x0,0xbfcc1a2c,0x869b204)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      6: 0x08148429 en80RunKernel +0x002d
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc1a2c] (0xbfcc1b14,0xbfcc1a48,0xbfcc1a6c,0x814841d)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      7: 0x0869974c en81_kernel_main +0x051c
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc1a6c] (0xbfcc1b14,0xbfcc1ae8,0xbfcc1a88,0xb7ed5234)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE      8: 0x081483ee main +0x004e
    2007-06-29 13:23:17     0 ERR 11599 BTRACE          /sapdb/NW4/db/pgm/kernel
    2007-06-29 13:23:17     0 ERR 11599 BTRACE         Frameinfo [0xbfcc1b48] (0x2,0xbfcc1c04,0xbfcc1c10,0x814740a)
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   analysing LVCMem_Allocator_1
    2007-06-29 13:23:17     0 ERR 11599 BTRACE  
    2007-06-29 13:23:17     0 ERR 11599 BTRACE   no problems detected in LVCMem_Allocator_1
                                                                                    +++++++++++++++++++++++++++++++++++++++ Kernel Exit ++++++++++++++++++++++++++++
    2007-06-29 13:23:18     0     12847 DBSTATE  Kernel exited without core and exit status 0x2f00
    2007-06-29 13:23:18     0     12849 DBSTATE  Kernel exited due to signal in signal handler
    2007-06-29 13:23:18     0     12890 DIAGHIST Backup of diagnostic files will be forced at next restart
    2007-06-29 13:23:18     0     12808 DBSTATE  Flushing knltrace pages
    sh: line 1: 12065 Segmentation fault      /sapdb/NW4/db/pgm/cons NW4 sh all >rtedump
    2007-06-29 13:23:18     0     11987 dump_rte 'cd /sapdb/data/wrk/NW4/rtedump_dir; /sapdb/NW4/db/pgm/cons NW4 sh all > rtedump' failed
    2007-06-29 13:23:18     0     12696 DBSTATE  Change DbState to 'OFFLINE '(29)
    current write position -
    [/code]
    Thank you for the support

    Thank you for the support Markus,
    then i have to download a newer version than mine?
    sapdb - MaxDB
    Version:7.5-2
    Build Time:Tue 21 Sep 2004 02:53:17 PM CEST
    Install Time:Fri 29 Jun 2007 01:05:46 PM CEST
    Package Group:Applications/Productivity
    License:(c) 2004 SAP AG, Germany
    Installed Size:191.3 M
    Archive Size:191.1 M
    Distribution:
    Vendor:SAP AG, Germany
    Packager:
    Architecture:i386
    OS:
    Build Host:nw4host.wdf.sap.corp
    URL:
    Media No.:0
    Authors:
    http://dev.mysql.com/downloads/maxdb/7.6.00.html#Linux_x86_RPM
    here there is 7.6 version, but the rpm packages are differnet to mine
    Message was edited by:
            marco scacchi

  • Error in startsap on HP-UX

    Hi All,
       I installed SAP 2004 Dialoge instance on HP-UX. After Installing, when I try to start SAP, I am getting the following error:
    #>su c11adm
    $>cd /sapmnt/C11/exe
    $>./startsap
    $>SAPSYSTEMNAME not set
    $>export SAPSYSTEMNAME=C11
    $>./startsap
    <b>Checking db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    ./startsap: /usr/sap/C11/SYS/exe/run/saposcol: Execute permissioin denied.
    Start of saposcol failed.
    ABAP Databse db must be started on remote server </b>
         It is very urget, please help me out.
    Thanks in advance,
    Nagarjuna.

    Hi,
      My <b>ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data.</b>
    <b>R3trans -d output is:</b>
    This is ./R3trans version 6.09 (release 640 - 13.01.05 - 10:38:00).
    2EETW169 no connect possible: "environment variable DIR_LIBRARY is not set."
    ./R3trans finished (0012).
    bash-3.00# vi trans.log
    "trans.log" 90 lines, 8884 characters
    4 ETW000 ./R3trans version 6.09 (release 640 - 13.01.05 - 10:38:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 25.10.2006 - 01:37:02
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: ./R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Oct 25 01:37:02 2006                             348  0.000348
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    17  0.000365
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            157  0.000522
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/C11/SYS/exe/run/dboraslib.sl' ...
    4 ETW000                                                                              42  0.000564
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/C11/SYS/exe/run/dboraslib.sl), hdl 0
    4 ETW000                                                                           47938  0.048502
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/C11/SYS/exe/run/dboraslib.sl' loaded
    4 ETW000                                                                              25  0.048527
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/C11/SYS/exe/run/dboraslib.sl
    4 ETW000                                                                              44  0.048571
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/C11/SYS/exe/run/dboraslib.sl' is "640.00", patchlevel (0.55)
    4 ETW000                                                                             220  0.048791
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/C11/SYS/exe/run/dboraslib.sl
    4 ETW000                                                                              29  0.048820
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/C11/SYS/exe/run/dboraslib.sl
    4 ETW000                                                                              42  0.048862
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              28  0.048890
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 0
    00, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              29  0.048919
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                        128  0.049047
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              22  0.049069
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              25  0.049094
    4 ETW000  [dev trc     ,00000]  Got ORACLE_HOME=/oracle/D11/920_64 from environment
    4 ETW000                                                                             398  0.049492
    4 ETW000  [dev trc     ,00000]  -->oci_init1                                          25  0.049517
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         25  0.049542
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.US7ASCII     11629  0.061171
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPD11's password           38  0.061209
    4 ETW000  [dev trc     ,00000]  Connecting as /@D11 on connection 0 (nls_hdl 0) ...
    4 ETW000                                                                              32  0.061241
    4 ETW000  [dev trc     ,00000]  Nls Characterset                 Natcharacterset              C      EnvHp      ErrHp ErrHpB
    atch
    4 ETW000                                                                              33  0.061274
    4 ETW000  [dev trc     ,00000]    0                                                           1 80000001007bd7d8 80000001007
    c4ff0 80000001007c4a00
    4 ETW000                                                                              25  0.061299
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       62  0.061361
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      26  0.061387
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server D11 (con_hdl=0,svchp=80000001007c4930,svrhp=80000001007c5640)
    4 ETW000                                                                              52  0.061439
    4 ETW000  [dev trc     ,00000]  Assigning server context 80000001007c5640 to service context 80000001007c4930
    4 ETW000                                                                           56182  0.117621
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        73  0.117694
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=80000001007c4930,srvhp=80000001007c5640,usrhp=8000000
    1007cf018)
    4 ETW000                                                                              29  0.117723
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 12705
    4 ETW000                                                                            8281  0.126004
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=80000001007c5640)
    4 ETW000                                                                              24  0.126028
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=80000001007c4930,srvhp=80000001007c5640)
    4 ETW000                                                                              23  0.126051
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 80000001007c5640
    4 ETW000                                                                             631  0.126682
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12705'
    4 ETW000                                                                              81  0.126763
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  36  0.126799
    4 ETW000  [dev trc     ,00000]  Connecting as SAPD11/<pwd>@D11 on connection 0 (nls_hdl 0) ...
    4 ETW000                                                                              32  0.126831
    4 ETW000  [dev trc     ,00000]  Nls Characterset                 Natcharacterset              C      EnvHp      ErrHp ErrHpB
    atch
    4 ETW000                                                                              25  0.126856
    4 ETW000  [dev trc     ,00000]    0                                                           1 80000001007bd7d8 80000001007
    c4ff0 80000001007c4a00
    4 ETW000                                                                              25  0.126881
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      15  0.126896
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server D11 (con_hdl=0,svchp=80000001007c4930,svrhp=80000001007c5640)
    4 ETW000                                                                              34  0.126930
    4 ETW000  [dev trc     ,00000]  Assigning server context 80000001007c5640 to service context 80000001007c4930
    4 ETW000                                                                           40692  0.167622
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 80000001007cf018
    4 ETW000                                                                              27  0.167649
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 80000001007cf018
    4 ETW000                                                                              46  0.167695
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=80000001007c4930,srvhp=80000001007c5640,usrhp=8000000
    1007cf018)
    4 ETW000                                                                              25  0.167720
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    4 ETW000                                                                            5946  0.173666
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              79  0.173745
    4 ETW000  [dblink      ,00419]  ***LOG BY2=>sql error 1017   performing CON [dblink#2 @ 419]
    4 ETW000                                                                             197  0.173942
    4 ETW000  [dblink      ,00419]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied [dblink#2 @ 419]
    4 ETW000                                                                              25  0.173967
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'D11'"
    Thanks,
    Nagarjuna.

  • Error in Dual Stack Splitting:SAPControl:GetAccessPointList not implemented

    Hi,
    Am doing dual stack split with Keep Database option. Environment is
    OS- Sun Solaris SPARC 64 bit
    Database – Oracle 11.2.0.3
    System – ECC 6.0 (Netweaver 7.0) NUC
    We stuck in 1sr step while taking export of JAVA. Error is – GetAccessPointList fail:SAPControl:GetAccessPointList not implemented : method name or namespace not recognized
    I have upgraded kernel from 700 Sp 333 to 720 sp 700. also set parameter alternatively
    service/protectedwebmethods = SDEFAULT
    service/protectedwebmethods = DEFAULT
    service/protectedwebmethods = NONE in all profiles, but still no luck.
    Please find below logs.
    Also output of command
    Please find below log files, as I have executed command -
    sapcontrol '-prot' 'NI_HTTP' '-nr' '20' '-function' 'GetAccessPointList' which gets completed successfully(20- Instance No of ABAP). Log file
    -sapcontrol.log
    but when I execute command
    sapcontrol '-prot' 'NI_HTTP' '-nr' '00' '-function' 'GetAccessPointList'-- which shows error (00-instance no of SCS)
    log file - sapcontrol1.log
    Please find log files.
    Regards
    Vivek

    Hi Vivek ,
    Check for the permission of sapuxuserchk in all the exe directories including the local exe directory of SCS00
    1563660 - sapcontrol, user authorization issues (SUM)
    Thanks ,
    Manu

  • Oracle doesn't start with startsap

    Hi,
    Today we updated the oracle database from 10.2.0.2 to 10.2.0.4 and then we applied the 7592346 CPU, we have a Portal 7.0 with HPUX, when we try to start the database with startsap we saw an error and we cant start the database:
    4 ETW000                                                                              54  0.199270
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY
    4 ETW000                                                                              53  0.199323
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x600000000105e6e0)
    4 ETW000                                                                             530  0.199853
    4 ETW000  [dev trc     ,00000]         SELECT USERID, PASSWD FROM SAPUSER WHERE USERID IN (:A0, :A1)
    4 ETW000                                                                              49  0.199902
    4 ETW000  [dev trc     ,00000]  OCI-call failed with -1=OCI_ERROR                   1335  0.201237
    4 ETW000  [dev trc     ,00000]     SQL error 942: 'ORA-00942: table or view does not exist'
    4 ETW000                                                                              60  0.201297
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-942 when accessing table SAPUSER
    4 ETW000                                                                             145  0.201442
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 942          32  0.201474
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                  123  0.201597
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          70  0.201667
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0x6000000001051e08,usrhp=0x60000000010d8390)
    4 ETW000                                                                             319  0.201986
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     780  0.202766
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  43  0.202809
    4 ETW000  [dev trc     ,00000]  Connecting as SAPR3/<pwd>@DBP on connection 0 (nls_hdl 0) ... (dbsl 700 030508)
    4 ETW000                                                                              53  0.202862
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                             193  0.203055
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x6000000001039cb0 0x6000000001041760 0x6000000001051ed8
    4 ETW000                                                                              51  0.203106
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0x60000000010d8390
    4 ETW000                                                                              46  0.203152
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0x60000000010d8390
    4 ETW000                                                                              68  0.203220
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x6000000001051e08,srvhp=0x6000000001054118,usrhp=0x60000000010d8390)
    4 ETW000                                                                             314  0.203534
    *4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1017*
    4 ETW000                                                                            3076  0.206610
    *4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'*
    4 ETW000                                                                              49  0.206659
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1017         30  0.206689
    *4 ETW000  [dblink      ,00431]  **LOG BY2=>sql error 1017   performing CON [dblink#5 @ 431]
    4 ETW000                                                                             734  0.207423
    *4 ETW000  [dblink      ,00431]  **LOG BY0=>ORA-01017: invalid username/password; logon denied [dblink#5 @ 431]
    4 ETW000                                                                              48  0.207471
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'DBP'"
    trans.log: END
    Do you know what happen?
    In fact when we use either startsap or stopsap it shows inmmediatly a message that says that it couldn't find SID_SID_INTANCE_HOSTNAME_HOSTNAME (ABC_ABC_JC01_SAP01_SAP01) in the profile path...
    Edited by: Jaime Yanez on Mar 26, 2009 2:46 AM

    Hi,
    Please check the bellow things...
    1. Listenert is up: execute the following in command prompt
    lanrctl status
    2. Startup the database manually: execute the following in command prompt
    sqlplus /nolog
    SQL> conn sys as sys dba
    SQL> startup
    SQL> exit;
    3. Now check the database connection: execute the following in command prompt
    R3trans -d
    4. If the return code from R2trans command is "0" then it is ok and from the next time startsap will start the database. If this fail...
    5. Check the oracle user id "SYSTEM" is working and not locked: execute following command
    sqlplus /nolog
    SQL> conn system/manager  ---> manager is the default password for system user
    Check it is connecting or not. If it is not connecting then take the password backup of system user and set the password manager.
    sqlplus /nolog
    SQL> conn sys as sysdba
    SQL> select USERNAME,PASSWORD from dba_users where username='SYSTEM';  --> for system password backup
    SQL> alter user SYSTEM indentified by manager; --> it will reset the system password
    SQL> exit;
    R3trans -d
    Check the return code 0 or not. If the returncode is not 0 then reset the system password back
    sqlplus /nolog
    SQL> conn sys as sysdba
    SQL> alter user SYSTEM indentified by values '<password got from select command before changing>';
    SQL> exit;
    6. Check the table SAPUSER is exist and have the proper entries
    sqlplus /nolog
    SQL> conn sys as sysdba
    SQL> select owner, table_name from dba_tables where table_name='SAPUSER';
    SQL> select * from <owner name found in previous query>.SAPUSER;
    If the entries is not proper then insert data in the table using BR*Tool.
    Thanks
    Manoj

  • SIDADM do not have enough previlages to startsap after DB2 upgrade to 9.5

    Hello Anyone,
    I recently upgrade our DB2 version from 8.X to 9.5.2, We run SAP netweaver ECC 5  with DB2.  I can startsap if I do db2start and and then issue a startsap after su to sidadm. Please can anyone advice
    I had followed all instruction of the upgrade guide and OSS notes.
    Many Thanks
    Jacob

    Hi there,
    I have tried to start sap using startsap as user sidadm, it just fails.
    Here is the diag log
    2009-08-17-00.08.37.417658+000 I1A1159            LEVEL: Event
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, RAS/PD component, pdLogInternal, probe:120
    START   : New Diagnostic Log file
    DATA #1 : Build Level, 152 bytes
    Instance "db2met" uses "64" bits and DB2 code release "SQL09052"
    with level identifier "03030107".
    Informational tokens are "DB2 v9.5.0.2", "s080911", "U820796", Fix Pack "2a".
    DATA #2 : System Info, 224 bytes
    System: AIX met01 3 5 00C99E9B4C00
    CPU: total:8 online:4 Threading degree per core:2
    Physical Memory(MB): total:9216 free:3312
    Virtual  Memory(MB): total:16256 free:10323
    Swap     Memory(MB): total:7040 free:7011
    Kernel   Params: msgMaxMessageSize:4194304 msgMaxQueueSize:4194304
                     shmMax:68719476736 shmMin:1 shmIDs:131072
                     shmSegments:68719476736 semIDs:131072 semNumPerID:65535
                     semOps:1024 semMaxVal:32767 semAdjustOnExit:16384
    Information in this record is only valid at the time when this file was
    created (see this record's time stamp)
    2009-08-17-00.08.37.416595+000 I1161A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198683.LOG.
    2009-08-17-00.08.40.766956+000 I1524A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198683.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-02.13.33.102389+000 I1948A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198684.LOG.
    2009-08-17-02.13.36.482971+000 I2311A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198684.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-04.18.30.684538+000 I2735A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198685.LOG.
    2009-08-17-04.18.33.790534+000 I3098A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198685.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-06.23.26.267522+000 I3522A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198686.LOG.
    2009-08-17-06.23.29.483758+000 I3885A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198686.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-08.28.20.019219+000 I4309A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198687.LOG.
    2009-08-17-08.28.23.436688+000 I4672A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198687.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-10.24.00.636902+000 I5096A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198688.LOG.
    2009-08-17-10.24.05.195763+000 I5459A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198688.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-10.34.04.480384+000 I5883A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198689.LOG.
    2009-08-17-10.34.08.011061+000 I6246A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198689.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-12.39.10.127139+000 I6670A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198690.LOG.
    2009-08-17-12.39.12.681469+000 I7033A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198690.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-14.44.14.029881+000 I7457A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198691.LOG.
    2009-08-17-14.44.17.094413+000 I7820A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198691.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-16.49.06.646666+000 I8244A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198692.LOG.
    2009-08-17-16.49.10.213526+000 I8607A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198692.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    2009-08-17-18.53.50.528211+000 I9031A362          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0198693.LOG.
    2009-08-17-18.53.54.264228+000 I9394A423          LEVEL: Warning
    PID     : 139326               TID  : 2881        PROC : db2sysc 0
    INSTANCE: db2met               NODE : 000
    EDUID   : 2881                 EDUNAME: db2logmgr (MET) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0198693.LOG to TSM chain 97 from
              /db2/MET/log_dir/NODE0000/.
    Many Thanks
    Jacob

  • CCMS/SAPControl Question

    Howdy !
    This will most likely be a question, that will be answered with RTFM, but ... I cannot find the manual pointing me the right way!
    So here my question :
    I am issuing the command : sapcontrol -host hostabc -nr XY -function GetAlertTree | grep -i "Average Response"
    Our prd systems gives me :
    "Average response time, 2731, GREEN, 1803 , 2010 11 29 14:00:23, , OPERATOR, GREEN, , , MTSYSID=ABC;MTMCNAME=ABC XY Serv ######### hostabc;MTNUMRANGE=005;MTUID=0000000308;MTCLASS=100;MTINDEX=0000000312;EXTINDEX=0000000179;"
    While the dev and qas systems return nothing. This is for sure a configuration problem. But I cannot find the place to fix it and have tried too many things ...
    All binaries/patchlevels are the same. As far as I can tell RZ20 and RZ21 look alike. There's got to be a difference, I just can't find ...
    So could somebody please, please enlighten me ... ?
    YOS, Markus

    Hi Sunil !
    Of course I am NOT sure.But how do I check or get it there ?
    Markus

  • Starting an XI (NW 7.0 on Windows) using startsap.exe

    Hi out there,
    we have an XI 7.0 on a windows machine. Everytime the server has been restarted, the sap services are started automatically. But the XI itself has to be started manually using the SAP MMC. Of course we'd like the XI to be started automatically, too.
    So I did some tests with startsap.exe. When I execute "startsap name=<SID> nr=00 SAPDIAHOST=<hostname>", only instance 00 is started. And when executing "startsap name=<SID> nr=01 SAPDIAHOST=<hostname>", only instance 01 is started.
    But none of them automatically starts the other instance. Maybe there is something wrong or missing in the default / startup or instance profile(s)?!?
    I'm afraid that's a rather simple question and everybody out there knows but me...
    Regards
    Juergen.

    Hi, Juergen.
    If you can start the 2 instances independently, then I suggest you build your own batch file and make sure this is run when your OS starts. (You can google to find out how this is exactly done.)
    In your batch file, you will first start the database. There are different commands to run to start the database depending on the RDBMS used. Next you will start the Central Services instance, and then the Central instance using the 2 startsap commands.
    Hope this helps you get a solution.
    Regards,
    Reenal
    >
    Juergen Kuechle wrote:
    > Thanx for your response. As I mentioned, we are running the XI on Windows. But anyway...
    >
    > When I execute "startsap name=<SID> nr=00 SAPDIAHOST=<hostname>", only instance 00 is started. And when executing "startsap name=<SID> nr=01 SAPDIAHOST=<hostname>", only instance 01 is started.
    >
    > But none of them automatically starts the other instance. Maybe there is something wrong or missing in the default / startup or instance profile(s)?!?
    >
    > Regards
    >
    > Juergen.

  • Startsap as a windows service

    Hi there,
    I would like to put the startsap and stopsap as a windows service, how can I do that?
    Regards,
    Walde

    Hi here an example for a bat ( you can insert in startup ) or cmd to add as a windows service so you don't need to logon to server.
    where d: is the disk of your USR dir
    R3T is the SID
    nr is system number
    SAPDIAHOST  is the hostaname of your machine.
    to install as a service you can use NTSCMGR command
    @echo off
    d:
    cd \usr\sap\r3t\sys\exe\run
    startsap name=R3T nr=00 SAPDIAHOST=saptest
    pls reward if this help you.
    Antonio Voce.
    Edited by: Antonio Voce on May 29, 2008 3:27 PM

  • ORA-27092 when running startsap

    Hi All,
    We have a weird one. Following a reboot of out AIX 6.1 box, we are unable to start SAP as it fails when starting the database:
    Caused by: java.sql.SQLException: ORA-01116: error in opening database file 5
    ORA-01110: data file 5: '/oracle/EPD/sapdata4/sr3db_2/sr3db.data2'
    ORA-27092: size of file exceeds file size limit of the process
    Additional information: 131071
    Additional information: 256001
    Now, a few points that make this an odd issue.
    sidadm has unlimited ulimits on this box:
    time(seconds)        unlimited
    file(blocks)         unlimited
    data(kbytes)         unlimited
    stack(kbytes)        unlimited
    memory(kbytes)       unlimited
    coredump(blocks)     unlimited
    nofiles(descriptors) unlimited
    threads(per process) unlimited
    processes(per user)  unlimited
    And with the SIDADM user, I can run SQLplus and start/stop the database without issue. However, SAP is not startable for the reason above and an R3trans -d run returns the same error code.
    Any thoughts? Thanks!

    Dear All,
    I facing same error which is generated from DB13 only (not command prompt). the problem is stated after system is shutdown abnormal. after restarted, these error always generated.
    10.01.2012     16:19:47     Job started
    10.01.2012     16:19:47     Step 001 started (program RSDBAJOB, variant &0000000000998, user ID JOHNMAR)
    10.01.2012     16:19:47     Execute logical command BRCONNECT On host sapdev
    10.01.2012     16:19:47     Parameters: -u / -jid CHECK20120110161947 -c -f check
    10.01.2012     16:19:47     BR0801I BRCONNECT 7.20 (16)
    10.01.2012     16:19:47     BR0805I Start of BRCONNECT processing: cehqcljn.chk 2012-01-10 16.19.47
    10.01.2012     16:19:47     BR0484I BRCONNECT log file: /oracle/DEV/sapcheck/cehqcljn.chk
    10.01.2012     16:19:47     BR0477I Oracle pfile /oracle/DEV/102_64/dbs/initDEV.ora created from spfile /oracle/DEV/102_64/dbs/spfileDEV.ora
    10.01.2012     16:19:47     BR0280I BRCONNECT time stamp: 2012-01-10 16.19.47
    10.01.2012     16:19:47     BR0301E SQL error -1116 at location BrLicCheck-12, SQL statement:
    10.01.2012     16:19:47     'SELECT MAX(SYSTEMNAME), MAX(SYSID) FROM SAP_MLICHECK WHERE EXPIRATION_DATE = (SELECT MAX(EXPIRATION_DATE) FROM SAP_MLICHECK)'
    10.01.2012     16:19:47     ORA-01116: error in opening database file 17
    10.01.2012     16:19:47     ORA-01110: data file 17: '/oracle/DEV/sapdata2/sr3_14/sr3.data14'
    10.01.2012     16:19:47     ORA-27092: size of file exceeds file size limit of the process
    10.01.2012     16:19:47     Additional information: 262143
    10.01.2012     16:19:47     Additional information: 453121
    10.01.2012     16:19:47     BR0280I BRCONNECT time stamp: 2012-01-10 16.19.47
    10.01.2012     16:19:47     BR0301W SQL error -1116 at location brc_dblog_open-1, SQL statement:
    10.01.2012     16:19:47     'INSERT INTO SAP_SDBAH (BEG, FUNCT, SYSID, OBJ, RC, ENDE, ACTID, LINE) VALUES ('20120110161947', 'chk', 'DEV', 'DATABASE', '9999
    10.01.2012     16:19:47     ORA-01116: error in opening database file 34
    10.01.2012     16:19:47     ORA-01110: data file 34: '/oracle/DEV/sapdata2/sr3_31/sr3.data31'
    10.01.2012     16:19:47     ORA-27092: size of file exceeds file size limit of the process
    10.01.2012     16:19:47     Additional information: 262143
    10.01.2012     16:19:47     Additional information: 706561
    10.01.2012     16:19:47     BR0324W Insertion of database log header failed
    10.01.2012     16:19:47     
    10.01.2012     16:19:47     BR0806I End of BRCONNECT processing: cehqcljn.chk2012-01-10 16.19.47
    10.01.2012     16:19:47     BR0280I BRCONNECT time stamp: 2012-01-10 16.19.47
    10.01.2012     16:19:47     BR0804I BRCONNECT terminated with errors
    10.01.2012     16:19:47     External program terminated with exit code 3
    10.01.2012     16:19:47     BRCONNECT returned error status E
    10.01.2012     16:19:47     Job finished
    You may need to check oracle metalink . this below solution may be helpful but it' s working for me.
    1. stopsap and all sap processes
    2. delete all things in /tmp
    3. check your user and group <sid>adm, ora<sid>
    Ex:
    sapsys:  devadm,sapadm,daaadm
    dba:        :oradev,devadm
    oper:      oradev,devadm
    4. change /etc/security/limits:
    default:
            fsize = 2097151
            core = 2097151
            cpu = -1
            data = 262144
            rss = 65536
            stack = 65536
            nofiles = 32000
    root:
            fsize = -1
            core = -1
            cpu = -1
            data = -1
            rss = -1
      pconsole:
            stack_hard = 131072
            data = 1280000
            data_hard = 1280000
    esaadmin:
            stack = 393216
            stack_hard = 393216
    devadm:
            fsize = -1
            data = -1
            stack = -1
            core = -1
            rss = -1
            nofiles = -1
            threads = -1
            nproc = -1
            cpu_hard = -1
            fsize_hard = -1
            data_hard = -1
            stack_hard = -1
            stack = -1
            nofiles = -1
            threads_hard = -1
            nproc_hard = -1
    oradev:
            fsize = -1
            data = -1
            stack = -1
            core = -1
            rss = -1
            nofiles = -1
            threads = -1
            nproc = -1
            cpu_hard = -1
            fsize_hard = -1
            data_hard = -1
            stack_hard = -1
            core_hard = 2097151
            rss_hard = -1
            nofiles_hard = -1
            threads_hard = -1
            nproc_hard = -1
    5. startsap and try DB13 again
    Good luck

  • Starting the sap server using startsap program .

    Hi ,
    platform AS400 R3/DB2
    For manually starting the sap server using startsap program .
    startsap sid(c44) instance(44) profile('/usr/sap/c44/sys/profile/what profile?)
    I want to clear my doubt in  the above command, which profile can be given for the above startsap command?
    please help.
    Regards
    Hany.

    Hany,
    Is there more than one instance of SAP running on this server? Usually a 'startsap' or "startsap R3" - if the db is started already - will work.
    Otherwise, you'll want to use the instance profile of what your attempting to start. Remember there are 3 profiles in the folder - Default, start, and instance.
    Try to start with the instance profile.
    -Tim

Maybe you are looking for

  • Bi activation

    hi while activating a process chain manually  i received a abap runtime error withe following messge "SAPSQL_INVALID_FIELDNAME" it says "The current ABAP program "CL_RSAR_DYNAMIC_READ==========CP" had to be   interrupted because it contains a stateme

  • Itunes stops working when adding file/folder etc

    Every time I try to add a file/folder or import a playlist etc, my itunes crashes and stops working. Any ideas why/fpossible fixes?

  • Adobe Reader X is not showing barcode font

    Hi there, I'm generating a pdf with a GS1-128 barcode with IDAutomation fonts. I noticed that Adobe Reader X does not display this font. Previous version do! I attach an example: the font should be visible in the appropriate box present on the second

  • Deleting Old Scratch Files Immediately

    I've got QMaster working OK with Compressor so far. However, I had started a very large batch render on a Friday, only to come back to find the scratch disk full, with some files done and some not done. After investigating, I found out that the scrat

  • Managing multiple capture scratch folders?

    I have two hard drives for two different projects I am working on right now. What is the best way to capture media to the appropriate drive?