Search found 53125 matches

by ray.wurlod
Mon Nov 20, 2006 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Version of Datastage
Replies: 14
Views: 3941

Not LISP. There are few enough parentheses in the world as it is!
:lol:

Anyway it'd go faster if you wrote the whole thing in assembler. No, wait! Native machine code.
by ray.wurlod
Mon Nov 20, 2006 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deciding on what product to use for my needs
Replies: 1
Views: 1360

Your current version could manage it, if you have a suitable mechanism for detecting the events (say a file arriving in a directory). You can get near real time without the SOA components. But if you do buy the SOA components you will be able to get even nearer to real time. You will be able to publ...
by ray.wurlod
Mon Nov 20, 2006 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 5
Views: 2101

It's an inner join, isn't it? Therefore a Join stage would seem apposite. Upstream of that stage, generate the lookup value (a substring of the source key). If the reference data set is sufficiently small, a Lookup stage may be more performant. Return all columns except the key from the right/refere...
by ray.wurlod
Mon Nov 20, 2006 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create a USER
Replies: 10
Views: 3520

Make sure that this user is in a group that can execute things in the DataStage environment (DSEngine and PXEngine) and in a group that has rwx access to the project directory. Also make sure that this user has a umask of 002.
by ray.wurlod
Mon Nov 20, 2006 5:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Embedded Line Feed in DSSendMail Attach Path
Replies: 2
Views: 1943

Try forward slashes. NT is agnostic about the pathname delimiter between forward and backward slashed.
by ray.wurlod
Mon Nov 20, 2006 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in px
Replies: 12
Views: 7360

Reading one field will not be searching for a field delimiter, so you should be fine.
by ray.wurlod
Mon Nov 20, 2006 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 6948

It IS possible. Just put a server job in your job sequence stream.
by ray.wurlod
Mon Nov 20, 2006 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Comparison
Replies: 8
Views: 2307

There's an inbuilt diff tool in version 8.0. Pity you want it now!
by ray.wurlod
Mon Nov 20, 2006 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 6948

The ability to use DSSetUserStatus() only exists in server jobs, the BASIC Transformer stage or server shared containers. It is not possible from parallel jobs.
by ray.wurlod
Mon Nov 20, 2006 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in px
Replies: 12
Views: 7360

If you get the delimiter right it shouldn't matter, unless one field itself will exceed that limit. Double-eek!
by ray.wurlod
Mon Nov 20, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: crosstab source
Replies: 9
Views: 3037

The Palette is fully customizable. You can find the parallel Pivot stage in the Stage Types branch of your Repository and either drag it to a design canvas from there, or customize your Palette so that it's there in future. If you open the properties the stage type name is PivotPX. I have verified t...
by ray.wurlod
Mon Nov 20, 2006 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output of list.readu every
Replies: 6
Views: 2551

Each connected client sets two locks; one just to signal that it's connected, and one for licensing. So six locks (three RL and three RU locks) suggests three connected clients.
by ray.wurlod
Mon Nov 20, 2006 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view data ,target database on windows.DS on unix.
Replies: 2
Views: 1304

DataStage server is not on your desktop. You must correctly configure tnsnames.ora on the DataStage server machine (and have Oracle client software installed there).
by ray.wurlod
Mon Nov 20, 2006 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of a Job
Replies: 15
Views: 4170

The answer is no.

Every Friday 13th schedules every Friday and every 13th.

There's no way to identify the last Friday of a month with the Director scheduling interface; some months have four Fridays, some have five.
by ray.wurlod
Mon Nov 20, 2006 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Comparison
Replies: 8
Views: 2307

There's never time to do documentation, there's never time to retrofit documentation,...