Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UDBv7.2 on AIX4.3

Status
Not open for further replies.

gerudman

IS-IT--Management
Feb 12, 2002
91
0
0
ZA
Hi all
We've had UDBv6.1 databases running on a AIX4.3 system and yesterday installed UDBv7.2. When trying to create a new instance the following error is logged in the /tmp/db2setup.log file. Can anyone please shed some light on this?

DB21015E The Command Line Processor backend process request queue or input
queue was not created within the timeout period.
exec(): 0509-036 Cannot load program db2set because of the following errors:
0509-130 Symbol resolution failed for db2set because:
0509-136 Symbol sqleLdapMapErrorToSqlcode__FiP5sqlca (number 35) is not exported from dependent module /usr/lpp/db2_06_01/lib/libdb2.a(shr.o).
0509-136 Symbol sqloIsLdapEnabled__Fv (number 47) is not exported from
dependent module /usr/lpp/db2_06_01/lib/libdb2.a(shr.o).
0509-136 Symbol sqloLdapFreeValue_api__FPPc (number 48) is not exported from
dependent module /usr/lpp/db2_06_01/lib/libdb2.a(shr.o).
0509-136 Symbol sqloLdapGetPreference_api__FP19SQLO_LDAP_PREF_INFO (number 49) is not exported from
dependent module /usr/lpp/db2_06_01/lib/libdb2.a(shr.o).
0509-136 Symbol sqloLdapSetValues__FPcT1iPPcT4N21T3 (number 50) is not exported from
dependent module /usr/lpp/db2_06_01/lib/libdb2.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
DB21015E The Command Line Processor backend process request queue or input
queue was not created within the timeout period.

Command failed. Return code = 8.

Elapsed time is 2 minutes and 2 seconds.


Thank you
gerudman
 
This is the path for a V7.2 DB2 on AIX 5.1:
/usr/lpp/db2_07_01

You have a VARIABLE environnement problem.
For the 7.2 it should be something like:
db2as-/home/db2as #env
_=/usr/bin/env
LANG=C
LOGIN=db2as
VISUAL=vi
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/db2as/bin:/usr/bin/X11:/sbin:.:/ho
/db2as/sqllib/bin:/home/db2as/sqllib/adm:/home/db2as/sqllib/misc
LC__FASTMSG=true
CGI_DIRECTORY=/var/docsearch/cgi-bin
CLASSPATH=/home/db2as/sqllib/function:/home/db2as/sqllib/java/db2java.zip:/hom
db2as/sqllib/java/runtime.zip:.
LOGNAME=db2as
MAIL=/usr/spool/mail/db2as
LOCPATH=/usr/lib/nls/loc
DOCUMENT_SERVER_MACHINE_NAME=localhost
USER=db2as
AUTHSTATE=files
DEFAULT_BROWSER=netscape
SHELL=/usr/bin/ksh
ODMDIR=/etc/objrepos
DOCUMENT_SERVER_PORT=49213
HOME=/home/db2as
DB2INSTANCE=db2as
LD_LIBRARY_PATH=:/home/db2as/sqllib/lib
TERM=ansi
MAILMSG=[YOU HAVE NEW MAIL]
ITECONFIGSRV=/etc/IMNSearch
PWD=/home/db2as
DOCUMENT_DIRECTORY=/usr/docsearch/html
TZ=NFT-1DFT,M3.5.0/2:00:00,M10.4.0/3:00:00
ENV=.kshrc
ITECONFIGCL=/etc/IMNSearch/clients
ITE_DOC_SEARCH_INSTANCE=search
A__z=! LOGNAME
LIBPATH=/usr/lib:/lib:/home/db2as/sqllib/lib
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
x02760pa:db2as-/home/db2as #
 
Did you execute the /usr/sbin/slibclean before?
 
hi guys, thanks for the feedback.

Eventually I saw that the links in the system directories all pointed to the udb6.2 libraries. Used the command 'db2rmln' to remove these links and changed the db2profile file to search the local version's (either 6 or 7) directories first for libraries and then the system directories.

All is working now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top