In addition to what Mr. Gray said (I don't know if he's right, though!), 
but how are you searching for these dlls (that you know they aren't there)? 
Your SMPE apply really should have failed if they didn't get somewhere (I 
think that would be an even worse problem).  And, they are more than likely 
symbolic links pointing back at some MVS datasets.  So, if you looked for 
those files like so:

find / -type f -name "libdb2jcct2.so"

instead, try:

find / -type l -name "libdb2jcct2.so"

And that's an "l" as in link.
And see if the links turn up anywhere.  I don't have v7 available anymore, 
but you may want to dump your DDDEFs to see where SMPE would have put them.

And, on a baser note, make sure all of your required HFS/zFS files are 
mounted and writable if necessary.

Aaron



On Wed, 20 Sep 2006 16:32:36 -0400, Gray, Larry - Larry A 
<[EMAIL PROTECTED]> wrote:

>NOTICE:
>
>Try APPLY REDO on the maintenance might recreate them.
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On 
Behalf Of Ale Eba
>Sent: Wednesday, September 20, 2006 3:08 PM
>
>Hello,
>
>  I can't find the dll files libdb2jcct2.so and libdb2jcct2zos.so 
in /usr/lpp/db2/db2710/jcc/lib. In fact the files don't exist in any 
directory. DB2 version 7.1 was installed in 2002. All the jobs to define 
DDDEF entries and to make the directory were run. All PTFs related to JDBC 
driver are in place (APPLIED). These files are available in DB2 V8.1.
>
>  Is there a way to create these dll files.
>
>  Thanks
>  Ale

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to