Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / February 2006

Tip: Looking for answers? Try searching our database.

problem with ibm db2 8.1 fixpak11

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ronyfly@gmail.com - 23 Feb 2006 03:14 GMT
I upgrade my db2 8.1 from fixpak 7 to fixpak 11,  it cause a serious
problem:

in db2 8.1 with fixkpak 7, i use microsoft oledb for odbc + ibm db2
runtime client to access the database. so in my delphi program, i can
use the following code:
 (we declare query1 is TADOQuery):

query1.Insert;
query1.FieldByName('user_name').AsString = 'xxxx';
query1.Post;

=================
the above code can be executed successfully.

but when i upgrade to fixpak 11, the above code be executed failed, the
error is :

[IBM][CLI Driver] CLI0125E  function sequence error. SQLSTATE=S1010
petr.kralik@atlas.cz - 23 Feb 2006 10:02 GMT
Please try following:
db2 CONNECT TO <dbname>
db2 BIND $DB2DIR\BND\@db2ubind.lst GRANT PUBLIC ACTION ADD
db2 BIND $DB2DIR\BND\db2schema.bnd BLOCKING ALL GRANT PUBLIC sqlerror
continue
db2 terminate
ronyfly@gmail.com - 24 Feb 2006 09:16 GMT
thank you very much! petr.kralik@atlas.cz .

By your detail help, now i can execute the above source code
successfully.
Gert van der Kooij - 23 Feb 2006 10:11 GMT
> I upgrade my db2 8.1 from fixpak 7 to fixpak 11,  it cause a serious
> problem:
[quoted text clipped - 15 lines]
>
> [IBM][CLI Driver] CLI0125E  function sequence error. SQLSTATE=S1010

Did you rebind the system packages and ran db2updv8 after installing
the PTF?
ronyfly@gmail.com - 24 Feb 2006 09:20 GMT
ok. thanks!  Gert van der Kooij .
I rebind the db2schema.bnd.
but no run db2updv8.
and my program can run normally.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.