cancel
Showing results for 
Search instead for 
Did you mean: 

MaxDB Upgrade version 7.6 to 7.8

Former Member
0 Kudos

Hi,

I have installed content server 6.40 with maxdb 7.6 version on windows 2008 environment.

Now i plan to upgrade maxdb version 7.6 to 7.8 and i have downloaded installation guide & media file (51046098_14) from service market place.

As per media guide instruction i need run the command "DBUPDATE.BAT -s <SAPSID> –d <DBSID> -u <DBM,DBM password> [ -dir <temporary directory> ]" for db upgrade, but in my server i don't have SAPSERVER so i can not mention SAPSID.

It would be great full if any one guide me how to do Upgrade and what are all the steps i have to follow..

Regards,

Vino

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Issue is resolved, kindly follow below steps..

Procedure

  1. Log on to Database Manager CLI in session mode as a DBM operator and connect to the database to be upgraded:>dbmcli -d <database_name> -u <dbm_operator>,<dbm_operator_password>
  2. Check whether the scheduler function is active:>scheduler_state
  3. If the scheduler function is active, stop it using the following command:>scheduler_stopOtherwise proceed with step 4.
  4. Exit Database Manager CLI:>exit
  5. Start the SDBUPD program by entering the following command:
    >sdbupd -d <database_name> -u <dbm_operator>,<dbm_operator_password>>./SDBUPD -d <database_name> -u <dbm_operator>,<dbm_operator_password>

    SDBUPD performs the upgrade and displays a message to indicate that the upgrade has been completed successfully. It then flags the installation as complete.

Regards,

Vino

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

DBUPDATE.BAT -s <SAPSID> –d <DBSID> -u <DBM,DBM password> [ -dir <temporary directory> ]

Try it without the -s <SAPSID>

DBUPDATE.BAT –d <DBSID> -u <DBM,DBM password> [ -dir <temporary directory> ]

Regards, Juan

Reagan
Advisor
Advisor
0 Kudos

Hello

Please follow this SAP Note

Note 735598 - Importing SAP MaxDB software as of 7.5.00

Good Luck

RB