Quantcast
Viewing all 1545 articles
Browse latest View live

Restoring MaxDB from a Network Drive?

Hello,

 

currently we are working on a system refresh (Windows 2008 R2 + MaxDB) with SWPM10 as <SID>adm.

 

At the moment we are stuck at the restore in the MaxDB Database Studio. At the point when the SWPM tells us to "Use the DBMGUI to perform a database recovery..." we tried to do this.Our backup files are waiting on a network drive.

 

In DB Studio via Administration Tasks -> Recovery we set up a new parallel backup template. We put the Path "X:\PRDBr\PRD_COM_0" Under "Device/File" in Device 1. Device 2 holds "X:\PRDBr\PRD_COM_1".

 

See for yourself in this screenshot:

Image may be NSFW.
Clik here to view.
maxdb_restore_error1.png

 

Unfortunately we are being confronted with the error message that you can see in the top left of the screenshot:

 

-24994 Runtime environment error 1, wrong path


Instead of using drive letters we also tried UNC paths like: \\server\backup\PRDBr\PRD_COM_0 and \\server\backup\PRDBr\PRD_COM_1. This leads to another error message: -24994 Runtime environment error 1, access denied


Image may be NSFW.
Clik here to view.
maxdb_restore_error2.png


The UNC path and the network drive are perfectly accessible by the user <SID>adm in Windows Explorer.

 

Can you give us any support on that issue? We would greatly appreciate that :-)

 

Thanks so far and regards

 

Daniel


Error "-9400 AK Cachedirectory full"

Hello,

 

I'm writing back following an old thread in 2009 on this forum, related to a problem with MaxDB and "AK Cachedirectory full" problems. You can find the previous thread here: What can we so against Error "-9400 AK Cachedirectory full"?

 

The problem was actually never resolved: we could more or less live with it, and we managed to reduce it for a while, but we are having that problem again almost every day now. We actually fixed various points since 2009 and our system has changed quite a lot.

 

We use MaxDB 7.8.02 (BUILD 038-121-249-252) with the JDBC Driver sapdbc-7.6.09_000-000-010-635.jar. Note that we don't use MaxDB in a SAP environment as we have our own business application.

 

Following some very helpful feedback from Lars Breddemann, we fixed various points in our system: for example, result sets were not always properly closed, this is now done immediately after the query has been executed and the result rows were read. We also follow the advise from Elke Zietlow to always close a connection and its associated prepared statements when the error occurs. This also helps in most cases, but sometimes when the error occurs, even closing the connection and its prepared statements does not help and the problem "escalates" until we have to restart the db to fix the problem.

 

Back to the discussion in 2009, I used the two statements given by Lars to monitor the catalog cache usage: when I run this multiple times, I see that all result sets are properly closed as I only see the ones currently being used and they disappear.

 

One important point is that our java application keeps many prepared statements open in a cache, to have them ready to be reused. We can have up to 10'000 prepared statements open, with up to 100 jdbc connections. Actually the AK Cachedirectory full problem happens sometimes very soon after we restart our system and db, so at that time the number of prepared statements can be very low, which seems to indicate that the number of prepared statements being open is not necessarily linked to the problem.

 

Also in the discussion in 2009, Lars mentioned the fact that we use prepared statements of the type TYPE_SCROLL_INSENSITIVE and he was asking if we could not use TYPE_FORWARD_ONLY. Would this really make a difference? We need the TYPE_SCROLL_INSENSITIVE in many cases because we use some iterators to scroll up and down the result sets, so using TYPE_FORWARD_ONLY would require changing quite some code. I also saw in the MaxDB code that using the type TYPE_SCROLL_INSENSITIVE adds the string "FOR REUSE" to the sql statement, what does it exactly mean?

 

Amy help to fix that problem would be greatly appreciated.

Christophe

Unicode-Problem during backup from maxdb 7.6 and recover in 7.7

Hi,

I set up a new Database-Server with MaxDB 7.7 and I want to recover the Dump from my old Database-Server with MaxDB 7.6 (which is ASCII).

 

I get this error:

/opt/sdb/programs/bin/dbmcli on ACDB>recover_start ACDataC data

ERR

-24988,ERR_SQL: SQL error

-3068,Mismatch of parameter configuration between backup and instance

6,Data recovery failed

9,Only databackup from UNICODE databases are permitted to be recovered.

Servertask Info: because Error in backup task occured

Job 1 (Backup / Restore Medium Task) [executing] WaitingT88 Result=5224

Error in backup task occured, Error code 5224 "wrong_configuration"

 

but the new Database seems to be in ASCII:

 

/opt/sdb/programs/bin/dbmcli on ACDB>param_getvalue DEFAULT_CODE

OK

ASCII

 

/opt/sdb/programs/bin/dbmcli on ACDB>param_getvalue _UNICODE

OK

NO

 

/opt/sdb/programs/bin/dbmcli on ACDB>param_getvalue DefaultCodePage

OK

ASCII

 

What I did before was:

 

// CREATE A NEW EMPTY DATABASE

/opt/sdb/programs/bin/dbmcli -c db_create ACDB dbadmin,SECRET

// DEFINE A BACKUPTEMPLATE, SAME OPTIONS LIKE OLD 7.6 BACKUP

/opt/sdb/programs/bin/dbmcli -u dbadmin,SECRET -d ACDB medium_put ACDataC /path/to/backup/AC.dump FILE DATA 0 8 YES

// CONNECT TO NEW DATABASE VIA CONSOLE

/opt/sdb/programs/bin/dbmcli -u dbadmin,SECRET -d ACDB

// INIT PARAMETERS

param_startsession

param_init

param_commitsession

//IMPORT PARAMETERS FROM BACKUP

service_connect

recover_config ACDataC

service_release

//ACTIVATE DATABASE

db_admin

db_activate

db_activate DBM,SECRET

// RELOAD SYSTEM TABLES

load_systab

// SWITCH DB TO STATE ONLINE

db_online

 

so far in worked quite well.

then I copied the 7.6-backup file to /path/to/backup/AC.dump and tried to recover:

 

db_admin u2013f

util_connect

recover_start ACDataC data

 

--> Error-Message as above

 

So what can I do to switch to MaxDB 7.7 ?

Thanks a lot,

Oliver

How to set Automatic Schedule backup in MaxDB?

HI All

 

I need to set automatic backup in MaxDB, i have seen automatic option for logs but not for Full database, Can anyone explain how we can do this.

 

I want Full backup on daily basis along with logs.

 

Welcome for suggestion and directions.

 

Regards,

 

YR

Hi champs, max db is not starting version 7.7.04.28

Hi champs, max db is not starting version 7.7.04.28.

 

The db_online/db_admin commands gives error

 

2015-05-04 14:05:21 0x00005e14 INF        421 DBMSrv   Command 'user_logon ...' was executed since 2015-05-04 14:05:21.

2015-05-04 14:05:21 0x00005e14 ERR     -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'user_logon' has ended and failed with return code -24950.

 

 

Attached is the dbm.prt file from the work directory

MaxDB database studio usermanagement errors

Hi,

 

I (succesfully, as far as I can tell) installed MaxDB on a Windows 7 Professional x64 Vmware virtual PC (maxdb-all-win-64bit-x86_64-7_8_02_28) and now want to also install MaxDB database studio (maxdb-studio-win-64bit-x86_64-7_9_08_01). While the installation seems to finish successfully, I'm running into errors after starting (as administrator). First error is

 

'Loading preference values failed; default values will be used

 

Reason:

Missing object type: :Loader'

 

then

 

'Could not read preferences

 

Reason:

Missing object type: :SQLSTUDIO'

 

The Event log viewer shows warnings about the utilities path not specified and again Errors about 'Missing object type:: preferences'

 

While Eclipse then starts up, it is not possible to work with the locally installed DB (which seems to be detectect, however). Again there are errors about

'Missing object type::preferences' as well as

'Could not load mounted Local Folders'

'Can not get registration preferences'

'Get login attributes failed'

'User management exception: Missing object tye::UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME'

 

Searching the web using these errors does result in too much help, , unfortunately, for UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME I do net get a single hit with google.

 

First I thought my Java SDK 1.7, is too recent, so I uninstalled DB studio and Java and tried again with Oracle jdk-6u37-windows-x64, but I'm getting the same errors. I also noted that, as it seems, the DB Studio remembered the password from the previous installation. It did not ask for a new one during the new installation but asked for the old one after I started it (I consider this a bug).

 

Any ideas anyone? Any help would be appreciated.

 

Maybe I should also note that at first I had a broken MaxDB installation (it failed to load the system tables), which I uninstalled, however and reinstalled (then succesfully).

 

Thanks in advance and best regards,

 

Thomas

How can I schedule backups for MaxDB

Hi

I have an MaxDB 7.8 installed for use with content server 6.4. I don´t have a thrid party backup toll that can interface with MaxDb and using DBA cookpit í sap is not an optin I belive since the MaxDb is not used by a SAP system.

 

I hvave made backups manually using MaxDB Studio and have automatic log backup enabled, BUt so ar I don't know of any methood of scheduling/automating the backup process ?

 

Can í use a commandline tool and Batch script to acompplish this or is ther any other way.

 

Is it prehaps better in my case to stop using MaxDB as a datastore for content server and have content server store data directly to the file system ?

 

Regards Siggi

Uninstalling MaxDB

Hi,

I have installed SAP Netweaver developer Studio 6.40 which installed MAXDB database also. Due to some reason I had to unistall the trial version of Developer studio, in this process developer studio got unistalled but not MAXDB.

*----


I use Add/Remove programs and uninstall MaxDB. I get the messages like this.....

 

Start uninstallation now (y/n) : Y (resoponse)

 

then message displays

found instance of J2E, cannot remove package..first remove all instances...

*----


 

I have stopped all the services, even then Iam getting such error message. How do I uninstall?

 

Help needed.

 

-Suresh


Installation error in step 11.. Error message"dbmcli called for PARAM_INIT_ISNTA failed"SAP ECC6(SUSE10 & MAXDB7.6)

Hi Exparts,

 

I am facing an issue to install ECC 6.0(MAXDB-7.6 & SUSE10).

1. First I started fresh installation that time is stuck(hanged for 2days) into step 13(DB -), Then I googled the error and found that I put special character in PASSWORD.

2. So, I stop Installation and tried to start installation with the option New Installation with new PASSWORD without any special character.

3 . But in Step 11 it failed with error message "dbmcli called for PARAM_INIT_ISNTA failed. Check XCMDOUT.LOG"

 

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

 

I cant find & open XCMDOUT.LOG as the location is not found.

Can you please tell me how to open XCMDOUT.LOG to check the error..

 

Then I tried,

dbmcli -d QAS -u CONTROL,control

It failed(ERR_USRFAIL: User authorization failed)

dbmcli -d QAS -u CONTROL,abcd12345(main password of installation)

 

Again:

          (Connection failed to node (local) for database:

          wrong user/password).

DlLoadLib()==DLENOACCESS - dlopen dbsdbslib.o

Hello experts,

 

We are doing our SCM upgrade from 4.1 to 7.0 with migration. We have completed with the upgrade but before doing the LC upgrade we need to upload the data to the LC using the  /SAPAPO/OM_LC_UPGRADE_70, while doing this it gives an error for connectivity to the LC. From DB59, i checked the connection test fails for "Native SQL" (LCA) step.

 

+1. Connect. test with "dbmcli db_state"                         Successful+
+2. Connect. test with command mode "dbmrfc db_state"            Successful+
+3. Connect. test with session mode "dbmrfc db_state"            Successful+
+4. Connect. test with "native SQL"  ( LCA )                     No connection+   +SQL Code:+   +Error creating a secondary database connection+   +Set up of a secondary connection to the database system failed. It is possible that the data required for setting up the con+   +SQL code:+   +For detailed information, see the developer trace for work process:            4+

From the workprocess we get the below error

 

 

B  Loading DB library '/usr/sap/EAD/DVEBMGS59/exe/dbsdbslib.o' ...
M  *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/EAD/DVEBMGS59/exe/dbsdbslib.o") FAILED  "#0509-130 Symbol resolution failed for /usr/sap/EAD/DVEBMGS59/exe/dbsdbslib.o because:
#0509-136   Symbol getData__Q2_6SQLDBC10SQLDBC_LOBFPvPLLT3T1T3T2b (number 197) is not exported from
##   dependen"  (errno=8,Exec format error) [dlux.c       445]
M  {root-id=4D87070E166501B0E1008002A7E41451}_{conn-id=00000000000000000000000000000000}_0
B  *** ERROR => Couldn't load library '/usr/sap/EAD/DVEBMGS59/exe/dbsdbslib.o'
 [dbcon.c      5263]
B  {root-id=4D87070E166501B0E1008002A7E41451}_{conn-id=00000000000000000000000000000000}_0
B  ***LOG BYG=> could not load library for database connection LCA        [dbds         886]

 

We have upgrade the sap kernel and also the above said dbsl library, and it exists in the exe directory, But still nothing seems to work...

 

Can someone give any ideas ??

 

Thx

Ananth

Dispatcher Stopped in ECC6

Dear Experts,

 

I need your help, my IDES suddenly stop working below are the Log details

 

dev_disp

 

 

 

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

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

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

sysno      04

sid        ECC

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    100

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

profile    \\ECC6\sapmnt\ECC\SYS\profile\ECC_DVEBMGS04_ECC6

pid        6972

 

 

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

length of sys_adm_ext is 588 bytes

*** SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (04 6972) [dpxxdisp.c   1287]

  shared lib "dw_xml.dll" version 100 successfully loaded

  shared lib "dw_xtc.dll" version 100 successfully loaded

  shared lib "dw_stl.dll" version 100 successfully loaded

  shared lib "dw_gui.dll" version 100 successfully loaded

  shared lib "dw_mdm.dll" version 100 successfully loaded

  shared lib "dw_rndrt.dll" version 100 successfully loaded

  shared lib "dw_abp.dll" version 100 successfully loaded

  shared lib "dw_sym.dll" version 100 successfully loaded

  shared lib "dw_aci.dll" version 100 successfully loaded

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

use internal message server connection to port 3904

rdisp/dynamic_wp_check : 1

rdisp/calculateLoadAverage : 1

 

 

Mon May 11 17:50:35 2015

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

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

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: write dp-profile-values into sys_adm_ext

DpIPCInit2: start server >ECC6_ECC_04                             <

DpShMCreate: sizeof(wp_adm) 43024 (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=0/0/0/0/0

DpShMCreate: sizeof(slock_adm) 0 (104)

DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

DpShMCreate: sizeof(file_adm) 0 (80)

DpShMCreate: sizeof(vmc_adm) 0 (2152)

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

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: sizeof(j2ee_adm) 3952

DpShMCreate: SHM_DP_ADM_KEY (addr: 00000000076B0050, size: 6368736)

DpShMCreate: allocated sys_adm at 00000000076B0060

DpShMCreate: allocated wp_adm_list at 00000000076B3040

DpShMCreate: allocated wp_adm at 00000000076B3230

DpShMCreate: allocated tm_adm_list at 00000000076BDA50

DpShMCreate: allocated tm_adm at 00000000076BDAA0

DpShMCreate: allocated wp_ca_adm at 0000000007C009B0

DpShMCreate: allocated appc_ca_adm at 0000000007C103C0

DpShMCreate: allocated comm_adm at 0000000007C1FDD0

DpShMCreate: system runs without slock table

DpShMCreate: system runs without file table

DpShMCreate: allocated vmc_adm_list at 0000000007CAE770

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated gw_adm at 0000000007CAE820

DpShMCreate: allocated j2ee_adm at 0000000007CAE860

DpShMCreate: allocated ca_info at 0000000007CAF7E0

DpShMCreate: allocated wall_adm at 0000000007CAF870

DpCommAttachTable: attached comm table (header=0000000007C1FDD0/ft=0000000007C1FDE0)

DpSysAdmIntInit: initialize sys_adm

rdisp/test_roll : roll strategy is DP_NORMAL_ROLL

dia token check not active (10 token)

MBUF state OFF

DpCommInitTable: init table for 500 entries

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( 8103MB) not multiple of em/blocksize_KB( 4096KB)

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

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

<ES> 2025 blocks reserved for free list.

ES initialized.

mm.dump: set maximum dump mem to 96 MB

DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

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 ( 4.0.1 4.0.1 5.1) [dpxxdisp.c   1673]

***LOG Q0K=> DpMsAttach, mscon ( ECC6) [dpxxdisp.c   12339]

MBUF state LOADING

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

DpStartStopMsg: start msg sent

CCMS uses Shared Memory Key 73 for monitoring.

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

CCMS: Initalized shared memory of size 60000000 for monitoring segment.

CCMS: Checking Downtime Configuration of Monitoring Segment.

CCMS: AlMsUpload called by wp 1024.

 

 

Mon May 11 17:50:37 2015

CCMS: AlMsUpload successful for M:\usr\sap\ECC\DVEBMGS04\log\ALMTTREE.DAT (3980 MTEs).

 

 

Mon May 11 17:50:38 2015

CCMS: start to initalize 3.X shared alert area (first segment).

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 %)

 

 

Mon May 11 17:51:15 2015

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

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

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

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

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

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

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

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

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

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

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

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

*** ERROR => DpHdlDeadWp: W12 (pid 3864) died (severity=0, status=0) [dpxxwp.c     1522]

*** ERROR => DpHdlDeadWp: W13 (pid 2228) died (severity=0, status=0) [dpxxwp.c     1522]

*** ERROR => DpHdlDeadWp: W14 (pid 7704) died (severity=0, status=0) [dpxxwp.c     1522]

*** ERROR => DpHdlDeadWp: W15 (pid 792) died (severity=0, status=0) [dpxxwp.c     1522]

*** ERROR => DpHdlDeadWp: W16 (pid 5136) died (severity=0, status=0) [dpxxwp.c     1522]

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

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:25 2015

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Mon May 11 12:21:25 2015

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

 

 

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

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

0 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

1 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

2 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

3 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

4 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

5 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

6 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

7 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

8 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

9 DIA       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

10 UPD       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

11 ENQ       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

12 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

13 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

14 BTC       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

15 SPO       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

16 UP2       -1 Ended         no    no     1   0    0                                    NO_ACTION                          

Dispatcher Queue Statistics Mon May 11 12:21:25 2015

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

 

 

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

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

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

| NOWP |      0 |      3 |   2000 |          5 |          5 |

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

|  DIA |      3 |      3 |   2000 |          3 |          0 |

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

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

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

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

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

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

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

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

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

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

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

 

 

max_rq_id 8

wake_evt_udp_now 0

 

 

wake events       total     6,  udp     3 ( 50%),  shm     3 ( 50%)

since last update total     6,  udp     3 ( 50%),  shm     3 ( 50%)

 

 

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

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

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

Dispatcher Load Statistics

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

|  Typ |     LA1 |     LA5 |    LA15 |

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

|  DIA |   0.000 |   0.000 |   0.033 |

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

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

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

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

|  UPD |   0.000 |   0.000 |   0.000 |

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

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.000000 / -1.000000 %

|  BTC |   0.000 |   0.000 |   0.000 |

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

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: Mon May 11 12:21:25 2015

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

 

 

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

RM-T19, U20,                 , , 17:50:45, M0, W-1,     , 1/0

 

 

Workprocess Comm. Area Blocks Mon May 11 12:21:25 2015

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

 

 

Slots: 1000, Used: 1, Max: 1

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

|   id | owner        |   pid    | eyecatcher  |

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

|    0 | DISPATCHER   |       -1 | 0xdeadbeef |

 

 

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:30 2015

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >ECC6_ECC_04                             < (normal)

DpJ2eeDisableRestart

DpMBufRead: read server list from MBUF (1 entries)

DpMBufMod: name [ECC6_ECC_04                             ], types 191 state 3 (0x0 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 0000000140DF7240

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

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 0000000140DF7EE0

AdCallRegisteredCvtToExt: opcode 40 exit rc=SAP_O_K

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

DpLockWpBlkEx: lock wp ca_blk 1

make DISP owner of wp_ca_blk 1

DpRqIPutIntoQ: put elem in queue DIA, elems=4

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

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 (3504) (SOFT_KILL)

DpHalt: stop icman

killing process (1192) (SOFT_KILL)

DpHalt: terminate gui connections

send SHUTDOWN to REM TM 19

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

DpLockWpBlkEx: lock wp ca_blk 2

return errno (-17) to T19

DpTmSend: errormsg without overhead: use mode 0

NiBufIAlloc: malloc NiBufadm, to 0 bytes

DpTmSend: try to send 14 bytes to T19/M0

 

 

NiBufSend starting

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

REL WP ca_blk 2

set status of T19 to TM_DISCONNECTED

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

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

NiBufISelRemove: remove hdl 41 from set0

SiSelNRemove: removed sock 1052

NiSelIRemove: removed hdl 41

DpDelSocketInfo: del info for nihdl 41 (pos/type=5/3)

NiICloseHandle: shutdown and close hdl 41/sock 1052

NiBufIClose: clear extension for hdl 41

dp_tm_adm[19].stat = DP_SLOT_FREE

DpGetSchedule: next schedule 1431346895/601000

DpGetSchedule: no schedule found

DpITmSlotRelease: release slot 19

DpListRemove: remove elem 19 from tmadm_inuse_list

DpListRemove: 19 elems in tmadm_inuse_list

DpListInsert: insert elem 19 into tmadm_free_list (at begin)

DpListInsert: 182 elems in tmadm_free_list

DpHalt: wait for end of work processes

DpHalt: wait for end of gateway

[DpProcDied] Process lives  (PID:3504  HANDLE:884)

DpHalt: waiting for termination of gateway ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:31 2015

NiISelect: TIMEOUT occured (1000ms)

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

DpHalt: wait for end of icman

[DpProcDied] Process lives  (PID:1192  HANDLE:892)

DpHalt: waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:32 2015

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:1192  HANDLE:892)

DpHalt: waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:33 2015

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:1192  HANDLE:892)

DpHalt: waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:34 2015

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:1192  HANDLE:892)

DpHalt: waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:35 2015

NiISelect: TIMEOUT occured (1000ms)

[DpProcDied] Process lives  (PID:1192  HANDLE:892)

DpHalt: waiting for termination of icman ...

NiWait: sleep (1000ms) ...

NiISelect: timeout 1000ms

NiISelect: maximum fd=1053

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Mon May 11 17:51:36 2015

NiISelect: TIMEOUT occured (1000ms)

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

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

DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=ECC6_ECC_04         , sapsysnr= 4, hostname=ECC6                                                           

AdGetSelfIdentRecord: >                                                                           <

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

AdCallRegisteredCvtToExt: opcode 60

AdCallRegisteredCvtToExt: opcode 60 call 0000000140DF7240

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 0000000140DF32D0

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)

Mon May 11 17:51:37 2015

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   12730]

 

 

NiBufSend starting

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

MsINiWrite: sent 110 bytes

MsIDetach: send logout to msg_server (ECC6 / 3904)

MsIDetach: call exit function

DpMsShutdownHook called

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

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

NiBufISelRemove: remove hdl 17 from set0

SiSelNRemove: removed sock 876 (pos=2)

SiSelNRemove: removed sock 876

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 0000000140DF7240

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 0000000140DF7EE0

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 0000000140DF7EE0

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=5

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

MBUF component DOWN

NiICloseHandle: shutdown and close hdl 17/sock 876

NiBufIClose: clear extension for hdl 17

MsIDetach: detach MS-system (ECC6 / 3904)

DpHalt: cleanup EM

EsCleanup( )

EsCleanup ....

EmCleanup() -> 0

Es2Cleanup: Cleanup ES2

***LOG Q05=> DpHalt, DPStop ( 6972) [dpxxdisp.c   11252]

DpHalt: Good Bye .....

 

 

 

 

dev_w0

 

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

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

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

*

*  ACTIVE TRACE LEVEL           1

*  ACTIVE TRACE COMPONENTS      all, MJ

*

M sysno      04

M sid        ECC

M systemid   562 (PC with Windows NT)

M relno      7200

M patchlevel 0

M patchno    100

M intno      20020600

M make       multithreaded, Unicode, 64 bit, optimized

M profile    \\ECC6\sapmnt\ECC\SYS\profile\ECC_DVEBMGS04_ECC6

M pid        5576

M

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

M  length of sys_adm_ext is 588 bytes

M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 5576) [dpxxdisp.c   1349]

I Mon May 11 17:50:36 2015

I  MtxInit: 30000 0 0

M  DpSysAdmExtCreate: ABAP is active

M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

M  DpIPCInit2: read dp-profile-values from sys_adm_ext

M  DpShMCreate: sizeof(wp_adm) 43024 (2264)

M  DpShMCreate: sizeof(tm_adm) 5517056 (27448)

M  DpShMCreate: sizeof(wp_ca_adm) 64000 (64)

M  DpShMCreate: sizeof(appc_ca_adm) 64000 (64)

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

M  DpShMCreate: sizeof(comm_adm) 584080 (1144)

M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0

M  DpShMCreate: sizeof(slock_adm) 0 (104)

M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0

M  DpShMCreate: sizeof(file_adm) 0 (80)

M  DpShMCreate: sizeof(vmc_adm) 0 (2152)

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

M  DpShMCreate: sizeof(gw_adm) 48

M  DpShMCreate: sizeof(j2ee_adm) 3952

M  DpShMCreate: SHM_DP_ADM_KEY (addr: 000000000FA60050, size: 6368736)

M  DpShMCreate: allocated sys_adm at 000000000FA60060

M  DpShMCreate: allocated wp_adm_list at 000000000FA63040

M  DpShMCreate: allocated wp_adm at 000000000FA63230

M  DpShMCreate: allocated tm_adm_list at 000000000FA6DA50

M  DpShMCreate: allocated tm_adm at 000000000FA6DAA0

M  DpShMCreate: allocated wp_ca_adm at 000000000FFB09B0

M  DpShMCreate: allocated appc_ca_adm at 000000000FFC03C0

M  DpShMCreate: allocated comm_adm at 000000000FFCFDD0

M  DpShMCreate: system runs without slock table

M  DpShMCreate: system runs without file table

M  DpShMCreate: allocated vmc_adm_list at 000000001005E770

M  DpShMCreate: system runs without vmc_adm

M  DpShMCreate: allocated gw_adm at 000000001005E820

M  DpShMCreate: allocated j2ee_adm at 000000001005E860

M  DpShMCreate: allocated ca_info at 000000001005F7E0

M  DpShMCreate: allocated wall_adm at 000000001005F870

M  DpCommAttachTable: attached comm table (header=000000000FFCFDD0/ft=000000000FFCFDE0)

M  DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm

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

X  EmInit: MmSetImplementation( 2 ).

X  MM global diagnostic options set: 0

X  <ES> client 0 initializing ....

X  Using implementation view

X  <EsNT> Using memory model view.

M  <EsNT> Memory Reset disabled as NT default

X  ES initialized.

X  mm.dump: set maximum dump mem to 96 MB

M  DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

M Mon May 11 17:50:37 2015

M  ThStart: taskhandler started

M  ThInit: initializing DIA work process W0

M Mon May 11 17:50:38 2015

M  ThInit: running on host ECC6

M Mon May 11 17:50:39 2015

M  calling db_connect ...

B  Loading DB library 'M:\usr\sap\ECC\DVEBMGS04\exe\dbsdbslib.dll' ...

B  Library 'M:\usr\sap\ECC\DVEBMGS04\exe\dbsdbslib.dll' loaded

B  Version of 'M:\usr\sap\ECC\DVEBMGS04\exe\dbsdbslib.dll' is "720.00", patchlevel (0.98)

C  DBSDBSLIB : version 720.00, patch 0.098 (Make PL 0.100)

C  MAXDB shared library (dbsdbslib) patchlevels (last 10)

C    (0.098) Use filesystem counter for R3szchk (note 1606260)

C    (0.092) Secondary connection to HANA (note 1481256)

C    (0.089) UPDSTAT with SAPSYSTEMNAME longer as 3 characters (note 1584921)

C    (0.081) No UPSERT on WBCROSSGT (note 1521468)

C    (0.080) New feature batch streaming (note 1340617)

C    (0.073) Problem with invalid DBSL datatype 111 fixed (note 1530969)

C    (0.072) New feature ignore duplicates (note 1340617)

C    (0.072) Corrupted PERM memory block fixed (note 1529003)

C    (0.065) Send wp type to the database (note 1340617)

C    (0.062) Row counter limit set to 65535 (note 1340617)

C  Loading SQLDBC client runtime ...

C  SQLDBC Module  : M:\sapdb\clients\ECC\pgm\libSQLDBC77.dll

C  SQLDBC SDK     : SQLDBC.H  7.9.7    BUILD 010-123-243-190

C  SQLDBC Runtime : libSQLDBC 7.9.7    BUILD 010-123-243-190

C  SQLDBC client runtime is MaxDB 7.9.7.010 CL 243190

C  SQLDBC supports new DECIMAL interface : 1

C  SQLDBC supports VARIABLE INPUT data   : 1

C  SQLDBC supports VARIABLE OUTPUT data  : 1

C  SQLDBC supports Multiple Streams      : 1

C  SQLDBC supports LOB LOCATOR KEEPALIVE : 1

C  SQLDBC supports LOB LOCATOR COPY      : 1

C  SQLDBC supports BULK SELECT with LOBS : 1

C  SQLDBC supports BATCH STREAM          : 1

C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3

C  Try to connect (DEFAULT) on connection 0 ...

C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))

[dbsdbsql.cpp 139]

B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh         1241]

B  ***LOG BY2=> sql error -10709 performing CON [dblink       540]

B  ***LOG BY0=> Connection failed (RTE:[5] database not running) [dblink       540]

M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1487]

M  in_ThErrHandle: 1

M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   11295]

M  Info for wp 0

M    pid = 5576

M    severity = 0

M    status = 0

M    stat = WP_NEW

M    waiting_for = NO_WAITING

M    reqtype = DP_RQ_DIAWP

M    act_reqtype = NO_REQTYPE

M    req.req_info =

M    req.tid = -1

M    req.uid = 4294967295

M    req.mode = 255

M    req.len = 0

M    req.rq_id = 65535

M    req.rq_source =

M    last_tid = 0

M    last_uid = 0

M    last_mode = 0

M    act_cs_count = 0

M    csTrack = 0

M    csTrackRwExcl = 0

M    csTrackRwShrd = 0

M    mode_cleaned_counter = 0

M    control_flag = 0

M    int_checked_resource(RFC) = 0

M    ext_checked_resource(RFC) = 0

M    int_checked_resource(HTTP) = 0

M    ext_checked_resource(HTTP) = 0

M    report = >                                        <

M    action = 0

M    tab_name = >                              <

M    attachedVm = no VM

M  ThIErrHandle: current request:

M  -IN-- sender_id ?                 tid  -1    wp_ca_blk   -1      wp_id -1

M  -IN-- action    -                 uid  -1    appc_ca_blk -1      type  -   

M  -IN-- new_stat  NO_CHANGE         mode 255   len         0       rq_id -1

M  *****************************************************************************

M  *

M  *  LOCATION    SAP-Server ECC6_ECC_04 on host ECC6 (wp 0)

M  *  ERROR       ThInit: db_connect

M  *

M  *  TIME        Mon May 11 17:50:39 2015

M  *  RELEASE     720

M  *  COMPONENT   Taskhandler

M  *  VERSION     1

M  *  RC          13

M  *  MODULE      thxxhead.c

M  *  LINE        11572

M  *  COUNTER     1

M  *

M  *****************************************************************************

M  PfStatDisconnect: disconnect statistics

M  Entering TH_CALLHOOKS

M  ThCallHooks: call hook >ThrBtcCallLgCl< for event BEFORE_DUMP

M  ThCallHooks: hook >ThrBtcCallLgCl< o.k.

M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP

M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   779]

M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  303]

M  ThIErrHandle: entering ThSetStatError

M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)

M  Entering ThReadDetachMode

M  call ThrShutDown (1)...

M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 5576) [dpnttool.c   339]

MaxDB database studio usermanagement errors

Hi,

 

I (succesfully, as far as I can tell) installed MaxDB on a Windows 7 Professional x64 Vmware virtual PC (maxdb-all-win-64bit-x86_64-7_8_02_28) and now want to also install MaxDB database studio (maxdb-studio-win-64bit-x86_64-7_9_08_01). While the installation seems to finish successfully, I'm running into errors after starting (as administrator). First error is

 

'Loading preference values failed; default values will be used

 

Reason:

Missing object type: :Loader'

 

then

 

'Could not read preferences

 

Reason:

Missing object type: :SQLSTUDIO'

 

The Event log viewer shows warnings about the utilities path not specified and again Errors about 'Missing object type:: preferences'

 

While Eclipse then starts up, it is not possible to work with the locally installed DB (which seems to be detectect, however). Again there are errors about

'Missing object type::preferences' as well as

'Could not load mounted Local Folders'

'Can not get registration preferences'

'Get login attributes failed'

'User management exception: Missing object tye::UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME'

 

Searching the web using these errors does result in too much help, , unfortunately, for UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME I do net get a single hit with google.

 

First I thought my Java SDK 1.7, is too recent, so I uninstalled DB studio and Java and tried again with Oracle jdk-6u37-windows-x64, but I'm getting the same errors. I also noted that, as it seems, the DB Studio remembered the password from the previous installation. It did not ask for a new one during the new installation but asked for the old one after I started it (I consider this a bug).

 

Any ideas anyone? Any help would be appreciated.

 

Maybe I should also note that at first I had a broken MaxDB installation (it failed to load the system tables), which I uninstalled, however and reinstalled (then succesfully).

 

Thanks in advance and best regards,

 

Thomas

Uninstalling MaxDB

Hi,

I have installed SAP Netweaver developer Studio 6.40 which installed MAXDB database also. Due to some reason I had to unistall the trial version of Developer studio, in this process developer studio got unistalled but not MAXDB.

*----


I use Add/Remove programs and uninstall MaxDB. I get the messages like this.....

 

Start uninstallation now (y/n) : Y (resoponse)

 

then message displays

found instance of J2E, cannot remove package..first remove all instances...

*----


 

I have stopped all the services, even then Iam getting such error message. How do I uninstall?

 

Help needed.

 

-Suresh

maxdb -complete data backup is failed

Hi experts,

 

 

backups (complete and log ) are failing on livecache system.in our envorment we are using backup tool Backint for maxdb

 

please find the error logs and assist on this

 

2015-02-27 00:05:04

Filling reply buffer.

    Have encountered error -24920:

        The database request was canceled and ended with error -903. The backup tool ended with 0 as sum of exit codes.

 

 

    Constructed the following reply:

        ERR

        -24920,ERR_BACKUPOP: backup operation was unsuccessful

        The database request was canceled and ended with error -903. The backup tool ended with 0 as sum of exit codes.

Reply buffer filled.

 

 

Thanks,

siva

How to run native SQL in SAP system based on MaxDB

How to run native SQL in SAP system based on MaxDB?

In ST04->Tools->Database Manager(CLI), I always get some error to run very simple SQL: e.g.

 

 

C70>ERR=    -24977

ERR_COMMAND: Unknown DBM command "select

Name and Server     : C70 - iwdfvm2444

DBMRFC Function     : DBM_EXECUTE

Command             :  select count(*) from CRMD_ORDERADM_H

Error               : DBM Error

Return Code         :     -24977

Error Message       : ERR_COMMAND: Unknown DBM command "select

 

 

Thanks in advance!


How to set Automatic Schedule backup in MaxDB?

HI All

 

I need to set automatic backup in MaxDB, i have seen automatic option for logs but not for Full database, Can anyone explain how we can do this.

 

I want Full backup on daily basis along with logs.

 

Welcome for suggestion and directions.

 

Regards,

 

YR

Access to MAXDB SAP Schema tables

HI Guys ,

 

I am trying to reset SAP* password in my MAXDB DB 7.6.  I know that is a very simple operation and I did it many times in other DBs , but here I  have stuck  during whole day .

 

I have connected to SQL Studio as SUPERDBA .

My SAP Schema  is "SAPIDS" .

 

To access usr02 table I run the following SQL :

 

select MANDT, BNAME, UFLAG from SAPIDS.USR02 where MANDT='000' and BNAME='SAP*'

, but I got the error thet the table does not exist .

 

I also tried:

 

 

select MANDT, BNAME, UFLAG from "SAPIDS"."USR02" where MANDT='000' and BNAME='SAP* ,

 

select * from SAPIDS.USR02 ; select * from "SAPIDS"."USR02" ;

 

I switch to Oracle mode also , but Nothing is working !

 

Also important to say that sql :

 

select * from tables where owner='SAPIDS'and tablename='USR02'

 

shows the USR02 table as well .

 

Any ideas ?

 

thanks in advance,

 

Evgeny

MAXDB Installation error - Some Database application might still be running

Hi All ,

 

I am trying to install SAP  trial version . While installation of MAXDB serve , I am getting an error " Some database application might still be running"

 

I dont have any other database installed on my system .

 

Kindly reply what can be the possible reason for this .

 

Thanks n Regards

Manik L Dhakate

Specifying Schema in JDBC Connection

Hi Guys,

 

MaxDB provides the possibility to logically unite several database objects (e.g. Tables, Views, Indexes, ...) in so called "Schemas".

 

However, I couldn't find any documentation about how to connect to a certain schema via JDBC. How should the JDBC URL look like? Assuming I have this kind of URL jdbc:sapdb://localhost:7200/MAXDB. Is there a way to connect to the schema "DEMO"?

 

Thanks for the help.

 

Cheers,

 

Gerardo

Relationship betwwen livecache/maxdb and oracle database

Dear SAP experts,

 

I have a question about livecache.

 

My system is: SPP+Oracle+Livecache, and when I stop the system, I follow the step: stop livecache, stop oracle database, stop spp.

 

I do not know the relationship between livecache and oracledata:

1. The livecache is a complete database? The oracle database is useless?

2. In the normal progress, SPP communicate with livecache and oracle database?

3. The data in livecache and the oracle database is synchronized?

 

Thanks

Best Regards

Shuai.zhongwei

Viewing all 1545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>