Error 58014 when selecting data from db2

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Moehre
Posts: 42
Joined: Fri 11 Nov 2005 11:37

Error 58014 when selecting data from db2

Post by Moehre » Thu 29 Oct 2009 06:50

Hi!

Perhaps this isn't a UniDac issue, but I can not select any data from my fresh installation of DB2 Express 9.7 database on windows XP (my developer machine). The connection using TUniConnection is established, but any select on the SAMPLE database (f.e. "SELECT NAME FROM EPLOYEE") will fail with the message

[IBM][CLI Driver]{LU62SPM][SQL 30070N command "Unsupported function for SPMDB connection" is not supported. SQLStage = 58014]

What's going wrong here?

Thx
Moehre

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 02 Nov 2009 10:40

By searching Internet I found that this error can occur if your database is not properly registered on the client.

To register the database you should use the Configuration Assistant application.

Post Reply