Search found 53125 matches

by ray.wurlod
Wed May 04, 2011 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage
Replies: 3
Views: 2420

Note, in particular, the non-appearance of IN in that list.
by ray.wurlod
Wed May 04, 2011 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to eliminate warning on timestamp
Replies: 4
Views: 7135

You can change from fatal to warning in the Connector stage itself, for size mismatch and data type mismatch. They are two separate properties.
by ray.wurlod
Wed May 04, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:No default type conversion from type "timestamp[m
Replies: 5
Views: 3693

Oh, yes you are, which is why the error message is occurring.

For example what data type is this field in the reference data set?
by ray.wurlod
Wed May 04, 2011 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to find object in repository
Replies: 6
Views: 1736

Which repository are you asking about? The localuv data source is the project itself, the table is a UniVerse table (created with a UniVerse stage). Why do you need to find this object? Has anyone bothered to import the table definition for this table? If not, it probably does not exist in the repos...
by ray.wurlod
Wed May 04, 2011 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file
Replies: 4
Views: 1928

A hash file is a tool for shaping a block of hash. In DataStage we talk (or should talk) about hashed files. The names are fairly self-explanatory. A static hashed file is one in which the number of groups does not change without manual intervention. In a dynamic hashed file the number of groups is ...
by ray.wurlod
Wed May 04, 2011 3:21 pm
Forum: General
Topic: Default project deleted
Replies: 4
Views: 1465

If you mean the Template (which can not be used as a project) restore from backup.
by ray.wurlod
Wed May 04, 2011 3:19 pm
Forum: General
Topic: DataStage login in an LDAP environment?
Replies: 1
Views: 1534

Upgrade to version 8 and you can use single login. Until then, not. You have to manage the users as operating system users in version 7.
by ray.wurlod
Wed May 04, 2011 3:17 pm
Forum: General
Topic: how to exit the loop in between 12 runs
Replies: 5
Views: 2146

At least two approaches suggest themselves.

1. Have another stream that bypasses the EndLoop activity. (This probably throws a warning "entered loop but did not exit".)

2. Set a flag that allows the in-loop activities to be bypassed if set.
by ray.wurlod
Wed May 04, 2011 3:16 pm
Forum: General
Topic: Default project deleted
Replies: 4
Views: 1465

There's actually no such thing as a default project. A project must be created when DataStage engine is installed, but there's no necessity to keep it once another project has been created. The rule is that you must have at least one project. If you feel you need it, create it afresh and import from...
by ray.wurlod
Wed May 04, 2011 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:No default type conversion from type "timestamp[m
Replies: 5
Views: 3693

At what point is this conversion taking place and are you expecting it to be performed implicitly or are you using an explicit conversion function?
by ray.wurlod
Wed May 04, 2011 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Null handling done on not nullable column
Replies: 10
Views: 2951

If you are on a version earlier than 8.5 it matters hugely to the Transformer stage - all functions in the Transformer stage other than the null-handling functions are intolerant of null.
by ray.wurlod
Wed May 04, 2011 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove hash
Replies: 7
Views: 2603

You can delete the hashed file (note: it's not "hash" file) using an after-stage or after-job subroutine. The actual command to use will depend on whether you are using an account-based or directory-based ("pathed") hashed file.
by ray.wurlod
Wed May 04, 2011 1:07 am
Forum: General
Topic: Difference between slowly changing dimenson and rapidly chan
Replies: 2
Views: 1338

It's all about the speed of arrival of change events. Google can be your friend here.
by ray.wurlod
Wed May 04, 2011 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Null handling done on not nullable column
Replies: 10
Views: 2951

Defined as not nullable on the reference input to the Lookup stage?
by ray.wurlod
Wed May 04, 2011 12:59 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Connector drop-down empty when configuring Data Store
Replies: 7
Views: 3222

Agreed, that shouldn't happen. Have you reported it through your support provider? Well done on resolving it.