Search found 53125 matches

by ray.wurlod
Wed Jul 25, 2012 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to connect MYSQL database?
Replies: 1
Views: 1179

Try using the Connector wizard and specify ODBC Connector. Make sure that the DSN is properly recorded in uvodbc.config.
by ray.wurlod
Wed Jul 25, 2012 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: giving different outputs
Replies: 5
Views: 1806

Do you have "first line is column names" set in the Sequential File stage?
by ray.wurlod
Wed Jul 25, 2012 1:49 am
Forum: General
Topic: Way to Find who creates the jobs ( 7.5.2)
Replies: 2
Views: 941

This information is stored in the DS_AUDIT.CREATOR column for the creator, and in the DS_AUDIT.MODIFIER column for the modifier. Note that MODIFIER is part of an association of multi-valued fields called MODS. I suggest you search DSXchange for examples of how to query DS_AUDIT.
by ray.wurlod
Wed Jul 25, 2012 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 3429

You could perform the import (read) using a single VarChar column (which could be trimmed in a Modify stage) and then perform the parsing in a Column Import stage (which can use a schema file). An added benefit is that your parsing can be performed in parallel mode.
by ray.wurlod
Wed Jul 25, 2012 1:41 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

No. What error/warning messages appear in its log? What was being executed at the time? What message appear in ITS log?
by ray.wurlod
Tue Jul 24, 2012 8:01 pm
Forum: General
Topic: Problem with this service wasservice.exe
Replies: 2
Views: 977

Make sure, too, that your repository database is starting successfully.
by ray.wurlod
Tue Jul 24, 2012 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import JSON files
Replies: 9
Views: 6970

"DataStage TX" is no longer part of DataStage, and is properly called WebSphere Transformation Extender, or WebSphere TX.

Your question properly belongs in the DataStage Enterprise Edition forum.

If you don't move it, Craig surely will.
by ray.wurlod
Tue Jul 24, 2012 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 3429

The function in a Modify stage is string_trim() and requires that you specify which character you want trimmed and from where.
by ray.wurlod
Tue Jul 24, 2012 4:24 pm
Forum: General
Topic: Error: The configuration does not contain the invoking node
Replies: 17
Views: 6676

The problem is in your configuration file. It must properly mention the node on which the job is started (I'm assuming you're not in a grid configuration here).
by ray.wurlod
Tue Jul 24, 2012 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while creating job
Replies: 1
Views: 951

My guess is that you do not have write permission to RT_BP545 directory or its parent (the project directory). Is your umask properly set to 002?
by ray.wurlod
Tue Jul 24, 2012 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import JSON files
Replies: 9
Views: 6970

Is this question really related to WebSphere Transformation Extender?
by ray.wurlod
Tue Jul 24, 2012 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error on Oracle connector stage
Replies: 20
Views: 10722

Help us to help you. Answer our questions.

Otherwise we can only guess, and the answer is likely to be 42.
by ray.wurlod
Tue Jul 24, 2012 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file reading with ~# delimiter
Replies: 6
Views: 2177

There's no need to do anything external if you use Arnd's solution.

The solution from srinivas.g requires that the file be pre-processed - it does not matter where.
by ray.wurlod
Tue Jul 24, 2012 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01406: fetched column value was truncated.
Replies: 8
Views: 6147

Just click on its subject after you've opened the IBM DataStage Enterprise Edition forum.
by ray.wurlod
Tue Jul 24, 2012 5:59 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

Each instance of a multi-instance job has its own user status area.