Search found 53125 matches

by ray.wurlod
Tue May 08, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: number of jobs in a project
Replies: 5
Views: 1310

There is a limit on some operating systems; it's actually the number of subdirectories in a directory. On Solaris 5.2 that limit is 32K, which effectively limits the maximum number of jobs to around 5000. It's mainly cropped up as a problem in the Version Control project, and the workaround is to us...
by ray.wurlod
Tue May 08, 2007 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using active directory for DataStage authentication on Linux
Replies: 3
Views: 1224

I understood that the only supported Linux for 7.x is Red Hat AS3.

I have never even attempted to authenticate on Linux via Active Directory.
by ray.wurlod
Tue May 08, 2007 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Configuration File in DS Manager
Replies: 2
Views: 1146

Do you have a D:\tmp folder? You need one. This is referred to as /tmp by MKS Toolkit.
by ray.wurlod
Tue May 08, 2007 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash & Auto partition
Replies: 1
Views: 631

You can tell from the score what partitioning algorithm is used. Generally, unless there are overriding requirements (such as DB2 stage), Auto will use Same on a parallel-parallel link.
by ray.wurlod
Tue May 08, 2007 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 2
Views: 1636

You ARE using NLS, otherwise the message would not have been generated. That is to say, you have NLS enabled, whether you believe you are using it or not. NLS_LANG is an external environment variable, not used by DataStage, but checked for compatibility. You simply need to set it with the same map n...
by ray.wurlod
Tue May 08, 2007 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file RECORD options
Replies: 2
Views: 699

You're wrong to generalize like that. The format could be anything. The CFF stage can handle many different formats. Reading the pertinent chapter in the manual, or the topics in on-line help, would be a good start point.
by ray.wurlod
Tue May 08, 2007 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleanup resources problem
Replies: 10
Views: 1785

Do you log in with administrator privileges?
by ray.wurlod
Tue May 08, 2007 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running the job
Replies: 2
Views: 840

Try reducing the number of simultaneously starting processes (there's a startup concurrency environment variable).
by ray.wurlod
Tue May 08, 2007 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hardware Requirements for setting up the Server Environment
Replies: 4
Views: 985

Ten million source records once, ten million daily, ten millon per second?
by ray.wurlod
Tue May 08, 2007 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we view a file in DS which is 27900 bytes in length?
Replies: 3
Views: 771

Post the full detail of the error message, so that we can get all the other information that you're not telling us.
by ray.wurlod
Tue May 08, 2007 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating a table with a condition
Replies: 3
Views: 1062

Is the question IF condition THEN truncate ELSE don't or is the question truncate only certain rows?
by ray.wurlod
Tue May 08, 2007 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: simple if statement
Replies: 7
Views: 2156

The two conditions either side of your AND connector can never simultaneously be true. NullChecking() is only true for "" or NULL.
by ray.wurlod
Tue May 08, 2007 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dbf files
Replies: 3
Views: 1280

You can connect to dBase files using an ODBC driver for dBase. DataStage can act, among other things, as an ODBC client.
by ray.wurlod
Tue May 08, 2007 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in passing number as parameter
Replies: 1
Views: 1029

That logic can only generate 1 or 0, so why do you say you are "getting negative values"?

Did you build the expression with the expression editor? If not, please do so - you may have made one small typing error.
by ray.wurlod
Tue May 08, 2007 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Creation.
Replies: 4
Views: 1336

(1) Don't ever complain about performance or network problems - you will encounter both. (2) Clear file is VERY fast. Faster than anything with hashed files. It is not a "transactional" process. There are substantial dangers associated with your two servers, one hashed file approach if the hashed fi...