Search found 42189 matches

by chulett
Thu Jun 12, 2008 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 7238

Or...

Code: Select all

RowGenerator --> StoredProcedure

And you want one row, not 'at least one', unless you want to (possibly) run the proc multiple times.
by chulett
Thu Jun 12, 2008 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scheduling the project export
Replies: 10
Views: 2230

:? In other words, only if you are running a Windows Server AND you have the client components installed on that same server. And it doesn't change the fact that you are running client utilities, not server utilities.

Let's not muddy the water, peoples.
by chulett
Thu Jun 12, 2008 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sort in Datastage server - stage: Oracle_OCI_9i
Replies: 11
Views: 5579

No, it's not difficult. Add that Environment Variable using the Administrator and set it to $ENV. Then add it to the job and override the value to be what you need in this job. Or set it (NLS_SORT) up as BINARY or CANADIAN FRENCH in the Administrator if you want it to be automagically applied global...
by chulett
Thu Jun 12, 2008 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scheduling the project export
Replies: 10
Views: 2230

These utilities exist only on the client side. Why? Ask Ascential / IBM. [shrug]
by chulett
Thu Jun 12, 2008 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 performance in a 32 bit environment
Replies: 4
Views: 1328

All 32 bit operating systems have that limitation on physical memory.
by chulett
Thu Jun 12, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

Nice article but it doesn't address the specific 'dsjob' question that I noticed. However, it does make me realize that the OP doesn't really seem to have things setup correctly. The value of the variable should either already be defined in the 'environment' (in dsenv, for example) and then set in t...
by chulett
Thu Jun 12, 2008 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Report
Replies: 4
Views: 1477

From the UNIX server? Not possible.
by chulett
Thu Jun 12, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen mkdbfile: error initializing file
Replies: 12
Views: 11820

Have you looked in the directory see see what is (or isn't) there for this particular hashed file? I would guess that parts are there and parts aren't. Try unchecking the 'Clear' option and enabling the 'Delete' option under the 'Create' button.
by chulett
Wed Jun 11, 2008 11:31 pm
Forum: General
Topic: unix command to export dsx's to a unix folder
Replies: 4
Views: 2723

No such beastie. Exports are client side only.
by chulett
Wed Jun 11, 2008 11:30 pm
Forum: General
Topic: Automation process in Datastage for File Splitting
Replies: 5
Views: 3799

By using the Trigger Column as noted. It doesn't need to be used in the XML, just exist on the link feeding the XML Output stage. Then code (in a Transformer, for example) for it to change every 60000 records. Perhaps a mod() or a simple if-then-else bit of logic to increment it based on @OUTROWNUM....
by chulett
Wed Jun 11, 2008 10:23 pm
Forum: General
Topic: Automation process in Datastage for File Splitting
Replies: 5
Views: 3799

It is present only in the XML Output stage as it is the only one actually producing XML. And recognize the fact that it would be driven by the number of records going into the stage, not any kind of output record length. You seem to be using the two concepts interchangeably... it confuseth me. :?
by chulett
Wed Jun 11, 2008 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scheduling the project export
Replies: 10
Views: 2230

Sure.... sorta. Searching for something like 'server export' (all terms) should turn up multiple conversations on this topic, including for examplethis one. What you'll also find is that this needs to happen from the client, not the server.
by chulett
Wed Jun 11, 2008 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 16
Views: 6066

Do you know the specific client version? For example, 9iR2 could be:

9.2.0.1
9.2.0.5
9.2.0.8

Etc. Support should have asked the same question, I would think. Anywho, let us know if you have any luck.
by chulett
Wed Jun 11, 2008 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

Suggest... patience.
by chulett
Wed Jun 11, 2008 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort and Choose top record
Replies: 13
Views: 5013

No, just trying to specify what the 'Derivation' of the stage variable should be in the Transformer - i.e. how the value is set. ps. If the PX Transformer works anything like the Server version, there's a button inside it to 'Show/Hide Stage Variables' which defaults to 'Hide'. Make sure it is set t...