Search found 42189 matches

by chulett
Mon Sep 28, 2009 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job failure ***TYPE 30 descriptor***
Replies: 2
Views: 1722

Search, search, search. An Exact Search for "Unable to allocate Type 30 descriptor" will reveal all.
by chulett
Mon Sep 28, 2009 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import multiple jobs
Replies: 8
Views: 5777

I'm 99% sure it handles them just fine. I'll run a quick test later and see.
by chulett
Mon Sep 28, 2009 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance job
Replies: 3
Views: 1148

So... you successfully start the first job and then in the second Director window you receive that error when you press the 'Run' icon? :?
by chulett
Mon Sep 28, 2009 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Derive Multiple Rows from two columns based on Range
Replies: 8
Views: 2179

What is your target? :? Build a routine with a FOR loop, appending the values from your range. If your target is another sequential file, you can even add CHAR(10) characters between them to create individual records from the returned string. Crude illustration: YearString="" FOR year = Co...
by chulett
Mon Sep 28, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

Cannot find job TEST

We have a project that throws this message for any process that reads the entire list of jobs. OK, perhaps not "any process" but the Director sure does. I was thinking I could query DS_JOBS for that name, get the job number and copy another job's files over to that number in the project to...
by chulett
Mon Sep 28, 2009 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance job
Replies: 3
Views: 1148

Are you supplying two unique/different Invocation IDs when you run the jobs?
by chulett
Mon Sep 28, 2009 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using $PROFDEF as default value in Parameter Set
Replies: 11
Views: 4590

Which 8.x version do you have? Unless it's 8.1 then you do need a bunch of patches to get everything working and 8.1 probably needs one or two as well. Best to check with your official support provider, as you are doing.
by chulett
Mon Sep 28, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Import Table Definition
Replies: 6
Views: 1428

No clue on the ODBC question. As to the "Enterprise" one, if you have PX jobs then you have the "Enterprise Edition" and can do anything "orch" related.
by chulett
Mon Sep 28, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using $PROFDEF as default value in Parameter Set
Replies: 11
Views: 4590

Did you actually create a Parameter Set called "DSParams"? That name jumps out at me as there's actually a system file by that name.
by chulett
Mon Sep 28, 2009 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using $PROFDEF as default value in Parameter Set
Replies: 11
Views: 4590

What stage are you using and where exactly in it are you attempting to "access" this parameter set value?
by chulett
Mon Sep 28, 2009 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling DSRunJob
Replies: 8
Views: 7449

In thinking about this, it seems to me in hindsight that we could have move beyond all of the 'standard' answers that we got bogged down in if it had been more more clear that you had this issue with all jobs in all situations. Meaning you couldn't even run a single job manually with no other jobs r...
by chulett
Mon Sep 28, 2009 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling DSRunJob
Replies: 8
Views: 7449

Wow... glad it was as simple as that. :wink:

Thanks for posting that. We'll all have to keep in mind the fact that the -14 error could also mean an issue with the Universe repository / engine as well nowadays, I would have expected a more... catastrophic... error than that.
by chulett
Mon Sep 28, 2009 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Import Table Definition
Replies: 6
Views: 1428

#and $ are the usual suspects but that's not the case here. Have you tried using the DB2 stages via the Plugin metadata option? Or the command line "orchdbutil" utility?
by chulett
Mon Sep 28, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Import Table Definition
Replies: 6
Views: 1428

Hmmm... is there anything "funny" about this table's name, does it use special characters for instance? :?
by chulett
Mon Sep 28, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Refresh
Replies: 3
Views: 762

If this is a problem just for you on your PC, I would suggest you reinstall the client software. If this is a problem for everyone, I have no idea what to suggest at the moment.