I installed OpenEdge 10.2A on AIX server (version 5.3.0.0) without any error.
But while creating databases its throwing some missing package error as below.
bash-4.0# /data/oe102a/bin/prostrct create rtb rtb.st -blocbsize 8192
exec(): 0509-036 Cannot load program /data/oe102a/bin/_dbutil because of the following errors:
0509-150 Dependent module libptools_ptr.a(shr_64.o) could not be loaded.
0509-022 Cannot load module libptools_ptr.a(shr_64.o).
0509-026 System error: A file or directory in the path name does not exist.
prokb utility shows the issue as :
PTools library, part of the Base Application Development Debuggers
package (bos.adt.debug) had not been installed on the OS level.
So i tried to install bos.adt packge . But still getting error as
MISSING REQUISITES: The following filesets are required by one or more
of the selected filesets listed above. They are not currently installed
and could not be found on the installation media.
bos.adt.debug 5.3.0.0 # Base Level Fileset
But i cant get bos.adt.debug 5.3.0.0 package any where .
Please help me to resolv this issue
Thanks in advance ............
don't try to fins the package on IBM web-site, there are only updates.
Take your AIX installation CD's, you will find bos.adt.* on the first CD.
I installed AIX 5.3 version .
The applies patch levels ML5300-01 to ML5300-03.
This fixes the issue .
bash-4.0# lslpp -ah bos.adt.debug
Fileset Level Action Status Date Time
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.adt.debug
5.3.0.10 COMMIT COMPLETE 03/03/10 16:43:07
5.3.0.10 APPLY COMPLETE 03/03/10 16:43:07
5.3.0.30 COMMIT COMPLETE 03/04/10 18:41:01
5.3.0.30 APPLY COMPLETE 03/04/10 18:40:24
Now the bos.adt.debug packge came and issue solved.
Thanks All