Using ODBC Enterprise stage getting this error

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
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Using ODBC Enterprise stage getting this error

Post by jammala.ds »

Hi All,

Using ODBC enterprise stage is Target . I am getting below fatal error.
Please tell me the details...

APT_CombinedOperatorController,0: [DataDirect][ODBC Oracle Wire Protocol driver]Invalid precision value. Error in parameter 1.
[DataDirect][ODBC Oracle Wire Protocol driver]Invalid precision value. Error in parameter 2.

Regards
krisss
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We just don't do APT_CombinedOperatorController errors. They could come from any of the combined operators. Disable operator combination and try again. That's the only way you'll know for sure which stage is generating the error.

Certainly the fact that the error message implicates the ODBC driver increases the likelihood that that's where the error is, but it's a good idea to get into the habit of disabling operator combination - at least temporarily - when performing diagnoses.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Please help me Where do diasable

Post by jammala.ds »

Please help me where did disable....



"Disable operator combination "

Thank you
kriss
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Add the environment variable "APT_DISABLE_COMBINATION" and set the value to "TRUE" in your job. Run the job and copy paste the error message here.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

again same error

Post by jammala.ds »

comming same error


APT_CombinedOperatorController,0: [DataDirect][ODBC Oracle Wire Protocol driver]Invalid precision value. Error in parameter 1.
[DataDirect][ODBC Oracle Wire Protocol driver]Invalid precision value. Error in parameter 2.


Thank you
kriss
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The environment variable must not just be included, it must be "set" (have a true value).

You can also disable combination in most stage types, on the Advanced tab of stage properties.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

I am getting some info

Post by jammala.ds »

Hi all,
I am getting below info...Please tell me the detailed about this..



ODBC_Enterprise_1: Process meta data not available in database


Thank you in advance,
krisss
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Getting error in odbc stage

Post by jammala.ds »

Hi all,
Job design like
Xmlinputstage----->transformerstage---->Odbc enterprise stage

When did you use minimum syntax,core and extend odbc?

I have to update one clomn like(medium_text)

in odbc stage generated sql builder odbc core,

how to set properties,update Value,Predicates, filter expression(where clause)

Please tell me the details...

thanks&Advance

Krisss
Post Reply