Search found 42189 matches

by chulett
Fri Apr 20, 2007 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message
Replies: 1
Views: 779

How is this any different from the post you made two days ago? :?
by chulett
Fri Apr 20, 2007 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while loading data from oracle to OCI stage
Replies: 3
Views: 1422

Confusing. So... you are trying to view data in a table your job just loaded? Or your job is trying to source from an Oracle table you loaded elsewhere and returns no rows? The other confusing part is your query as posted is for a Reference Lookup (with the bind variable) not a source query. And def...
by chulett
Fri Apr 20, 2007 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 22076
Replies: 4
Views: 1711

Welcome. :D By itself, it means nothing. Other than to understand that 'phantom' is a term meaning 'background process', and that everything runs as a background process or series of processes. You need to Reset your aborted job from the Director and then look for an entry in the log labelled 'From ...
by chulett
Fri Apr 20, 2007 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator - Comparison with & without asserting Sort or
Replies: 6
Views: 1526

No, it should take significantly less time - if done properly. You need to sort in a manner that supports the aggregation being done. Otherwise, your 'sort' time is wasted as the stage cannot utilize the data in the order you've sent it. You can tell you got an issue if you sort the data, assert tha...
by chulett
Fri Apr 20, 2007 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

That's... unfortunate. Unless someone more familiar with Windows Servers can step in here with specific instructions on how to 'shutdown' and 'restart' DataStage on that platform, I'm going to stick with my original suggestion: you go brute force and just shutdown/restart the whole dang box.
by chulett
Fri Apr 20, 2007 7:18 am
Forum:
Topic: Meta Stage-Compilation of a Read only job
Replies: 5
Views: 1817

The fact that it's Read Only isn't a factor. How exactly are you 'running' the job? What exactly happens when you attempt this? Are there any messages in the job's log?

Does the job run fine in your Dev project? You *did* promote out to a different project, like a Test project, yes? :?
by chulett
Fri Apr 20, 2007 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trailing Spaces in Unix
Replies: 7
Views: 2537

Close. It's a command to remove the ^M characters. Problem is it's not quite right. To enter control characters, you first press Ctrl-V and then the character in question. To get a 'control M' you don't type an 'M' - you press ENTER after the Ctrl-V. You would do this before saving. Best to get the ...
by chulett
Fri Apr 20, 2007 7:04 am
Forum: General
Topic: validating export schema
Replies: 3
Views: 1409

sjordery wrote:Actually I have not specified any fixed width size.

Which is exactly the problem. Reread the error message, it's not that hard to understand, especially in light of Ray's comments.
by chulett
Fri Apr 20, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import and Compile of large number of jobs
Replies: 7
Views: 2340

There were 'multi-job compilers' available before the official one from Ascential. They were much more light weight and so ran much faster, I wonder if any of them are still around. MJC is like, the slowest. Didn't DSC offer such a thing at one point? Also, Kenneth Bland's Job Control Utilities incl...
by chulett
Fri Apr 20, 2007 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we export joblog to a file
Replies: 27
Views: 11793

Wow... I thought Ray only ever threw that out there as a teaser. :wink:

Only time I use it is to create artifacts for Support - "send me the job log". Otherwise, one typically seeks a more automated solution. Glad that worked for you.
by chulett
Fri Apr 20, 2007 6:51 am
Forum:
Topic: Version Control- how to perform Rollback
Replies: 5
Views: 1787

Yes, you 'promote' the older version wherever it needs to go. Note you may need to uncheck the Read Only option if you are pushing back into Development. All 'materials' for Version Control install with the product. You'll find a pdf in your Docs directory that explains all. Only other excellent sou...
by chulett
Fri Apr 20, 2007 6:47 am
Forum: General
Topic: Bulk replacement
Replies: 2
Views: 1095

If you want to see if it's possible, take one job. Export it to a .dsx file. Make the changes to OCI. Export again. Check the difference between the two. If it looks like something you could automate, you could export the whole project and make it all one mass change. At the very least, would make f...
by chulett
Fri Apr 20, 2007 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add VOC Entry for ';'
Replies: 10
Views: 3028

Nice to know about the COPY command and NEWACC. About the only time I end up using ED is when something has gone all twisty and I'm being walked through it - usually by Ms Powers. :wink:
by chulett
Fri Apr 20, 2007 12:21 am
Forum: General
Topic: The Peasants Are Revolting!
Replies: 1
Views: 1289

Yes. :cry:

Mel Brooks included that line in "History of the World, Part One" during the French Revolution piece.

"Sire, the peasants are revolting!"

"They certainly are! They stink on ice. Pull!"


Sadly, Part Two never materialized.
by chulett
Thu Apr 19, 2007 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set a job to abort after first warning?
Replies: 7
Views: 1788

As noted, you can change the default in the Director. Note also this means you must do this on all workstations that could be running jobs. And one last note - nothing changes the default when running jobs from the Designer - it always defaults to unlimited there. While convienent it really should b...