Search found 53125 matches

by ray.wurlod
Mon Jan 11, 2010 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we list out all the jobs present in a DataStage Proj
Replies: 12
Views: 3108

Welcome aboard. On DSXchange we encourage posters to Search for solutions; typically you are not the first with any particular question. Secondly, we discourage hijacking other people's threads. You need to start a new thread (assuming that your search is unsuccessful) on how to invoke the DataStage...
by ray.wurlod
Mon Jan 11, 2010 3:36 am
Forum: General
Topic: Processing Zero Byte File
Replies: 3
Views: 1030

You have two tasks to perform; to detect that there is a zero-byte file and to insert a row in the table. The easiest solution uses two jobs and a controller (or a command/routine to detect the zero size). The nice thing about the controller is that you can choose to do something else if the file si...
by ray.wurlod
Mon Jan 11, 2010 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel File
Replies: 8
Views: 2025

But you can put quotes around the column name, either in the Derivation column of the Columns grid or in user-defined SQL.
by ray.wurlod
Mon Jan 11, 2010 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture Reject data from reference dataset
Replies: 10
Views: 7272

But it won't
srai wrote:capture the reference data which is not matching with the master data set
by ray.wurlod
Mon Jan 11, 2010 2:20 am
Forum: General
Topic: Multiple Job Scheduling
Replies: 4
Views: 1197

There is no way to do what you seek to do in Director.
by ray.wurlod
Mon Jan 11, 2010 2:19 am
Forum: General
Topic: Processing Zero Byte File
Replies: 3
Views: 1030

Nothing is different. The job will process zero rows.
by ray.wurlod
Mon Jan 11, 2010 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel File
Replies: 8
Views: 2025

That's regular ODBC rules/restrictions. It's possible you can enclose the column name in double quotes.

Changing the table definition in DataStage will not help you to read the data.
by ray.wurlod
Mon Jan 11, 2010 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting XML filename while reading from folder stage
Replies: 2
Views: 1123

Is the Folder stage in a server shared container?

There is no such thing as a Folder stage in parallel jobs.

Why not Search DSXchange for other approaches? There are some to be found.
by ray.wurlod
Sun Jan 10, 2010 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel File
Replies: 8
Views: 2025

Thai characters can be read satisfactorily if the correct NLS maps are set consistently across all software layers.

At the moment I am working at a non-NLS site, so can't recall what these are - from memory it's TIS620 in DataStage server and code page 874 in Windows environments.
by ray.wurlod
Sun Jan 10, 2010 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel File
Replies: 8
Views: 2025

ODBC driver for Excel requires that the worksheet has column headings and reports these as the "column names" of the "table" represented by the worksheet. So you don't have to worry about skipping column headings - it happens automatically. You can rename any table definition in ...
by ray.wurlod
Sun Jan 10, 2010 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project deelete
Replies: 6
Views: 1783

Are you in the same team as mandyli or have you just hijacked this thread with an unrelated question?
:x
by ray.wurlod
Sun Jan 10, 2010 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ACCESS DENIED: Project currently locked Issue
Replies: 10
Views: 15889

Has it stopped running (can you see it in the process list)? Maybe it was killed, and did not get the chance to update its log file. Maybe it really is running. The dsdlockd process runs as dsdlockd, so filtering on dsapi won't find it. You will need to filter on dsdlockd or some subset thereof. Do ...
by ray.wurlod
Sun Jan 10, 2010 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job from Unix cmd w/o letting user becoming dsadmin
Replies: 7
Views: 2234

No.

DataStage administrator role is defined in Web Console for Information Server (in version 8 and later). It is unrelated to UNIX groups. UNIX groups govern who can do what to UNIX file system objects.
by ray.wurlod
Sun Jan 10, 2010 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server routine vs parallel routine
Replies: 14
Views: 9992

Server routines can be called from server jobs, from sequences, from BASIC Transformer stages in parallel jobs and from server Transformer stages in server shared containers in parallel jobs.

Parallel routines can only be called from Transformer or certain custom stage types in parallel jobs.
by ray.wurlod
Sun Jan 10, 2010 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Design Issue
Replies: 1
Views: 1135

There is no such thing as maximum scratch space - you can add file systems to your configuration file as much as you like. If you can justify having more disk, then more disk must be obtained. Somewhere, whether in the source database or in ETL processing, this work simply has to be done.