Search found 53125 matches

by ray.wurlod
Mon Jan 03, 2011 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggest better design
Replies: 6
Views: 2780

It would be courteous were you to share them with us.
by ray.wurlod
Mon Jan 03, 2011 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value as key column in hash file
Replies: 1
Views: 1790

Null is not permissible as a key value in a hashed file.
by ray.wurlod
Mon Jan 03, 2011 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL server 2008 Date to Char question
Replies: 4
Views: 4442

Expected=Date,Actual=
suggests that the data type is not given in the column definition in your job (or in the database).
by ray.wurlod
Mon Jan 03, 2011 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert timestamp format
Replies: 4
Views: 2278

Code: Select all

Left(InLink.TheLongTimestamp,23)
by ray.wurlod
Mon Jan 03, 2011 2:45 pm
Forum: General
Topic: How to find the jobs location in Unix sever
Replies: 12
Views: 3849

You can get a premium membership fairly quickly.
by ray.wurlod
Mon Jan 03, 2011 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage paralle job hanging
Replies: 4
Views: 2360

Which NLS parameter did you set (and to what value), and does it fix the problem to reverse that setting?
by ray.wurlod
Mon Jan 03, 2011 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 2
Views: 1079

The one mentioned on the IBM website as being required for that version of DataStage on that particular operating system. On Windows there are three or four possibilities, such as the .NET Visual C++ compiler.
by ray.wurlod
Sun Jan 02, 2011 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate sequence number in datastage
Replies: 8
Views: 4735

Re: How to generate sequence number in datastage

Hi, You r not toled where u get stricked in useing surrogate key stge and there is different methdes in useing skey in Datastage stage 7.5*2 and 8.0.1 First tell me the version :?: While we appreciate that English may not be your first language, please try to be more professional when using DSXchan...
by ray.wurlod
Sat Jan 01, 2011 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Tuning
Replies: 9
Views: 4271

Your unwillingness to change is severely limiting your options. Did you try simply enabling inter-process row buffering as I suggested? Create some jobs to determine where the bottleneck is. For example: DRS ---> Transformer ---> SeqFile with a constraint of @FALSE in the Transformer stage will show...
by ray.wurlod
Sat Jan 01, 2011 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split one row to multiple rows
Replies: 17
Views: 8356

Only UniVerse (and Hashed Files) and UniData support dynamic normalization. But, in this design, you can do normalization while selecting from the UniVerse table.
by ray.wurlod
Fri Dec 31, 2010 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find job ROOT when try to save job
Replies: 10
Views: 7231

Save the new job before it has any stages. Let us know the result (including the exact error message, if any).
by ray.wurlod
Fri Dec 31, 2010 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Tuning
Replies: 9
Views: 4271

Run fewer jobs at once? Really one can not offer advice because we have no information at all about resources demanded by your jobs, resources available on your system, where any bottlenecks might be occurring, which jobs are scheduled to run simultaneously, and so on. The only information we have i...
by ray.wurlod
Fri Dec 31, 2010 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coneection Errror for DB2 XMETA Database
Replies: 5
Views: 3584

What user credentials for each database did you provide when installing Information Server? (Check the installation response file.) Use these to access XMETA and IADB. But... why do you want to?
by ray.wurlod
Fri Dec 31, 2010 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage problem
Replies: 1
Views: 1189

If the ls command reports no filenames, then the External Source stage will report 0 records imported. The whole thing depends on the value of the job parameter.
by ray.wurlod
Fri Dec 31, 2010 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while using Teradata Connector -RCP enabled
Replies: 9
Views: 7414

Any transformation must have the column(s) to which it applies present on the Transformer stage input link - it must be there explicitly, it cannot be provided via RCP. So, unless this transformation exists for all of your generic possibilities, it looks to me like you're going to need more than one...