Search found 53125 matches

by ray.wurlod
Sun Oct 26, 2008 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The UV.ACCOUNT file could not be opened (39130)
Replies: 4
Views: 3400

Have you ever been able to log in to this project? Can you log in with the Administrator client? Somewhere you have either a permissions or credentials problem, or you installation of DataStage server has not been successful.
by ray.wurlod
Sun Oct 26, 2008 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EXCEL files
Replies: 2
Views: 1058

Welcome aboard. You need to get a UNIX-based ODBC driver for Excel, then you can use the ODBC Enterprise stage.
by ray.wurlod
Fri Oct 24, 2008 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determine the Stage type in DS_JOBOBJECTS
Replies: 5
Views: 3563

Most stage types are instantiated from the CCustomStage class. You will need to find some other way to identify the particular stage type (perhaps not in the first fifteen fields). Right now I am in an airport lounge without access to that information.
by ray.wurlod
Fri Oct 24, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Excel File
Replies: 14
Views: 5871

There are test utilities in branded_odbc that can be used with any configured DSN. Within DataStage you can use DS_CONNECT (from the TCL prompt). You can also try importing metadata and View Data via an ODBC stage.
by ray.wurlod
Fri Oct 24, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Incorrect dboption list
Replies: 1
Views: 1510

Can you use the 99XXXXXX password with any other client, such as TOAD or SQL Navigator?
by ray.wurlod
Fri Oct 24, 2008 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarification about rejects from a CFF
Replies: 5
Views: 2217

I would expect to see all these rows in the reject file. You have declared three fields (999., XXX. and XXX.) but the "good" data have more fields than three.
by ray.wurlod
Fri Oct 24, 2008 1:48 pm
Forum: General
Topic: DS v751 install on the same box as DS v801
Replies: 10
Views: 2832

Version 7.5 can not use the default shared memory key (since version 8.0 is already using it) - you will need to make the version 7.5 server install an "itag" install. Apart from that (and apart from the usual caveats) it should be OK. The clients install in separate locations so no problems with th...
by ray.wurlod
Thu Oct 23, 2008 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get previous year from the string
Replies: 6
Views: 1571

Because intermediate arithmetic results are dfloat. The result of StringToDate() has to be converted to a numeric data type (dfloat) before 1 can be subtracted from it.
by ray.wurlod
Thu Oct 23, 2008 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Do i Load Data into a Nested Table in Oracle?
Replies: 7
Views: 2714

If Oracle do do away with sqlldr it will only be to replace it with something faster/better. Would you like us to start some counter-rumour that you can challenge your old-timer with - maybe that no-one over 35 will be permitted to work in IT after 2012 so as to guarantee jobs for young people?
by ray.wurlod
Thu Oct 23, 2008 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 5
Views: 1675

Re: Date conversion

sujaoschin wrote:My input column 'AC_COMPLETED' is in the date format of '20060801'.

This was the cause of my question, of course.
by ray.wurlod
Thu Oct 23, 2008 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: best way to delete
Replies: 2
Views: 940

No, given that the delete is conditional.
by ray.wurlod
Thu Oct 23, 2008 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Do i Load Data into a Nested Table in Oracle?
Replies: 7
Views: 2714

I'm surprised that 133 million records are taking that long. How are you loading them? Any reason not to use sqlldr (Oracle bulk load stage)? Do the data have to be normalized into Oracle, or would you be happy with, say, comma-delimited strings? In that case simply convert the value marks of multi-...
by ray.wurlod
Thu Oct 23, 2008 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remote server
Replies: 5
Views: 1691

What error message appears when you fail to connect? What are you using to try to connect?
by ray.wurlod
Thu Oct 23, 2008 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Repository Error: Failed to create the ASB COM...
Replies: 9
Views: 6047

Pkease post the entire error message - the subject line truncates it. ASB = Application Server Backbone.
by ray.wurlod
Thu Oct 23, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pipelining
Replies: 2
Views: 1068

In one sense no stage supports pipeline parallelism, because pipeline parallelism is between stages and is implemented using virtual Data Sets. In another sense every stage supports pipeline parallelism because a Data Set is the only input or output with which an Orchestrate operator can deal.