Search found 53125 matches

by ray.wurlod
Sun Jun 21, 2009 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job stops Immediately with no reason
Replies: 5
Views: 1670

Is there anywhere (e.g. a routine, a Terminator) that might have issued a stop request?
by ray.wurlod
Sun Jun 21, 2009 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

Any query on UV_SCHEMA that touches every page would do, or you can use UVFIXFILE or fixtool (not in fix mode). There are only as many entries in UV_SCHEMA as there are projects, so listing the entire table is only going to take one or two screens.
by ray.wurlod
Sat Jun 20, 2009 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Compilation Error
Replies: 6
Views: 3158

... provided you include "not installed at all" in the category "not properly configured".
by ray.wurlod
Sat Jun 20, 2009 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

First check whether UV_SCHEMA is corrupted. It may not be, in which case there is no cause to do anything with it. In any case the six tables in the CATALOG schema are managed differently from all others.

How did you determine that the user is a DataStage DBA as you asserted?
by ray.wurlod
Fri Jun 19, 2009 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort order issue in merge stage
Replies: 1
Views: 819

A Search for "does not fulfill the sort requirements of the downstream operator" will prove beneficial.
by ray.wurlod
Fri Jun 19, 2009 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Time table creation
Replies: 3
Views: 817

Two row generators - one for dates, one for times. Join (full outer). Add surrogate key.
by ray.wurlod
Fri Jun 19, 2009 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What ports does DataStage really use?
Replies: 12
Views: 9120

Ray, this is a PX installation and those ports are closed between client and server. Or do you mean runtime port usage on a single machine? These ports are not used between client and server. Port #10000 is used between conductor and section leader processes on processing nodes, ports #11000 and up...
by ray.wurlod
Fri Jun 19, 2009 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What should be the Before clause in Teradata Mload?
Replies: 9
Views: 2463

It's a Teradata command, not a DataStage command. Because we don't know all the identifier names in your Teradata installation, we can not help. Ask your database administrator (DBA) for assistance on Teradata command syntax.
by ray.wurlod
Fri Jun 19, 2009 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not find DateGenericToTimeStamp routine
Replies: 5
Views: 1536

There is also a bug is some specific 7.5 versions (maybe 7.1 as well) that prevents traversal of the tree structure for more than two levels.
by ray.wurlod
Fri Jun 19, 2009 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

What did DataStage respond to your SETFILE command?
by ray.wurlod
Fri Jun 19, 2009 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

FORGET Information Server and WebSphere Application Server. Except that they have to be running, they are not related to the present issue.

Try the telnet without the colon character.

Code: Select all

telnet servername 2300
by ray.wurlod
Fri Jun 19, 2009 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Compilation Error
Replies: 6
Views: 3158

Moderator: please move to parallel forum
by ray.wurlod
Fri Jun 19, 2009 11:06 pm
Forum: General
Topic: Data Stage Server job- Capturing rejected records
Replies: 2
Views: 1701

Welcome aboard.

In addition to what Arnd posted, I would recommend that you create re-usable components (Routines or Transforms) for particular checks.

For example to check for signed integer:

Code: Select all

%Arg1% Matches "1N0N" : @VM : "'-'1N0N" : @VM : "'+'1N0N"
by ray.wurlod
Fri Jun 19, 2009 11:01 pm
Forum: IBM QualityStage
Topic: Creating Custom Rule Sets in Quality stage
Replies: 7
Views: 9042

There are two DVDs that are available from DSXchange Learning Center - one on Pattern Action Language and the other on creating rule sets. But I agree with JRodriguez that most of what you appear to want to do can be accomplished out of the box.
by ray.wurlod
Thu Jun 18, 2009 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What should be the Before clause in Teradata Mload?
Replies: 9
Views: 2463

Re: What should be the Before clause in Teradata Mload?

nayanpatra wrote:I am currently trying to insert data into Teradata Mload table. It's working fine. But what should be the BEFORE CLAUSE that can be used so that the table may be truncated or deleted or released before it starts processing?
The correct command to clear that particular table.