Search found 53125 matches

by ray.wurlod
Thu Nov 15, 2007 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects getting Locked after Parallel upgrade
Replies: 3
Views: 972

Are you really having 80 open connections?
by ray.wurlod
Thu Nov 15, 2007 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dyanamic RDBMS
Replies: 4
Views: 1127

Not even that. Just add the word DISTINCT in the Derivation cell of the first column in the Columns grid. You don't need user-defned SQL.
by ray.wurlod
Thu Nov 15, 2007 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can get a Report which lists the status of all Jobruns
Replies: 11
Views: 3970

Go to Status view.
Disable display of Categories in the View menu.
Optionally sort by Status. Or sort by job name.
Print your report.
Re-enable display of Categories.
by ray.wurlod
Thu Nov 15, 2007 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server user limit has been reached, try again late
Replies: 5
Views: 3725

Having the DataStage deadock daemon ( dsdlockd ) running is my preferred way. You can also run it in probe mode (dsdlockd -p). There is a file called dsdlockd.config in the DataStage Engine directory where you can configure the deadlock daemon to auto-start. There is a menu called DEADLOCK.MENU with...
by ray.wurlod
Thu Nov 15, 2007 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cant save strings longer 255 in Excel (via ODBC)
Replies: 1
Views: 959

Examine all the square-bracketed pieces in the first message. [DataStage][SQL Client][ODBC][Microsoft][Controlador ODBC Excel]Precision value not valid The message is being generated by the Microsoft ODBC driver for Excel. Therefore the limitation is in that driver, not in DataStage. Get in touch wi...
by ray.wurlod
Thu Nov 15, 2007 4:07 pm
Forum: General
Topic: While compiling
Replies: 2
Views: 729

When's the interview?

What kind of job? What stage types are involved? The answer will change depending on these factors.
by ray.wurlod
Thu Nov 15, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 3
Views: 1404

What is the data type of the input column? It needs to be a string of some kind for Maveric's suggestion to work; if it's a date or timestamp you need to apply appropriate conversion functions. Given that you have one- or two-digit days and months adds complexity.
by ray.wurlod
Thu Nov 15, 2007 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to distribute the shared library
Replies: 4
Views: 2907

It's free space while the job is running, not before or afterwards, that is at issue here.

One of your file systems has filled during the running of the job. Probably scratch disk, but there's not enough information to say so for sure.
by ray.wurlod
Thu Nov 15, 2007 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User define stages
Replies: 2
Views: 1099

Re: User define stages

murari83 wrote:I am planing to implemented in user define stages(custom,build,wrapped).

Why?
What specifically do you want to do that the myriad stages supplied with the product can't do?
Are you even aware of how the three user-defined stage types differ from each other?
by ray.wurlod
Thu Nov 15, 2007 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS SETTINGS?
Replies: 5
Views: 1871

Easy. Get the NLS settings right. In DataStage, this means the TIME category of the locale.
by ray.wurlod
Thu Nov 15, 2007 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can get a Report which lists the status of all Jobruns
Replies: 11
Views: 3970

Why do you specify "without using Director"? It's by far the easiest way.

The status of each and every job is in a separate table in the Repository.
by ray.wurlod
Thu Nov 15, 2007 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server user limit has been reached, try again late
Replies: 5
Views: 3725

You use dslictool AFTER logging out the process.
You log out the process using the Cleanup Resources utility in Director or one of the Logout options from the DS.TOOLS menu - you NEVER kill a DataStage process with kill -9.
by ray.wurlod
Thu Nov 15, 2007 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_CONGIF ERROR
Replies: 1
Views: 770

Search can certainly help. Just leave out the numeric part of the name when searching for the error message.
by ray.wurlod
Thu Nov 15, 2007 4:45 am
Forum: General
Topic: How to install Datastage 8
Replies: 1
Views: 836

Using the installer that ships with IBM Information Server. You will also need the licensing XML file that IBM provides. You will probably also need more hardware.
by ray.wurlod
Thu Nov 15, 2007 4:44 am
Forum: General
Topic: Datastage schedule seqeuncer
Replies: 11
Views: 9243

Yes. No. It's horses for courses. Control-M might be preferable in some circumstances, because it's an enterprise scheduler - you can schedule other, non-DataStage, activities with it as well as DataStage activities. There's probably a good compromise, where you might do everything in job sequences ...