Search found 53125 matches

by ray.wurlod
Sat Dec 04, 2010 3:15 pm
Forum: General
Topic: Creating a job log table
Replies: 5
Views: 1617

Did you download the documentation/help HTML that forms part of ETLstats?
by ray.wurlod
Fri Dec 03, 2010 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An exception occurred while trying to send the request to th
Replies: 1
Views: 2155

Check that the Node agent and Logging agent are running.
by ray.wurlod
Fri Dec 03, 2010 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find UVRPC in host serrvices file (81014)
Replies: 5
Views: 3279

Can you obtain a premium membership please?

Premium memberships are one of the ways that the hosting and bandwidth costs of DSXchange are met. I don't propose to prejudice the continued existence of DSXchange by undermining that mechanism.
by ray.wurlod
Fri Dec 03, 2010 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help_load data from a dataset file to a oracle table
Replies: 4
Views: 1526

Six minutes?!!!! That's gotta be a DSXchange record for impatience!! Hey, I know you're new, but please realise that DSXchange is an all volunteer site, whose members post as and when they can. If you want immediate response sign up with your official support provider for priority service, and learn...
by ray.wurlod
Fri Dec 03, 2010 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File Activity
Replies: 0
Views: 982

StartLoop (1..6) ---> WaitForFile (3 hours) ----> Notification ----> EndLoop | | | | | Success | Failure | | V V
by ray.wurlod
Fri Dec 03, 2010 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage
Replies: 2
Views: 2064

You can't do Calculation and Count Rows in one Aggregator stage, but you can do two Calculations. The other is Sum of an input column whose value is 1 in every row. This gives you the count.
by ray.wurlod
Fri Dec 03, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot find UVRPC in host serrvices file (81014)
Replies: 5
Views: 3279

There hasn't been a uvrpc service for DataStage since version 6.0, when it was replaced with the dsrpc service. It's part of DataStage engine, and does run on VMWare - I've been teaching an IBM class (Advanced DataStage) this week and that runs the engine, services and repository tiers on a VMware i...
by ray.wurlod
Fri Dec 03, 2010 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how does decimal data type store the location of the decimal
Replies: 1
Views: 881

It isn't. It's inferred from the Scale value. There's no need to store it.
by ray.wurlod
Fri Dec 03, 2010 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Self Join in Datastage
Replies: 3
Views: 3704

Yes. Have the same data stream coming in on both links.

Code: Select all

               +--------------V
    ----->   Copy             Join  ----->
               +--------------^
Properly key-partitioned and sorted, of course.
by ray.wurlod
Fri Dec 03, 2010 4:21 am
Forum: General
Topic: Reg:Oracle as MetadataRepository for Infosphere 8.1 install
Replies: 7
Views: 1746

It is not mandatory but I'd strongly recommend that you do so, so as not to violate the Law of Least Astonishment when your administrators have to communicate with IBM Support.
by ray.wurlod
Fri Dec 03, 2010 4:16 am
Forum: General
Topic: Method to pull source and target meta data for all jobs
Replies: 3
Views: 1081

There's nothing out of the box. You could create a routine. Or you could search DSXchange for one that someone has already written.
by ray.wurlod
Fri Dec 03, 2010 4:13 am
Forum: General
Topic: Space in an integer column (DS 8.1)
Replies: 3
Views: 1344

In parallel jobs (in any version) data types are strictly enforced; in server jobs they are not enforced at all except on the boundaries (to files, databases and the like). In a parallel Transformer stage a space in an integer column will throw an exception; if the Transformer stage has a reject lin...
by ray.wurlod
Fri Dec 03, 2010 12:38 am
Forum: General
Topic: Method to pull source and target meta data for all jobs
Replies: 3
Views: 1081

Pull? What does this mean? What do you want to do with the metadata?
by ray.wurlod
Fri Dec 03, 2010 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nextsurrogatekey to a stage variable
Replies: 2
Views: 2472

NextSurrogateKey() will only work if the state file or database sequence for the surrogate key generator has been initialized.
by ray.wurlod
Fri Dec 03, 2010 12:30 am
Forum: General
Topic: Reg:Oracle as MetadataRepository for Infosphere 8.1 install
Replies: 7
Views: 1746

Either is OK, but don't use the reserved schema name XMETA for your corporate data. I would prefer separate databases, but it will work if they're in the same database.