Search found 42189 matches

by chulett
Fri Oct 09, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Job Location
Replies: 6
Views: 1919

If you have the "file system" backed up, then you should have the Universe repository backed up as that's where it lives - on the file system where you installed the DataStage server files, in particular the Projects directory. The question in my mind is, where does your XMETA database res...
by chulett
Fri Oct 09, 2009 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Job Location
Replies: 6
Views: 1919

You're going to have a possible issue with your Universe repository (stored on disk) being out of sync with the XMETA rdbms repository if you restore one that is not in sync with the other. Regardless, what exactly do you mean by "we lost our jobs"? What happened? :? Knowing exactly what h...
by chulett
Fri Oct 09, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during reading a file from sequential file stage
Replies: 11
Views: 4814

At some point common sense should take over and you can do a little of this trouble-shooting on your own. These really aren't that hard to understand and work through. :? Now it's saying that it can't find the Field Delimiter for your PROCESS_DATE field, why might that be? Are we back to the first f...
by chulett
Fri Oct 09, 2009 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during reading a file from sequential file stage
Replies: 11
Views: 4814

OK... then what do you have for the Record level Final delimter property? Something other than 'end'? If yes, set it to 'end'.
by chulett
Fri Oct 09, 2009 2:15 pm
Forum: General
Topic: Using a variable in a sequence activity
Replies: 1
Views: 818

Not sure what you mean by 'sequence activity'? If you are asking if a Job Activity stage can be parameterized to run any thing rather than a specific thing, the answer is no. :?
by chulett
Fri Oct 09, 2009 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during reading a file from sequential file stage
Replies: 11
Views: 4814

What field is "DELTA_AAA_OFC_AC_CL_CD_NEW", the last field?
by chulett
Fri Oct 09, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during reading a file from sequential file stage
Replies: 11
Views: 4814

How did you define your delimiters in the stage?
by chulett
Fri Oct 09, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.3 installed on a server
Replies: 1
Views: 1298

Bob, please post the complete unedited error.
by chulett
Fri Oct 09, 2009 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New in Datastage version v 8.1
Replies: 1
Views: 852

If you have it, that should all be spelled out in the readme, I would imagine.
by chulett
Fri Oct 09, 2009 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create the sequential file based on condition
Replies: 3
Views: 1209

Technically, this is not possible at all. You run the job, the file is created, period. So you have two choices - either delete the file post job if empty or don't run the job without data to process.
by chulett
Fri Oct 09, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Production Job Aborted
Replies: 7
Views: 2931

Doesn't really matter if the file is there now, the question is - was it there when the reader job started? Sometimes things like this are a timing issue.
by chulett
Fri Oct 09, 2009 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Production Job Aborted
Replies: 7
Views: 2931

Have you attempted to verify if a file of that name does indeed exist and is accessable to your user? :?
by chulett
Fri Oct 09, 2009 7:43 am
Forum: General
Topic: call server routine in paralljob
Replies: 2
Views: 1302

Make sure you understand all of the cons of that approach, which a search here for 'BASIC Transformer' should turn up fairly easily.
by chulett
Fri Oct 09, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine be called from command
Replies: 4
Views: 1532

So this is basically the same question as you asked earlier? Rather than fish around for 'no logging' or 'command line' options, I'd suggest you do a better job of explaining both exactly what your routine does and what you are trying to accomplish with it. Saying "some kind of a real time impl...
by chulett
Fri Oct 09, 2009 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error on Lookup Stage : dataset has preserve-partitioning
Replies: 2
Views: 1790

For the first error, do an exact search for "disabling memory sharing". Not sure, but I assume the second is some kind of config file issue? :?