Search found 42189 matches

by chulett
Wed Jun 17, 2009 3:56 pm
Forum: General
Topic: Get Hash Row Counts Outside of a Job
Replies: 5
Views: 1970

The Administrator is the 'where' and if it is 'pathed' - i.e. lives in a directory rather than an account - you would need to have created the pointer manually. Sorry, don't have the time right now to explain that all properly. :(
by chulett
Wed Jun 17, 2009 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start the job whenever DS comes up
Replies: 10
Views: 3462

A 'continuous' WISD job would do this automatically. Otherwise, you'll need a 'wrapper', something to monitor it, check to see if the failure was db related, check the db, relaunch the job when it is back up, etc etc.
by chulett
Wed Jun 17, 2009 1:57 pm
Forum: General
Topic: Get Hash Row Counts Outside of a Job
Replies: 5
Views: 1970

As long as the hashed file has a VOC pointer established, i.e. it is account based or you've created one for a pathed hashed file - then you can issue a COUNT <PointerName> command to get the number.
by chulett
Wed Jun 17, 2009 1:20 pm
Forum: General
Topic: xml output stage general question
Replies: 2
Views: 1076

Well, that was odd. Seemed like this was marked as Resolved while I was in the process of submitting my post. Hope we agree on the answer. :?
by chulett
Wed Jun 17, 2009 1:16 pm
Forum: General
Topic: xml output stage general question
Replies: 2
Views: 1076

Sure, that's what the "Trigger Column" option does - spawns a new file every time the value in that column changes. You'd need to ensure it changed every row. And note that it does not need to be a field you actually output into the XML itself.
by chulett
Wed Jun 17, 2009 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: database OCI, Enterprise, CLI, Load, Load Express
Replies: 4
Views: 1361

Those are going to be database specific stages, typically tied to the interface they are named after. OCI = Oracle Call Interface, CLI is for Informix and any 'Load' stage is usually a bulk load of some kind.
by chulett
Wed Jun 17, 2009 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG file with PX license
Replies: 4
Views: 1338

No relationship. Nodes are a logical concept and do not represent number of CPUs, servers or anything of that ilk.
by chulett
Wed Jun 17, 2009 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem while processing xml file
Replies: 11
Views: 5049

Answer Ernie's questions about your xml. Without the gory details, no-one can provide much more help. Five hours for that many records does seem too long for just file-to-file processing, unless there are a crapload of elements to parse. :?
by chulett
Wed Jun 17, 2009 11:51 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Deploy a DS Job as a Web Service
Replies: 11
Views: 7744

Ernie, isn't this still an optional add-on one would need to buy if they wanted to leverage it? Perhaps no license was purchased. :?
by chulett
Wed Jun 17, 2009 11:03 am
Forum: General
Topic: Schedule Compiling batch script
Replies: 11
Views: 2842

Or use Version Control to automate the process! :wink:
by chulett
Wed Jun 17, 2009 11:01 am
Forum: IBM QualityStage
Topic: Matching Question
Replies: 10
Views: 3367

Julio - not to be a 'noodge' but you are aware there's no need to quote the entire contents of every post you reply to, yes? There is a perfectly lovely Reply to topic button that starts you off with a clean slate.
by chulett
Wed Jun 17, 2009 9:50 am
Forum: General
Topic: Calling Stored Procedure using ODBC stage
Replies: 5
Views: 1360

:!: Attention to details, please.

First, this is a Server job question so a PX solution doesn't really help. Secondly, the question was regarding a reference link to a transformer, which means using the stored procedure in a lookup, not as a target.
by chulett
Wed Jun 17, 2009 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing the non existing records
Replies: 5
Views: 1708

I would probably initially capture them to separate reject / error files and then add a post-processing job that builds the combined / finalized file and enforces your 'only from the first job' rule. Of course you'd need some kind of intelligent naming convention so they sort properly in order to fa...
by chulett
Wed Jun 17, 2009 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2005 Connection Error
Replies: 4
Views: 1974

Problem is I have no idea what "BCI Error:SQLSTATE=77,CODE=0" denotes. Perhaps it would help if you posted your driver entry details.
by chulett
Wed Jun 17, 2009 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping in DataStage
Replies: 17
Views: 27400

That or "correct" the file you're creating to not include the quote characters.