Search found 53125 matches

by ray.wurlod
Sat Jun 10, 2006 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project is not set up for DataStage
Replies: 9
Views: 3337

"Cannot open DSR_JOBS" is, I believe, a mis-typing. There is no file of this name. It's either that the DSR_JOBS helper subroutine failed to be called correctly, or cannot open DS_JOBS. Without knowing which is the actual case I'm wary of commenting further.
by ray.wurlod
Sat Jun 10, 2006 4:03 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Record too big to fit in a block
Replies: 2
Views: 2940

As far as I am aware the maximum length of a Long VarChar in a Data Set is 128KB (the maximum length of a VarChar is 4KB, which answers Sanjay's question).
by ray.wurlod
Fri Jun 09, 2006 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project is not set up for DataStage
Replies: 9
Views: 3337

DS.REINDEX ALL is a good plan, but make very sure that you have exclusive access to the project. If necessary restart DataStage services first. You can always get to the project by telnet (or ssh), and nearly always from the Administrator client.
by ray.wurlod
Fri Jun 09, 2006 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Question
Replies: 5
Views: 1467

DataStage uses the user's operating system identity. That's where you would enforce password change.
by ray.wurlod
Fri Jun 09, 2006 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UPDATE COLS
Replies: 5
Views: 1113

You can not retrieve "JOHN" from the hashed file if "JOHN" is the key value unless you supply "JOHN" as the reference key expression. Assuming that you have some way to do this, such as SourceFile.NAME, then the 10 and 5 will be returned. You just use the other two input columns from the reference i...
by ray.wurlod
Fri Jun 09, 2006 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while calling parameter value from unix file
Replies: 4
Views: 1008

Good, now you can change

Code: Select all

$DEFINE DEBUGGING 
to

Code: Select all

$UNDEFINE DEBUGGING
and re-compile.
by ray.wurlod
Fri Jun 09, 2006 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

Generally a fast initial rate followed by degradation indicates that some kind of resource (buffer, for example) becomes full and then a slower process becomes involved (for instance transfer with handshaking rather than direct transfer). It might also mean that row processing has finished but the c...
by ray.wurlod
Fri Jun 09, 2006 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logging DS Client Activities (View Data, Admin Logon)
Replies: 1
Views: 701

No. No. You could monitor client connections by having a process continuously monitoring the DS_LICENSE file. You can monitor their activity by enabling server-side tracing, but this carries a severe performance penalty and warns folks connecting that tracing is enabled. Also, you would need to do a...
by ray.wurlod
Fri Jun 09, 2006 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase error
Replies: 7
Views: 4509

It seems - without knowing too much about Sybase - that Sybase is trying to create a (temporary?) table in the tempdb database to store the result of your query. And, apparently, such action is not permitted, either because you don't have appropriate privilege to that database, or because it's simpl...
by ray.wurlod
Fri Jun 09, 2006 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX on Windows XP
Replies: 11
Views: 3535

Version 7.5x2 is an official release. However, being the first kid on the block (the first implementation of Orchestrate on Windows, and relying heavily on MKS Toolkit), I don't personally believe it's suitable for production. Maybe the Windows Hawk release will be less flaky.
by ray.wurlod
Fri Jun 09, 2006 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC error
Replies: 5
Views: 1052

It means the fifth parameter marker in the SQL. If this is Oracle SQL, the fifth parameter marker is :5 but, if this is ODBC SQL, the fifth parameter marker is ? (as are all the other parameter markers). Is the column in the Oracle table defined as VARCHAR2(50)? That is, does the metadata in your jo...
by ray.wurlod
Fri Jun 09, 2006 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

Yes I have. You are not helping. But thanks for the reply. No, I am trying to help. If you had never started it then you may always have had a zero length file. This is clearly not the case and so we can eliminate that possibility. It also means that your jobmoninit file has become empty in the mea...
by ray.wurlod
Fri Jun 09, 2006 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Palette lost?
Replies: 5
Views: 1378

There is a known bug in some of the 7.5 releases where the Palette only shows the Aggregator stage icon with a label of "0". This can not be expanded. If this occurs, the workaround is to drag stages from the Repository view, which seems to be unaffected.
by ray.wurlod
Fri Jun 09, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 11911

Is there an index on the sorting column?

Because a B-tree is stored in sorted order, it can facilitate sorting in an unconstrained query, and in certain classes of constrained query.
by ray.wurlod
Fri Jun 09, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Error
Replies: 10
Views: 1913

Harry died in 1972