Search found 53125 matches

by ray.wurlod
Fri Feb 17, 2012 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting only executables after importing
Replies: 6
Views: 1910

How about clearing the project entirely then importing without the executables, using "Import Selected"?
by ray.wurlod
Fri Feb 17, 2012 11:34 pm
Forum: General
Topic: Delete job from command line
Replies: 9
Views: 4536

It's not in 8.7 and is unlikely ever to be in the product.

In 8.7 you may be able to identify the jobs using Quick Find or Advanced Find in Designer if there is some sufficiently common characteristic that you can identify.
by ray.wurlod
Fri Feb 17, 2012 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 1
Views: 1038

Did you Search DSXchange? This should always be your first action before posting.

There's one solution here, for example.
by ray.wurlod
Fri Feb 17, 2012 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database down - Datastage not aborted but hung
Replies: 2
Views: 1303

Design a simple job (or before-job subroutine) that will test whether Oracle is "up", perhaps using tnsping command.
by ray.wurlod
Fri Feb 17, 2012 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 4
Views: 1625

Information Server 8.5 can run with DB2 9.5 or 9.7. What DB2 software you will need on the engine tier will depend on what you want to do but, in general, the client software is required. You may also need DB2 Connect. As noted, you may well have the client available from your services tier. But, ye...
by ray.wurlod
Fri Feb 17, 2012 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special character "@" in unix file
Replies: 3
Views: 1210

Are you sure it's not ^@ (Ctrl @)?

^@ is how ASCII codepoint 0 is represented. This is the default value of APT_STRING_PADCHAR; the character with which Char data types are padded to length.
by ray.wurlod
Fri Feb 17, 2012 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link Partitioner outputing incorrect number of rows
Replies: 2
Views: 843

Why did you re-post this server job question, which you have already asked, in the parallel job forum?
by ray.wurlod
Fri Feb 17, 2012 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 15654

Can you please check PATH, LIB and LIBPATH environment variables?
by ray.wurlod
Fri Feb 17, 2012 4:27 pm
Forum: General
Topic: Deleting the Logs in director for instance jobs
Replies: 4
Views: 2754

You can delete the "instance" entries from RT_STATUSnnn and you will find that the instance log entries magically disappear.
by ray.wurlod
Fri Feb 17, 2012 4:25 pm
Forum: General
Topic: something spectacular with the id 'dsadm'
Replies: 6
Views: 1893

It appears that Designer looks in the local (project) repository. Director looks in the unified metadata repository (XMETA).
by ray.wurlod
Thu Feb 16, 2012 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating a job
Replies: 6
Views: 1627

Try writing out the logic in English. The nature of the required self-join may well become apparent when you do this.
by ray.wurlod
Thu Feb 16, 2012 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MODIFY OPERATOR DROP
Replies: 5
Views: 1499

Just to confirm, you only get one DROP specification. Or only one KEEP specification. Not both.
by ray.wurlod
Thu Feb 16, 2012 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MODIFY OPERATOR DROP
Replies: 5
Views: 1499

No.

But you only have to do it once.
by ray.wurlod
Thu Feb 16, 2012 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the functionality of change capture stage
Replies: 4
Views: 1382

I suspect the question is about how to specify the columns to be considered as keys to be considered when detecting change, to which the first answer (read the manual) is apposite. In the manual you will also read the necessity to partition and sort the data.
by ray.wurlod
Thu Feb 16, 2012 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Binary to bit
Replies: 2
Views: 1228

Unsigned TinyInt (uint8) is the closest DataStage approximation to Bit.