Search found 53125 matches

by ray.wurlod
Tue Jun 21, 2005 4:47 pm
Forum:
Topic: Metadata information through basic routine.
Replies: 6
Views: 2986

It depends on whether good metadata management practices have been followed, and the linkages to the Repository have been preserved. If they have been broken (for example by modifying the table definition in the job design) then the answer is a simple no. Otherwise, the reference to the table defini...
by ray.wurlod
Tue Jun 21, 2005 4:44 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: FTP Connector - Newbie
Replies: 2
Views: 2671

Welcome aboard! :D You've posted this in the TX forum. Are you asking specifically about an FTP connector for DataStage TX, or more generally about the FTP stage used within DataStage? Search this forum and Ascential Developer Net for ideas about connecting using the FTP stage and using scripts (whi...
by ray.wurlod
Tue Jun 21, 2005 4:41 pm
Forum: IBM QualityStage
Topic: QS Plugin reinstall?
Replies: 7
Views: 3687

Yes, since there's no mechanism for installing it in the Template from which projects are created. Maybe there a need for an enhancement request here.
All plug-in stages installed via the Package Installer are installed directly in projects, not in the Template.
by ray.wurlod
Tue Jun 21, 2005 4:39 pm
Forum: Enhancement Wish List
Topic: AutoTrim for Input/Output objects
Replies: 2
Views: 1749

Presumably by "spaces" you mean "white space" (which includes tab characters) for non-NLS or characters designated as TRIMMABLE in the CTYPE locale category where NLS is enabled? :)
by ray.wurlod
Mon Jun 20, 2005 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error connecting to Oracle database
Replies: 2
Views: 1447

Check that the 32-bit Oracle library occurs ahead of the 64-bit library in LD_LIBRARY_PATH. Make sure that you export LD_LIBRARY_PATH, not LD_LIBRARY_HOME. Also make sure in dsenv that there's no space either side of the "=" character when setting values for environment variables. And what's the "#"...
by ray.wurlod
Mon Jun 20, 2005 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error importing metadata from Oracle server
Replies: 4
Views: 1521

Check that the 32-bit Oracle library occurs ahead of the 64-bit library in LD_LIBRARY_PATH. Make sure that you export LD_LIBRARY_PATH, not LD_LIBRARY_HOME. Also make sure in dsenv that there's no space either side of the "=" character when setting values for environment variables. And what's the "#"...
by ray.wurlod
Mon Jun 20, 2005 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure performance?
Replies: 19
Views: 5910

It would not be difficult to create a server job (with routines) that could capture all of the required information from an entire project and, indeed, email the results. Gathering information about the platform is more difficult but, again, not impossible. This could be distributed to anyone intere...
by ray.wurlod
Mon Jun 20, 2005 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer stage takes 8 minutes to open in Designer
Replies: 2
Views: 1069

When you open a Job Activity it must request a (sorted) list of all jobs in the project with which to populate the drop-down list of job names. My guess, therefore, is that you have thousands of jobs in your project. If my guess is correct there is no cure unless you remove any jobs that you no long...
by ray.wurlod
Mon Jun 20, 2005 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locked Job.. need help
Replies: 8
Views: 2136

Search the forum for the UNLOCK command. This should provide information as to how to identify the recalcitrant lock and how to clear it.

Restarting DataStage necessarily clears all locks, since it re-builds the lock tables in memory.
by ray.wurlod
Mon Jun 20, 2005 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variables defined in DataStage
Replies: 3
Views: 5232

There are two sections in DSParams; one for the environment variable definitions, the other for their values. The latter, from memory, is headed [EnvVarValues].
by ray.wurlod
Mon Jun 20, 2005 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql is not executing?
Replies: 10
Views: 2154

COUNTRY_ID=HR can never be right, unless HR is a column in the table.

COUNTRY_ID='HR' is needed if COUNTRY_ID has an SQL data type of CHAR or VARCHAR. Note the use of quotes around a string literal.
by ray.wurlod
Mon Jun 20, 2005 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: initialization of job parameters
Replies: 3
Views: 1862

If you're going to hack a DSX file, make sure that you export including properties with default values (you set this on the Options tab).
by ray.wurlod
Mon Jun 20, 2005 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CompareStage
Replies: 9
Views: 2598

If you use RCP there are columns "appearing from nowhere" as far as the Repository is concerned. That is, since the table definition on the output link was not loaded from the Repository, there is no link established in the first place, so no way for MetaStage to do its thing.
by ray.wurlod
Mon Jun 20, 2005 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Cubes
Replies: 2
Views: 1174

Yes, though you may need user-defined SQL if you need to constrain on dimensions, for example. Haven't done this with Sybase, but have done so with SQL Server.
by ray.wurlod
Mon Jun 20, 2005 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Dictionary entries
Replies: 5
Views: 941

Searching here, of course, and also the UniVerse 9.6 manuals on the IBM website.