Search found 53125 matches

by ray.wurlod
Thu Apr 26, 2007 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined Sql in Target Stage
Replies: 4
Views: 1256

None. What you find with Search is all there is.
by ray.wurlod
Wed Apr 25, 2007 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pantham
Replies: 1
Views: 860

The word is "phantom", and it's nothing more than the DataStage term for a background process. Your job ran as a background process, so a "phantom" generated the message. Somewhere in your job a non-numeric value has been supplied when a numeric value was expected - for example in arithmetic or in s...
by ray.wurlod
Wed Apr 25, 2007 6:39 pm
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 13128

-jobstatus is valid for 7.x also.
by ray.wurlod
Wed Apr 25, 2007 6:22 pm
Forum: General
Topic: Importing Sequential File Definitions
Replies: 4
Views: 2920

There is an extraneous "/" in the pathname. Getting rid of it will probably fix the problem. DataStage does not resolve "//" in pathnames.
by ray.wurlod
Wed Apr 25, 2007 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Authentication problem in DataStage 8
Replies: 16
Views: 8091

Is port #9080 blocked by a firewall on your client machine (or anywhere else)?
by ray.wurlod
Wed Apr 25, 2007 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting Strings - Stage Variable or Routine
Replies: 10
Views: 2134

Last to first suggests that you're using "25R" rather than "25T".
by ray.wurlod
Wed Apr 25, 2007 4:41 pm
Forum: General
Topic: Request info
Replies: 2
Views: 2102

On the Home page there's a link in the top-left panel to "Newsletter", with a link [archive] next to it. Click on that.
by ray.wurlod
Wed Apr 25, 2007 4:35 pm
Forum: General
Topic: SORT stage error
Replies: 2
Views: 1984

The errors appear to be coming from the IPC mechanism rather than from the Sort stage. Are you using row buffering or IPC, Link Collector or Link Partitioner stages? If so, try constructing the job without them, to see whether that cures the problem.
by ray.wurlod
Tue Apr 24, 2007 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential processing of Files
Replies: 43
Views: 11929

Specify a Sort Merge collector in Sequential_File_24 - which I assume to be the "output file" stage. This will preserve the sorting order. You will need to specify the sort key(s), of course.
by ray.wurlod
Tue Apr 24, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we remove job category from one place to another ?
Replies: 2
Views: 1002

CATEGORY is not a primary key field in the Repository, so theoretically it could be done with a simple UPDATE statement. But for safety, and for an approach that will continue to work into version 8.0 and beyond, continue to use the client - it's not that difficult!
by ray.wurlod
Tue Apr 24, 2007 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS administrator help !
Replies: 6
Views: 1536

Are you running on Windows XP and, if so, do you have the requisite patches (for DataStage) installed?
by ray.wurlod
Tue Apr 24, 2007 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where did I go wrong?
Replies: 20
Views: 4999

Etiquette Note
Do not hijack threads. In particular do not hijack threads marked as Resolved. Start a new thread.
by ray.wurlod
Tue Apr 24, 2007 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract from DB, Transform and Load to Another DB
Replies: 7
Views: 1712

Whereas another school of thought might suggest text files or Data Sets for the staging areas, as they don't require a database server to be available (and can often be faster).
by ray.wurlod
Tue Apr 24, 2007 12:21 am
Forum: General
Topic: Reading View
Replies: 5
Views: 1720

Can you mark this thread as resolved, then?
by ray.wurlod
Mon Apr 23, 2007 7:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00900: invalid SQL statement
Replies: 9
Views: 4996

Experience is what you get when what you expected to happen doesn't.