Search found 53125 matches

by ray.wurlod
Wed Feb 11, 2009 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Lotus Domino File as source in Datastage
Replies: 3
Views: 1175

ODBC driver for Lotus Notes accessed through ODBC stage.
by ray.wurlod
Wed Feb 11, 2009 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling
Replies: 11
Views: 4905

Can't help you unless you post the actual compilation error.
by ray.wurlod
Wed Feb 11, 2009 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Details
Replies: 4
Views: 1192

There is no separate table.

Design-time partitioning is stored as a set of properties of the stage (that is, of the particular job object), in DS_JOBOBJECTS. Run-time partitioning is stored in the RT_CONFIGnnn table for job number nnn.
by ray.wurlod
Wed Feb 11, 2009 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of Mainframe jobs
Replies: 7
Views: 1549

It may be sufficient simply to license the mainframe (EE MVS) component. Typically everything is installed, but is disabled unless licensed.
by ray.wurlod
Wed Feb 11, 2009 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server Resources needed for Datastage 8.1
Replies: 3
Views: 1863

Nothing in the configuration file.
by ray.wurlod
Wed Feb 11, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect to DS
Replies: 3
Views: 944

Log in to Information Server web console, find the session and clean it up. (You will need to have Information Server administrator privilege.)
by ray.wurlod
Wed Feb 11, 2009 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to extract data from Websphere commerce Server?
Replies: 3
Views: 1384

There's a connector for this in version 8.1. Not sure how you'd do it in 8.0.
by ray.wurlod
Wed Feb 11, 2009 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Lotus Domino File as source in Datastage
Replies: 3
Views: 1175

I'm not sure this is as easy as you think. Is there an ODBC driver for Lotus Domino (as there is one for Lotus Notes)?
by ray.wurlod
Wed Feb 11, 2009 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Internal error on W2003: 39202
Replies: 9
Views: 4610

You also need to check permissions on the engine directories and all their parent and sub-directories. And even then the issue may not be one of permissions. Is the DataStage RPC daemon (service) running? Are you using local user IDs, or domain or LDAP based user IDs? Can you connect with the Omit c...
by ray.wurlod
Wed Feb 11, 2009 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we ser "No Limit Warning in dsjob common"
Replies: 2
Views: 4853

There is no mechanism for doing so.

If the project default (set in Director) is N, then the dsjob command will inherit this value. Set N = 0 if you want unlimited warnings.

Beware, though, that this can cause your log table to become very large which slows execution of your job hugely.
by ray.wurlod
Wed Feb 11, 2009 4:55 am
Forum: General
Topic: Adding Arguments to heavily used existing routine
Replies: 4
Views: 1270

Create a six-argument routine that is an interface to (that is, which calls) the five-argument routine. That is an easier approach to supplying the default value.
by ray.wurlod
Tue Feb 10, 2009 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server Resources needed for Datastage 8.1
Replies: 3
Views: 1863

How long is a piece of string? 8GB of memory is towards the lower end of the scale if everything is on the one machine. Ultiimately, though, all "performance" issues relate to the total load on the system. You need to monitor that, and adjust (maybe even unto more hardware, or fewer concur...
by ray.wurlod
Tue Feb 10, 2009 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Internal error on W2003: 39202
Replies: 9
Views: 4610

The 39xxx error codes are platform-independent.