Routine with Problems

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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How long had this been working before it stopped? I ask because the ODBC drivers only work for 30 days outside of the ODBC stage and then they want you to buy a license for them.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Whenever the result of a BCI function is other than SQL.SUCCESS or SQL.NO.DATA.FOUND you must use SQLError() to remove the associated information (including code and error text) from the handle. If you do this you will discover the root cause of the problem.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jguerrero
Participant
Posts: 21
Joined: Wed Aug 27, 2003 5:12 pm
Location: Chile -South America
Contact:

Post by jguerrero »

Thanks

I don't think is a license problem, we have another customer with the same routine and driver runing almost 2 years. Any way Im gonna use SQLError() to obtain more detail and share with you.

Be happy!
Post Reply