Search found 42189 matches

by chulett
Sat Sep 25, 2010 2:29 pm
Forum: General
Topic: Autosys Vs Job Sequencer
Replies: 2
Views: 1932

Sequence jobs haven't changed significantly and I for one wouldn't really compare them directly to Autosys or any other kind of scheduler. I've used Enterprise schedulers to run Sequence jobs, the Sequence jobs control the dependencies between the jobs, notifications, etc. That way you as the ETL de...
by chulett
Sat Sep 25, 2010 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00904 error
Replies: 5
Views: 5422

It simply means that there is no column named "enddate" in your table.
by chulett
Sat Sep 25, 2010 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer as rowgenerator in 7.1 server jobs
Replies: 3
Views: 4066

The value of @OUTROWNUM for the first row coming out will be 1. No clue what you were seeing in 7.1 as my memory fails me for that old of a release, but never saw it count from zero in the 7.5.x versions I used for years. And since there are no incoming rows, you really should be checking @OUTROWNUM...
by chulett
Sat Sep 25, 2010 7:37 am
Forum: General
Topic: job parameter
Replies: 10
Views: 2123

Yes. It can only return one result but you could parse one of multiple delimited values from there for different parameters.
by chulett
Sat Sep 25, 2010 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Siebel Plugin Usage in DataStage v8.1
Replies: 3
Views: 1794

Are you in fact using a Server job for this, as you marked your post? I ask because you posted it in the PX forum, so just want to check. Also, a little more detail than "couldn't do it" would help us help you, at least if anyone here has any experience with that stage (I don't). So... do ...
by chulett
Sat Sep 25, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer as rowgenerator in 7.1 server jobs
Replies: 3
Views: 4066

I can't imagine this functionality has changed. In order to compile a transformer as a 'source' it must contain a stage variable. You don't need to use it but it does actually need to exist. That and a constraint so it knows how many rows to generate, of course.
by chulett
Sat Sep 25, 2010 6:23 am
Forum: General
Topic: Sequence Stages
Replies: 4
Views: 1347

I believe that Ray's answer is for the pre-8.x releases, for 8.x they are described in the Designer Client Guide pdf, in the version I have it is Chapter 14. The actual filename is i46dedsc.pdf in your docs directory.
by chulett
Fri Sep 24, 2010 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question about Merge and Lookup stages
Replies: 2
Views: 1304

2. An Informatica "disconnected" lookup is akin to a "conditional" lookup. There's not much sense in doing one for every record in the input source like a regular connected one would do, you use it in a derivation only "when needed". For example, I'm using them to emula...
by chulett
Fri Sep 24, 2010 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 12
Views: 5057

Hmmm... perhaps a custom routine was added with a print statement (or something similar) in it? :?
by chulett
Fri Sep 24, 2010 1:28 pm
Forum: General
Topic: job parameter
Replies: 10
Views: 2123

Don't try to type it in manually, use the "..." Parameter Helper to make the proper choice and fill it in for you.
by chulett
Fri Sep 24, 2010 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 12
Views: 5057

That's literally exactly what it says? Just three lines with "start problems" all lower case like that as the first line? If so, that's not something I've ever seen in all my years using the tool. :?
by chulett
Fri Sep 24, 2010 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 12
Views: 5057

Sheesh, I don't know why you felt a need to do this when I'd already created your new post for you and all you had to do was update it. OK, fine we'll play here... and I've nuked your other post. As I noted in that other post, nothing you've posted so far indicates any kind of problem. What are you ...
by chulett
Fri Sep 24, 2010 8:34 am
Forum: General
Topic: How to find out the processes forked by a DS job thru Unix?
Replies: 11
Views: 3865

Wouldn't all of the subprocesses show their parent's PID, i.e. their PPID? Am I missing something or couldn't you just simply walk that chain of pids? :?
by chulett
Fri Sep 24, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 6188

Perhaps your Hash partioning keys were not properly defined then. Does the same problem happen if you run the job on a single node?
by chulett
Fri Sep 24, 2010 6:02 am
Forum: General
Topic: Sequencers
Replies: 3
Views: 1562

Chapter 6 in the DataStage Designer Guide pdf.