Search found 339 matches

by vinothkumar
Thu Jul 02, 2015 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage - Database Connectivity Issue
Replies: 10
Views: 8117

If you are having multi-node environment, make sure that DB2 instance is catalogued on all nodes.
by vinothkumar
Thu Jul 02, 2015 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not connect to MySQL
Replies: 9
Views: 15476

ODBC stage is also giving same error..
by vinothkumar
Thu Jul 02, 2015 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not connect to MySQL
Replies: 9
Views: 15476

Could not connect to MySQL

Hi, When trying to connect to MySQL server , I am getting error "Connections to MySQL Community Servers are not supported. Please contact MySQL to obtain a MySQL Enterprise or Commercial". This is the first time we are trying to connect to MySQL from ETL. I did search on this error message...
by vinothkumar
Thu Apr 16, 2015 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem loading timestamp using ODBC Connecter
Replies: 8
Views: 10905

Did you see any extended property 'Microseconds' in your ODBC connector stage for that timestamp column. If yes, please enable it and try.
by vinothkumar
Mon Apr 06, 2015 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector BULK load issue
Replies: 5
Views: 4529

Did you check in your error tables ?
by vinothkumar
Sun Apr 05, 2015 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector BULK load issue
Replies: 5
Views: 4529

Are you trying to load into empty target table ?

Because you have selected the operator as 'LOAD_TYPE=LOAD' which is equivalent to fast load and it will load only in empty tables.
by vinothkumar
Tue Mar 24, 2015 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: yyyymmdd to timestamp
Replies: 6
Views: 2551

oops.. my bad. Sorry craig. I did not notice that.
by vinothkumar
Mon Mar 23, 2015 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: yyyymmdd to timestamp
Replies: 6
Views: 2551

It is marked as RESOLVED. Post your resolution please.
by vinothkumar
Mon Mar 23, 2015 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: yyyymmdd to timestamp
Replies: 6
Views: 2551

Try with this, which is having all in lower case.
StringToTimestamp("2015-01-01 11:11:11",'%yyyy-%mm-%dd %hh:%nn:%ss')
by vinothkumar
Tue Feb 03, 2015 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector
Replies: 5
Views: 3122

Can you see all records are passing to target in your designer window(through performace stats) . If yes, add a reject link to target connector stage and check. Also check in director log for any messages related to rejects.
by vinothkumar
Tue Feb 03, 2015 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Table issue
Replies: 1
Views: 2305

Why do you want to enable parallel synchronization while loading tables through TPT. I believe you are using multi-load and it will be faster if you try to load normally.
by vinothkumar
Fri Jan 09, 2015 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: It is recommended you recompile the job in order to use the
Replies: 4
Views: 2111

Are you getting this message everytime when you are running ?
If you export with executables to other regions, I dont think it will ask for compilation again.
by vinothkumar
Tue Dec 23, 2014 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic for Rank generation
Replies: 12
Views: 9687

You need to implement 2nd step which Ray mentioned..
"Then you can use a stage variable in a subsequent transform stage to count up rank and ...."
by vinothkumar
Tue Dec 23, 2014 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create table Before load ?
Replies: 2
Views: 2948

Are you using UPDATE or LOAD in your load method. In otherwords, are you trying to implement M-load or Fast-load. If you select UPDATE (M-load) then whatever given in Pre-SQL wont get execute. There are some limitations in both utilities. Depends on the requirement you need to decide which one to use.