Search found 53125 matches

by ray.wurlod
Fri Aug 11, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing table metadata details
Replies: 8
Views: 2972

There follows a job control routine that can be pasted into a new server job in order to read one or more table definitions and produce the table definition in a number of output formats. This is job control code. It has been tested with all versions of DataStage from 4.0 through 7.5.2. There are te...
by ray.wurlod
Fri Aug 11, 2006 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined sql file - oracle 8i stage
Replies: 1
Views: 629

You don't. The stage expects to read all SQL from one file.
by ray.wurlod
Fri Aug 11, 2006 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dropping columns in a hashed file
Replies: 3
Views: 1170

Hashed files are not column driven (unless accessed via a UV stage). But you can be selective about which columns you select. Navigation within hashed files is by ordinal position of that field within the data record. There is a Position column in the Columns grid that shows where each field is; thi...
by ray.wurlod
Fri Aug 11, 2006 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowProcGetPreviousValue
Replies: 3
Views: 974

:!:
COMMON storage is not an obstacle for routines used in server jobs.

This misconception seems to have arisen because use of variables declared to be COMMON will prevent a server job that uses them from being encapsulated in a shared container and used in a parallel job. That is all.
by ray.wurlod
Fri Aug 11, 2006 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypting passwords when triggering jobs via shellscript
Replies: 4
Views: 808

You could use encrypted environment variables.
by ray.wurlod
Fri Aug 11, 2006 1:56 am
Forum: Site/Forum
Topic: Slow Refresh
Replies: 7
Views: 3195

I just completed two games of FreeCell while waiting to return to the parallel forum after making a post. That's slow! One of my colleagues suggested that US sites may come in for special attention from the censor, but Hotmail just flies along (then again, that may be a mirror site). But Dilbert and...
by ray.wurlod
Fri Aug 11, 2006 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find a job based on job creation date
Replies: 5
Views: 1652

DataStage Administrator client.
Projects tab.
Select your project.
Click Command button, which opens Command window.
Execute command there. Make sure that spelling and casing are accurate.
by ray.wurlod
Fri Aug 11, 2006 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to open job activity, routine activity properties
Replies: 4
Views: 1231

Yes, there is a patch that is REQUIRED if your client is on Windows XP sp2. Search the forum for details about where to find it, or get your support provider to supply it. There is no cost. It used to be downloadable from the Ascential eService web site, but I have no idea where to get it from now.
by ray.wurlod
Fri Aug 11, 2006 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

When i do df -g on "/dstage/Ascential/DataStage/Datasets" i see that it is 89% used. When i do df -g on "/dstage/Ascential/DataStage/Scratch" i see that it is 4% used. This suggests that DataSets and Scratch are on different file systems. Please confirm that this is the case, and also that you (the ...
by ray.wurlod
Fri Aug 11, 2006 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata - list of all tables
Replies: 15
Views: 5245

All table names are recorded in the project's vocabulary. Therefore

Code: Select all

SELECT "@ID" FMT '50L' FROM VOC WHERE "TYPE" IN ('F', 'Q');
by ray.wurlod
Thu Aug 10, 2006 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowProcGetPreviousValue
Replies: 3
Views: 974

You need either to adapt the code, or to use five pairs of stage variables. The code was only written to remember one value. The change would not be difficult.
by ray.wurlod
Thu Aug 10, 2006 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata - list of all tables
Replies: 15
Views: 5245

Or, at rather more expense than EtlStats, you can use the vendor's preferred tool, MetaStage. The benefit of the extra cost is that this tool can also tell you where else (apart from DataStage) these tables and files have been used.
by ray.wurlod
Thu Aug 10, 2006 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Vs ODBC Stage
Replies: 7
Views: 1399

Is this ASCII and binary data, or is there another character set (Thai?) involved? Is the DRS stage set to use ODBC or a native API connection protocol? If a native protocol, are the environment variables that it requires correctly set?
by ray.wurlod
Thu Aug 10, 2006 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: search a job name
Replies: 8
Views: 2321

Not enough! Before removing the DS_JOBS entry you will need to remove all its children from DS_JOBOBJECTS. DELETE FROM DS_JOBOBJECTS WHERE OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE NAME = 'Arquivo'); Warning Any damage you inflict upon Repository tables is not covered by warranty. Make sure...
by ray.wurlod
Thu Aug 10, 2006 9:07 pm
Forum: Site/Forum
Topic: Slow Refresh
Replies: 7
Views: 3195

I believe that my current problem is (compounded by) the fact that all internet traffic goes through a government "net nanny" that blocks any traffic deemed unacceptable to the good citizens of Dubai. I suspect that that server is overloaded.