Unable to open ODBC Trace File

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Re: Unable to open ODBC Trace File

Post by battaliou »

Quickest way to fix this problem is turn the trace off. You can do this by editing the .odbc.ini setting Trace=0 under [ODBC] category
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The ".so" file must not be the trace file. Otherwise you're attempting to overwrite the library that contains the tracing functions themselves!

Call your trace file something else, like /tmp/odbc_trace_yyyymmdd.
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