Search found 53125 matches

by ray.wurlod
Thu May 08, 2008 10:14 pm
Forum: General
Topic: problem of join stage
Replies: 5
Views: 1961

Please post something that explains how this problem was resolved.
by ray.wurlod
Thu May 08, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Surrogate Key generator stage
Replies: 6
Views: 2199

Find out what sqlcode -1390 means, then address that.
by ray.wurlod
Thu May 08, 2008 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows to single column
Replies: 2
Views: 1091

Do you mean
1 a b
2 c

Search for "vertical pivot". It can be done.
by ray.wurlod
Thu May 08, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex File Stage: variable block files
Replies: 8
Views: 3752

Simple DataStage job - read each line as VarChar and output as Char. Your filler is now done.
by ray.wurlod
Thu May 08, 2008 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to specify default values for the environment variables
Replies: 5
Views: 2148

Add environment variables to the project using Administrator client. You can set default values while doing so.
by ray.wurlod
Thu May 08, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning during execution of StringToDecimal Function
Replies: 20
Views: 8455

If Madhu has a solution why do you want U to post what the solution was?
by ray.wurlod
Thu May 08, 2008 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE 22 tables
Replies: 8
Views: 1940

Was the requirement to delete tables or to delete records from tables.
by ray.wurlod
Thu May 08, 2008 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob or client instal on UNIX machine
Replies: 11
Views: 4471

You can install dsjob and its associated liraries wherever you like. However, you can only execute dsjob from somewhere where it is installed (and may need to adjust PATH and LD_LIBRARY_PATH environment variables). Details may be found in the manuals.
by ray.wurlod
Thu May 08, 2008 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset KeyGenarateNextValue
Replies: 1
Views: 1042

This simply means that SDKSequences does not exist, because none of the key management routines has been executed in the new project. You could test any of these routines, or execute the following command. CREATE.FILE SDKSequences 2 1 4 or, if you prefer CREATE TABLE "SDKSequences" (TY...
by ray.wurlod
Thu May 08, 2008 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job converted to server job automatically
Replies: 8
Views: 2052

What symptom suggests that the job is a server job?

Have you been hacking in the Repository, particularly DS_JOBS table?
by ray.wurlod
Thu May 08, 2008 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: While importing a job
Replies: 5
Views: 929

Given the high job number, you might also have hit the operating system's limit of number of subdirectories in a directory.
by ray.wurlod
Thu May 08, 2008 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Insert New Record
Replies: 2
Views: 1294

The data record DOES have a null value, in column number 7.
by ray.wurlod
Thu May 08, 2008 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE 22 tables
Replies: 8
Views: 1940

Dump your results into a file and have the script read that file.
by ray.wurlod
Thu May 08, 2008 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Rename Job Category
Replies: 2
Views: 1155

You can not rename categories. They are more deeply embedded than you suspect.

You must create a new category, move all the objects to the new category, then delete the old category.