Search found 42189 matches

by chulett
Thu Apr 09, 2009 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file
Replies: 10
Views: 5412

Wait... does 'ignored the slash' mean 'removed the extra slash' here? It fails with two slashes but works fine with one slash? :?
by chulett
Thu Apr 09, 2009 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation steps for datastage 7.5x2 PX om windows xp
Replies: 5
Views: 4337

Nothing you can do other than get your hands on a version that does support running PX jobs on Windows - and that's 7.5x2 (yes, with an 'x') or anything in the 8 family.
by chulett
Thu Apr 09, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2364

Exactly, simply put the full path to the script in the Input Values field along with any parameters if needed. And you can use job parameters in any portion of that. If needed.
by chulett
Thu Apr 09, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Union operator problem
Replies: 6
Views: 4821

Not really a DataStage problem. Best to work this out with a DBA or whomever does SQL support in your organization, get them to help you work this out. As noted, not only must you select the same number of columns on each 'side' of the union, data types of matched columns must be compatible as well.
by chulett
Thu Apr 09, 2009 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation DS on UNIX
Replies: 1
Views: 883

In order to install/use the product on UNIX one must first purchase a copy of it for the UNIX of one's desired flavor such as RHAS. Having a Windows license doesn't get you anything you can use on UNIX.
by chulett
Thu Apr 09, 2009 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file
Replies: 10
Views: 5412

A "double slash" usually isn't a problem. Ignoring that, are you certain the hashed file at that path otherwise exists and is accessible?
by chulett
Thu Apr 09, 2009 7:47 am
Forum: General
Topic: Datastage 7.1r1 is compatible with oracle 11g - Urgent
Replies: 4
Views: 1641

That would be when 11g is first officially supported. That's not to say it cannot be accessed successfully with earlier versions. Oracle clients are "forwards compatible" so I'd be surprised if an earlier client, like a 9i or 10g one, couldn't be leveraged here. Best to take these question...
by chulett
Wed Apr 08, 2009 10:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query error
Replies: 5
Views: 1453

Exactly, more like a snippet of procedural language, something akin to PL/SQL in Oracle.
by chulett
Wed Apr 08, 2009 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delays between Job Sequences / Calling Next Job
Replies: 20
Views: 10091

Sorry for the late response. No need to bring down DataStage and the "2+ days old" criteria was to avoid effecting any running jobs.
by chulett
Wed Apr 08, 2009 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delays between Job Sequences / Calling Next Job
Replies: 20
Views: 10091

First thing to check would be the number of entries in the Project's &PH& "phantom" directory. Large or out of control numbers there could induce a processing lag. If needed, clear out anything 2+ days old and see if that helps.
by chulett
Wed Apr 08, 2009 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delays between Job Sequences / Calling Next Job
Replies: 20
Views: 10091

Clarify something here. Your subject says "Delays between Job Sequences / Calling Next Job" and yet you never mention anything about that in your posts, just mentioning total run time for the sequence of jobs. So... when the overall sequence goes from 12 minutes to 35 minutes for the exact...
by chulett
Wed Apr 08, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change One Column data to One row (Pivot)
Replies: 1
Views: 1239

That is called 'pivoting' the data, specifically a vertical pivot of rows to columns and of which a search for that phrase would turn up many conversations on the topic.
by chulett
Wed Apr 08, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode:1403 for insert records
Replies: 4
Views: 8502

Ask your DBA or if you have something like Toad (you should if you don't) it can show you. This is typically a PL/SQL error, hence the trigger question.
by chulett
Wed Apr 08, 2009 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Disable Job Activity in Sequence
Replies: 2
Views: 2444

No, there isn't a way to "disable" activities. You can add conditional logic to branch around them if you're going to be doing this on a regular basis, otherwise you've hit on the other two techniques I would have mentioned.