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

24985,ERR_MENOTFOUND: medium not found error while applying transaction log

$
0
0

Hi,

 

We are in process of creating a standby database for our maxdb system.

We have backed up & restored the database (OS level) to the standby system and the standby database is up & running in admin state. Now I want to apply the transaction logs to the standby system.  I have copied all the logs from the OS level & transfered to the standby system. Now, with the recover_start command I get the error

 

ERR

-24985,ERR_MENOTFOUND: medium not found

 

Will it not work if I copy the logs from OS level???

 

Please let me know, how to proceed further

 

Thanks,

 

Salman Qayyum


How to start maxdb instance.

$
0
0

Hi,

 

I installed the content server and maxdb.

 

1- After install of content server and maxdb, how do I find out the maxdb is running or not?

2- Is there a command to check status of maxdb instance and name of database of maxdb?

 

3- How do I start maxdb with dbmcli?

4- What is the parameter file of maxdb and it's location (just like Oracle has a parameter file init.ora)?

 

Thanks,

haleem

DlLoadLib()==DLENOACCESS - dlopen dbsdbslib.o

$
0
0

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

DBIF_DSQL2_SQL_ERROR -error 600 occurred in the current database connection

$
0
0

Hello All,

 

We are running SCM 5.0 on Wintel, livecache version is 7.6 (KERNEL 7.6.02  BUILD 014-123-152-175).

 

The following short dumps are logged on the test instance. Consistancy checks of livecache have been successful.

 

Runtime Errors         DBIF_DSQL2_SQL_ERROR

Exception              CX_SY_NATIVE_SQL_ERROR

 

Short text

    An SQL error occurred when executing Native SQL.

What happened?

    The error 600 occurred in the current database connection "LCA".

How to correct the error

    Database error text........: "POS(1) Work rolled back: BAD_ALLOCATION in

     SAPTS_AGGMULT"

    Database error code........: 600

    Triggering SQL statement...: "EXECUTE PROCEDURE SAPTS_AGGMULT_TIMESERIES"

    Internal call code.........: "[DBDS/NEW DSQL]"

    Please check the entries in the system log (Transaction SM21).

 

C Mon Aug 04 11:45:07 2008

C  *** ERROR =>   execute() of C_0752, #rec=0, rc=1, rcSQL=600 (POS(1) Work rolled back: BAD_ALLOCATION in SAPTS_AGGMULT)

[dbsdbsql.cpp 1570]

C  *** ERROR => EXECUTE on connection 1, rc=600 (POS(1) Work rolled back: BAD_ALLOCATION in SAPTS_AGGMULT)

[dbdssdb.cpp  2173]

C  sc_p=000000002ABF1DD0,no=752,idc_p=0000000000000000,con=1,act=1,slen=64,smax=256,#vars=0,stmt=000000002B007A30,table=      SAP

C  CALL USER.SAPTS_AGGMULT_TIMESERIES ( ?, ?, ?, ?, ?, ?, ?, ?, ? );

C  *** ERROR => dbdssdb: SQL Error 600, Message: POS(1) Work rolled back: BAD_ALLOCATION in SAPTS_AGGMULT

[dbdssdb.cpp  2403]

B  ***LOG BY2=> sql error 600        performing EXE        [dbds#1 @ 364] [dbds    0364 ]

B  ***LOG BY0=> POS(1) Work rolled back: BAD_ALLOCATION in SAPTS_AGGMULT [dbds#1 @ 364] [dbds    0364 ]

A  TH VERBOSE LEVEL FULL

 

All assistance will be useful.

 

Best Regards,

Nisch

Access to MAXDB SAP Schema tables

$
0
0

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

DISPATCHER EMERGENCY SHUTDOWN

$
0
0

hi Dear,

I have installed solman with Max db on window server 2003. the commands (db_offlne, db_stop,db_online and db_stop) are working fine in DBM Command Line Interface.

 

while the dispatcher stopped in SAPMMC.

 

 

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

sysno      00
sid        SOL
systemid   562 (PC with Windows NT)
relno      7010
patchlevel 0
patchno    32
intno      20020600
make:      multithreaded, Unicode, 64 bit, optimized
pid        3984


Wed May 18 12:52:23 2011
kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
length of sys_adm_ext is 576 bytes
*** SWITCH TRC-HIDE on ***
***LOG Q00=> DpSapEnvInit, DPStart (00 3984) [dpxxdisp.c   1286]     shared lib "dw_xml.dll" version 32 successfully loaded     shared lib "dw_xtc.dll" version 32 successfully loaded     shared lib "dw_stl.dll" version 32 successfully loaded     shared lib "dw_gui.dll" version 32 successfully loaded     shared lib "dw_mdm.dll" version 32 successfully loaded
rdisp/softcancel_sequence :  -> 0,5,-1
use internal message server connection to port 3900

Wed May 18 12:52:29 2011
*** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5529]
MtxInit: 30000 0 0
DpSysAdmExtInit: ABAP is active
DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
DpIPCInit2: start server >solman_SOL_00                           <
DpShMCreate: sizeof(wp_adm)          47312     (1752)
DpShMCreate: sizeof(tm_adm)          5912704     (29416)
DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
DpShMCreate: sizeof(comm_adm)          552080     (1088)
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     (72)
DpShMCreate: sizeof(vmc_adm)          0     (1864)
DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
DpShMCreate: sizeof(gw_adm)     48
DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000007190050, size: 6631664)
DpShMCreate: allocated sys_adm at 0000000007190050
DpShMCreate: allocated wp_adm at 0000000007192270
DpShMCreate: allocated tm_adm_list at 000000000719DB40
DpShMCreate: allocated tm_adm at 000000000719DBA0
DpShMCreate: allocated wp_ca_adm at 0000000007741420
DpShMCreate: allocated appc_ca_adm at 0000000007747220
DpShMCreate: allocated comm_adm at 0000000007749160
DpShMCreate: system runs without slock table
DpShMCreate: system runs without file table
DpShMCreate: allocated vmc_adm_list at 00000000077CFDF0
DpShMCreate: allocated gw_adm at 00000000077CFE70
DpShMCreate: system runs without vmc_adm
DpShMCreate: allocated ca_info at 00000000077CFEA0
DpShMCreate: allocated wall_adm at 00000000077CFEB0
MBUF state OFF
DpCommInitTable: init table for 500 entries
rdisp/queue_size_check_value :  -> off
ThTaskStatus: rdisp/reset_online_during_debug 0
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( 11263MB) not multiple of em/blocksize_KB( 4096KB)<ES> Info: em/initial_size_MB rounded up to 11264MB
Using implementation view<EsNT> Using memory model view.<EsNT> Memory Reset disabled as NT default<ES> 2815 blocks reserved for free list.
ES initialized.
J2EE server info  start = TRUE  state = STARTED  pid = 1576  argv[0] = E:\usr\sap\SOL\DVEBMGS00\exe\jcontrol.EXE  argv[1] = E:\usr\sap\SOL\DVEBMGS00\exe\jcontrol.EXE  argv[2] = pf=E:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman  argv[3] = -DSAPSTART=1  argv[4] = -DCONNECT_PORT=65000  argv[5] = -DSAPSYSTEM=00  argv[6] = -DSAPSYSTEMNAME=SOL  argv[7] = -DSAPMYNAME=solman_SOL_00  argv[8] = -DSAPPROFILE=E:\usr\sap\SOL\SYS\profile\SOL_DVEBMGS00_solman  argv[9] = -DFRFC_FALLBACK=ON  argv[10] = -DFRFC_FALLBACK_HOST=localhost  start_lazy = 0  start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Wed May 18 12:52:31 2011
rdisp/http_min_wait_dia_wp : 1 -> 1
***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1681]
***LOG Q0K=> DpMsAttach, mscon ( solman) [dpxxdisp.c   12483]
DpStartStopMsg: send start message (myname is >solman_SOL_00                           <)
DpStartStopMsg: start msg sent
CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

Wed May 18 12:52:32 2011
CCMS: start to initalize 3.X shared alert area (first segment).
DpJ2eeLogin: j2ee state = CONNECTED
DpMsgAdmin: Set release to 7010, patchlevel 0
MBUF state PREPARED
MBUF component UP
DpMBufHwIdSet: set Hardware-ID
***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1048]
DpMsgAdmin: Set patchno for this platform to 32
Release check o.K.

Wed May 18 12:52:35 2011
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4436]
*** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 168    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1167) [nixxi.cpp    4436]
*** ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]
DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

Wed May 18 12:53:11 2011
my types changed after wp death/restart 0xbf --> 0xbe
my types changed after wp death/restart 0xbe --> 0xbc
my types changed after wp death/restart 0xbc --> 0xb8
my types changed after wp death/restart 0xb8 --> 0xb0
my types changed after wp death/restart 0xb0 --> 0xa0
my types changed after wp death/restart 0xa0 --> 0x80
*** DP_FATAL_ERROR => DpWPCheck: no more work processes
*** DISPATCHER EMERGENCY SHUTDOWN ***
increase tracelevel of WPs
NiWait: sleep (10000ms) ...
NiISelect: timeout 10000ms
NiISelect: maximum fd=369
NiISelect: read-mask is NULL
NiISelect: write-mask is NULL
Wed May 18 12:53:21 2011
NiISelect: TIMEOUT occured (10000ms)
dump system status
Workprocess Table (long)               Wed May 18 07:53:21 2011
========================

No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
-------------------------------------------------------------------------------------------------------------------------------
 0 DIA      916 Ended         no      1   0        0                                                                          
 1 DIA     1648 Ended         no      1   0        0                                                                          
 2 DIA     1680 Ended         no      1   0        0                                                                          
 3 DIA     1788 Ended         no      1   0        0                                                                          
 4 DIA     1916 Ended         no      1   0        0                                                                          
 5 DIA     1948 Ended         no      1   0        0                                                                          
 6 DIA     1956 Ended         no      1   0        0                                                                          
 7 DIA     1976 Ended         no      1   0        0                                                                          
 8 DIA     2024 Ended         no      1   0        0                                                                          
 9 DIA     2036 Ended         no      1   0        0                                                                          
10 DIA     1936 Ended         no      1   0        0                                                                          
11 DIA     3236 Ended         no      1   0        0                                                                          
12 DIA     3264 Ended         no      1   0        0                                                                          
13 DIA     3272 Ended         no      1   0        0                                                                          
14 DIA     3284 Ended         no      1   0        0                                                                          
15 DIA     3288 Ended         no      1   0        0                                                                          
16 DIA     3300 Ended         no      1   0        0                                                                          
17 DIA     3308 Ended         no      1   0        0                                                                          
18 DIA     3316 Ended         no      1   0        0                                                                          
19 DIA     2020 Ended         no      1   0        0                                                                          
20 UPD     3748 Ended         no      1   0        0                                                                          
21 ENQ     3768 Ended         no      1   0        0                                                                          
22 BTC     3152 Ended         no      1   0        0                                                                          
23 BTC     4072 Ended         no      1   0        0                                                                          
24 BTC      492 Ended         no      1   0        0                                                                          
25 SPO     4192 Ended         no      1   0        0                                                                          
26 UP2     4284 Ended         no      1   0        0                                                                          
Dispatcher Queue Statistics               Wed May 18 07:53:21 2011
===========================

+------+--------+--------+--------+--------+--------+
|  Typ |    now |   high |    max | writes |  reads |
+------+--------+--------+--------+--------+--------+
| NOWP |      0 |      4 |   2000 |      5 |      5 |
+------+--------+--------+--------+--------+--------+
|  DIA |      5 |      5 |   2000 |      5 |      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          12
wake_evt_udp_now     0

wake events           total     8,  udp     2 ( 25%),  shm     6 ( 75%)
since last update     total     8,  udp     2 ( 25%),  shm     6 ( 75%)


Dump of tm_adm structure:               Wed May 18 07:53:21 2011
=========================

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

Workprocess Comm. Area Blocks               Wed May 18 07:53:21 2011
=============================

Slots: 300, Used: 1, Max: 0
+------+--------------+----------+-------------+
|   id | owner        |   pid    | eyecatcher  |
+------+--------------+----------+-------------+
|    0 | DISPATCHER   |       -1 | *WPCAAD000* |

NiWait: sleep (5000ms) ...
NiISelect: timeout 5000ms
NiISelect: maximum fd=369
NiISelect: read-mask is NULL
NiISelect: write-mask is NULL
Wed May 18 12:53:26 2011
NiISelect: TIMEOUT occured (5000ms)
DpHalt: shutdown server >solman_SOL_00                           < (normal)
DpJ2eeDisableRestart
MsIDelService: delete service J2EE for myself

NiBufSend starting
NiIWrite: hdl 3 sent data (wrt=161,pac=1,MESG_IO)
MsINiWrite: sent 161 bytes
send msg (len 110+51) to name           MSG_SERVER, type 0, key -
MsSndName: MS_DEL_PROPERTY ok
Send 51 bytes to MSG_SERVER
MS_DEL_PROPERTY : asynchronous call
send MsDelService(J2EE) to msgserver
DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1576)
killing process (1576) (SOFT_KILL)
*** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
DpIJ2eeShutdown: j2ee state = SHUTDOWN
SiSelNClear: set events of sock 324 to: ---
SiSelNRemove: removed sock 324 (pos=2)
SiSelNRemove: removed sock 324
NiSelIRemove: removed hdl 2
DpDelSocketInfo: del info for socket 2 (type=7)
NiICloseHandle: shutdown and close hdl 2 / sock 324 - sock -1
DpModState: buffer in state MBUF_PREPARED


MBUF state OFF
AdGetSelfIdentRecord: >                                                                           <
AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/27
LOCK WP ca_blk 1
make DISP owner of wp_ca_blk 1
DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
MBUF component DOWN
NiICloseHandle: shutdown and close hdl 3 / sock 192
NiBufIClose: clear extension for hdl 3
MsIDetach: detach MS-system
cleanup EM
EsCleanup ....
EmCleanup() -> 0
Es2Cleanup: Cleanup ES2
***LOG Q05=> DpHalt, DPStop ( 3984) [dpxxdisp.c   11045]
Good Bye .....

 

Regards,

Backup error occured, Error code 3700 "hostfile_error"

$
0
0

HI,

 

We are trying to MaxDB database backup to tape and getting below error.

 

 

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

ERR

-24988,ERR_SQL: SQL error

-104,DBM command impossible at this time

3,Data backup failed

Servertask Info: because Error in backup task occured

Job 1 (Backup / Restore Medium Task) [executing] WaitingT204 Result=3700

Error in backup task occured, Error code 3700 "hostfile_error"

Backupmedium #1 (
.\pipe\backup) I/O Error

Backup error occured, Error code 3700 "hostfile_error"

 

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

 

 

I went through the previous threads regarding the same error but couldn't find a solution.

 

System Info is Win 2008, MaxDB version 7.7.07.14.

 

Here is the complete log, please suggest what can be done.

 

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

 

 

 

 

      • DBA Action starts:

Timestamp: 20110831100408   Function: sda   Object: DATA

2011-08-31 10:04:08

Using environment variable 'TEMP' with value 'C:\Windows\TEMP' as directory for temporary files and pipes.

Using connection to Backint for MaxDB Interface.

 

2011-08-31 10:04:09

Checking existence and configuration of Backint for MaxDB.

    Using environment variable 'BSI_ENV' with value 'G:\sapdb\data\wrk\MXP\bsi.env' as path of the configuration file of Backint

    Reading the Backint for MaxDB configuration file 'G:\sapdb\data\wrk\MXP\bsi.env'.

        Found keyword 'BACKINT' with value 'D:\sapdb\MXP\db\bin\backint.exe'.

        Found keyword 'INPUT' with value 'G:\sapdb\data\wrk\backint\sapdb.in'.

        Found keyword 'OUTPUT' with value 'G:\sapdb\data\wrk\backint\sapdb.out'.

        Found keyword 'ERROROUTPUT' with value 'G:\sapdb\data\wrk\backint\sapdb.err'.

        Found keyword 'PARAMETERFILE' with value 'G:\sapdb\data\wrk\MXP\maxdb_config.par'.

        Found keyword 'ORIGINAL_RUNDIRECTORY' with value 'G:\sapdb\MXP\sapdata'.

    Finished reading of the Backint for MaxDB configuration file.

 

    Using 'D:\sapdb\MXP\db\bin\backint.exe' as Backint for MaxDB program.

    Using 'G:\sapdb\data\wrk\backint\sapdb.in' as input file for Backint for MaxDB.

    Using 'G:\sapdb\data\wrk\backint\sapdb.out' as output file for Backint for MaxDB.

    Using 'G:\sapdb\data\wrk\backint\sapdb.err' as error output file for Backint for MaxDB.

    Using 'G:\sapdb\data\wrk\MXP\maxdb_config.par' as parameter file for Backint for MaxDB.

    Using '300' seconds as timeout for Backint for MaxDB in the case of success.

    Using '300' seconds as timeout for Backint for MaxDB in the case of failure.

    Using 'G:\sapdb\MXP\sapdata\dbm.knl' as backup history of a database to migrate.

    Using 'G:\sapdb\MXP\sapdata\dbm.ebf' as external backup history of a database to migrate.

    Checking availability of backups using backint's inquire function.

Check passed successful.

 

2011-08-31 10:04:09

Checking medium.

Check passed successfully.

 

2011-08-31 10:04:09

Preparing backup.

    Setting environment variable 'BI_CALLER' to value 'DBMSRV'.

    Setting environment variable 'BI_REQUEST' to value 'NEW'.

    Setting environment variable 'BI_BACKUP' to value 'FULL'.

    Constructed Backint for MaxDB call 'D:\sapdb\MXP\db\bin\backint.exe -u MXP -f backup -t file -p G:\sapdb\data\wrk\MXP\maxdb_

    Created temporary file 'G:\sapdb\data\wrk\backint\sapdb.out' as output for Backint for MaxDB.

    Created temporary file 'G:\sapdb\data\wrk\backint\sapdb.err' as error output for Backint for MaxDB.

    Writing '
.\pipe\backup #PIPE' to the input file.

Prepare passed successfully.

 

2011-08-31 10:04:09

Starting database action for

     the backup.

    Requesting 'SAVE DATA QUICK TO '
.\pipe\backup' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BackupMXP'' from db-kernel.

The database is working on the request.

 

2011-08-31 10:04:09

Waiting until database has prepared the backup.

    Asking for state of database.

    2011-08-31 10:04:09 Database is still preparing the backup.

    Waiting 1 second ...

    Done.

    Asking for state of database.

    2011-08-31 10:04:10 Database has finished preparation of the backup.

The database has prepared the backup successfully.

 

2011-08-31 10:04:10

Starting Backint for MaxDB.

    Starting Backint for MaxDB process 'D:\sapdb\MXP\db\bin\backint.exe -u MXP -f backup -t file -p G:\sapdb\data\wrk\MXP\maxdb_

    Process was started successfully.

Backint for MaxDB has been started successfully.

 

2011-08-31 10:04:10

Waiting for end of the backup operation.

    2011-08-31 10:04:10 The backup tool is running.

    2011-08-31 10:04:10 The database is working on the request.

 

    2011-08-31 10:04:15 The backup tool is running.

    2011-08-31 10:04:15 The database is working on the request.

 

    2011-08-31 10:04:25 The backup tool is running.

    2011-08-31 10:04:25 The database is working on the request.

 

    2011-08-31 10:04:40 The backup tool is running.

    2011-08-31 10:04:40 The database is working on the request.

 

    2011-08-31 10:05:00 The backup tool is running.

    2011-08-31 10:05:00 The database is working on the request.

 

    2011-08-31 10:05:13 The backup tool process has finished work with return code 2.

    2011-08-31 10:05:13 The database has finished work on the request.

    Receiving a reply from the database kernel.

    Got the following reply from db-kernel:

        SQL-Code              :-903

The backup operation has ended.

 

2011-08-31 10:05:13

Filling reply buffer.

    Have encountered error -24920:

        The backup tool failed with 2 as sum of exit codes. The database request failed with error -903.

 

 

    Constructed the following reply:

        ERR

        -24920,ERR_BACKUPOP: backup operation was unsuccessful

        The backup tool failed with 2 as sum of exit codes. The database request failed with error -903.

Reply buffer filled.

 

2011-08-31 10:05:13

Cleaning up.

    Copying output of Backint for MaxDB to this file.

    -


Begin of output of Backint for MaxDB (G:\sapdb\data\wrk\backint\sapdb.out)----


        Reading parameter file G:\sapdb\data\wrk\MXP\maxdb_config.par.

        Using staging area D:\TEMP\STAGE1 with a size of 1048576000 bytes.

        Using staging area D:\TEMP\STAGE2 with a size of 1048576000 bytes.

        Using 2 file per Backint for Oracle call.

        Using C:\Program Files\Tivoli\TSM\tdp_r3\ora64\backint.exe as Backint for Oracle.

        Using G:\sapdb\data\wrk\MXP\initMXP.utl as parameterfile of Backint for Oracle.

        Using G:\sapdb\data\wrk\MXP\BackintHistory.txt as history file.

        Using G:\sapdb\data\wrk\backint\backint1.in as input of Backint for Oracle.

        Using G:\sapdb\data\wrk\backint\backint1.out as output of Backint for Oracle.

        Using G:\sapdb\data\wrk\backint\backint1.err as error output of Backint for Oracle.

        Using a maximal delay for a Backint for Oracle call of 3600 seconds.

 

        Reading input file G:\sapdb\data\wrk\backint\sapdb.in.

        Backing up pipe
.\pipe\backup.

        Found 1 entry in the input file.

 

        Starting the backup.

        Starting pipe2file program(s).

 

        Waiting for creation of temporary files.

        1 temporary file is available for backup.

        Calling Backint for Oracle at 2011-08-31 10:05:12.

        Calling 'C:\Program Files\Tivoli\TSM\tdp_r3\ora64\backint.exe -u MXP -f backup -t file -p G:\sapdb\data\wrk\MXP\initMXP.

        Backint for Oracle ended at 2011-08-31 10:05:13 with return code 2.

        Backint for Oracle output:

        Backint for Oracle output:                          Data Protection for SAP(R)

        Backint for Oracle output:

        Backint for Oracle output:              Interface between BR*Tools and Tivoli Storage Manager

        Backint for Oracle output:              - Version 6, Release 1, Modification 0.0  for Win x64 -

        Backint for Oracle output:                    Build: 358  compiled on Nov  4 2008

        Backint for Oracle output:         (c) Copyright IBM Corporation, 1996, 2008, All Rights Reserved.

        Backint for Oracle output:

        Backint for Oracle output: BKI2027I: Using TSM-API version 6.2.3.1 (compiled with 5.3.2.0).

        Backint for Oracle output: BKI2000I: Successfully connected to ProLE on port tdpr3ora64.

        Backint for Oracle output: BKI0005I: Start of program at: 08/31/11 10:05:12 .

        Backint for Oracle output: BKI1216E: There are no backup management classes available.

        Backint for Oracle output: BKI1215I: Average transmission rate was 0.000 GB/h (0.000 MB/sec).

        Backint for Oracle output: BKI1227I: Average compression factor was 1.000.

        Backint for Oracle output: BKI0020I: End of program at: 08/31/11 10:05:13 .

        Backint for Oracle output: BKI0021I: Elapsed time: 01 sec .

        Backint for Oracle output: BKI0024I: Return code is: 2.

        Backint for Oracle output:

        Backint for Oracle error output:

 

        Finished the backup unsuccessfully.

 

        #ERROR
.\pipe\backup

 

    -


End of output of Backint for MaxDB (G:\sapdb\data\wrk\backint\sapdb.out)----


    Removed Backint for MaxDB's temporary output file 'G:\sapdb\data\wrk\backint\sapdb.out'.

    Copying error output of Backint for MaxDB to this file.

    -


Begin of error output of Backint for MaxDB (G:\sapdb\data\wrk\backint\sapdb.err)----


        Backint for Oracle was unsuccessful.

 

    -


End of error output of Backint for MaxDB (G:\sapdb\data\wrk\backint\sapdb.err)----


    Removed Backint for MaxDB's temporary error output file 'G:\sapdb\data\wrk\backint\sapdb.err'.

    Removed the Backint for MaxDB input file 'G:\sapdb\data\wrk\backint\sapdb.in'.

Have finished clean up successfully.

      • SAVE/RESTORE request:

SAVE DATA CANCEL

      • SAVE/RESTORE request accepted:

OK

 

      • SAVE/RESTORE result:

ERR

-24988,ERR_SQL: SQL error

-104,DBM command impossible at this time

3,Data backup failed

Servertask Info: because Error in backup task occured

Job 1 (Backup / Restore Medium Task) [executing] WaitingT204 Result=3700

Error in backup task occured, Error code 3700 "hostfile_error"

Backupmedium #1 (
.\pipe\backup) I/O Error

Backup error occured, Error code 3700 "hostfile_error"

 

      • DBA Action ends:

Timestamp: 20110831100513   State:    Failure

 

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

MaxDB path upgrade error 7.5 path 50 to 7.5 path 55

$
0
0

Hi Friends,

 

we are upgrading maxdb patch upgrade for 7.5.0.50 to 7.5.0.55 , after starting the upgrade  using SDBUDP, we are getting below error

 

 

beginning to check sap db instances
please enter database manager operators password:
resume broken instance check
finding instance type...
finding starting release...
finding apo starting release...
finding migration strategy...
MaxDB instance "LCA" not ready to update
finding migration strategy...
cannot find migration strategy cause of unknown apo target release

can you please help us , how to solve this issue or how to follow the upgrade procedure

 

regards,

balaram


log auto overwrite

$
0
0

Hello,

 

I am currently working with SAP DB 7.3 on AIX 4.3.3 and Database Manager 7.5.

 

Through Database Manager 7.5 I can set the LOG AUTO OVERWRITE by menu: Instance -> Configuration -> Log Settings.

 

However I need to do this by dbmcli.

 

I have tried the following:

dbmcli -d <database> -u dbm,<password> -uUTL -c util_execute set log auto overwrite on

 

Then I receive the following error:

ERR

-24988,ERR_SQL: sql error

-3008,Invalid keyword or missing delimiter

 

 

Any ideas or suggestions?

 

Thanks,

David

Problem connecting to livecache after installing SCM 5.1

$
0
0

This is a new installation on Windows 2003 x64 / MSSQL 2005.

SCM and LiveCache running on the same server.

 

The problem occured initially in transaction LC10, selecting the

database connection LCA and clicking livecache:monitoring end with a

timeout error:

 

Name and Server : SLQ - pmichsapbw56

DBMRFC Function : DBM_CONNECT

Error : Connect timeout

Error Message : Could not connect within 25 seconds

 

 

The configuration of passwords has been checked on the livecache DB by

connecting with database manager.

 

Going to transaction DB59 for connection test. the DBMRFC server is

started and the connection test gives the following result:

 

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"

Unsuccessful

dbm_system_error

Name and Server : SLQ - pmichsapbw56

DBMRFC Function : DBM_CONNECT

Error : Connect timeout

Error Message : Could not connect within 25 seconds

4. Connect. test with "native SQL" ( LCA )

Successful

 

If DBMRFC server is restarted, testing the RFC SAPDB_DBM_DAEMON from

transaction SM59 is working correctly.

 

Then I tried again the test of connection LCA from DB59 and it fails.

I did the same test restarting DBMRFC server with trace (from

transaction db59).

 

Here is the trace from dev_rfc.trc:

 

        • ERROR file opened at 20080725 165905 W. Europe Dayli, SAP-REL 700,0,9 RFC-VER 3 756683 MT-SL

T:15320 ======> CPIC-CALL: 'SAP_CMACCPTP'

 

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       illegal parameter value ( function=SAP_CMACCPTP /

            parameter=handle / value=1844 )

 

TIME        Fri Jul 25 16:59:05 2008

RELEASE     700

COMPONENT   CPIC (TCP/IP) with Unicode

VERSION     3

RC          769

MODULE      r3cpic.c

LINE        9449

COUNTER     7

 

T:15320 Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1737

T:15320 ---> RFC MESSAGE/ERROR : 104

  • RFC_ERROR_SYSTEM_FAILURE

  • CPIC-CALL: 'SAP_CMACCPTP'

 

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       illegal parameter value ( function=SAP_CMACCPTP /

            parameter=handle / value=1844 )

 

TIME        Fri Jul 25 16:59:05 2008

RELEASE     700

COMPONENT   CPIC (TCP/IP) with Unicode

VERSION     3

RC          769

MODULE      r3cpic.c

LINE        9449

COUNTER     7

T:15320 <* RfcDispatch Problem connecting to livecache after installing SCM 5.1 : returns 1:RFC_FAILURE

 

        • ERROR file opened at 20080725 165933 W. Europe Dayli, SAP-REL 700,0,9 RFC-VER 3 756683 MT-SL

T:14772 ======> CPIC-CALL: 'SAP_CMACCPTP'

 

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       illegal parameter value ( function=SAP_CMACCPTP /

            parameter=handle / value=1848 )

 

TIME        Fri Jul 25 16:59:33 2008

RELEASE     700

COMPONENT   CPIC (TCP/IP) with Unicode

VERSION     3

RC          769

MODULE      r3cpic.c

LINE        9449

COUNTER     9

 

T:14772 Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1737

T:14772 <* RfcDispatch Problem connecting to livecache after installing SCM 5.1 : returns 1:RFC_FAILURE

 

here is the trace from dev_rfc0:

 

        • Trace file opened at 20080725 165913 W. Europe Daylight Time, SAP-REL 700,0,133 RFC-VER U 3 938770 MT-SL

======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=474

Connection deleted by administrator                                     

ABAP Programm: SAPLSADC (Transaction: )

Called function module: DBM_CONNECT

User: SBARRAUD (Client: 000)

Destination: SAPDB_DBM_DAEMON (handle: 2, 06522294, {2D5A5ADD-E47B-F1F9-83F5-001E0BE9FFAA})

SERVER> RFC Server Session (handle: 1, 06521294, {2D5A5ADD-992F-F152-83F5-001E0BE9FFAA})

SERVER> Caller host:

SERVER> Caller transaction code: DB59 (Caller Program: SAPLSADC)

SERVER> Called function module: DBM_CONNECT_PUR

Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3295

CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=474

Connection deleted by administrator                                     

Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1817

 

 

Here is the version of what has been installed:

 

Configuration:

SAP_BASIS 700 0014 SAPKB70014 SAP Basis Component

SAP_ABA 700 0014 SAPKA70014 Cross-Application

Component

ST-PI 2005_1_700 0006 SAPKITLQI6 SAP Solution

Tools Plug-In

PI_BASIS 2006_1_700 0004 SAPKIPYM04 Basis Plug-In

(PI_BASIS) 2006_1_700

SAP_BW 700 0016 SAPKW70016 SAP NetWeaver BI 7.0

SAP_AP 700 0012 SAPKNA7012 SAP Application

Platform 7.00

LCAPPS 2006_700 0004 SAPK-70004INLCAPPS LC

Applications 2006_700

EA-IPPE 400 0008 SAPKGPID08 SAP iPPE (EA-IPPE) 400

SCEMSRV 510 0006 SAPK-51006INSCEMSRV SCEMSRV 5.1

SCM 510 0005 SAPKY51005 Supply Chain Management

5.1

SCMBPLUS 510 0005 SAPK-51005INSCMBPLUS SCM Basis PLUS

5.1

SCMEWM 510 0005 SAPK-51005INSCMEWM Extended

Warehouse Management 5.1

SCMSNC 510 0005 SAPK-51005INSCMSNC SCMSNC 5.1

SCM_BASIS 510 0008 SAPK-51008INSCMBASIS SCM Basis 5.1

QIE 200 0005 SAPK-20005INQIE Quality Inspection

Engine 2.00

BI_CONT 703 0006 SAPKIBIIP6 Business Intelligence

Content

ST-A/PI 01K_SCM500 0000 - Application

Servicetools for SCM 500/510

 

LCA database connection definition:

-

-


Server Name

Host

Check Result

DBMRFC Release

DBMCLI

Release

Kernel Release

Kernel Patch

DBSL Release

DBSL Patch

SQLDBC

Runtime

-

-


|pmichsapbw56_SCQ_00|pmichsapbw56| |7.7.02.08

|7.7.02.08 |700_REL |133 |700.08 |133

7.6.01.15

 

 

Thanks in advance for you help.

 

Stéphane Barraud.

 

content server migration 7.3 -> 7.6 (Win2K!)

$
0
0

Hello,

 

i have to migrate another SAP content server to a newer platform.

 

It is running on a Windows 2000 server and the database build is 7.3.00.20 which is quite old!!!

Because of the OS i´m not sure how to update the database to 7.6 in an easy way.

 

The new server for this is a Server 2008R2 system where i will install a new empty databsae (version 7.6.003.09) and then to restore the backup from the old content server there. For that reason i have to migrate the 7.3 database in any way to 7.6.

 

In fear of touching the old server i got a strange (or maybe crazy) idea:


If i can get a server2003 system for the migration phase from our IT i would use this system as a "whistle stop". I would install the latest 7.3 database version (7.3.00.35) there followed by a recovery of the backup from the old server.

After that to migrate the database on the Server2003 system to version 7.6 and a final backup from here should be possible to be recovered on the destination server.

 

The database itself isn´t too big, it´s about 80GB big.

 

Does anyone of the forum experts see a more elegant way for such a migration?

 

Thank you in advance

 

Martin Schneider

ERR_USRFAIL: User authorization failed

$
0
0
Hello,
When I'm trying to log in as one of database users (MaxDB 7.8.02.28) using Database Studio (version 7.9.08.01) it fails and I get the following error messages in database logs:

2013-04-24 10:26:09       3780 INF          1 DBMSrvCo A DBM Server client connection was established at 2013-04-24 10:26:09 (client process has process ID 3512 on computer lpbsp0015.company.com).

2013-04-24 10:26:09       3780 INF        421 DBMSrv   Command 'user_getchallenge ...' was executed since 2013-04-24 10:26:09.

2013-04-24 10:26:09       3780 ERR     -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'user_getchallenge' has ended and failed with return code -24950.

                          3780 ERR     -24950 DBMSrv   ERR_USRFAIL: User authorization failed

2013-04-24 10:26:09       3780 INF          2 DBMSrvCo A DBM Server client connection was released (client process has process ID 3512 on computer lpbsp0015.company.com).

 

 

Anyone know why this is happening?

 

Regards,

AD

MaxDB Homogenous System Copy and SID Rename

$
0
0

Hi,

We are looking to run a cheap and cheerful copy of a (7.6.3) MaxDb Database by file copy, i.e. to copy across all data/log volumes etc from the source to the target system. An added difficulty is that we also wish to rename the SID.

 

So far we have:

 

1) Installed the target MaxDB instance

2) Copied across the data and log files

 

When we start the dbmgui it still shows the original 2 data volumes (the source database has 8 volumes), ie the old config file is still being used. If we now copy across the config file from the source system and edit it to change the SID from 'old SID' to 'new SID' we get the following RTE error when trying to bring the database online or even into admin mode:

 

ERR

-24994,ERR_RTE: Runtime environment error

20062,RTE error checksum does not match, parameter file may be corrupt

 

When I compare the file size of the config file, it is smaller after editing which probably explains the above error, which brings me to my question(s)

 

1) Is it possible to edit the config file in this was or can what i am trying to achieve by done by dbmcli commands?

2) Is it at all possible to copy a database and change the SID in this way or do we have to look for alternative methods?

 

Regards,

 

mark

 

Edited by: Simon Gorman on Sep 7, 2009 12:29 PM

 

OK - A little more information...

We copied back the original target systems config file and used the param_put command to add the extra log volumes and amend the file size information so that when we run param_getvolsall on the source and target systems, they match (apart from the different SIDs of coourse). Now when I run db_warm, I get the following error in krnldiag:

"1 ERR 20052 RTE      Too many volumes, type='MSYS', allowed=2"

Does nyone know what parameter this is referring to??

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

MaxDB ext + Php-5.4

$
0
0

Hello,

 

i am trying to install php-5.4.13 with MaxDB ext.

 

configuring with the Option: --with-maxdb=/opt/sdb/programs/

 

It can be configured but then i get a lot of Errors,

 

thanks alot for you help

 

 

[root@sh php-5.4.13]# make

Makefile:783: warning: overriding commands for target `ext/maxdb/php_maxdb.lo'

Makefile:781: warning: ignoring old commands for target `ext/maxdb/php_maxdb.lo'

/bin/sh /usr/src/php-5.4.13/libtool --silent --preserve-dup-deps --mode=compile cc  -Iext/maxdb/ -I/usr/src/php-5.4.13/ext/maxdb/ -DPHP_ATOM_INC -I/usr/src/php-5.4.13/include -I/usr/src/php-5.4.13/main -I/usr/src/php-5.4.13 -I/usr/src/php-5.4.13/ext/date/lib -I/usr/src/php-5.4.13/ext/ereg/regex -I/usr/include/libxml2 -I/usr/include/freetype2 -I/opt/sdb/programs//sdk/sqldbc/incl -I/usr/src/php-5.4.13/ext/sqlite3/libsqlite -I/usr/src/php-5.4.13/TSRM -I/usr/src/php-5.4.13/Zend    -I/usr/include -g -O2 -fvisibility=hidden  -c /usr/src/php-5.4.13/ext/maxdb/php_maxdb.c -o ext/maxdb/php_maxdb.lo

In file included from /usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:100:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.h:203: error: duplicate âstaticâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.h:208: error: duplicate âstaticâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.h:215: error: duplicate âstaticâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_affected_rows_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:257: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_client_version_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:259: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_connect_errno_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:260: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_errno_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:262: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_field_count_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:264: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_insert_id_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:267: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_protocol_version_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:268: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_server_version_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:270: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_thread_id_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:272: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_link_warning_count_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:273: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_result_type_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:275: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_result_current_field_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:276: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_result_num_rows_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:277: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_affected_rows_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:280: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_insert_id_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:281: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_num_rows_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:282: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_param_count_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:283: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_field_count_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:284: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_stmt_errno_readâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:285: warning: comparison is always true due to limited range of data type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: At top level:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:335: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmaxdb_link_methodsâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:386: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmaxdb_result_methodsâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:408: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmaxdb_stmt_methodsâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:484: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmaxdb_functionsâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:600: error: âmaxdb_functionsâ undeclared here (not in a function)

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âphp_maxdb_fetch_hashâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1714: error: âzend_fcall_infoâ has no member named âobject_ppâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1751: error: âzend_fcall_info_cacheâ has no member named âobject_ppâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_read_propertyâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1929: error: âzvalâ has no member named ârefcountâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1935: error: too few arguments to function âstd_hnd->read_propertyâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_write_propertyâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1969: error: âzvalâ has no member named ârefcountâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1970: error: âzvalâ has no member named ârefcountâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:1975: error: too few arguments to function âstd_hnd->write_propertyâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âmaxdb_objects_newâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2088: error: âzend_class_entryâ has no member named âdefault_propertiesâ

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âzm_startup_maxdbâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2129: warning: assignment from incompatible pointer type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2130: warning: assignment from incompatible pointer type

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2135: error: âmaxdb_link_methodsâ undeclared (first use in this function)

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2135: error: (Each undeclared identifier is reported only once

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2135: error: for each function it appears in.)

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2142: error: âmaxdb_result_methodsâ undeclared (first use in this function)

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:2148: error: âmaxdb_stmt_methodsâ undeclared (first use in this function)

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c: In function âzif_maxdb_stmt_bind_paramâ:

/usr/src/php-5.4.13/ext/maxdb/php_maxdb.c:5483: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/src/php-5.4.13/Zend/zend_API.h:238)

make: *** [ext/maxdb/php_maxdb.lo] Error 1


MaxDb 7.8 Presentation

$
0
0

Hi

 

I have downloaded, from SSMP, and installed NW 7.0 Presentation - MaxDB Release 7.8.02.26 on a client.

 

All i have in the Max Db folder is the Installation Manager and Command Prompt.

 

Where is the Presentation tool?

 

Thanks

Abu

How can I limit results from queries

$
0
0

Hello,

 

i'd like to limit a sentence of sql  :

 

select * from gp limit 0,10

 

This is not possible in Maxdb. Please ¿ Is there any solution for Maxdb ?

 

thanks,

 

My regards,

DlLoadLib()==DLENOACCESS - dlopen dbsdbslib.o

$
0
0

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

DB Studio cannot connect to host localhost to register user management

$
0
0

Hello,

I installed MaxDB Database Studio (Version: 7.7.06.09) on Linux (openSUSE 11.1).

On login I get three errors:

1. Connect to UMDB not possible. Try to use/create local default user management.

com.sap.dbtech.jdbc.exceptions.JDBCDriverException: Cannot connect to jdbc:sapdb://server.linux.site/.UMDB [Cannot connect to host localhost:7210 [Verbindungsaufbau abgelehnt], -813.].

2. Recreation default user management failed.

com.sap.dbtech.jdbc.exceptions.JDBCDriverException: Cannot connect to jdbc:sapdb://server.linux.site/.UMDB [Cannot connect to host localhost:7210 [Verbindungsaufbau abgelehnt], -813.].

3. Connect to user management failed.

com.sap.dbtech.jdbc.exceptions.JDBCDriverException: Cannot connect to jdbc:sapdb://server.linux.site/.UMDB [Cannot connect to host localhost:7210 [Verbindungsaufbau abgelehnt], -813.].

 

I suppose, it has something to do with the network configuration.

Window->Preferences->User Management 'Database node' = 'localhost'.

IPv6 is active on the server and /etc/hosts contains:

::1             localhost ipv6-localhost ipv6-loopback

127.0.0.2       server.linux.site server

127.0.0.1       nil

(and more...)

The vserver is actice (at localhost 7210).

All other network related things work fine on the Server.

 

I tried several solutions:

1. When I change 'nil' to 'localhost' in /etc/hosts, I get the same error as above.

2. When I change 'localhost' to '127.0.0.1' in 'Database node', Check with 'Reset User Management' and Register the .UMDB Database, I get the error:

Connect failed.

com.sap.dbtech.jdbc.exceptions.JDBCDriverException: Cannot connect to jdbc:sapdb://server.linux.site/.UMDB [Cannot connect to host localhost:7210 [Verbindungsaufbau abgelehnt], -813.].

3. When I change 'localhost' to 'nil' in 'Database node' and register manually to the .UMDB Databse, I get the message:

User management database successfull registered.

Refresh your <Local> server to see the user management database.

But I don't know how to refresh the server (vserver, xserver?) and I can't see any database.

And when I restart the MaxDB Database Studio, I have again 'localhost' in 'Database node' (although 'nil' was saved in /var/opt/sdb/data/app/dbstd/um.properties before) and same problems as above.

 

Any idea for a solution?

 

Cheers

Peter

 

Edited by: Peter Kueppers on Apr 1, 2009 9:36 PM

Upgrade SAPDB 7.3.00.20 to SAP MAXDB7.7

$
0
0

Hello,

 

we are tring to upgrade our content server from SAPDB 7.3.00.20 to maxdb 7.7. Can any one guide us on following:

 

1) where we can found the  sapdb s/w  for patch version 7.3.00.20 and 7.3.00.25. because this is not available in SMP.

2) we need to install these DB for the test upgrade activity. as the 7.3.00.25. is the prerequisites for MAXdb7.7.

3) Can we change the nonunicode db to unicode db.

 

Regards,

Bhavesh

Viewing all 1545 articles
Browse latest View live


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