Hi,
creating a database with the encrypt Option will result in following db cfg:
Encryption Library for Backup (ENCRLIB) = libdb2encr.so
Setting this option for an un-encrypted
db2 "update db cfg for test using encrlib libdb2encr.so"
will not work and will return
=> SQL5099 Path does not exist
Specifying it including the path will work but will will return an unexpected result as well. Isuing
db2 "update db cfg for test using encrlib /home/db2inst2/sqllib/lib64/libdb2encr.so"
will result in following db cfg
Encryption Library for Backup (ENCRLIB) = /opt/ibm/db2/V11.1/lib64/libdb2encr.so.1
Why is the path resolved?
This could result in problems for fixpack and version upgrades.
Will this path automatically patched in the future during those upgrades?
best regards
Michael Tiefenbacher
#Db2#Db2EarlyAccessProgram(EAP)Forum