Search found 37 matches

by sriven786
Mon Nov 13, 2017 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Multiple update Queries
Replies: 11
Views: 11083

User Defined SQL is disable if we use ODBC Connector as Output.

I guess the user is trying to use Update statement and as per documentation, only 1 update statement can be executed

Please clarify
by sriven786
Mon Nov 13, 2017 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Multiple update Queries
Replies: 11
Views: 11083

Re: ODBC Connector Multiple update Queries

Where are you specifying these update statements? Is it Before/After SQL?. As per documentation, we can execute multiple statements After SQL If you set the Before/After SQL property to Yes and specify an SQL statement in the After SQL property, the connector runs the statement. If you specify multi...
by sriven786
Fri Nov 10, 2017 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering out a specific date
Replies: 7
Views: 3403

Filtering Date with Quotes (Just like SQL Where Clause) is not giving any Issue: Example: date_1 <> '1900-01-01' (Filtering without Quotes thinks its a Condition and expecting operators)
by sriven786
Fri Nov 10, 2017 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error
Replies: 5
Views: 2733

Did you move or Removed the derivation of if-then-else logic that was coded in Transformer?
by sriven786
Thu Nov 09, 2017 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error
Replies: 5
Views: 2733

Check below link and confirm

Error compiling Infosphere DataStage jobs with transformer stage

http://www-01.ibm.com/support/docview.w ... wg21414560
by sriven786
Thu Nov 09, 2017 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JDBC Connector- View Data Error
Replies: 3
Views: 2371

Thanks chulett. I am contacting the Datastage Admins. Is the Error message something to do with Datastage or with Java Drivers?.
by sriven786
Wed Nov 08, 2017 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JDBC Connector- View Data Error
Replies: 3
Views: 2371

JDBC Connector- View Data Error

I am using the jdbc connector stage for the First Time. Established the isjdbc.config and the Tested the Connection Successfully using the URL and Id and password. Wrote a simple query to fetch the SELECT COUNT(*) from the Table to check the Query if its running fine. Defined the Count as Integer in...