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

Re: -24907,ERR_DBAWRONG: wrong SYSDBA

$
0
0

Hi Burkhard

 

I am also available on gmail: daniel.krupinsky@gmail.com

 

I think we can discuss there via chat , will be much quicker discussion if you got time of course to help me.

 

Many thanks in advance for help.

 

sqlcli -d SDB -u superdba,admin select sysdba from dual

 

I:\sapdb\programs>cd bin

 

I:\sapdb\programs\bin>sqlcli -d SDB -u superdba,admin select sysdba from dual

* -4008: POS(1) Unknown user name/password combination SQLSTATE: 28000

* -4008: POS(1) Unknown user name/password combination SQLSTATE: 28000

 

I:\sapdb\programs\bin>

 

BR

Daniel

 

Message was edited by: Daniel Krupinsky


Re: -24907,ERR_DBAWRONG: wrong SYSDBA

$
0
0

OK the sysdba is the SUPERDBA but the login on db level did not work (-4008: Unknown user name / password)


I suggest to do the following:

1)Reset the  the sysdba password in the database with

 

dbmcli -d SDB -u DBM,control db_execute alter password SUPERDBA ADMIN

 

2)Then test the connection with sqlcli to check the password in the database.

 

sqlcli –d SDB –u superdba,admin select sysdba from sysdd.version

 

3) Now try to load the system tables

 

dbmcli -d SDB -u DBM,control load_systab -u SUPERDBA,ADMIN

Re: DR creation for DMS (Document management system).

$
0
0

Hi Vivek,

To set up standby database, please refer to link belows:

 

http://help.sap.com/saphelp_nw70/helpdata/en/45/23882c9f9b4002e10000000a155369/content.htm

 

Regarding your question, you need to ship the backup log, and you can ship the log from os level in anyway, as long as the log can be used to recovery.

 

The general to set up standby database is:

 

1. restore the recent backup from primary database to the standby with "initialize" option
2. do not start database, but continue to do the log recovery

 

Please note you as soon as the standby database is up, you cannot apply the further log any more.
Once the standby database is online, you have to set up standby solution from beginning.

 

 

Best regards,

James

Re: MAXDB Windows Services

$
0
0

Hi Nathalia

 

I got some issue (not sure if is it really an issue)

I migrated MaxDB version 7.5 win 2003 -> to 7.9 win 2008 by backup/restore method.

I am doing some checks after but I cannot see service visible as running in "services"

 

My SDB instance is running as "speci"

sending my outputs and screenshots:

 

Is there any option to change it to "fast: and visible the service? (parameted change? )

On source system is running as "fast" and service is visible.

 

Many thanks in advance for advice

 

C:\>dbmcli inst_enum

OK

7.9.08.23    I:\sapdb\SDB\db

7.9.08.35    I:\sapdb\clients\DatabaseStudio

 

 

 

C:\>

C:\>dbmcli db_enum -s

OK

SDB     I:\sapdb\SDB\db                         7.9.08.23       slow    offline

SDB     I:\sapdb\SDB\db                         7.9.08.23       speci   running

.M790823        I:\sapdb\SDB\db                         7.9.08.23       fast

offline

.M790823        I:\sapdb\SDB\db                         7.9.08.23       slow

offline

 

 

C:\>MAxDB after migration.JPG

 

 

 

 

BR

Daniel

 

Message was edited by: Daniel Krupinsky

Re: MAXDB Windows Services

$
0
0

Hi Daniel,

i guess you has started a special executable of the kernel with the -x option of the db_online command.

 

>dbmcli -d SDB -u CONTROL,CONTROL db_online -x checkknl

 

The -x option for special kernel is only for test and diagnose purpose

 

shutdown your db with db_offline and restart it again with db_online -f

 

BR

Burkhard

Re: MAXDB Windows Services

$
0
0

Hi Burkhard

 

I also patched DB to version 7.9.08.36

I am not able see the service and looks still is running with speci mode.

 

 

C:\>dbmcli -d SDB -u dbm,CONTROL db_online -x checkknl

OK

 

C:\>dbmcli -d SDB -u dbm,control db_online -f

OK

 

C:\>dbmcli db_enum -s

OK

.M790836        I:\sapdb\SDB\db                         7.9.08.36       fast

offline

.M790836        I:\sapdb\SDB\db                         7.9.08.36       slow

offline

SDB     I:\sapdb\SDB\db                         7.9.08.36       slow    offline

SDB     I:\sapdb\SDB\db                         7.9.08.36       speci   running

 

 

C:\>

 

BR

Daniel

Re: MAXDB Windows Services

$
0
0

Hi Daniel,

The db_online command is a NOOP if the kernel is running.


Please stop first the kernel with.

 

>dbmcli –d SDB –u CONTROL,CONTROL db_offline

 

and than restart it with

 

>dbmcli –d SDB –u CONTROL,CONTROL db_online –f

 

now the fast service should be running

 

Burkhard

Re: SAP Mini does not display database instance

$
0
0

The  same problem was faced by me . Normally now the local server and the NSP database instance should be displayed. But in my case also  there was no NSP instance displayed.   Please see the dialogue box that I had on my screen below after clicking the add button :


maxdb1.PNG



 

The problem was that  in the "Database Server"  field the value <Local>  was per-filled which I thought was the default value. But I was wrong. Since the server used  was localhost the database server name should also be the same.  

 

So I replaced  <Local>  with localhost  and clicked add button and WOW! the sever an the NSP instance both displayed. Please see the screenshot below. 

 

maxdb 2.PNG

 

I hope this will prove to be of help to many people in future.

 

Best regards and Happy SAPping.


Re: SDBINST terminates for large file systems

$
0
0

Hi Ruben,

 

Maxdb 7.4 is not supported long time ago, why you still need to install it? Also I am afraid the target windows 2012 may not be supported by maxdb 7.4. Where you get the supported matrix?

 

Best regards,
James

Re: Connect dbacockpit to maxdb

$
0
0

Hi Gemert,


what is the error? Can you show me with the screenshot?

 

Generally you can maintain the right password in dbco, or dbacockpit database connections.

If the password you used can log on database manually, then I do not think reset password helps, it should be the password was wrongly maintained in somewhere.

 

Best regards,
James

Re: Connect dbacockpit to maxdb

$
0
0

Hi James,

 

thank you for your quick reply.

 

I did some further investigation.

 

Seems the SAPR3 schema is not there.

 

This is what happened:

Installed Content Server D71 with MAXdb 7.9.08.23

Restored backup of old Content Server D70 on this database

Exchanged certificates

Repositories can be used in ERP.

 

I now installed P71 Content Server. This one still has the default installationi databsae, so no restore has been done.

 

In Database Studio, If I logon to D71 with SAPR3, I dont see roles, schemas etc. below SAPR3

But for P71 (still with the default database) I do see roles, schemas etc

 

db studio.PNG

 

Did some authorizations got removed from user SAPR3?

 

Thanks

Sander

Re: Connect dbacockpit to maxdb

$
0
0

Hi Gemert,

 

The display could be caused by wrong password in login.

 

Please drop the login of SAPSR3, then create new loggin, this time you have to make sure the password is right.

 

What is below command?

 

dbmcli -d <dbsid> -u sapsr3,<password> db_state

 

 

Best regards,
James

SAP dB backup/restore using MaxDB

$
0
0

Hello Experts,

 

I have my MaxDB installed and can can someone share the steps to take for taking backup/restore the   SAP Database. from database studio...

 

We had a basis admin who was taking the backup ,but now he is away so I have do do it. I am able to login to database studio after that what shoul I do

 

 

  • I should be able to schedule automatic and manual full backup and restore

 

dB version:SAP MAX DB 7.9

 

Thanks

Karthik

Error in Connection Test DB59

$
0
0

Hello,

 

I have a problem in connection between SAP and its database (MaxDB 7.9). When I check using DB59 -> Connection Test -> Connection Test, the check result was error. Here is the log:

 

Application Server:  prodbap_BAP_30                                         ( SunOS      )

   1. Connect. test with "dbmcli db_state"                                    Unsuccessful

      dbmcli_command_execute_error

      Error! Connection failed to node prodbap for database BAP:

      tp error:   connect failed

      External program terminated with exit code 2

   2. Connect. test with command mode "dbmrfc db_state"            Unsuccessful

      dbm_system_error

      Name and Server     : BAP - prodbap

      DBMRFC Function     : DBM_EXECUTE

      Command             : db_state

      Error               : DBM Error

      Return Code         :        -11

      Error Message       : tp error:   connect failed#

   3. Connect. test with session mode "dbmrfc db_state"            Unsuccessful

      dbm_system_error

      Name and Server     : BAP - prodbap

      DBMRFC Function     : DBM_CONNECT

      Error               : DBM Error

      Return Code         :        -11

      Error Message       : tp error:   connect failed#

 

The SAP are unable to get the database state through the db_state command. When I check using dbmcli, I was succesfully get the database state. Here is the result:

 

dbmcli -d BAP

dbmcli on BAP>user_logon SUPERDBA,<pwd>

OK

 

 

---

dbmcli on BAP>db_state

OK

State

ONLINE

 

 

---

 

I already check on KnlMsg but couldn't find any error on that log. I think that this issue is only about connecting the SAP and database but I have no idea what should I adjust.

 

Thanks for your help,

Kris

Re: Error in Connection Test DB59

$
0
0

Hi Kris,

Is it a livecache or maxdb is the primary database of the system?

 

What is the result of "R3trans -d" by executing on SAP application server via user sidadm?

 

Best regards,

James


Re: Error in Connection Test DB59

$
0
0

James Zhang wrote:

 

Hi Kris,

Is it a livecache or maxdb is the primary database of the system?

 

What is the result of "R3trans -d" by executing on SAP application server via user sidadm?

 

Best regards,

James

 

Hi James,

 

It's a maxdb and yes, it's the primary database of the system.

Here is the result of the R3trans -d:

 

R3trans -d

This is R3trans version 6.24 (release 721 - 26.09.13 - 20:13:07 ).

unicode enabled version

R3trans finished (0000).

 

Thanks,

Kris

Re: SAP dB backup/restore using MaxDB

$
0
0

Hi Karthik,

We have expert session 11 talking about backup & restore from link:

 

http://maxdb.sap.com/training/


The pdf shows the steps to do the backup.

 

To have a schedule backup, you need to integrate the maxdb to an netweaver dbacockpit, so that you can schedule job from dbacockpit. To integrate the database, please refer to SAP note:

 

 

1371928 - DBA Cockpit: SAP MaxDB/liveCache as remote database

 

best regards,
james

Re: Error in Connection Test DB59

Re: SAP dB backup/restore using MaxDB

$
0
0

Hi James,

 

Thanks for  your guidance.

 

 

Regards

Karthik

Re: SAP dB backup/restore using MaxDB

$
0
0

Hi Karthik,

 

You are welcome.

 

It is very worthy for maxdb administrators to watch the expert session video which is from maxdb developers. You can pick up the topic you are interested in to watch.

 

Good luck.

 

Best regards,
James

Viewing all 2539 articles
Browse latest View live


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