Search found 53125 matches

by ray.wurlod
Thu Apr 30, 2009 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Error In Aggregator stage
Replies: 7
Views: 2878

The third party sorters, like SyncSort and CoSort, cost money because they sort fast. The UNIX sort command is acceptable in many cases. Server Sort stage, however, is notoriously slow.
by ray.wurlod
Thu Apr 30, 2009 6:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

orchdbutil to retrieve a table definition can be done from the command line. But that doesn't get the table definition into your repository.
by ray.wurlod
Thu Apr 30, 2009 4:45 pm
Forum: General
Topic: ASBagent dies when attempting to test connection in IA
Replies: 6
Views: 2890

'fraid not. Hassle your support provider. Meantime keep monitoring the ASB agent process and restarting it as required. The last site I was at created a script for doing just that.
by ray.wurlod
Thu Apr 30, 2009 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

Import > Table Definitions > Orchestrate then choose the orchdbutil option.
by ray.wurlod
Thu Apr 30, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the Job designs based on the Executable Jobs
Replies: 3
Views: 1177

There is no "exe".

There are no tools for regenerating from the generated osh, but a person should be able to do it. Indeed, it's an exercise to do so in my Advanced DataStage class.
by ray.wurlod
Thu Apr 30, 2009 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link keeps black
Replies: 15
Views: 4745

Have you disabled display of "performance statistics"?
by ray.wurlod
Thu Apr 30, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff b/w unique and stable sort
Replies: 9
Views: 3931

Ur was a city in ancient Babylonia. The second person possessive personal pronoun in English is spelled "your". Please strive for a professional standard of written English on DSXchange; it helps those whose first language is not English.
by ray.wurlod
Thu Apr 30, 2009 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Process
Replies: 2
Views: 1061

Moderator: please move to parallel forum

CPU usage can be monitored using Monitor.
by ray.wurlod
Thu Apr 30, 2009 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Error In Aggregator stage
Replies: 7
Views: 2878

Are your data sorted on the grouping keys? Most Aggregator problems in server jobs relate to running out of memory because they have to keep the entire result set in memory. When input data are sorted this is not the case, and jobs run orders of magnitude faster as a result. You do, however, have to...
by ray.wurlod
Thu Apr 30, 2009 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 1950

Gee, if you had a premium membership you could have read the answer to that in my previous post.
by ray.wurlod
Thu Apr 30, 2009 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call a macro from Datastage job
Replies: 6
Views: 3900

The only way you can create an Excel macro is in Excel. You could make this an autostart macro. Another technique would be a small VBA script outside of Excel that could be invoked from Windows, to accomplish the same tasks.
by ray.wurlod
Thu Apr 30, 2009 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job that uses UV/NET to connect to Universe Server
Replies: 1
Views: 1084

You'd have to talk to IBM about that. Version 10 of UniVerse changed the rules about device licensing and phantom operations; instead of simply being "all connections from the one IP address" it's now more tightly controlled. Further, UV/Net is not a part of DataStage (it was taken out whe...
by ray.wurlod
Thu Apr 30, 2009 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

Computers are dumb. Your job/sequence will do whatever you program it to do and no more. YOU must decide how to differentiate between a job name and a description - surely there's some kind of pattern-based rule?
by ray.wurlod
Thu Apr 30, 2009 4:09 pm
Forum: General
Topic: ASBagent dies when attempting to test connection in IA
Replies: 6
Views: 2890

There are quite a few bugs in 8.0.1, most of which are fixed in 8.1.
by ray.wurlod
Thu Apr 30, 2009 4:08 pm
Forum: General
Topic: Datastage routine to run SQL queries directly
Replies: 11
Views: 23634

Search the forum for "BCI". You don't need any form of script - just a valid ODBC connection. On Windows there should be no licensing issues.