Search found 42189 matches

by chulett
Thu Oct 30, 2008 6:39 am
Forum: General
Topic: Escape charecter in Merge
Replies: 4
Views: 1533

First explain why you think you need to 'escape' anything. :?
by chulett
Thu Oct 30, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view the XML Output
Replies: 6
Views: 1210

First off, there's no 'View Data' option in the stage. What do you mean when you say that you are "not able to see the records" in the XML file? Is it empty? Unless you are outputting 'formated' XML then it will be one long record, essentially. You'll need to transfer it over to your PC and use an X...
by chulett
Thu Oct 30, 2008 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Days to timestamp in Parallel jobs
Replies: 1
Views: 987

A good place to start would be to search the forums for "DaysFromDateSince", that should get you started. Branch out from there if needed.
by chulett
Thu Oct 30, 2008 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job is hanging and not updating
Replies: 1
Views: 651

Have your DBA help, check to see what's happening in the database while the job runs. 'Hanging' generally equates to having locking issues. Or it could just be very slow if you don't have an index to support the update key columns.
by chulett
Thu Oct 30, 2008 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Book.
Replies: 7
Views: 2529

Well, what do you know, there is - all 658 pages of it:

http://www.redbooks.ibm.com/abstracts/sg247576.html

Free as a pdf or $60 printed. Hah, and only one comment there so far, not really suprising whom it is from. :wink:

And let's not forget Kimball's Data Warehouse ETL Toolkit. Not specific to any tool but chock full o' goodness.
by chulett
Wed Oct 29, 2008 10:27 pm
Forum:
Topic: Metadata Import by using ORCHDBUTIL
Replies: 5
Views: 2797

Basically, because it generates metadata more closely typed to the source, something much more important in PX than Server. Plug-in metadata is notoriously... sloppy... at times.
by chulett
Wed Oct 29, 2008 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 5197

No, not all. RT_LOG34 is the log for job number 34, the one you are having problems with per your error message. It doesn't go by name but rather by the internal number assigned in the repository.
by chulett
Wed Oct 29, 2008 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Since you're only passing one row through, then that row equals "the end" does it not? Otherwise, consider doing it "after job", which means a routine or a script.
by chulett
Wed Oct 29, 2008 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 5197

While corrupted hashed files can be 'repaired' it's not really worth the effort for a job log unless there's vital information in there. So, to clear it you need to run CLEAR.FILE RT_LOG34 from the Administrator or TCL prompt. Remember to reestablish your auto purge settings for the job afterwards a...
by chulett
Wed Oct 29, 2008 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Rather than pulling teeth, why not lay out all that you needed to do from the beginning? Yes, link everything together and the row should flow through each stage.
by chulett
Wed Oct 29, 2008 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

I hope so, seeing as I'd already spelled that out.

1. Automatic.
2. Automatic.
by chulett
Wed Oct 29, 2008 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Limit
Replies: 16
Views: 3657

Excellent. :D

Worth noting, however, that the files need to be sorted for the join to work. From the man page:

file1 and file2 must be sorted in increasing collating sequence (see Environment Variables below) on the fields on which they are to be joined; normally the first in each line.
by chulett
Wed Oct 29, 2008 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Because you did not add a stage variable as I specified. No need to use it but it needs to exist.
by chulett
Wed Oct 29, 2008 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 5636

Swell. Then that means it can support an output link as well as an input link and you can use the Forward row data option to pass the same columns out as came in.
by chulett
Wed Oct 29, 2008 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Problem?
Replies: 10
Views: 9503

No not directly, but you can pop a 'DataStage shell' using dssh and then issue the DS.REINDEX command from the TCL prompt.