Search found 53125 matches

by ray.wurlod
Tue Oct 30, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: list all the jobs which are in aborted status
Replies: 10
Views: 5720

Enrol on a DataStage Administration class and you will learn the names of the tables and what's stored in them. However, the column names are deliberately left obscured for the reasons Arnd noted.
by ray.wurlod
Tue Oct 30, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate report while through datastage JOB
Replies: 1
Views: 1516

In before-job subroutine choose ExecSH and execute an echo command to write the header line. echo Employee Details > #filename# In the sequential stage name #filename#, but choose Append To File In after-job subroutine choose Exec SH and execute an echo command to append the current date as the trai...
by ray.wurlod
Tue Oct 30, 2007 6:54 am
Forum: General
Topic: ROUTINES UNABLE TO OPEN
Replies: 5
Views: 2085

You need to do one more step. The indexes (which are stored in I_DS_TRANSFORMS) are still pointing at the other project. You need to do a DS.REINDEX DS_TRANSFORMS command to get it right.
by ray.wurlod
Tue Oct 30, 2007 6:43 am
Forum: General
Topic: Error while running a Routine in Datastage Server Edition
Replies: 10
Views: 3542

That's what the BCI functions are for.
by ray.wurlod
Mon Oct 29, 2007 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Support for large dates - say 5874897-12-31
Replies: 7
Views: 2727

Standard ISO8601 only defines dates to 9999-12-31.

DataStage conforms to that standard, as do most (though clearly not all) commercial databases.
by ray.wurlod
Mon Oct 29, 2007 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage in Datastage Ver 8
Replies: 1
Views: 1501

1. No. You could also indicate the current/non-current status of dimension records using timestamp.

2. The complaint is that you must identify the dimension table key column(s) by checking the "Key" checkbox in the table metadata. Apparently you have not done so.
by ray.wurlod
Mon Oct 29, 2007 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timezone support for Date/Timestamp data types
Replies: 3
Views: 4118

Can you please provide an example of what you mean? Perhaps reading them as string data types is a good workaround.
by ray.wurlod
Mon Oct 29, 2007 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching Row Count
Replies: 12
Views: 3814

So? Using a consistent stage and link naming convention in your jobs can ease that difficulty immensely. For example contemplate suffixes such as _INP, _OUT, _REJ, _LKP (or prefixes if you prefer) on your links that connect to the "outside world".
by ray.wurlod
Mon Oct 29, 2007 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file
Replies: 2
Views: 1480

There is no scope whatsoever for custom hashing algorithms. The supplied ones, particularly types 2, 18 and GENERAL and SEQ.NUM, work very well. They have been tuned to perfection over the years. To create a static hashed file choose a type between 2 and 18 inclusive. Use the Hashed File Calculator ...
by ray.wurlod
Mon Oct 29, 2007 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

"In Vacation" - that would also explain why it wasn't doing anything!
:lol:
by ray.wurlod
Mon Oct 29, 2007 10:36 pm
Forum: General
Topic: ROUTINES UNABLE TO OPEN
Replies: 5
Views: 2085

Not only do you need to repair DS_TRANSFORMS, but you need to realise that routines are not stored in DS_TRANSFORMS. The hashed file you need to re-index is DS_ROUTINES. Of course, if the corruption in DS_TRANSFORMS was caused by running out of disk space, then you probably need to check all the has...
by ray.wurlod
Mon Oct 29, 2007 10:34 pm
Forum: General
Topic: Error while running a Routine in Datastage Server Edition
Replies: 10
Views: 3542

You might also search for "BCI" but beware of licensing issues with the ODBC drivers from DataDirect.
by ray.wurlod
Mon Oct 29, 2007 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identical column names in Lookup - Best practice
Replies: 1
Views: 769

I assume you're talking about a Lookup stage here.
What you say is true except if the reference input is fed by a Lookup File Set or by a sparse lookup. In either of these cases the column name must be identical. The data type, of course, should always match or at least be compatible.
by ray.wurlod
Mon Oct 29, 2007 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we run two separate flows to a single target
Replies: 2
Views: 838

Moderator: please delete duplicate thread (this one)
by ray.wurlod
Mon Oct 29, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock
Replies: 4
Views: 1945

:idea:
You don't fix deadlocks. You prevent them.