Search found 122 matches

by Azzuri
Sun Apr 07, 2013 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Variant
Replies: 4
Views: 2943

Thanks everyone.
by Azzuri
Thu Apr 04, 2013 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Variant
Replies: 4
Views: 2943

Teradata Variant

Hi All, was wondering the impact of using a lower Variant in the Teradata Connector? For example I've noticed developers using Variant 8.1 rather than 12. We are currently on version 13 of Teradata TTUs.



Thanks in advance.
by Azzuri
Wed Mar 27, 2013 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

Hey Craig. I tried to escape it without any luck. I might open a ticket with IBM. Thanks for your help.
by Azzuri
Tue Mar 26, 2013 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

Craig, unfortnately the semi-colon is part of the source data.
by Azzuri
Tue Mar 26, 2013 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

Works fine in Teradata Assistant. I only get the error in DataStage.
by Azzuri
Tue Mar 26, 2013 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

If I remove the ; from the string it works fine.
by Azzuri
Tue Mar 26, 2013 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

Sorry, forgot to mention it's in the After SQL of the teradata Connector.

Also I missed the the closing braket in my previous post.

INSERT INTO TABLEA (Col1) VALUES('This ; is a test') ;
by Azzuri
Tue Mar 26, 2013 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Semi Colon in SQL String
Replies: 10
Views: 6802

Semi Colon in SQL String

Hi All, trying to pass a SQL statement to DataStage job to execute: INSERT INTO TABLEA (Col1) VALUES('This ; is a test' ; Doesn't like the semi colon in the string teraTargetTable: RDBMS code 3707: Syntax error, expected something like ',' or ')' between a string or a Unicode character literal and t...
by Azzuri
Wed Jan 16, 2013 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Column as Key Dynamically
Replies: 2
Views: 1808

Worked perfectly using Generic Stage. Thanks!
by Azzuri
Tue Jan 15, 2013 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Column as Key Dynamically
Replies: 2
Views: 1808

Setting Column as Key Dynamically

Hi All, I have a process that reads a sequential file using RCP and a schema file. The rows are then sent to Teradata to do an upsert. The issue is that the Teradata stage does not know what the Key is when doing an update. I researched to determine if I can set a column in a schema file as the key ...
by Azzuri
Tue Jul 17, 2012 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Table Definition Import
Replies: 1
Views: 1818

Teradata Table Definition Import

Hi All, I've noticed that when trying to import a Teradata table definition without a primary index the table does not display on the import screen. I'm using plugin/teradata when importing. Is this a bug ?
by Azzuri
Thu Dec 08, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 For i Series
Replies: 2
Views: 1727

DB2 For i Series

Hi All, which Database Stage would give the best performance when using DB2 for I?

DB2 API ? ODBC? DRS?

Thanks in advance
by Azzuri
Mon Oct 03, 2011 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.3 Compatible with Teradata Version 13 ?
Replies: 0
Views: 1553

DataStage 7.5.3 Compatible with Teradata Version 13 ?

Hi All, we have been told that we need to upgrade to version 8.5 of DataStage as Teradata will be upgraded to version 13. Does anyone know if 7.5.3 will have issues running Ver 13 Teradata utilities (Mload, fastexp etc...) ?
by Azzuri
Thu Jun 16, 2011 6:55 am
Forum: General
Topic: CVS and DataStage 8.5
Replies: 1
Views: 3982

CVS and DataStage 8.5

Hi All, my client is installing DataStage version 8.5 and is looling at CVS as a source control tool. Has anyone had any experience using CVS with 8.5? If so how easy was it to implement?

I believe with 8.5, DataStage has a direct plugin to CVS
by Azzuri
Mon Nov 08, 2010 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning when using TeraData
Replies: 7
Views: 3902

Hi All, issue has been solved. Changed column extended Property to Unicode for both links and it worked fine!

Hope this helps others who might run in to this in the future.