Hi,
I'm writing a CLI application using DB2 10.1 ESE on Windows 64 bit.
I want to use a different REOPT bind option, I don't want REOPT NONE but REOPT ONCE.
What I did is:
> db2 connect to mydb
> db2 bind ../bnd/db2clipk.bnd blocking all grant public collection NULLIDR1
(command was successful, 0 errors and 0 warnings)
>db2 terminate
Then I added
REOPT=3
in my db2cli.ini file and restarted the instance.
When I run my application I get:
Database Error: [IBM][CLI Driver][DB2/NT64] SQL0805N The package "NULLIDR1.SYSSH200 0X5359534C564C3031" was not found. SQLSTATE=51002
Could you please help me solve this issue?
Thanks