Search found 357 matches

by richdhan
Thu Feb 17, 2011 3:39 am
Forum: General
Topic: Training for certification
Replies: 11
Views: 6779

Hi, IBM provides 2 training courses for DataStage. 1. DataStage Essentials 2. Advanced DataStage Both of these courses would help you get to the Certification level. But if you feel these courses are expensive, I would suggest that you google for DataStage documention and also check for IBM Redbooks...
by richdhan
Thu Feb 17, 2011 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting maximum sessions on project level
Replies: 1
Views: 2733

Hi Raja, Iam not aware of any project level setting for setting the max sessions. But you still have to provide so many other information in the multiload stage whcih would be different for each job. So I don't see any advantage of setting the max sessions at the project level even if that setting i...
by richdhan
Thu Feb 10, 2011 2:02 am
Forum: General
Topic: Migrating from 7.1 to 8.5
Replies: 6
Views: 6173

Ray and Vincent, Thanks for your inputs.

Vincent, I already googled your blog post - an excellent blog for migration. But not sure if the Migration Assistant would be robust and what if we would run into problems using this new tool.

Thanks once again - Rich
by richdhan
Wed Feb 09, 2011 5:02 am
Forum: General
Topic: Migrating from 7.1 to 8.5
Replies: 6
Views: 6173

Hi Ray,

Did you mean - "Directly is OK" for 7.1 to 8.5 or for 7.5 to 8.5. From whatever I investigated so far the migration from 7.1 to 8.5 happens in 2 stages - 7.1 to 7.5.3 to 8.x. Pls advice.

TIA
--Rich
by richdhan
Wed Feb 09, 2011 3:19 am
Forum: General
Topic: Migrating from 7.1 to 8.5
Replies: 6
Views: 6173

Migrating from 7.1 to 8.5

Hi All, We are planning to migrate from DataStage 7.1 to DataStage 8.5 on IS. I have already searched the forum and also googled to find some good inputs and materials. But I want to know for sure if the migration can happen directly from 7.1 to 8.5 or if there would be an intermediate migration to ...
by richdhan
Wed Feb 09, 2011 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Teradata Multiload stage - Script Auto Generated
Replies: 0
Views: 2888

Hi, Where did you find this error? In the Director or in the report file. Always check the report file for Multiload errors. Also when you re-start the job you have to drop all the temp tables that would be created for each multiload session like log, UV, err and work tables. Then issue the command ...
by richdhan
Wed Feb 09, 2011 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data truncation
Replies: 3
Views: 3683

Hi,

If you want to avoid these warnings, you can do the substring functionality in a transformer and then do a join.

HTH
--Rich
by richdhan
Mon Jan 31, 2011 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata -datastage date Prob
Replies: 1
Views: 2867

Hi,

Are you using the same credentials for both Teradata SQL Assistant and the ODBC stage? Did you try with any other Teradata stage other than the ODBC stage?

--Rich
by richdhan
Mon Jan 31, 2011 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job after certain number of rejects
Replies: 4
Views: 7594

Hi,

Try using $APT_EXPORT_FLUSH_COUNT environment variable in your job. This allows for moving the data from the buffer to the file.

HTH
--Rich
by richdhan
Mon Jan 31, 2011 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal issue
Replies: 5
Views: 5599

Hi,

Pls search for my posts on DecimalToString. Along with the DecimalToString you have to use the Field and Trim options to remove the unwanted zeros.

HTH
--Rich
by richdhan
Mon Jan 31, 2011 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [SQL Server]SHUTDOWN is in progress.
Replies: 2
Views: 5195

Hi,

It seems to be a DB issue from the error message you are getting. Pls check if the database is available before doing the load operation.

HTH
--Rich
by richdhan
Wed Jul 07, 2010 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Teradata MLOAD stage
Replies: 5
Views: 5448

Hi Siva, Try to do a metadata import in DataStage for this Teradata table and you will find out that the Primary Index columns are automatically translated to Key columns in DataStage. This is because Teradata uses the Primary Index (not the Primary Key) for its data distribution, data retrieval and...
by richdhan
Thu Jul 01, 2010 8:46 am
Forum: General
Topic: Is there a way to give someone read-only access in 8.1?
Replies: 10
Views: 5730

Hi Andy, What if the User is a DataStage Suite User (DataStage and QualityStage User) but is not mapped to any of the roles that are available in DataStage Administrator (1.DataStage Operator 2.DataStage Super Operator 3.DataStage Developer 4.DataStage Production Manager) then he should be able to v...
by richdhan
Thu Jul 01, 2010 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobStatus=Job Status : NOT RUNNING ~99~
Replies: 10
Views: 11972

Hi,

1. Pls check this link for a list of job status codes

2. Check the job properties if it is a multi-instance job.

HTH
--Rich
by richdhan
Thu Jul 01, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date function format string
Replies: 2
Views: 2417

Hi,

Along with the function mention the format as well.

The default format would be yyyy/mm/dd so when you pass the value in this format it works. But if you feed data in a different format it will not work until you mention the format in the DateToString function.

HTH
--Rich