Search found 53125 matches

by ray.wurlod
Tue Jun 16, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: does not appear to be a valid DataStage export file
Replies: 2
Views: 4521

Yes, that information probably should have gone out as a readme on the resource disk. The server (razor) uses a Linux operating system. Well done for resolving it.
by ray.wurlod
Mon Jun 15, 2009 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Unidata database 5.2
Replies: 6
Views: 2247

Try it with DBMSTYPE = ODBC or even DBMSTYPE = UNIVERSE.
by ray.wurlod
Mon Jun 15, 2009 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with Iconv
Replies: 5
Views: 1294

Re: Problems with Iconv

We are performing a new installation of DataStage Parallel Extender, to check the installation we performed some tests and found some problems with dates. One of the tests is the calculation on the number of days between two dates, to do that we are use the iconv function, DaysOcc = iconv (DateEnd,...
by ray.wurlod
Mon Jun 15, 2009 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read warning in director log
Replies: 8
Views: 2198

BLINK = backward link Records in hashed files are stored as doubly-linked lists, each record in a group having a forward pointer (to the next record in the group) and a backward link (to the previous record in the group). For redundancy and the ability to repair the file, the BLINK is actually the X...
by ray.wurlod
Mon Jun 15, 2009 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows into Columns
Replies: 3
Views: 1324

Welcome aboard. This is most easily accomplished, once data have been sorted by the key, in a Transformer stage using stage variables to detect whether a non-null value has already been processed for the current key. As many rows are output as are input, into a Remove Duplicates stage that allows on...
by ray.wurlod
Mon Jun 15, 2009 8:07 pm
Forum: General
Topic: Load an IXF File
Replies: 10
Views: 2605

I doubt that DataStage can read IXF files directly (lacking metadata), but is there any reason you can't dump them into staging tables and have DataStage use those as source?

[ Edited to remove reference to Oracle :oops: ]
by ray.wurlod
Mon Jun 15, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to rename a Project?
Replies: 3
Views: 1325

Me too, since there is no way to rename a project.

A project name is a schema name, and the only way to "rename" a schema is to drop it and create it afresh.
by ray.wurlod
Mon Jun 15, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import DS function in C++ Routine
Replies: 12
Views: 4239

BASIC-style functions are used in the parallel Transformer stage and translated into C++ equivalents. You can inspect the generated C++ source code if you wish noting, however, that some of the "translations" involve opaque objects delivered with the product. Source code generated by Trans...
by ray.wurlod
Mon Jun 15, 2009 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob - wait command
Replies: 9
Views: 10203

Use -wait OR -jobstatus option, not both.

Without either of these control returns to first.ksh immediately the job starts.
by ray.wurlod
Mon Jun 15, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to read warning in director log
Replies: 8
Views: 2198

The address of the BLINK error suggests it's not related to the 2GB limit.
by ray.wurlod
Mon Jun 15, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian Day in Transformer
Replies: 8
Views: 3398

Sreenivasulu wrote:Pls us
:?
by ray.wurlod
Mon Jun 15, 2009 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to date in modify stage
Replies: 3
Views: 4533

What is your default date format string? It is is not "%dd-%mm-%yyyy" then you need to specify the date format string - inside square brackets - in the Specification in the Modify stage. date_from_string[%dd-%mm-%yyyy](inputcolumn) Note also that this will not work if your date is not prec...
by ray.wurlod
Mon Jun 15, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What ports does DataStage really use?
Replies: 12
Views: 9120

Unless you change it, 31538 is the port number on which dsrpcd listens and therefore the port number used for all clients to communicate with their agent process (dscs or dsapi_server) on the server, since the latter are child processes of dsrpcd. It's not random. The other port numbers are used for...
by ray.wurlod
Mon Jun 15, 2009 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File issue,Configuring DB2 EE stage
Replies: 9
Views: 8152

Can you check also that all the nodes in db2nodes.cfg are mentioned in the DataStage configuration file?
by ray.wurlod
Mon Jun 15, 2009 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS question: loading MS 1256 in datastage
Replies: 6
Views: 2028

That is NOT the case. Re-installing is only necessary to change from NLS-not-enabled to NLS-enabled or vice versa. Loading/reloading maps is achieved simply by restarting DataStage. The Administrator client reports which maps are loaded and which are selected to be loaded at next restart.