Skip to Content
Author's profile photo Former Member

Install NW7.01 on AIX DB2

This is my solution for ‘db6level error’ when install NW7.01 on AIX DB2.

The error occur in the step of ‘create db instance’.

‘db2level.log’

————————————————————————-

Could not load program db6level:

rtld: 0712-001 Symbol __pthread was referenced

      from module db6level(), but a runtime definition

            of the symbol was not found.

rtld: 0712-002 fatal error: exiting.

————————————————————————-

My solution :

(1) Stop SAPINST

(2) setenv SAPSYSTEMNAME <SID>

(3) cp /sapmnt/<SID>/exe/lib* /tmp/sapinst_instdir/NW701/AS-ABAP/DB6/CENTRAL/DB6LEVEL/

(4) start SAPINST with ‘continue old’ option

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.