Search found 53125 matches

by ray.wurlod
Tue Jan 20, 2009 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Bulk Load Error
Replies: 1
Views: 1023

This is a DB2 error. Try to learn what error code 7 means in this context by consulting the DB2 error codes manual.
by ray.wurlod
Tue Jan 20, 2009 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date in XML Output file
Replies: 3
Views: 1131

In UNIX (for example using ExecSH or ExecSHSilent as your after-job subroutine) you can capture the output of the date command with an appropriate date picture. mv DaySales.xml DaySales_`date "+%mm%yyyy"`.xml Or you can write your own after-job subroutine and use DataStage BASIC functions ...
by ray.wurlod
Tue Jan 20, 2009 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Server Architecture
Replies: 5
Views: 1835

(a) WebSphere Application Server is the mechanism via which the Information Server services (e.g. login/security service, metadata delivery and analysis services, reporting service) are deployed. (b) Think in database terms. The server is the server, the repository is the database itself. (c) Inform...
by ray.wurlod
Tue Jan 20, 2009 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link based on percentage
Replies: 7
Views: 1974

kandyshandy wrote:this is not readily available with datastage (until current version)
More information please? It's not mentioned in any of the "what's new in 8.1" material from the Information on Demand 2008 conference.
by ray.wurlod
Tue Jan 20, 2009 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how tochange code from 7.5.1 to 7.5.2
Replies: 1
Views: 675

There's no such thing as a version controller. You simply leave components in place and they will be upgraded in place. If you want to move from one to the other, the usual export and import is the correct way.
by ray.wurlod
Tue Jan 20, 2009 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge Number of Colums -- Performance Issue
Replies: 4
Views: 1296

Huge number of ANYTHING = performance issue.

It's supply and demand again.

Do you really need all those columns?

Have you investigated IBM's CDC for Oracle?
by ray.wurlod
Tue Jan 20, 2009 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date in XML Output file
Replies: 3
Views: 1131

The usual way is to write to DaySales.xml then rename it in an after-job subroutine.
by ray.wurlod
Tue Jan 20, 2009 12:03 am
Forum: General
Topic: Teradata V2R6 to MySql 5.0.26
Replies: 7
Views: 1615

Yes, but you're biased!
:wink:
by ray.wurlod
Mon Jan 19, 2009 9:21 pm
Forum: General
Topic: Teradata V2R6 to MySql 5.0.26
Replies: 7
Views: 1615

Welcome aboard.

The answer is yes. You need client software for Teradata and an ODBC driver for MySQL, both installed on the same machine as your DataStage server.
by ray.wurlod
Mon Jan 19, 2009 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inconsistent job performance
Replies: 7
Views: 2766

Gee, and I didn't even get to do my "what's changed?" schtick.
:cry:
by ray.wurlod
Mon Jan 19, 2009 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file view issue.
Replies: 4
Views: 1406

Meanwhile you might also investigate why there's no data to read.

<Cff_Read_DA,0> Import complete; 0 records imported successfully, 0 rejected.
by ray.wurlod
Mon Jan 19, 2009 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help with Control File to Load Nested Table
Replies: 7
Views: 1839

Ask Tom is an excellent resource for Oracle questions.
by ray.wurlod
Mon Jan 19, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data parallel from DRS and ODBC stage
Replies: 6
Views: 2032

But we dont have DB2 native stage to use. Very doubtful. All stage types are supplied with DataStage. Did "someone" elect not to install them all? Why not use DB2 Enterprise stage? It can automatically pick up the table's partitioning information and effect parallel SELECT on that basis. ...
by ray.wurlod
Mon Jan 19, 2009 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routines
Replies: 1
Views: 767

Parallel Job Advanced Developer's Guide

This is part of the standard manual set. From memory there's a long chapter describing the available classes in alphabetical order.
by ray.wurlod
Mon Jan 19, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in state running
Replies: 9
Views: 4423

Did you refresh the Director's view after clearing the status file?