Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all 2539 articles
Browse latest View live

Re: Backup history file error

$
0
0

Hi Christiane,

 

Glad to hear that it's fixed.

 

Regards,

Lei


Re: The 'c' XUSER key for the DBM user does not exist or could not be identified

$
0
0

Hi Ray,

 

Which user did you use to run this command? Have you run "xuser list" to check whether the key c has already been created or corrected?  Try to run those command under user sqd<SID> and/or <SID>adm if you have them.

 

Regards,

Lei

Re: The 'c' XUSER key for the DBM user does not exist or could not be identified

$
0
0

Hello Lei

 

I am logged into Windows as sidadm. When I run xuser list I get :

XUSER Entry  2

--------------

Key           :c

Username      :CONTROL

UsernameUCS2  :C.O.N.T.R.O.L. . . . . . . . . . . . . . . . . . . . . . . . . .

Password      :?????????

PasswordUCS2  :?????????

Long Password :?????????

Dbname        :SID

Nodename      :dsimsid001

Sqlmode       :INTERNAL

Cachelimit    :-1

Timeout       :-1

Isolation     :-1

Charset       :<unspecified>

-----------------------------------------------------------------

 

as part of the output. So it seems that all is well with the c xuser key.

 

Regards

Ray Phillips

Re: The 'c' XUSER key for the DBM user does not exist or could not be identified

$
0
0

Well, I don't know whether the 'list of forbidden system ids' does vary for various SAP products and versions.
As is don't know yours, I cannot say for sure whether my idea does apply to your problem.
But here is one list I found:


http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e057ae89-4f1f-2b10-7786-ecf8db7f82da?QuickLink=index&overridelayout=true&29669634104566

 

On page 29 it says:
Make sure that your SAP system ID:
....
Does not include any of the following, which are reserved IDs:
ADD ALL AND ANY ASC AUX COM CON DBA END EPS FOR
GID IBM INT KEY LOG LPT MON NIX NOT NUL OFF OMS
PRN RAW ROW SAP SET SGA SHG SID SQL SYS TMP UID
USR VAR

 

regards

Re: shared memory problem : MaxDB

$
0
0

Hi Raj

 

Please open a new thread for discussion as this one is several years old..

 

Please provide the details of the error you have observed in the new thread

 

Thanks

 

Rishi

 

Issue locked as requested

 

Message was edited by: Christiane Hienger

Re: SAP MMC Dispatcher is getting stopped.

$
0
0

Hi I have run the commands given by u. but how to know whether it's in admin mode or not.only giving db_state not working command. I have run commands as below.i don't find any diff when run with db_state and db_online.

 

please check and correct me

dbmcli -d <SID> -u superdba,<password> db_state

 

 

C:\Users\nspadm>dbmcli -dnspadm -usuperdba,Sapum180$ db_state

usage: dbmcli [<options>] [[-c] <DBMServer-Command>]

    <options>:

        -u    username,passwd   (DBM user)

        -U    [userkey]         (default DBMUSR)

        -uUTL [username,passwd] (UTILITY session)

        -uSQL [username,passwd] (SQL session)

        -uSRV                   (Service session)

        -V                      (show version of server)

        -d    dbname            (set dbname)

        -R    dbroot            (set dbroot)

        -n    node              (name of servernode)

        -e    encryption        (encryption method)

                                (use only with -n)

                                (valid methods: 'SSL')

        -i    inputfile         (Default stdin)

        -ic   inputfile         (Default stdin)

        -o    outputfile        (Default stdout)

        -t    protocolfile      (writes subsequent protocol)

        -s                      (local mode, don't use with -n)

        -key                    (wait for any key on exit)

    <DBMServer-Command>:

        Everything after the options will be sent to DBMServer.

        For more information about the DBMServer-Commands use

        the DBMServer-Command help.

 

dbmcli -d <SID> -u superdba,<password> db_online

 

C:\Users\nspadm>dbmcli -dnspadm -usuperdba,Sapum180$ db_online

usage: dbmcli [<options>] [[-c] <DBMServer-Command>]

    <options>:

        -u    username,passwd   (DBM user)

        -U    [userkey]         (default DBMUSR)

        -uUTL [username,passwd] (UTILITY session)

        -uSQL [username,passwd] (SQL session)

        -uSRV                   (Service session)

        -V                      (show version of server)

        -d    dbname            (set dbname)

        -R    dbroot            (set dbroot)

        -n    node              (name of servernode)

        -e    encryption        (encryption method)

                                (use only with -n)

                                (valid methods: 'SSL')

        -i    inputfile         (Default stdin)

        -ic   inputfile         (Default stdin)

        -o    outputfile        (Default stdout)

        -t    protocolfile      (writes subsequent protocol)

        -s                      (local mode, don't use with -n)

        -key                    (wait for any key on exit)

    <DBMServer-Command>:

        Everything after the options will be sent to DBMServer.

        For more information about the DBMServer-Commands use

        the DBMServer-Command help.

Re: SAP MMC Dispatcher is getting stopped.

$
0
0

Hi

Yes i able to login DB studio with user name "control" and password for database NSP.

But how to check whetehr it's in amdin mode or not?

Re: SAP MMC Dispatcher is getting stopped.

$
0
0

Hi

 

Run the commands like this :

 

dbmcli -d <SID> -u  superdba,<password>


this will take you to the dbmcli prompt , here issue the command db_connect , result should be OK.


dbmcli on SID>db_connect    


After that issue :  db_state


dbmcli on SID>db_state


Let us know how you go ..


Thanks


Rishi


Re: SAP MMC Dispatcher is getting stopped.

$
0
0

dbmcli.pngFor your reference , see the attached screen ..

 

Thanks

 

Rishi

Re: SAP MMC Dispatcher is getting stopped.

$
0
0

Hi Rishi

Thank u for giving reply with clear description. I have run the commands as u suggets. But still MMC dispatcher is getting stopped. even some times mmc started within very few seconds dispatcher getting stopped.

 

please find the below commands i run and let me know if further we need to do anything:

 

C:\Users\nspadm>dbmcli -d NSP -u control,pwd

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_state

OK

State

ONLINE

 

 

---

dbmcli on NSP>

Re: SAP MMC Dispatcher is getting stopped.

$
0
0

Hi

Thank u for giving reply with clear description. I have run the commands as u suggets. But still MMC dispatcher is getting stopped. even some times mmc started within very few seconds dispatcher getting stopped.

 

please find the below commands i run and let me know if further we need to do anything:

 

C:\Users\nspadm>dbmcli -d NSP -u control,pwd

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_state

OK

State

ONLINE

 

 

---

dbmcli on NSP>

Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Thank u for giving reply with clear description. I have run the commands as u suggest. But still MMC dispatcher is getting stopped. even some times mmc started within very few seconds dispatcher getting stopped.

 

please find the below commands i run and let me know if further we need to do anything:

 

C:\Users\nspadm>dbmcli -d NSP -u control,pwd

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_connect

OK

 

 

---

dbmcli on NSP>db_state

OK

State

ONLINE

 

 

---

dbmcli on NSP>

Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Hi

 

So your DB is in Online State.

 

Can you please run R3trans -d and let us know the output . Login as SIDADM into your windows box.

 

Secondly - please paste the output of the dev_disp file.

 

Thanks

 

RD

SAP LiveCache - Global Listener error

$
0
0

hi,

 

While updating LiveCache from 7.7.07 to 7.9.08, getting error.

command used for inplace update.

./SDBUPD -d LXX -u control,password

 

ERR: cannot start global listener

ERR: Cannot start communication server

ERR: Cannot execute program /sapdb/programs/bin/ sdbglobal listener: /sapdb/programs/bin/ sdbglobal listener: No such file or directory

 

When checking other docs, from version 7.8, Global listener is introduced.

Could not see sdbgloballistener in the liveCache directory as of now. Wondering, if we need to install Global Listener prior to start the update?

 

Thanks in advance.

 

Regards,

Raj

Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Hi

Please find the output of r3trans-d below:

 

C:\Users\nspadm>r3trans -d

This is r3trans version 6.19 (release 720 - 06.04.10 - 16:31:00 with UA1430.1 /

prepared for CSN 1287305).

unicode enabled version

r3trans finished (0000>

 

I have posted all log files in the my new post sap mmc dispatcher getting stopped.

here i am pasting dev_disp output for ur ref:

 

 

 

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "720"

---------------------------------------------------

sysno      00

sid        NSP

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    46

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

profile    \\localhost\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

pid        2536

 

 

 

 

Sun Jan 12 17:20:46 2014

kernel runs with dp version 125000(ext=118000) (@(#) DPLIB-INT-VERSION-125000-UC)

length of sys_adm_ext is 588 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 2536) [dpxxdisp.c   1252]

  shared lib "dw_xml.dll" version 46 successfully loaded

  shared lib "dw_xtc.dll" version 46 successfully loaded

  shared lib "dw_stl.dll" version 46 successfully loaded

  shared lib "dw_gui.dll" version 46 successfully loaded

  shared lib "dw_mdm.dll" version 46 successfully loaded

  shared lib "dw_rndrt.dll" version 46 successfully loaded

  shared lib "dw_abp.dll" version 46 successfully loaded

  shared lib "dw_sym.dll" version 46 successfully loaded

  shared lib "dw_aci.dll" version 46 successfully loaded

rdisp/softcancel_sequence :  -> 0,5,-1

use internal message server connection to port 3900

rdisp/dynamic_wp_check : 1

rdisp/calculateLoadAverage : 1

 

 

Sun Jan 12 17:20:48 2014

*** WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0249.qqq.nxst) took 2 seconds

 

 

Sun Jan 12 17:20:52 2014

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds

***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6393]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is active

DpIPCInit2: write dp-profile-values into sys_adm_ext

DpIPCInit2: start server >localhost_NSP_00                         <

DpShMCreate: sizeof(wp_adm) 31696 (2264)

DpShMCreate: sizeof(tm_adm) 5517056 (27448)

DpShMCreate: sizeof(wp_ca_adm) 64000 (64)

DpShMCreate: sizeof(appc_ca_adm) 64000 (64)

DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080

DpShMCreate: sizeof(comm_adm) 584080 (1144)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064

DpShMCreate: sizeof(slock_adm) 156064 (104)

DpFileTableSize: max/headSize/ftSize/tableSize=2800/16/268864/268880

DpShMCreate: sizeof(file_adm) 268880 (80)

DpShMCreate: sizeof(vmc_adm) 30128 (2152)

DpShMCreate: sizeof(wall_adm) (41664/36752/64/192)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: sizeof(j2ee_adm) 3936

DpShMCreate: SHM_DP_ADM_KEY (addr: 0000000007750050, size: 6812336)

DpShMCreate: allocated sys_adm at 0000000007750060

DpShMCreate: allocated wp_adm_list at 0000000007753030

DpShMCreate: allocated wp_adm at 0000000007753220

DpShMCreate: allocated tm_adm_list at 000000000775AE00

DpShMCreate: allocated tm_adm at 000000000775AE50

DpShMCreate: allocated wp_ca_adm at 0000000007C9DD60

DpShMCreate: allocated appc_ca_adm at 0000000007CAD770

DpShMCreate: allocated comm_adm at 0000000007CBD180

DpShMCreate: allocated slock_adm at 0000000007D4BB20

DpShMCreate: allocated file_adm at 0000000007D71CD0

DpShMCreate: allocated vmc_adm_list at 0000000007DB3730

DpShMCreate: allocated vmc_adm at 0000000007DB37E0

DpShMCreate: allocated gw_adm at 0000000007DBADA0

DpShMCreate: allocated j2ee_adm at 0000000007DBADE0

DpShMCreate: allocated ca_info at 0000000007DBBD50

DpShMCreate: allocated wall_adm at 0000000007DBBD70

DpCommAttachTable: attached comm table (header=0000000007CBD180/ft=0000000007CBD190)

DpSysAdmIntInit: initialize sys_adm

rdisp/test_roll : roll strategy is DP_NORMAL_ROLL

dia token check not active (6 token)

MBUF state OFF

DpCommInitTable: init table for 500 entries

DpFileInitTable: init table for 2800 entries

DpSesCreateTable: created session table at 00000000080D0050 (len=161328)

DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm

rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 4096 kByte.

<ES> Info: em/initial_size_MB( 3003MB) not multiple of em/blocksize_KB( 4096KB)

<ES> Info: em/initial_size_MB rounded up to 3004MB

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 750 blocks reserved for free list.

ES initialized.

DpVmcSetActive: set vmc state DP_VMC_ENABLED

DpVmcSetActive: set vmc state DP_VMC_ACTIVE

DpVmcInit2: o.k.

MPI: dynamic quotas disabled.

MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 3.4 3.4 4.1) [dpxxdisp.c   1638]

***LOG Q0K=> DpMsAttach, mscon ( localhsot) [dpxxdisp.c   12244]

MBUF state LOADING

DpStartStopMsg: send start message (myname is >localhost_NSP_00                         <)

DpStartStopMsg: start msg sent

CCMS uses Shared Memory Key 73 for monitoring.

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

 

 

Sun Jan 12 17:20:53 2014

*** ERROR => [CreateOsShm] CreateFileMapping(73,58800 KB) failed with Err=1455

              ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete. [shmnt.c      2249]

*** ERROR => ShmCreate: Create (73,60211232,3) failed [shmnt.c      521]

 

 

*****************************************************

* Memory diagnostic                                 *

*****************************************************

 

 

Systeminformation

------------------------------------------------

Processor-Typ             : Processor-Count           : 1

Operating System          : NT 6.1, Build 7600

Service Pack              :

------------------------------------------------

 

 

 

 

NT Pagefile Informations

------------------------------------------------

Config. minimum size      :     0 K

Config. maximum size      :     0 K

Avail.  maximum size      :     0 K

 

 

| Num|Pagefile                      |  Min.Size|  Max.Size| Avail.Max| Curr.Size|

|----|------------------------------|----------|----------|----------|----------|

 

 

------------------------------------------------

 

 

NT Task Manager Informations

------------------------------------------------

Total Handles             : -10783696

Total Threads             :     2046

Total Processes           : -10172960

 

 

Commit Charge Total       :     2046 K

Commit Charge Limit       : -10173328 K

Commit Charge Peak        :     2046 K

 

 

Phys.Memory Total         : -10172592 K

Phys.Memory Available     :     2046 K

File Cache                : -10163824 K

 

 

Kernel Memory Total       :     2046 K

Kernel Memory Paged       : -10171008 K

Kernel Memory Nonpaged    :     2046 K

------------------------------------------------

 

 

 

 

Memory usage of current process

------------------------------------------------

Total virt.address space  : 0000008589934464 K

Avail.virt.address space  : 0000008583741368 K

Private Pages             :        0 K

Total heap size           :    52549 K

Virtual memory regions    :       37 K

Uncommitted heap memory   :    41372 K

Allocated heap memory     :     9809 K

Moveable heap memory      :        0 K

DDE shared heap memory    :     5911 K

------------------------------------------------

 

 

 

 

Memory usage of all processes

-----------------------------

 

 

| PID|Image               |Instance   |  Work.Set|   WS Peak|Priv.Pages|   PP Peak|Pg Fault|

|----|--------------------|-----------|----------|----------|----------|----------|--------|

|1664|sapstartsrv.exe     |           |   92760 K|   94288 K|  117896 K|  169092 K|     107|

|3580|conhost.exe         |           |    2532 K|    2552 K|     852 K|   33312 K|       0|

|4160|msg_server.EXE      |[MS] NSP_00|   13464 K|   13464 K|   14896 K|   14900 K|       3|

|2536|disp+work.EXE       |           |   58296 K|   58296 K|   90676 K|   93040 K|      14|

| 616|conhost.exe         |           |    2548 K|    2548 K|     848 K|     852 K|       0|

|3196|conhost.exe         |           |    2564 K|    2636 K|     848 K|     852 K|       0|

|4744|gwrd.EXE            |           |    5788 K|    5788 K|    6592 K|    6596 K|       1|

|1512|disp+work.EXE       |           |    8084 K|    8084 K|   65360 K|   65360 K|       2|

|----|--------------------|-----------|----------|----------|----------|----------|--------|

|    |Sum                 |           |  186036 K|**********|  297968 K|**********|********|

 

 

*** ERROR => ShmCreate (SHM_CREATE | SHM_ATTACH) failed with rtc = 1 [alxxappl.c   1814]

*** ERROR => CCMS: sAlInit: could not create/attach shared memory key 73 (rtc = 249) [alxx.c       1246]

*** ERROR => AlDpAdmInit: sAlInit rtc = 249 [alxx.c       515]

*** ERROR => DpLoopInit: AlDpAdmInit [dpxxdisp.c   1925]

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]

MBUF state ACTIVE

DpWpBlksLow: max wp blocks in queue is 800 (80 %)

MBUF component UP

DpMsgProcess: 1 server in MBUF

DpAppcBlksLow: max appc blocks in queue is 500 (50 %)

 

 

Sun Jan 12 17:21:32 2014

*** ERROR => DpHdlDeadWp: W0 (pid 4836) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W1 (pid 4188) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W2 (pid 4008) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W3 (pid 2220) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W4 (pid 2868) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W6 (pid 4712) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W7 (pid 1672) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W8 (pid 1076) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W9 (pid 4076) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W10 (pid 1884) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W11 (pid 1632) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => [DpProcDied] Process died  (PID:3992  HANDLE:1080  rc:0xC0000142) [dpnttool2.c  147]

*** ERROR => Internet Communication Manager (pid 3992) died [dpxxdisp.c   16535]

*** ERROR => DpIcmCheck: ICM could not be started [dpxxdisp.c   16579]

my types changed after icm death/restart 0xbf --> 0x3f

 

 

Sun Jan 12 17:21:52 2014

***LOG Q0J=> DpEnvCheck, no_wp () [dpxxdisp.c   8065]

***LOG Q0G=> DpRqBadHandle, bad_req ( UPD) [dpxxdisp.c   5768]

*** ERROR => DpRqBadHandle: BAD REQUEST - Reason: senseless request (line 8067): [dpxxdisp.c   5770]

-IN-- sender_id DISPATCHER        tid  -1    wp_ca_blk   497     wp_id 5

-IN-- action    SEND_TO_WP        uid  -1    appc_ca_blk -1      type  UPD 

-IN-- new_stat  NO_CHANGE         mode 255   len         410     rq_id 31

-IN-- req_info  MSG_WITH_REQ_BUF,MSG_WITH_OH,SET_SYSTEM_USER

-IN-- msg_name  localhost_NSP_00    

***LOG Q0J=> DpEnvCheck, no_wp () [dpxxdisp.c   8065]

***LOG Q0G=> DpRqBadHandle, bad_req ( BTC) [dpxxdisp.c   5768]

*** ERROR => DpRqBadHandle: BAD REQUEST - Reason: senseless request (line 8067): [dpxxdisp.c   5770]

-IN-- sender_id DISPATCHER        tid  -1    wp_ca_blk   499     wp_id 5

-IN-- action    SEND_TO_WP        uid  -1    appc_ca_blk -1      type  BTC 

-IN-- new_stat  NO_CHANGE         mode 255   len         508     rq_id 34

-IN-- req_info  MSG_WITH_REQ_BUF,MSG_WITH_OH,SET_SYSTEM_USER

-IN-- msg_name  localhost_NSP_00    

*** ERROR => DpHdlDeadWp: W5 (pid 1512) died (severity=0, status=0) [dpxxwp.c     1507]

*** DP_FATAL_ERROR => DpWPCheck: no more work processes

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:02 2014

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Sun Jan 12 11:52:02 2014

========================

 

 

No Type  Pid    Status  Cause Start Rstr  Err Sem Time Program          Cl  User         Action                    Table

-------------------------------------------------------------------------------------------------------------------------------

0 DIA       -1 Ended         no    no     1   0    0                                                                       

1 DIA       -1 Ended         no    no     1   0    0                                                                       

2 DIA       -1 Ended         no    no     1   0    0                                                                       

3 DIA       -1 Ended         no    no     1   0    0                                                                       

4 DIA       -1 Ended         no    no     1   0    0                                                                       

5 DIA       -1 Ended         no    no     1   0    0                                                                       

6 UPD       -1 Ended         no    no     1   0    0                                                                       

7 ENQ       -1 Ended         no    no     1   0    0                                                                       

8 BTC       -1 Ended         no    no     1   0    0                                                                       

9 BTC       -1 Ended         no    no     1   0    0                                                                       

10 SPO       -1 Ended         no    no     1   0    0                                                                       

11 UP2       -1 Ended         no    no     1   0    0                                                                       

Dispatcher Queue Statistics Sun Jan 12 11:52:02 2014

===========================

 

 

+------+--------+--------+--------+------------+------------+

|  Typ |    now |   high |    max | writes     |  reads     |

+------+--------+--------+--------+------------+------------+

| NOWP |      0 |      2 |   2000 |         33 |         33 |

+------+--------+--------+--------+------------+------------+

|  DIA |      6 |      6 |   2000 |          6 |          0 |

+------+--------+--------+--------+------------+------------+

|  UPD |      0 |      1 |   2000 |          1 |          1 |

+------+--------+--------+--------+------------+------------+

|  ENQ |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

|  BTC |      0 |      1 |   2000 |          1 |          1 |

+------+--------+--------+--------+------------+------------+

|  SPO |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

|  UP2 |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

 

 

max_rq_id 39

wake_evt_udp_now 0

 

 

wake events       total    39,  udp    35 ( 89%),  shm     4 ( 10%)

since last update total    39,  udp    35 ( 89%),  shm     4 ( 10%)

 

 

DpGetLoadAverage: la1[1] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[1] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[1] = 0.055556 / -1.000000 %

Dispatcher Load Statistics

+------+---------+---------+---------+

|  Typ |     LA1 |     LA5 |    LA15 |

+------+---------+---------+---------+

|  DIA |   0.000 |   0.000 |   0.056 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[2] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[2] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[2] = 0.011111 / -1.000000 %

|  UPD |   0.000 |   0.000 |   0.011 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[3] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[3] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[3] = 0.000000 / -1.000000 %

|  ENQ |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[4] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[4] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[4] = 0.011111 / -1.000000 %

|  BTC |   0.000 |   0.000 |   0.011 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[5] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[5] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[5] = 0.000000 / -1.000000 %

|  SPO |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[6] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[6] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[6] = 0.000000 / -1.000000 %

|  UP2 |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

Dump of tm_adm structure: Sun Jan 12 11:52:02 2014

=========================

 

 

Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)

RM-T14, U15,                 , , 17:20:54, M0, W-1,     , 1/0

 

 

Workprocess Comm. Area Blocks Sun Jan 12 11:52:02 2014

=============================

 

 

Slots: 1000, Used: 2, Max: 5

+------+--------------+----------+-------------+

|   id | owner        |   pid    | eyecatcher  |

+------+--------------+----------+-------------+

|    0 | DISPATCHER   |       -1 | 0xdeadbeef |

|    1 | DISPATCHER   |       -1 | 0xdeadbeef |

 

 

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:07 2014

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >localhost_NSP_00                         < (normal)

DpJ2eeDisableRestart

DpMBufRead: read server list from MBUF (1 entries)

DpMBufMod: name [localhost_NSP_00                         ], types 63 state 3 (0x2 0x0 0x0 0x0)

DpMBufMod: call hooks for event MBUF_DPEVT_DSTATE (5->3)

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

DpWpBlksLow: wp_blks_in_queue/limit/max = 2/800/1000

DpLockWpBlkEx: lock wp ca_blk 2

make DISP owner of wp_ca_blk 2

DpRqIPutIntoQ: put elem in queue DIA, elems=7

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 40)

MBUF server state SHUTDOWN

DpModState: change state STARTING -> SHUTDOWN

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIModState: change state to SHUTDOWN

DpModState: change server state from STARTING to SHUTDOWN

DpHalt: switch off Shared memory profiling

ShmProtect( 57, 3 )

ShmProtect(SHM_PROFILE, SHM_PROT_RW

ShmProtect( 57, 1 )

ShmProtect(SHM_PROFILE, SHM_PROT_RD

DpWakeUpWps: wake up all wp's

DpHalt: stop work processes

DpHalt: stop gateway

killing process (4744) (SOFT_KILL)

DpHalt: terminate gui connections

send SHUTDOWN to REM TM 14

DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000

DpLockWpBlkEx: lock wp ca_blk 3

return errno (-17) to T14

DpTmSend: errormsg without overhead: use mode 0

NiBufIAlloc: malloc NiBufadm, to 0 bytes

DpTmSend: try to send 14 bytes to T14/M0

 

 

NiBufSend starting

NiIWrite: hdl 33 sent data (wrt=14,pac=1,MESG_IO)

REL WP ca_blk 3

set status of T14 to TM_DISCONNECTED

NiBufISelUpdate: new MODE -- (r-) for hdl 33 in set0

SiSelNSet: set events of sock 1224 to: ---

NiBufISelRemove: remove hdl 33 from set0

SiSelNRemove: removed sock 1224

NiSelIRemove: removed hdl 33

DpDelSocketInfo: del info for nihdl 33 (pos/type=4/3)

NiICloseHandle: shutdown and close hdl 33/sock 1224

NiBufIClose: clear extension for hdl 33

dp_tm_adm[14].stat = DP_SLOT_FREE

DpGetSchedule: next schedule 1389527513/107000

DpGetSchedule: no schedule found

DpITmSlotRelease: release slot 14

DpListRemove: remove elem 14 from tmadm_inuse_list

DpListRemove: 14 elems in tmadm_inuse_list

DpListInsert: insert elem 14 into tmadm_free_list (at begin)

DpListInsert: 187 elems in tmadm_free_list

DpHalt: wait for end of work processes

DpHalt: wait for end of gateway

[DpProcDied] Process lives  (PID:4744  HANDLE:1068)

DpHalt: waiting for termination of gateway ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:08 2014

NiISelect: TIMEOUT occured (1000ms)

*** ERROR => [DpProcDied] Process died  (PID:4744  HANDLE:1068  rc:0x0) [dpnttool2.c  147]

DpStartStopMsg: send stop message (myname is >localhost_NSP_00                         <)

DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=localhost_NSP_00     , sapsysnr= 0, hostname=localhost                                                       

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 4

AdCallRegisteredCvtToExt: opcode 4 call 000000014173F110

AdCallRegisteredCvtToExt: opcode 4 exit rc=SAP_O_K

DpConvertRequest: net size = 189 bytes

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=562,pac=1,MESG_IO)

MsINiWrite: sent 562 bytes

MsISnd2: send msg (ms hdr/msg 110/452 bytes) to name                    -, type 4, key -

DpStartStopMsg: stop msg sent

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes

NiIRead: hdl 17 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 17

 

 

NiBufReceive starting

MsINiRead: received 274 bytes

MsIReceive: received msg (ms hdr/msg 110/164 bytes), flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 17 recv would block (errno=EAGAIN)

NiIRead: read for hdl 17 timed out (0ms)

DpHalt: more messages from the message server

DpHalt: send keepalive to synchronize with the message server

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=114,pac=1,MESG_IO)

MsINiWrite: sent 114 bytes

MsISnd2: send msg (ms hdr/msg 110/4 bytes) to name           MSG_SERVER, type 0, key -

MsSndName: MS_NOOP ok

Send 4 bytes to MSG_SERVER

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

NiIRead: hdl 17 recv would block (errno=EAGAIN)

NiIPeek: peek successful for hdl 17 (r)

NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes

NiIRead: hdl 17 received data (rcd=114,pac=1,MESG_IO)

NiBufIIn: NIBUF len=114

NiBufIIn: packet complete for hdl 17

 

 

NiBufReceive starting

MsINiRead: received 114 bytes

MsIReceive: received msg (ms hdr/msg 110/4 bytes), flag 3, from MSG_SERVER          , typ 0, key -

Received 4 bytes from MSG_SERVER                             

Received opcode MS_NOOP from msg_server, reply MSOP_OK

MsOpReceive: ok

MsISendKeepalive : keepalive sent to message server

NiIRead: hdl 17 recv would block (errno=EAGAIN)

Sun Jan 12 17:22:09 2014

NiIPeek: peek for hdl 17 timed out (r; 1000ms)

NiIRead: read for hdl 17 timed out (1000ms)

DpHalt: no more messages from the message server

DpHalt: sync with message server o.k.

DpHalt: detach from message server

***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12635]

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIDetach: send logout to msg_server (localhost / 3900)

MsIDetach: call exit function

DpMsShutdownHook called

NiBufISelUpdate: new MODE -- (r-) for hdl 17 in set0

SiSelNSet: set events of sock 1064 to: ---

NiBufISelRemove: remove hdl 17 from set0

SiSelNRemove: removed sock 1064 (pos=2)

SiSelNRemove: removed sock 1064

NiSelIRemove: removed hdl 17

DpDelSocketInfo: del info for nihdl 17 (pos/type=2/4)

MBUF state OFF

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000

DpLockWpBlkEx: lock wp ca_blk 3

make DISP owner of wp_ca_blk 3

DpRqIPutIntoQ: put elem in queue DIA, elems=8

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 42)

MBUF component DOWN

NiICloseHandle: shutdown and close hdl 17/sock 1064

NiBufIClose: clear extension for hdl 17

MsIDetach: detach MS-system (localhost/ 3900)

DpHalt: cleanup EM

EsCleanup( )

EsCleanup ....

EmCleanup() -> 0

Em2Cleanup: Cleanup EM2

Eg2Cleanup: Cleanup EG2

Es2Cleanup: Cleanup ES2

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

***LOG Q05=> DpHalt, DPStop ( 2536) [dpxxdisp.c   11107]

DpHalt: Good Bye .....


Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Hi

Please find the output of r3trans-d below:

 

C:\Users\nspadm>r3trans -d

This is r3trans version 6.19 (release 720 - 06.04.10 - 16:31:00 with UA1430.1 /

prepared for CSN 1287305).

unicode enabled version

r3trans finished (0000>

 

I have posted all log files in the my new post sap mmc dispatcher getting stopped.

here i am pasting dev_disp output for ur ref:

 

 

 

---------------------------------------------------

trc file: "dev_disp", trc level: 1, release: "720"

---------------------------------------------------

sysno      00

sid        NSP

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    46

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

profile    \\localhost\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

pid        2536

 

 

 

 

Sun Jan 12 17:20:46 2014

kernel runs with dp version 125000(ext=118000) (@(#) DPLIB-INT-VERSION-125000-UC)

length of sys_adm_ext is 588 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 2536) [dpxxdisp.c   1252]

  shared lib "dw_xml.dll" version 46 successfully loaded

  shared lib "dw_xtc.dll" version 46 successfully loaded

  shared lib "dw_stl.dll" version 46 successfully loaded

  shared lib "dw_gui.dll" version 46 successfully loaded

  shared lib "dw_mdm.dll" version 46 successfully loaded

  shared lib "dw_rndrt.dll" version 46 successfully loaded

  shared lib "dw_abp.dll" version 46 successfully loaded

  shared lib "dw_sym.dll" version 46 successfully loaded

  shared lib "dw_aci.dll" version 46 successfully loaded

rdisp/softcancel_sequence :  -> 0,5,-1

use internal message server connection to port 3900

rdisp/dynamic_wp_check : 1

rdisp/calculateLoadAverage : 1

 

 

Sun Jan 12 17:20:48 2014

*** WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0249.qqq.nxst) took 2 seconds

 

 

Sun Jan 12 17:20:52 2014

*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds

***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6393]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is active

DpIPCInit2: write dp-profile-values into sys_adm_ext

DpIPCInit2: start server >localhost_NSP_00                         <

DpShMCreate: sizeof(wp_adm) 31696 (2264)

DpShMCreate: sizeof(tm_adm) 5517056 (27448)

DpShMCreate: sizeof(wp_ca_adm) 64000 (64)

DpShMCreate: sizeof(appc_ca_adm) 64000 (64)

DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080

DpShMCreate: sizeof(comm_adm) 584080 (1144)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064

DpShMCreate: sizeof(slock_adm) 156064 (104)

DpFileTableSize: max/headSize/ftSize/tableSize=2800/16/268864/268880

DpShMCreate: sizeof(file_adm) 268880 (80)

DpShMCreate: sizeof(vmc_adm) 30128 (2152)

DpShMCreate: sizeof(wall_adm) (41664/36752/64/192)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: sizeof(j2ee_adm) 3936

DpShMCreate: SHM_DP_ADM_KEY (addr: 0000000007750050, size: 6812336)

DpShMCreate: allocated sys_adm at 0000000007750060

DpShMCreate: allocated wp_adm_list at 0000000007753030

DpShMCreate: allocated wp_adm at 0000000007753220

DpShMCreate: allocated tm_adm_list at 000000000775AE00

DpShMCreate: allocated tm_adm at 000000000775AE50

DpShMCreate: allocated wp_ca_adm at 0000000007C9DD60

DpShMCreate: allocated appc_ca_adm at 0000000007CAD770

DpShMCreate: allocated comm_adm at 0000000007CBD180

DpShMCreate: allocated slock_adm at 0000000007D4BB20

DpShMCreate: allocated file_adm at 0000000007D71CD0

DpShMCreate: allocated vmc_adm_list at 0000000007DB3730

DpShMCreate: allocated vmc_adm at 0000000007DB37E0

DpShMCreate: allocated gw_adm at 0000000007DBADA0

DpShMCreate: allocated j2ee_adm at 0000000007DBADE0

DpShMCreate: allocated ca_info at 0000000007DBBD50

DpShMCreate: allocated wall_adm at 0000000007DBBD70

DpCommAttachTable: attached comm table (header=0000000007CBD180/ft=0000000007CBD190)

DpSysAdmIntInit: initialize sys_adm

rdisp/test_roll : roll strategy is DP_NORMAL_ROLL

dia token check not active (6 token)

MBUF state OFF

DpCommInitTable: init table for 500 entries

DpFileInitTable: init table for 2800 entries

DpSesCreateTable: created session table at 00000000080D0050 (len=161328)

DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm

rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 4096 kByte.

<ES> Info: em/initial_size_MB( 3003MB) not multiple of em/blocksize_KB( 4096KB)

<ES> Info: em/initial_size_MB rounded up to 3004MB

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 750 blocks reserved for free list.

ES initialized.

DpVmcSetActive: set vmc state DP_VMC_ENABLED

DpVmcSetActive: set vmc state DP_VMC_ACTIVE

DpVmcInit2: o.k.

MPI: dynamic quotas disabled.

MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 3.4 3.4 4.1) [dpxxdisp.c   1638]

***LOG Q0K=> DpMsAttach, mscon ( localhsot) [dpxxdisp.c   12244]

MBUF state LOADING

DpStartStopMsg: send start message (myname is >localhost_NSP_00                         <)

DpStartStopMsg: start msg sent

CCMS uses Shared Memory Key 73 for monitoring.

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

 

 

Sun Jan 12 17:20:53 2014

*** ERROR => [CreateOsShm] CreateFileMapping(73,58800 KB) failed with Err=1455

              ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete. [shmnt.c      2249]

*** ERROR => ShmCreate: Create (73,60211232,3) failed [shmnt.c      521]

 

 

*****************************************************

* Memory diagnostic                                 *

*****************************************************

 

 

Systeminformation

------------------------------------------------

Processor-Typ             : Processor-Count           : 1

Operating System          : NT 6.1, Build 7600

Service Pack              :

------------------------------------------------

 

 

 

 

NT Pagefile Informations

------------------------------------------------

Config. minimum size      :     0 K

Config. maximum size      :     0 K

Avail.  maximum size      :     0 K

 

 

| Num|Pagefile                      |  Min.Size|  Max.Size| Avail.Max| Curr.Size|

|----|------------------------------|----------|----------|----------|----------|

 

 

------------------------------------------------

 

 

NT Task Manager Informations

------------------------------------------------

Total Handles             : -10783696

Total Threads             :     2046

Total Processes           : -10172960

 

 

Commit Charge Total       :     2046 K

Commit Charge Limit       : -10173328 K

Commit Charge Peak        :     2046 K

 

 

Phys.Memory Total         : -10172592 K

Phys.Memory Available     :     2046 K

File Cache                : -10163824 K

 

 

Kernel Memory Total       :     2046 K

Kernel Memory Paged       : -10171008 K

Kernel Memory Nonpaged    :     2046 K

------------------------------------------------

 

 

 

 

Memory usage of current process

------------------------------------------------

Total virt.address space  : 0000008589934464 K

Avail.virt.address space  : 0000008583741368 K

Private Pages             :        0 K

Total heap size           :    52549 K

Virtual memory regions    :       37 K

Uncommitted heap memory   :    41372 K

Allocated heap memory     :     9809 K

Moveable heap memory      :        0 K

DDE shared heap memory    :     5911 K

------------------------------------------------

 

 

 

 

Memory usage of all processes

-----------------------------

 

 

| PID|Image               |Instance   |  Work.Set|   WS Peak|Priv.Pages|   PP Peak|Pg Fault|

|----|--------------------|-----------|----------|----------|----------|----------|--------|

|1664|sapstartsrv.exe     |           |   92760 K|   94288 K|  117896 K|  169092 K|     107|

|3580|conhost.exe         |           |    2532 K|    2552 K|     852 K|   33312 K|       0|

|4160|msg_server.EXE      |[MS] NSP_00|   13464 K|   13464 K|   14896 K|   14900 K|       3|

|2536|disp+work.EXE       |           |   58296 K|   58296 K|   90676 K|   93040 K|      14|

| 616|conhost.exe         |           |    2548 K|    2548 K|     848 K|     852 K|       0|

|3196|conhost.exe         |           |    2564 K|    2636 K|     848 K|     852 K|       0|

|4744|gwrd.EXE            |           |    5788 K|    5788 K|    6592 K|    6596 K|       1|

|1512|disp+work.EXE       |           |    8084 K|    8084 K|   65360 K|   65360 K|       2|

|----|--------------------|-----------|----------|----------|----------|----------|--------|

|    |Sum                 |           |  186036 K|**********|  297968 K|**********|********|

 

 

*** ERROR => ShmCreate (SHM_CREATE | SHM_ATTACH) failed with rtc = 1 [alxxappl.c   1814]

*** ERROR => CCMS: sAlInit: could not create/attach shared memory key 73 (rtc = 249) [alxx.c       1246]

*** ERROR => AlDpAdmInit: sAlInit rtc = 249 [alxx.c       515]

*** ERROR => DpLoopInit: AlDpAdmInit [dpxxdisp.c   1925]

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]

MBUF state ACTIVE

DpWpBlksLow: max wp blocks in queue is 800 (80 %)

MBUF component UP

DpMsgProcess: 1 server in MBUF

DpAppcBlksLow: max appc blocks in queue is 500 (50 %)

 

 

Sun Jan 12 17:21:32 2014

*** ERROR => DpHdlDeadWp: W0 (pid 4836) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W1 (pid 4188) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W2 (pid 4008) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W3 (pid 2220) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W4 (pid 2868) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W6 (pid 4712) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W7 (pid 1672) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W8 (pid 1076) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W9 (pid 4076) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W10 (pid 1884) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => DpHdlDeadWp: W11 (pid 1632) died (severity=0, status=0) [dpxxwp.c     1507]

*** ERROR => [DpProcDied] Process died  (PID:3992  HANDLE:1080  rc:0xC0000142) [dpnttool2.c  147]

*** ERROR => Internet Communication Manager (pid 3992) died [dpxxdisp.c   16535]

*** ERROR => DpIcmCheck: ICM could not be started [dpxxdisp.c   16579]

my types changed after icm death/restart 0xbf --> 0x3f

 

 

Sun Jan 12 17:21:52 2014

***LOG Q0J=> DpEnvCheck, no_wp () [dpxxdisp.c   8065]

***LOG Q0G=> DpRqBadHandle, bad_req ( UPD) [dpxxdisp.c   5768]

*** ERROR => DpRqBadHandle: BAD REQUEST - Reason: senseless request (line 8067): [dpxxdisp.c   5770]

-IN-- sender_id DISPATCHER        tid  -1    wp_ca_blk   497     wp_id 5

-IN-- action    SEND_TO_WP        uid  -1    appc_ca_blk -1      type  UPD 

-IN-- new_stat  NO_CHANGE         mode 255   len         410     rq_id 31

-IN-- req_info  MSG_WITH_REQ_BUF,MSG_WITH_OH,SET_SYSTEM_USER

-IN-- msg_name  localhost_NSP_00    

***LOG Q0J=> DpEnvCheck, no_wp () [dpxxdisp.c   8065]

***LOG Q0G=> DpRqBadHandle, bad_req ( BTC) [dpxxdisp.c   5768]

*** ERROR => DpRqBadHandle: BAD REQUEST - Reason: senseless request (line 8067): [dpxxdisp.c   5770]

-IN-- sender_id DISPATCHER        tid  -1    wp_ca_blk   499     wp_id 5

-IN-- action    SEND_TO_WP        uid  -1    appc_ca_blk -1      type  BTC 

-IN-- new_stat  NO_CHANGE         mode 255   len         508     rq_id 34

-IN-- req_info  MSG_WITH_REQ_BUF,MSG_WITH_OH,SET_SYSTEM_USER

-IN-- msg_name  localhost_NSP_00    

*** ERROR => DpHdlDeadWp: W5 (pid 1512) died (severity=0, status=0) [dpxxwp.c     1507]

*** DP_FATAL_ERROR => DpWPCheck: no more work processes

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:02 2014

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Sun Jan 12 11:52:02 2014

========================

 

 

No Type  Pid    Status  Cause Start Rstr  Err Sem Time Program          Cl  User         Action                    Table

-------------------------------------------------------------------------------------------------------------------------------

0 DIA       -1 Ended         no    no     1   0    0                                                                       

1 DIA       -1 Ended         no    no     1   0    0                                                                       

2 DIA       -1 Ended         no    no     1   0    0                                                                       

3 DIA       -1 Ended         no    no     1   0    0                                                                       

4 DIA       -1 Ended         no    no     1   0    0                                                                       

5 DIA       -1 Ended         no    no     1   0    0                                                                       

6 UPD       -1 Ended         no    no     1   0    0                                                                       

7 ENQ       -1 Ended         no    no     1   0    0                                                                       

8 BTC       -1 Ended         no    no     1   0    0                                                                       

9 BTC       -1 Ended         no    no     1   0    0                                                                       

10 SPO       -1 Ended         no    no     1   0    0                                                                       

11 UP2       -1 Ended         no    no     1   0    0                                                                       

Dispatcher Queue Statistics Sun Jan 12 11:52:02 2014

===========================

 

 

+------+--------+--------+--------+------------+------------+

|  Typ |    now |   high |    max | writes     |  reads     |

+------+--------+--------+--------+------------+------------+

| NOWP |      0 |      2 |   2000 |         33 |         33 |

+------+--------+--------+--------+------------+------------+

|  DIA |      6 |      6 |   2000 |          6 |          0 |

+------+--------+--------+--------+------------+------------+

|  UPD |      0 |      1 |   2000 |          1 |          1 |

+------+--------+--------+--------+------------+------------+

|  ENQ |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

|  BTC |      0 |      1 |   2000 |          1 |          1 |

+------+--------+--------+--------+------------+------------+

|  SPO |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

|  UP2 |      0 |      0 |   2000 |          0 |          0 |

+------+--------+--------+--------+------------+------------+

 

 

max_rq_id 39

wake_evt_udp_now 0

 

 

wake events       total    39,  udp    35 ( 89%),  shm     4 ( 10%)

since last update total    39,  udp    35 ( 89%),  shm     4 ( 10%)

 

 

DpGetLoadAverage: la1[1] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[1] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[1] = 0.055556 / -1.000000 %

Dispatcher Load Statistics

+------+---------+---------+---------+

|  Typ |     LA1 |     LA5 |    LA15 |

+------+---------+---------+---------+

|  DIA |   0.000 |   0.000 |   0.056 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[2] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[2] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[2] = 0.011111 / -1.000000 %

|  UPD |   0.000 |   0.000 |   0.011 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[3] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[3] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[3] = 0.000000 / -1.000000 %

|  ENQ |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[4] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[4] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[4] = 0.011111 / -1.000000 %

|  BTC |   0.000 |   0.000 |   0.011 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[5] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[5] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[5] = 0.000000 / -1.000000 %

|  SPO |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

DpGetLoadAverage: la1[6] = 0.000000 / -1.000000 %

DpGetLoadAverage: la5[6] = 0.000000 / -1.000000 %

DpGetLoadAverage: la15[6] = 0.000000 / -1.000000 %

|  UP2 |   0.000 |   0.000 |   0.000 |

+------+---------+---------+---------+

Dump of tm_adm structure: Sun Jan 12 11:52:02 2014

=========================

 

 

Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)

RM-T14, U15,                 , , 17:20:54, M0, W-1,     , 1/0

 

 

Workprocess Comm. Area Blocks Sun Jan 12 11:52:02 2014

=============================

 

 

Slots: 1000, Used: 2, Max: 5

+------+--------------+----------+-------------+

|   id | owner        |   pid    | eyecatcher  |

+------+--------------+----------+-------------+

|    0 | DISPATCHER   |       -1 | 0xdeadbeef |

|    1 | DISPATCHER   |       -1 | 0xdeadbeef |

 

 

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:07 2014

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >localhost_NSP_00                         < (normal)

DpJ2eeDisableRestart

DpMBufRead: read server list from MBUF (1 entries)

DpMBufMod: name [localhost_NSP_00                         ], types 63 state 3 (0x2 0x0 0x0 0x0)

DpMBufMod: call hooks for event MBUF_DPEVT_DSTATE (5->3)

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

DpWpBlksLow: wp_blks_in_queue/limit/max = 2/800/1000

DpLockWpBlkEx: lock wp ca_blk 2

make DISP owner of wp_ca_blk 2

DpRqIPutIntoQ: put elem in queue DIA, elems=7

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 40)

MBUF server state SHUTDOWN

DpModState: change state STARTING -> SHUTDOWN

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIModState: change state to SHUTDOWN

DpModState: change server state from STARTING to SHUTDOWN

DpHalt: switch off Shared memory profiling

ShmProtect( 57, 3 )

ShmProtect(SHM_PROFILE, SHM_PROT_RW

ShmProtect( 57, 1 )

ShmProtect(SHM_PROFILE, SHM_PROT_RD

DpWakeUpWps: wake up all wp's

DpHalt: stop work processes

DpHalt: stop gateway

killing process (4744) (SOFT_KILL)

DpHalt: terminate gui connections

send SHUTDOWN to REM TM 14

DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000

DpLockWpBlkEx: lock wp ca_blk 3

return errno (-17) to T14

DpTmSend: errormsg without overhead: use mode 0

NiBufIAlloc: malloc NiBufadm, to 0 bytes

DpTmSend: try to send 14 bytes to T14/M0

 

 

NiBufSend starting

NiIWrite: hdl 33 sent data (wrt=14,pac=1,MESG_IO)

REL WP ca_blk 3

set status of T14 to TM_DISCONNECTED

NiBufISelUpdate: new MODE -- (r-) for hdl 33 in set0

SiSelNSet: set events of sock 1224 to: ---

NiBufISelRemove: remove hdl 33 from set0

SiSelNRemove: removed sock 1224

NiSelIRemove: removed hdl 33

DpDelSocketInfo: del info for nihdl 33 (pos/type=4/3)

NiICloseHandle: shutdown and close hdl 33/sock 1224

NiBufIClose: clear extension for hdl 33

dp_tm_adm[14].stat = DP_SLOT_FREE

DpGetSchedule: next schedule 1389527513/107000

DpGetSchedule: no schedule found

DpITmSlotRelease: release slot 14

DpListRemove: remove elem 14 from tmadm_inuse_list

DpListRemove: 14 elems in tmadm_inuse_list

DpListInsert: insert elem 14 into tmadm_free_list (at begin)

DpListInsert: 187 elems in tmadm_free_list

DpHalt: wait for end of work processes

DpHalt: wait for end of gateway

[DpProcDied] Process lives  (PID:4744  HANDLE:1068)

DpHalt: waiting for termination of gateway ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1225

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Sun Jan 12 17:22:08 2014

NiISelect: TIMEOUT occured (1000ms)

*** ERROR => [DpProcDied] Process died  (PID:4744  HANDLE:1068  rc:0x0) [dpnttool2.c  147]

DpStartStopMsg: send stop message (myname is >localhost_NSP_00                         <)

DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=localhost_NSP_00     , sapsysnr= 0, hostname=localhost                                                       

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 4

AdCallRegisteredCvtToExt: opcode 4 call 000000014173F110

AdCallRegisteredCvtToExt: opcode 4 exit rc=SAP_O_K

DpConvertRequest: net size = 189 bytes

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=562,pac=1,MESG_IO)

MsINiWrite: sent 562 bytes

MsISnd2: send msg (ms hdr/msg 110/452 bytes) to name                    -, type 4, key -

DpStartStopMsg: stop msg sent

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes

NiIRead: hdl 17 received data (rcd=274,pac=1,MESG_IO)

NiBufIIn: NIBUF len=274

NiBufIIn: packet complete for hdl 17

 

 

NiBufReceive starting

MsINiRead: received 274 bytes

MsIReceive: received msg (ms hdr/msg 110/164 bytes), flag 1, from MSG_SERVER          , typ 0, key -

DpHalt: received 164 bytes from message server

NiIRead: hdl 17 recv would block (errno=EAGAIN)

NiIRead: read for hdl 17 timed out (0ms)

DpHalt: more messages from the message server

DpHalt: send keepalive to synchronize with the message server

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=114,pac=1,MESG_IO)

MsINiWrite: sent 114 bytes

MsISnd2: send msg (ms hdr/msg 110/4 bytes) to name           MSG_SERVER, type 0, key -

MsSndName: MS_NOOP ok

Send 4 bytes to MSG_SERVER

NiBufIAlloc: malloc MSLIB-BUF, to 32110 bytes

NiIRead: hdl 17 recv would block (errno=EAGAIN)

NiIPeek: peek successful for hdl 17 (r)

NiBufIAlloc: malloc NIBUF-IN, to 32110 bytes

NiIRead: hdl 17 received data (rcd=114,pac=1,MESG_IO)

NiBufIIn: NIBUF len=114

NiBufIIn: packet complete for hdl 17

 

 

NiBufReceive starting

MsINiRead: received 114 bytes

MsIReceive: received msg (ms hdr/msg 110/4 bytes), flag 3, from MSG_SERVER          , typ 0, key -

Received 4 bytes from MSG_SERVER                             

Received opcode MS_NOOP from msg_server, reply MSOP_OK

MsOpReceive: ok

MsISendKeepalive : keepalive sent to message server

NiIRead: hdl 17 recv would block (errno=EAGAIN)

Sun Jan 12 17:22:09 2014

NiIPeek: peek for hdl 17 timed out (r; 1000ms)

NiIRead: read for hdl 17 timed out (1000ms)

DpHalt: no more messages from the message server

DpHalt: sync with message server o.k.

DpHalt: detach from message server

***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12635]

 

 

NiBufSend starting

NiIWrite: hdl 17 sent data (wrt=110,pac=1,MESG_IO)

MsINiWrite: sent 110 bytes

MsIDetach: send logout to msg_server (localhost / 3900)

MsIDetach: call exit function

DpMsShutdownHook called

NiBufISelUpdate: new MODE -- (r-) for hdl 17 in set0

SiSelNSet: set events of sock 1064 to: ---

NiBufISelRemove: remove hdl 17 from set0

SiSelNRemove: removed sock 1064 (pos=2)

SiSelNRemove: removed sock 1064

NiSelIRemove: removed hdl 17

DpDelSocketInfo: del info for nihdl 17 (pos/type=2/4)

MBUF state OFF

AdGetSelfIdentRecord: >                                                                           <

AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 00000001417434D0

AdCallRegisteredCvtToExt: opcode 60 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0

AdCallRegisteredCvtToExt: opcode 40

AdCallRegisteredCvtToExt: opcode 40 call 0000000141744290

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

DpWpBlksLow: wp_blks_in_queue/limit/max = 3/800/1000

DpLockWpBlkEx: lock wp ca_blk 3

make DISP owner of wp_ca_blk 3

DpRqIPutIntoQ: put elem in queue DIA, elems=8

DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 42)

MBUF component DOWN

NiICloseHandle: shutdown and close hdl 17/sock 1064

NiBufIClose: clear extension for hdl 17

MsIDetach: detach MS-system (localhost/ 3900)

DpHalt: cleanup EM

EsCleanup( )

EsCleanup ....

EmCleanup() -> 0

Em2Cleanup: Cleanup EM2

Eg2Cleanup: Cleanup EG2

Es2Cleanup: Cleanup ES2

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

Es2ResLocSlotClear: clear slot 0

***LOG Q05=> DpHalt, DPStop ( 2536) [dpxxdisp.c   11107]

DpHalt: Good Bye .....

Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Hi

 

Hi

 

Thanks for your output logs.

 

Sun Jan 12 17:20:53 2014

*** ERROR => [CreateOsShm] CreateFileMapping(73,58800 KB) failed with Err=1455

              ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete. [shmnt.c      2249]

 

The above shows that the issue is due to Windows Page file

 

Please go through this note for for setting the page file limits

 

  1790345 - PXA_NO_SHARED_MEMORY

 

Thanks

 

RD

Re: SAP LiveCache - Global Listener error

Re: SAP MMC - Dispatcher is getting stopped even max db: nsp started in services

$
0
0

Hi Rishi

I am unable to access above link it's asking authentication login credentials for Market service place.

 

unable to login with my sap sdn credentials to that market place.

 

anyhow could u plz provide ur inputs how to resolve page fiel limits.

 

one more thing in services i have find below services:

SAP DBTech- .M780114

SAP DBTech- .M7801114

SAP DBTech-NSP

SAP DBTech-NSP(slow)

 

shall we need to start all these services.

 

actually i tried only started sap dbtech -nsp started remaining once in disable mode. also tried with all in automatic . in all ways dispatcher getting stopped.

 

plz help me to resolve this issue. i am not interest to reinstall again.

Re: Backup history file error

$
0
0

This is really good news, I hope the patch will be released soon.

Viewing all 2539 articles
Browse latest View live




Latest Images