Error while using DB2 Enterprise stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
abhilashnair
Participant
Posts: 284
Joined: Fri Oct 13, 2006 4:31 am

Error while using DB2 Enterprise stage

Post by abhilashnair »

I am trying to use DB2 Enterprise stage. The DB2 is setup on remote server, DataStage version is 8.1, DB2 client version is V9.5. Db2 Server version is also 9.5.
The job has a DB2 enterprise stage and a Dataset..I am trying to fetch records from a table using Select query and o/p the records to the dataset

I am getting following error

SQL1024N: A database connection does not exist
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's because a database connection does not exist. Maybe all available connections are in use, maybe the connection is not properly configured. It's up to you (maybe with DBA help) to determine why a database connection does not exist.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply