cancel
Showing results for 
Search instead for 
Did you mean: 

TST_ERROR

Former Member
0 Kudos

Hi everybody, I'm installing a Netweaver 7.3 EHP1 system in Linux with DB2, but when sapinst reaches phase 36 (enable role concept) I get a message like this

Last error reported by the step: Execution of the command "/tmp/sapinst_instdir/NW731/INSTALL/NW73/DB6/STD/AS-ABAP/db6_update_db.sh -d BWS -enable_roles" finished with status TST_ERROR

I tried to execute the command with root user but I got a message "you should run this with DB owner", I change my user to DB2<SID> and the script ran perfectly

But, how can I solve this problem if root is running sapinst and DB2<SID> have no permissions tu run sapinst?

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member189725
Active Contributor
0 Kudos

Please stop the sapinst.

Go to the installation directory . Edit keydb.xml file , change ERROR to OK.

This would skip this step as you have run the script without issues.

Restart sapinst as user root.

Regards

Ratnajit

Former Member
0 Kudos

it worked for me! thank you very much!

Answers (2)

Answers (2)

abhijeet_singh2
Participant
0 Kudos

Please never play with KEYDB.XML file or else SAP will not support in the issue.

Right solution is.

1. change db6_update_db.sh from #!/bin/ksh to #!/bin/sh

and then.

2. retry from the step failed.


It worked for me.


Thanks

Abhijeet

ChrisGela
Participant
0 Kudos

Hi,

I got the same error.

I know this thread has been answered but just sharing an alternative solution:

Instead of editing the keydb.xml, edit the permissions of the db script file,db6_update_db.sh, in the installation directory.

i.e. the db2 user must be able to execute this script within he inst dir. (e.g. chmod 777 db6_update_db.sh)

You can then continue with the installation ...

Kind Regards,

Chris

0 Kudos

Hi..

After set the permitions for SAP install discs, the installation works.