Search found 42189 matches

by chulett
Thu Oct 21, 2010 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Userstatus
Replies: 3
Views: 2392

That, too. :wink:
by chulett
Thu Oct 21, 2010 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Routines
Replies: 5
Views: 2366

Not sure. Does it work if you use a dsx file rather than xml? Are the routine(s) read only?
by chulett
Wed Oct 20, 2010 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage Min & Max
Replies: 9
Views: 5675

I asked because, unless I was wrong back when I posted this:
chulett wrote:it seems that wasn't added until the 7.5.2 release
by chulett
Wed Oct 20, 2010 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert rows into columns in DataStage PX 8.1
Replies: 1
Views: 2533

That would be a 'vertical pivot'.
by chulett
Wed Oct 20, 2010 7:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Userstatus
Replies: 3
Views: 2392

Call DSUserstatus( Arg1:'|':Arg2) would be better. Then Field(job1.$UserStatus,'|',1,1) for Arg1 and Field(job1.$UserStatus,'|',2,1) for Arg2. When you put quotes around the Args they become a literal string.
by chulett
Wed Oct 20, 2010 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Must upgrade from DS 32bit to 64bit on windows?
Replies: 7
Views: 3452

I was thinking you were talking about PAE but that's actually for usage of more than 4GB of memory in a 32bit world. Not sure what patch you would be refering to... this would be a Windows patch or a DataStage patch? :?
by chulett
Wed Oct 20, 2010 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage log file
Replies: 2
Views: 1249

Your "scratch" area, from what I recall.
by chulett
Wed Oct 20, 2010 1:33 pm
Forum: General
Topic: Wait for File
Replies: 10
Views: 4934

The "Wait For File" stage does not support wildcards, so you'll need to "work around" that by building your own mechanism. I've coded this in the past as a shell script that loops / checks / sleeps over the X hour period needed, you can then use an Execute Command stage to run it.
by chulett
Wed Oct 20, 2010 1:27 pm
Forum: General
Topic: Abort a Job
Replies: 2
Views: 1454

Conditionally call DSLogFatal() ...with all of the consequences that brings.
by chulett
Wed Oct 20, 2010 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage Min & Max
Replies: 9
Views: 5675

As noted, it's an additional property you can add, just like any of the other additional properties. What version of DataStage do you have?
by chulett
Wed Oct 20, 2010 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in OCI stage
Replies: 7
Views: 2283

Have you used any of the native Oracle stages yet? They are configured in a different manner than ODBC. Do you have an Oracle client installed on your DataStage server?
by chulett
Wed Oct 20, 2010 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer constraint
Replies: 5
Views: 1720

You are very right and noted pretty much everything I did in my reply. However, the post is marked as 'Resolved', something I did after receiving a private message from the OP saying that everything now worked, so I don't think they'll be back to this thread. :wink:
by chulett
Wed Oct 20, 2010 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector not running Before SQL
Replies: 11
Views: 10166

It's an option in the Connector? :shock:
by chulett
Wed Oct 20, 2010 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where are PeopleSoft embedded DS Jobs (HCM to EPM OWE)?
Replies: 6
Views: 3753

"I want to download them"? What do you mean by that? :?
by chulett
Wed Oct 20, 2010 7:32 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 7110

synsog wrote:Our server is on AIX.
And yet your first post categorized it as a Windows server, hence the replies you received. I've corrected that.