Quantcast
Channel: SCN : Popular Discussions - SAP MaxDB
Viewing all 1545 articles
Browse latest View live

shared memory problem : MaxDB

$
0
0

Hi

 

I am using SAP ABAP trial version. It was working well but now when i start server. it gives the error:

 

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

============== Starting System NSP ================

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

 

 

=============== Starting database instance ...

 

The requested service has already been started.

 

More help is available by typing NET HELPMSG 2182.

 

The MaxDB Database Starter, Version 7.6.02.14

Copyright 2000-2007 by SAP AG

 

Error! Connection failed to node (local) for database NSP:

-24700,ERR_DBMSRV_NOSTART: Could not start DBM server.

-24832,ERR_SHMNOTAVAILABLE: Shared memory not available

-24686,ERR_SHMNOCLEANUP: Could not cleanup the DBM server Shared Memory

-24827,ERR_SHMALLOCFAILED: ID E:\sapdb\data\wrk\NSP.dbm.shm, requested size 4287

037658

 

Error: Error while calling dbmcli

"E:\sapdb\programs\pgm\dbmcli"  -d NSP -u , db_online

 

 

 

============== Start database failed !

 

Press any key to continue . . .

 

 

can someone tell me the exact steps with command to handle this issue. I am dummie in database administration

 

Thanks

Vishal Kapoor


Need MAXDB port, dafault database username and password to connect

$
0
0

Hi,

I am new to MAXDB and installed SAP system on Windows XP on local machine.

I have installed SAP Netweaver and while connecting to MAXDB via MAXDB Database Manager facing issue.

I am getting error as -2 ERR_USRFAIL:User authorization failed. Please check attached screenshot for more details.

 

I tried to connect via credentials provided in this thread http://scn.sap.com/thread/95219  but failed to do so.

I used following ports for connection:

 

           7200

           7210

           7269

           7270

           7575

 

Can anyone provide port, default username and password.?

 

Feedback appreciated.

SQL Error -24988

$
0
0

When I go into the Database Manager there comes a message with displays this error:

 

-24988 SQL error [sql_exeute SELECT DESCRIPTION,

NUMERIC_VALUE FROM SYSDBA.CONFIGURATION];

-4005,Unknown column name:NUMERIC_VALUE

 

How can I correct this error message?

MAXDB Installation error - Some Database application might still be running

$
0
0

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

$
0
0

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

Tuning Redhat Linux OS parameters

$
0
0

Hello,

 

I've been reading the following notes:

 

Note 487972 - Tuning Livecache to the Linux OS

Note 767635 - MaxDB Version 7.5 parameter settings for OLTP/BW

Note 337445 - liveCache and memory management

Note 487972 - Operating system parameterization of liveCache

Note 941735 - SAP memory management for 64-bit Linux systems

 

There does not seem to be any Redhat specific tuning settings (though a couple of Suse recommendations), except for a general mention of all Linux systems with this direct I/O suggestion:

 

"As of Linux Version 2.6, we recommend that you set the parameter to the value YES rather than DEFAULT NO.

Further notes on this topic:

Note 977515:. Linux System paged during MaxDB data backup/add volume"

 

The parameters I am wanting to tune are in /etc/sysctl.conf, so since there does not seem to be any Livecache specific parameters, I was going to just take the general recommendations from Note 941735 - SAP memory management for 64-bit Linux systems and set our parameters as follows:

 

- kernel.shmall

As a configuration recommendation, kernel. shmall can be configured as the amount of virtual memory in the Linux system (RAM + Swap).

 

- kernel.shmmax

           This kernel parameter specifies how large an individual SysV Shared Memory Segment is allowed to be. In the case of an STD implementation, the parameter must be set sufficiently large in order to allow em/initial_size_MB. The value is specified in the unit Bytes so that "21474836480", for example, permits segments of 20 GB.

 

I am thinking to tune kernel.shmall to 90% of RAM+swap, and kernel.shmmax to 90% of RAM. Also will be setting the following parameters as well:

 

kernel.msgmni=1024

kernel.sem=1250 256000 100 1024

  1. Parameter kernel.sem corresponds to "semmsl semmns semopm semmni"

vm.max_map_count=1000000

 

Does anyone out there have any different experiences or tips on how they set these up, specific to Livecache? The SAP application tuning is pretty straightforward, but wanted to make sure we didn't overlook anything with Livecache.

 

Thanks,

 

 

Derek

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

$
0
0

Good day

 

I am busy with an upgrade endevour on our ECC 5 system. Braodly the steps that I have followed thus far are:

- System copy to a new server

- install and configure Solution Manager

- Run MOPZ and download siftware from Service Marketplace.

- Download SUM

 

I have now started and am running SUM (ST_Toolset) and reach a point in the process "Extraction - Initial Software Extraction" and am getting an error situation. When I look at the Trouble Ticket it says

 

"SAPup broke during phase INITPUT_PRE in module PREP_PRE_CHECK / Checks the system status

Error Message: The 'c' XUSER key for the DBM user does not exist or could not be identified."

 

I found note 39439 and tried commands:

 

C:\sapdb\programs\bin>xuser -U c -u CONTROL,control -d SID -n dsimsid001 -S INTERNAL set

 

C:\sapdb\programs\bin>xuser -u SAPservicesid -U c -u CONTROL,control -d SID -n dsimsid001 -S INTERNAL set

 

Where "SID" is my system id and dsimsid001 is the server. Please note that "SID" is in fact the system id. Both executed successfully but the error persists.

 

Can anyone give any information on what could be the problem here please?

 

Thanks and regards

Ray Phillips

Reset superdba password for MAXDB

$
0
0

Hello

 

After migrating a sapdb instance (7.3 system) to maxdb 7.6 I have problems with the superdba and the control user.s The password that I think they should be the right do not work.

 

Now I'm looking for the possibility to reset the password of superdba and/or control user.

 

Please do not send me the notes

25591 - Changing the DBM, SYSDBA and DBA user passwords

and

39439 - XUSER entries for SAP DB and MaxDB

as done in many other SDN threads. This doesn't work for me because you can change the password only if you know the actual password (standarlogins superdba/admin and control/control do not work btw).

 

Does anyone know how to reset those passwords?

 

Thanks and regards

 

Marco


SAP MMC Dispatcher is getting stopped.

$
0
0

MMC dispatcher is getting stopped even max:db nsp started in services. log area is not full autolog on.

here i am pasting logs. please check and help to resolve this issue  without reinstalling .

please check the dev_disp, dev_ms,dev_w0,sapstart,translog one after one below

 

Trans.log

4 ETW000 R3trans version 6.19 (release 720 - 06.04.10 - 16:31:00 with UA1430.1 / prepared for CSN 1287305).

4 ETW000 unicode enabled version

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time   : 08.01.2014 - 08:50:19

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: R3trans -d

4 ETW000  trace at level 2 opened for a given file pointer

4 ETW000  [dev trc     ,00000]  Wed Jan 08 08:50:19 2014                                                1724  0.001724

4 ETW000  [dev trc     ,00000]  db_con_init called                                                       432  0.002156

4 ETW000  [dev trc     ,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

4 ETW000                                                                                                 620  0.002776

4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                 37  0.002813

4 ETW000  [dev trc     ,00000]  Loading DB library 'dbsdbslib.dll' ...                                   492  0.003305

4 ETW000  [dev trc     ,00000]  DlLoadLib success: LoadLibrary("dbsdbslib.dll"), hdl 0, addr 000007FEF13C0000

4 ETW000                                                                                              198734  0.202039

4 ETW000  [dev trc     ,00000]      using "C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\dbsdbslib.dll"               27  0.202066

4 ETW000  [dev trc     ,00000]  Library 'dbsdbslib.dll' loaded                                            27  0.202093

4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbsdbslib.dll                 12578  0.214671

4 ETW000  [dev trc     ,00000]  Version of 'dbsdbslib.dll' is "720.00", patchlevel (0.45)              25733  0.240404

4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbsdbslib.dll                   50  0.240454

4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbsdbslib.dll                1013  0.241467

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                  1633  0.243100

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=39,arg_p=0000000000000000)            31  0.243131

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                   413  0.243544

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=000000000202F860)            25  0.243569

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    20  0.243589

4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  26  0.243615

4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 

4 ETW000                                                                                                 391  0.244006

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000142536768)            26  0.244032

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    24  0.244056

4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             23  0.244079

4 ETW000  [dev trc     ,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3

4 ETW000                                                                                                  34  0.244113

4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection:                          17  0.244130

4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 

4 ETW000                                                                                                  43  0.244173

4 ETW000  [dev trc     ,00000]  { DbSlSdbConnect(con_info_p=0000000000000000)                            105  0.244278

4 ETW000  [dev trc     ,00000]  DBSDBSLIB : version 720.00, patch 0.045 (Make PL 0.46)                   441  0.244719

4 ETW000  [dev trc     ,00000]  MAXDB shared library (dbsdbslib) patchlevels (last 10)                    45  0.244764

4 ETW000  [dev trc     ,00000]    (0.045) Unknown primary key (note 1459400)                              27  0.244791

4 ETW000  [dev trc     ,00000]    (0.039) Define your own command buffersize (note 1340617)               30  0.244821

4 ETW000  [dev trc     ,00000]    (0.031) Dbm commands support added (note 1420733)                      392  0.245213

4 ETW000  [dev trc     ,00000]    (0.027) Count of records for bulk insert optimized (note 1340617)       33  0.245246

4 ETW000  [dev trc     ,00000]    (0.021) Connect with special xuser key (note 1390464)                   23  0.245269

4 ETW000  [dev trc     ,00000]    (0.018) Error handling for external update statistics changed (note 1340617)

4 ETW000                                                                                                  40  0.245309

4 ETW000  [dev trc     ,00000]    (0.018) Dbsl procedure to update datasource information (note 1340617)

4 ETW000                                                                                                  35  0.245344

4 ETW000  [dev trc     ,00000]    (0.015) Special describe handling on MaxDB systemtables (note 1382175)

4 ETW000                                                                                                  38  0.245382

4 ETW000  [dev trc     ,00000]    (0.013) Possibility to disable UPSERT statements (note 1340617)         27  0.245409

4 ETW000  [dev trc     ,00000]    (0.013) Check for external update statistics changed (note 1340617)

4 ETW000                                                                                                  35  0.245444

4 ETW000  [dev trc     ,00000]                                                                            21  0.245465

4 ETW000  [dev trc     ,00000]   -> init()                                                               367  0.245832

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=18) : 0000000003B98D30 (34 bytes allocated)          417  0.246249

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=16) : 0000000003B9ECF0 (66 bytes allocated)          123  0.246372

4 ETW000  [dev trc     ,00000]    STATEMENT_CACHE_SIZE = 1000                                            404  0.246776

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=152000) : 0000000003A8AFB0 (152082 bytes allocated)

4 ETW000                                                                                                 480  0.247256

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=2088000) : 00000000087B0040 (2240098 bytes allocated)

4 ETW000                                                                                                  47  0.247303

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=288000) : 0000000003AB0190 (2528114 bytes allocated)

4 ETW000                                                                                                  42  0.247345

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=16144) : 0000000003AF66B0 (2544274 bytes allocated)

4 ETW000                                                                                                  41  0.247386

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=32048) : 0000000003AFA5E0 (2576338 bytes allocated)

4 ETW000                                                                                                  40  0.247426

4 ETW000  [dev trc     ,00000]   -> loadClientRuntime()                                                 1327  0.248753

4 ETW000  [dev trc     ,00000]  Loading SQLDBC client runtime ...                                         39  0.248792

4 ETW000  [dev trc     ,00000]  Wed Jan 08 08:50:20 2014                                              204719  0.453511

4 ETW000  [dev trc     ,00000]  SQLDBC Module  : C:\sapdb\clients\NSP\pgm\libSQLDBC77.dll                 96  0.453607

4 ETW000  [dev trc     ,00000]  SQLDBC SDK     : SQLDBC.H  7.7.4    BUILD 009-123-173-450              23518  0.477125

4 ETW000  [dev trc     ,00000]  SQLDBC Runtime : libSQLDBC 7.8.1    BUILD 014-121-233-288                 34  0.477159

4 ETW000  [dev trc     ,00000]  SQLDBC client runtime is MaxDB 7.8.1.014 CL 233288                        42  0.477201

4 ETW000  [dev trc     ,00000]  SQLDBC supports new DECIMAL interface : 1                                 30  0.477231

4 ETW000  [dev trc     ,00000]  SQLDBC supports VARIABLE INPUT data   : 1                                 25  0.477256

4 ETW000  [dev trc     ,00000]  SQLDBC supports VARIABLE OUTPUT data  : 1                                 25  0.477281

4 ETW000  [dev trc     ,00000]  SQLDBC supports Multiple Streams      : 1                                 25  0.477306

4 ETW000  [dev trc     ,00000]  SQLDBC supports LOB LOCATOR KEEPALIVE : 1                                 37  0.477343

4 ETW000  [dev trc     ,00000]  SQLDBC supports LOB LOCATOR COPY      : 1                                 26  0.477369

4 ETW000  [dev trc     ,00000]  SQLDBC supports BULK SELECT with LOBS : 1                                 24  0.477393

4 ETW000  [dev trc     ,00000]   -> getNewConnection()                                                    25  0.477418

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=1896) : 0000000003B07AA0 (2578250 bytes allocated)

4 ETW000                                                                                                  41  0.477459

4 ETW000  [dev trc     ,00000]   -> sdb_malloc(size=1168) : 0000000003B08220 (2579434 bytes allocated)

4 ETW000                                                                                               42492  0.519951

4 ETW000  [dev trc     ,00000]   <- getNewConnection(con_hdl=0)                                         4253  0.524204

4 ETW000  [dev trc     ,00000]   -> checkEnvironment(con_hdl=0)                                           53  0.524257

4 ETW000  [dev trc     ,00000]   -> connect()                                                             33  0.524290

4 ETW000  [dev trc     ,00000]  INFO : SQLOPT= -I 0 -t 0 -S SAPR3                                         60  0.524350

4 ETW000  [dev trc     ,00000]  Try to connect (DEFAULT) on connection 0 ...                              91  0.524441

4 ETW000  [dbsdbsql    ,00000]  *** ERROR => Connect to database failed, rc = -4001 (POS(1) Unknown user name/password combination in operational state ADMIN)

4 ETW000                                                                                               60284  0.584725

4 ETW000  [dev trc     ,00000]   -> SetSapdbCA(errcode=-4001)                                             34  0.584759

4 ETW000  [dev trc     ,00000]   -> freeConnection(con_hdl=0)                                             34  0.584793

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003B08220, size=1168 (2578250 bytes allocated))

4 ETW000                                                                                               17023  0.601816

4 ETW000  [dev trc     ,00000]     close all opened locators of connection 0                           13401  0.615217

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003B07AA0, size=1896 (2576338 bytes allocated))

4 ETW000                                                                                                  44  0.615261

4 ETW000  [dev trc     ,00000]  } DbSlSdbConnect(rc=99)                                                   19  0.615280

4 ETW000  [dblink      ,00000]  ***LOG BY2=>sql error -4001  performing CON                               57  0.615337

4 ETW000  [dblink      ,00000]  ***LOG BY0=>POS(1) Unknown user name/password combination in operational state ADMIN

4 ETW000                                                                                                  38  0.615375

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=0,command=41,arg_p=00000001405EC278)          13842  0.629217

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    51  0.629268

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=0,command=14,arg_p=0000000002025E88)             23  0.629291

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    17  0.629308

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=0,command=50,arg_p=0000000002025E80)             27  0.629335

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    34  0.629369

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=0,command=13,arg_p=0000000002025EE0)             21  0.629390

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    23  0.629413

4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=0,command=52,arg_p=0000000002025EA0)             27  0.629440

4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    33  0.629473

2EETW169 no connect possible: "DBMS = ADABAS D                         --- DBNAME = ''"

4 ETW000  [dev trc     ,00000]  release memory of the SIBU buffers                                      1394  0.630867

4 ETW000  [dev trc     ,00000]  release memory of the STATEMENT CACHE                                     44  0.630911

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003AFA5E0, size=32048 (2544274 bytes allocated))

4 ETW000                                                                                                  54  0.630965

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003AF66B0, size=16144 (2528114 bytes allocated))

4 ETW000                                                                                                  38  0.631003

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003AB0190, size=288000 (2240098 bytes allocated))

4 ETW000                                                                                                  36  0.631039

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=00000000087B0040, size=2088000 (152082 bytes allocated))

4 ETW000                                                                                                  36  0.631075

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003A8AFB0, size=152000 (66 bytes allocated))       214  0.631289

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003B98D30, size=18 (32 bytes allocated))            45  0.631334

4 ETW000  [dev trc     ,00000]   -> sdb_free(p=0000000003B9ECF0, size=16 (0 bytes allocated))             27  0.631361

 

Dev_Disp

 

 

 

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

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    \\umamalla\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

pid        5100

 

 

 

 

Fri Jan 10 06:47:33 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 5100) [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

 

 

Fri Jan 10 06:47:34 2014

  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

 

 

Fri Jan 10 06:47:38 2014

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

 

 

Fri Jan 10 06:47:39 2014

***LOG GZZ=> 1 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: 000000000BAE0050, size: 6812336)

DpShMCreate: allocated sys_adm at 000000000BAE0060

DpShMCreate: allocated wp_adm_list at 000000000BAE3030

DpShMCreate: allocated wp_adm at 000000000BAE3220

DpShMCreate: allocated tm_adm_list at 000000000BAEAE00

DpShMCreate: allocated tm_adm at 000000000BAEAE50

DpShMCreate: allocated wp_ca_adm at 000000000C02DD60

DpShMCreate: allocated appc_ca_adm at 000000000C03D770

DpShMCreate: allocated comm_adm at 000000000C04D180

DpShMCreate: allocated slock_adm at 000000000C0DBB20

DpShMCreate: allocated file_adm at 000000000C101CD0

DpShMCreate: allocated vmc_adm_list at 000000000C143730

DpShMCreate: allocated vmc_adm at 000000000C1437E0

DpShMCreate: allocated gw_adm at 000000000C14ADA0

DpShMCreate: allocated j2ee_adm at 000000000C14ADE0

DpShMCreate: allocated ca_info at 000000000C14BD50

DpShMCreate: allocated wall_adm at 000000000C14BD70

DpCommAttachTable: attached comm table (header=000000000C04D180/ft=000000000C04D190)

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 0000000002F00050 (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

 

 

Fri Jan 10 06:47:40 2014

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.

*** ERROR => Es2IResCreate: open SAP_ES2_00_003 failed (errno=1455) [es2nt.c      269]

*** ERROR => Es2ResCreateFiles: Es2IResCreate failed [es2xx.c      1324]

*** ERROR => Es2ResGetFreeBlocks: Es2ResCreateFiles failed [es2xx.c      1869]

*** ERROR => Es2CtxCreate: Es2ResGetFreeBlocks failed [es2xx.c      2577]

*** ERROR => Eg2CtxCreate: Es2CtxCreate failed [eg2xx.c      838]

*** ERROR => DpEmInit: Eg2HeapCtxCreate (2) [dpxxdisp.c   10391]

*** ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   10201]

*** DP_FATAL_ERROR => DpSapEnvInit: DpMemInit

*** DISPATCHER EMERGENCY SHUTDOWN ***

increase tracelevel of WPs

NiWait: sleep (10000ms) ...

NiISelect: timeout 10000ms

NiISelect: maximum fd=1

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Fri Jan 10 06:47:50 2014

NiISelect: TIMEOUT occured (10000ms)

dump system status

Workprocess Table (long) Fri Jan 10 01:17:50 2014

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

 

 

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

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

Dispatcher Queue Statistics Fri Jan 10 01:17:50 2014

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

 

 

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

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

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

| NOWP |      0 |      0 |   2000 |          0 |          0 |

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

|  DIA |      0 |      0 |   2000 |          0 |          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 0

wake_evt_udp_now 0

 

 

wake events       total     0,  udp     0 (  0%),  shm     0 (  0%)

since last update total     0,  udp     0 (  0%),  shm     0 (  0%)

 

 

Dump of tm_adm structure: Fri Jan 10 01:17:50 2014

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

 

 

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

 

 

Workprocess Comm. Area Blocks Fri Jan 10 01:17:50 2014

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

 

 

Slots: 1000, Used: 0, Max: 0

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

|   id | owner        |   pid    | eyecatcher  |

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

 

 

NiWait: sleep (5000ms) ...

NiISelect: timeout 5000ms

NiISelect: maximum fd=1

NiISelect: read-mask is NULL

NiISelect: write-mask is NULL

Fri Jan 10 06:47:55 2014

NiISelect: TIMEOUT occured (5000ms)

DpHalt: shutdown server >loaclhost_NSP_00                         < (normal)

DpJ2eeDisableRestart

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: terminate gui connections

DpHalt: wait for end of work processes

DpHalt: not attached to the message server

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

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

DpHalt: Good Bye .....

 

 

DEV_MS

 

 

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

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

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

 

 

[Thr 4620] Fri Jan 10 06:47:27 2014

[Thr 4620] ms/http_max_clients = 500 -> 500

[Thr 4620] MsSSetTrcLog: trc logging active, max size = 52428800 bytes

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    43

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

pid        5064

 

 

[Thr 4620] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 5064) [msxxserv.c   2226]

[Thr 4620] load acl file = C:\usr\sap\NSP\SYS\global\ms_acl_info.DAT

[Thr 4620] MsGetOwnIpAddr: my host addresses are :

[Thr 4620]   1 : [10.10.0.10] localhost (HOSTNAME)

[Thr 4620]   2 : [127.0.0.1] localhost (LOCALHOST)

[Thr 4620] MsHttpInit: full qualified hostname = localhost

[Thr 4620] HTTP logging is switch off

[Thr 4620] set HTTP state to LISTEN

[Thr 4620] *** HTTP port 8100 state LISTEN ***

[Thr 4620] *** I listen to internal port 3900 (3900) ***

[Thr 4620] *** HTTP port 8100 state LISTEN ***

[Thr 4620] CUSTOMER KEY: >X1612181490<

[Thr 4620] build version=720.2010.02.09

 

 

[Thr 4956] Fri Jan 10 06:49:04 2014

[Thr 4956] MsSExit: received SIGINT (2)

[Thr 4956] set HTTP state to CLOSED

[Thr 4956] *** HTTP port 8100 state CLOSED ***

[Thr 4956] ***LOG Q02=> MsSHalt, MSStop (Msg Server 5064) [msxxserv.c   7442]

 

DEV_W0: no data

sapstart:

SAP-R/3-Startup Program

 

 

Starting at 2014/01/10  6:47:24

Startup Profile: "\\localhost\sapmnt\NSP\SYS\profile\START_DVEBMGS00_localhost"

Starting Programs

(4772) Execute: C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=\\localhost\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

(2912) Execute: C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\strdbs.cmd NSP

(5064) CreateProcess: C:\usr\sap\NSP\DVEBMGS00\exe\msg_server.EXE pf=\\localhost\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

(5100) CreateProcess: C:\usr\sap\NSP\DVEBMGS00\exe\disp+work.EXE pf=\\localhost\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_localhost

(1628) Parent Shutdown at 2014/01/10  6:49:04

(1628) kill(SIGINT 5100) failed.

Send Signal SIGKILL to Process 5100

RFCEXEC program

$
0
0

Hi Gurus,

 

One of our development systems was recently upgraded to EHP5. We had also completed the upgrade using one sandbox system which is a copy of DEV system.

After the systems were upgraded to EHP5, we are finding that the Program RFCEXEC vanishing from EXE directory. And Because of this, XI connectivity fails. Is this due to the EHP5 upgrade? Please help me in this.

 

Thanks

Ranga

How to run native SQL in SAP system based on MaxDB

$
0
0

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!

MAX DB dispatcher stopped

$
0
0

Introduction.

I changed the hostname of the virtual machine hosting a sap system and a MAXDB. Before everything went right (-:

 

The NSP database runs. I apllied the new hostname to the database too.

The services started to but the work processes die. If i restart the sap-system msg and disp get green ..after a few of seconds disp turns yellow..then grey..

 

 

 

I attached dev_w0 and the tracelog.

 

 

Thanks for helping

DDIC Password reset

$
0
0

Hello All,

 

How can i reset password of DDIC user of client 000?

 

I don't have any other user id in same client.

 

Database MAX DB 7.5

 

Best regards

amol

Aeging Report Formula Error

$
0
0

While Adding This formula in crystal reports ,i getting a formula error message on this parts

 

if{OIBT.InDate} in Aged91To120Days then "91 - 120 Days" else

if{OIBT.InDate} in Aged121To150Days then "121 - 150 Days" else

 

 

 

here is the full code i've used.

 

if{OIBT.InDate} in Aged0To30Days then "1 - 30 Days" else

if{OIBT.InDate} in Aged31To60Days then "31 - 60 Days" else

if{OIBT.InDate} in Aged61To90Days then "61 - 90 Days" else

if{OIBT.InDate} in Aged91To120Days then "91 - 120 Days" else

if{OIBT.InDate} in Aged121To150Days then "121 - 150 Days" else

 

"Over 150 Days"

RFCEXEC program

$
0
0

Hi Gurus,

 

One of our development systems was recently upgraded to EHP5. We had also completed the upgrade using one sandbox system which is a copy of DEV system.

After the systems were upgraded to EHP5, we are finding that the Program RFCEXEC vanishing from EXE directory. And Because of this, XI connectivity fails. Is this due to the EHP5 upgrade? Please help me in this.

 

Thanks

Ranga


Tuning Redhat Linux OS parameters

$
0
0

Hello,

 

I've been reading the following notes:

 

Note 487972 - Tuning Livecache to the Linux OS

Note 767635 - MaxDB Version 7.5 parameter settings for OLTP/BW

Note 337445 - liveCache and memory management

Note 487972 - Operating system parameterization of liveCache

Note 941735 - SAP memory management for 64-bit Linux systems

 

There does not seem to be any Redhat specific tuning settings (though a couple of Suse recommendations), except for a general mention of all Linux systems with this direct I/O suggestion:

 

"As of Linux Version 2.6, we recommend that you set the parameter to the value YES rather than DEFAULT NO.

Further notes on this topic:

Note 977515:. Linux System paged during MaxDB data backup/add volume"

 

The parameters I am wanting to tune are in /etc/sysctl.conf, so since there does not seem to be any Livecache specific parameters, I was going to just take the general recommendations from Note 941735 - SAP memory management for 64-bit Linux systems and set our parameters as follows:

 

- kernel.shmall

As a configuration recommendation, kernel. shmall can be configured as the amount of virtual memory in the Linux system (RAM + Swap).

 

- kernel.shmmax

           This kernel parameter specifies how large an individual SysV Shared Memory Segment is allowed to be. In the case of an STD implementation, the parameter must be set sufficiently large in order to allow em/initial_size_MB. The value is specified in the unit Bytes so that "21474836480", for example, permits segments of 20 GB.

 

I am thinking to tune kernel.shmall to 90% of RAM+swap, and kernel.shmmax to 90% of RAM. Also will be setting the following parameters as well:

 

kernel.msgmni=1024

kernel.sem=1250 256000 100 1024

  1. Parameter kernel.sem corresponds to "semmsl semmns semopm semmni"

vm.max_map_count=1000000

 

Does anyone out there have any different experiences or tips on how they set these up, specific to Livecache? The SAP application tuning is pretty straightforward, but wanted to make sure we didn't overlook anything with Livecache.

 

Thanks,

 

 

Derek

Uninstalling MaxDB

$
0
0

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 Database Startup Error

$
0
0

The maxDB database is not starting,

 

When I type

 

dbmcli -n mgiusdgrc1 -d CME -u superdba,<passwd> db_online, I get the following error.

 

Error! Connection failed to node <hostname> for database CME:

-24700, ERR_DBMSRV_NOSTART: Could not start DBM Server.

-24832, ERR_SHMNOTAVAILABLE: Shared memory not available.

-24827, ERR_SHMALLOCFAILED: ID E:\sapdb\data\wrk\CME.dbm.shi, requested size 260010,

Opening shared memory file E:\sapdb\data\wrk\CME.dbm.shi failed, rc = 5.

 

I tried to rename the file CME.dbm.shi, but it did not work.

 

Currently we have 8 GB of physical memory RAM allocated on Wndows 2008 Server and paging size specified is 16 GB.

 

1- Can anyone help in resolving the above shared memory error?

2- Are there any logfiles and specific error messages that I need to check, to resolve the MaxDB startup issue error.

 

Thanks in advance.

Windows 7 ODBC 32Bit problem (ORACLE mode)

$
0
0

Hi to all,

 

we're having a problem with the current ODBC drivers.

Environment:

Client - Windows 7 (64Bit), ODBC drivers for both 32Bit & 64Bit (latest installation package maxdb-all-win-64bit-x86_64-7_8_02_37.exe)

Server - Linux 64 Bit with MaxDB version 7.8.01.18

 

Problem:

With the new ODBC 32Bit drivers it isn't possible to use the mode 'ORACLE'.

 

Log from trace file:

 

X 1 -B13249 -M4 1750-1754    EXIT  SQLExecDirectW  with return code -1 (SQL_ERROR)

        HSTMT               0x16BA38E0

        WCHAR *             0x1431EB30 [      41] "SELECT * FROM ADMIN.V_LE WHERE rownum <=1"

        SDWORD                    41

 

        DIAG [S1000] [SAP AG][SDBODBC DLL][MaxDB] General error;-4005 POS(32) Unknown column name:ROWNUM (-4005)

 

The driver treats pseudo column ROWNUM as table column. That's why it's producing an error.

 

With a very old version of ODBC driver for 32 Bit (7.6.0.0, Build 037-121-149-748) it's not producing this error, but the driver is very slow.

 

With mode 'INTERNAL' the ODBC driver is working fine in the latest build.

 

 

Is there something that I'm missig ?

 

 

Thanks and best regards,

 

Stefan

DB migration Oracle -> MaxDB why increased db size?

$
0
0


Hello,

 

We have recently executed an ERP 6.0 heterogeneous systemcopy (ORA->MAXDB) and noticed the DB size grown by ~80%. No unicode migration was made.

 

Can anyone help me to find a reasonable couse for this?

 

Both DB has UTF8 Codeing.

 

Source: Windows, ORA: 10g

Destination: Linux, MaxDB 7.9.08.16

 

Regards,

 

Robert

 

Few Table examples:

TableNameTotal Size in KBDescription                                                 SOURCE sizeDiffPerc
FPLAYOUTT500136Form Objects: Layout - Textual Description                  320,512499815,488156043%
N2EXTLOAD95440IS-H*MED: External programs                                 320,51295119,48829777%
FPCONTEXT169624Form Objects: Context                                       576,512169047,48829422%
ADATABSIZE15872SAP DB: Table Sizes Including Indexes in KB                 64,51215807,48824603%
FINB_CONTENT_REP11584Content Catalog                                             64,51211519,48817956%
SFDG113912DSYS: Postscript File Lines                                 64011327217799%
SLIN_CACHE39920SLIN Cache                                                  2563966415594%
FINB_CONTENT_HIS9496History of Content Catalog                                  64,5129431,48814720%
RSZWBTMPDATA8576BW Web Template Data                                        64,5128511,48813294%
REPOLOAD2115336Report Loads (Loads and Line References)                    2355220917848982%
SE16N_CD_DATA2136696Table Display: Change Documents - Data                      2867221080247452%
SOFFCONT116194128SOFF: Table for Document Contents (import/export)           221184159729447322%
WDR_RR_LOAD13016Web Dynpro: Runtime Table for Component Metadata            192,51212823,4886761%
SRT_SA_APPL2960SOAP Runtime Framework: SOAP Applications                   64,5122895,4884588%
ENHOBJCONTRACT2736Enhancement Objects                                         64,5122671,4884241%
RSTT_TDATA22736Test Data Archive                                           640220963553%
ENHHEADER103768Enhancement Header Table                                    30721006963378%
INDX_HSRCH4024Text buffering table for searching in structures            12838963144%
DYNPSOURCE14051080Contains Screen Source Information (Compressed)             557056134940242522%
UM4PMCNV47920Reprocess Log Entries                                       2048458722340%
ECTD_DATA47432Values for Test Data Container Parameters                   2048453842316%
RSZWBITMDATA1456BW Web Item Data (7.0)+                                     64,5121391,4882257%
DYNPLOAD907336Screen Loads                                                409608663762215%
D345T525568Table for Long GUI Objects (Texts)                          256004999682053%
SPROXLPT5792Substitution Table. DO NOT change in Support Package =>
  Docu
320,5125471,4881807%
SDBCCMS1128MaxDB/liveCache CCMS: Monitoring Data Repository            64,5121063,4881749%
SIXMLTST2152                                                            12820241681%
RSZWTEMPLATEDATA816BW Web Template 3.x
  Data                                  
64,512751,4881265%
ECSCR_XML_STR_WD664Definition/Data of eCATT (XML) STRING for WD UI Tree        64,512599,4881029%
GENSETC41344Generation Set for ABAP Objects and BSP Applications        4096372481009%
Viewing all 1545 articles
Browse latest View live


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