Search found 53125 matches

by ray.wurlod
Wed Jul 13, 2011 5:09 pm
Forum: General
Topic: Adding users in Information Server
Replies: 2
Views: 1100

It should work, but you probably need to specify the full Distinguished Name. The documentation about this command should tell you one way or the other.
by ray.wurlod
Wed Jul 13, 2011 5:07 pm
Forum: General
Topic: DataStage 7.5.1 locks when I want to include any column
Replies: 4
Views: 1964

It's a bit extreme, but I think the next thing to do is to completely uninstall the client and re-install it.
by ray.wurlod
Wed Jul 13, 2011 5:06 pm
Forum: General
Topic: Mapping job - Track dependencies
Replies: 4
Views: 2223

Most companies at which I've worked will unblock a web site if you ask nicely and make a reasonable business case (which is easy to do in the case of DSXchange if you're a DataStage developer).
by ray.wurlod
Wed Jul 13, 2011 5:01 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Running into an issue while importing metadata from IA
Replies: 1
Views: 1737

Involve your official support provider. The services themselves should look after prevention of duplicate repository IDs - you certainly cannot.
by ray.wurlod
Tue Jul 12, 2011 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD: the blank purpose code
Replies: 1
Views: 744

That is correct.

It is useful for fields that don't have any meaning at all in the history, for example fields like COMMENTS.
by ray.wurlod
Tue Jul 12, 2011 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking the sorted data
Replies: 3
Views: 1036

The generated fields will be populated correctly provided you have not lied about the "already sorted/grouped" assertion.
by ray.wurlod
Tue Jul 12, 2011 4:40 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

Is that ALL the code?

There are mismatched quotes in your PRINT statement.

Never ABORT in a routine.

What is FILE ? You can't use CloseSeq on something to which OpenSeq has not been applied.

What is A ? Looks like an unassigned variable to me.
by ray.wurlod
Tue Jul 12, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage-Warnings
Replies: 4
Views: 1993

The SCD stage should do that if you've marked it as Type2.
by ray.wurlod
Tue Jul 12, 2011 4:33 pm
Forum: General
Topic: Mapping job - Track dependencies
Replies: 4
Views: 2223

Do they want what's designed, or what's actually executed in some particular instance? (This may be different, depending on the logic built into the sequence.)
by ray.wurlod
Tue Jul 12, 2011 4:31 pm
Forum: General
Topic: Passing commandoutput as a parameter in to the parameter set
Replies: 14
Views: 5567

1. You don't need to count anything. 2. You can not include a unix command in a Convert() function. 3. Use the ls command to sort the file names. Translate the linefeeds into commas. 4. Have your StartLoop command process a "list of things" comma-delimited list of file names. 5. Within the...
by ray.wurlod
Tue Jul 12, 2011 4:27 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 2409

The big difference is that the version 8 DSX file will have version 8 components in it, which ought to preclude its successful use importing into a version 7 system.
by ray.wurlod
Tue Jul 12, 2011 4:25 pm
Forum: General
Topic: DataStage 7.5.1 locks when I want to include any column
Replies: 4
Views: 1964

What if you try left-clicking on the selector (the square tool with ... on it at the right hand end of the expression field)?
by ray.wurlod
Tue Jul 12, 2011 4:24 pm
Forum: General
Topic: DataStage 7.5.3 client in Windows 7
Replies: 3
Views: 2815

Windows 7 is not supported for DataStage 7.x.

Whether it works is, of course, an entirely different question. If it does, however, you're on your own vis-a-vis support.
by ray.wurlod
Tue Jul 12, 2011 7:01 am
Forum: General
Topic: Number of stages in Job sequences
Replies: 10
Views: 2750

I believe John McKeever and I found a workaround for that, but can't recall the details.