Search found 53125 matches

by ray.wurlod
Wed Oct 19, 2011 3:43 pm
Forum: General
Topic: 8.5 connections breaking down when we bounce 7.5 instance
Replies: 3
Views: 1564

OK, let's concentrate on what you mean by "breaking". What exact error message is received?
by ray.wurlod
Wed Oct 19, 2011 3:40 pm
Forum: General
Topic: How to count the number of server and parallel jobs running
Replies: 1
Views: 1265

If you can hold off till version 8.7, released any day now, you will get an Operations Console that does this for you.
by ray.wurlod
Wed Oct 19, 2011 3:36 pm
Forum: General
Topic: How to find the Table name in datastage repository?
Replies: 1
Views: 1618

It depends. A table name might be referred to in its table definition, in a DataStage job that mentions the table, in a routine that deals with the table. The different kinds of object are stored in different repository tables, so that there is no single place to look. Table definitions are stored i...
by ray.wurlod
Wed Oct 19, 2011 3:33 pm
Forum:
Topic: Maintaining trail of data sources at row and column level
Replies: 2
Views: 1434

Business Glossary does not give you column granularity. It only gives a high level account, called "business lineage". Metadata Workbench gives the more detailed "data lineage". However, neither lineage reports values; only lineage. Structural changes ought to be auditable in the...
by ray.wurlod
Wed Oct 19, 2011 3:29 pm
Forum: IBM QualityStage
Topic: Exporting overrides in standardization routines to a file
Replies: 2
Views: 1569

The overrides are already in files (one for each type of override). You view these from the Rules Manager client, by default using Notepad. All you have to do is copy/paste or Save As. Or you could learn the location of the files in your project and copy them from there. What's your purpose in expor...
by ray.wurlod
Tue Oct 18, 2011 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine Error
Replies: 2
Views: 1644

DataStage has its own conventions for stdout and stderr file units, so you must be very careful using cout, and printf and similar functions. Indeed, there ought to be no need to use functions like printf in DataStage parallel routines.
by ray.wurlod
Tue Oct 18, 2011 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to properly use pivot/pivot enterprise
Replies: 6
Views: 1472

Surely it's enough that your other columns are your pivot keys?
by ray.wurlod
Tue Oct 18, 2011 11:08 pm
Forum: General
Topic: To upload a file directly from DataStage to Sharepoint.
Replies: 1
Views: 1694

Yes. If the share point path is directly accessible from the DataStage server you can write directly to a file there. Otherwise use an after-job subroutine to copy/move the file to its share point location.
by ray.wurlod
Tue Oct 18, 2011 11:06 pm
Forum: General
Topic: sequencer job issue
Replies: 4
Views: 1188

An OK trigger will not fire if the job has even one warning. Please check whether this is the case; you may need to refine the trigger expression.
by ray.wurlod
Tue Oct 18, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lock data Rows in table
Replies: 3
Views: 1729

Research "transaction isolation level".
by ray.wurlod
Tue Oct 18, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy dataset in GUI
Replies: 3
Views: 907

Did you specify a pathname for the new ".ds" file? If not, look in your project directory on the server.
by ray.wurlod
Tue Oct 18, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 4
Views: 1939

One thing that gives me the "irrits" is those who suggest running on a single node as the way to "solve" poor partitioning choices.

It's not a solution.
by ray.wurlod
Tue Oct 18, 2011 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view .o file
Replies: 2
Views: 1715

01011101010001010101010010001100101010010101001010100111110101010101001110101010110101001010011010101010010110101010010111101010101010101010101
by ray.wurlod
Tue Oct 18, 2011 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O thoughput
Replies: 7
Views: 2049

In a word, contention.
by ray.wurlod
Tue Oct 18, 2011 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Truncation issue
Replies: 2
Views: 1017

DataStage will not implicitly truncate a VarChar. As you have discovered.