cancel
Showing results for 
Search instead for 
Did you mean: 

liveCache Installation (Database creation) problems

Former Member
0 Kudos

We are trying to install liveCache 7.6.29 (SCM 5.0 SR2), during the database creation phase we are encountering the below error;

Execute Command : /sapdb/programs/bin/dbmcli -n ql1ap01.cardinalhealth.net -R /sapdb/QL1/db db_create QL1 CONTROL,******** ql1adm,

Start subprocess as user with uid: root

> Subprocess stops at 20070522205211

ERR

-24875,ERR_NEEDADMI: The operating system user is not a member of the database administrators group

-24994,ERR_RTE: Runtime environment error

20145,UNIX password ********

Please let me know if any of you have faced this issue and resolved the same.

Eagerly waiting for your reply, as this is a high priority for me.

Regards,

Thilaka

Accepted Solutions (1)

Accepted Solutions (1)

former_member229109
Active Contributor
0 Kudos

Hello Thilaka,

-> Did you create the OSS ticket for this problem??

1.

Please run as root user:

cd /sapdb/programs/bin

./sdbverify > sdbverify_check.txt

./sdbregview > list.txt

=> update with the sdbverify_check.txt & list.txt.

Update with output of the following commands:

more /etc/opt/sdb

id ql1adm

2.

Did you run the uninstall of the database software as pro note::

599129 Using SDBUNINST to uninstall MaxDB/SAP DB software

before to run the installation?

3.

Was sdb user created before the installation ?

Are you using the MD5 encryption?

Thank you and best regards, Natalia Khlopina

Answers (2)

Answers (2)

Former Member
0 Kudos

Delete <sid>adm, sdb and sdba (group) and restart the installation, it should go through fine.

Regards,

Kiran.

roland_mallmann
Advisor
Advisor
0 Kudos

Hi Thilaka,

hm, why are you now askig the forum when you've direct email contact with me?

Anyway, this really should be handled over OSS...

Just fyi:

It seems that SAPINST is trying to issue the following command:

"

/sapdb/programs/bin/dbmcli -n ql1ap01.cardinalhealth.net -R /sapdb/QL1/db db_create QL1 CONTROL,******** ql1adm,

"

Can you try and see if you can issue it from the commandline on your machine (with the same user, i.e. probably root)? Please do not forget to add the password of the ql1adm, which is either not visible in the above command or forgotten (by SAPINST):

"

/sapdb/programs/bin/dbmcli -n ql1ap01.cardinalhealth.net -R /sapdb/QL1/db db_create QL1 CONTROL,******** ql1adm,<b><password></b>

"

After issueing this, please try to continue using SAPINST (and please update the OSS message accordingly).

Regards,

Roland