cancel
Showing results for 
Search instead for 
Did you mean: 

How to start Maxdb

Former Member
0 Kudos

Hi,

I had install content server together with Maxdb. However, when i try to create a repository, it mention some MSsql error. So i go the the unix level to enter this command

dbmcli -u (dbm_user>,<password> -d <database_name> -uUTL

But it mention that my db instance is not running. How do i start it ? Under which directory ? I am using aix5.3

Also, is dbm_user referring to control ?

Regards

Lauran

Accepted Solutions (1)

Accepted Solutions (1)

TTK
Employee
Employee
0 Kudos

Hello,

please try

dbmcli -d <db> -u <control user and password> db_online

Regards Thomas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Thomas,

What is the exact command ?

dbmcli -d <db> -u <control user and password> db_online

I had try this

dbmcli -d SDB -u control, testing db_online

But it give me not such command

What is the input of <control user and password> ? any commas in between etc ?

Regards

Melanie
Advisor
Advisor
0 Kudos

Hello,

you have to enter user and password separated by comma - and no space.

Example:

dbmcli -d SDB -u control,testing db_online

Regards,

Melanie