Search found 53125 matches

by ray.wurlod
Thu Mar 21, 2013 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id
Replies: 2
Views: 1661

You really should Search DSXchange - this question has been asked and answered in the past. There are basically two possibilities - the key is invalid or the hashed file is corrupted (perhaps by reaching its 2GB maximum size with 32-bit addressing). Your key appears to contain dynamic array delimite...
by ray.wurlod
Thu Mar 21, 2013 3:05 pm
Forum: General
Topic: Migrating DataStage User from One version to Other
Replies: 1
Views: 721

First off, there is no version 9.0. I will assume you are migrating to version 9.1.

You migrate users using Information Server tools, specifically the istool command line. Find this in the manual or Information Center.
by ray.wurlod
Thu Mar 21, 2013 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to read fixed length flat file from IBM on Linux box
Replies: 5
Views: 1660

You're on UNIX - why are you expecting Windows line terminators?

Also, the warning is "command not found". What command are you trying to execute? Is your PATH inclusive of this command's parent directory?
by ray.wurlod
Thu Mar 21, 2013 3:43 am
Forum: General
Topic: Using DSOpenProject, DSOpenJob and DSCloseJob
Replies: 2
Views: 1314

You simply can't invoke DSOpenProject from within the context of an already-open project - that is, from any DataStage component. This function, as I noted four years back - is only available in the C-callable DataStage API, which is intended for writing applications that sit outside but call DataSt...
by ray.wurlod
Thu Mar 21, 2013 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date appearing in internal format when viewed from OCI stage
Replies: 7
Views: 3011

Try setting the Data Element in the Columns grid to "Date".

In ODBC stages at least this triggers the conversion from internal to external format.
by ray.wurlod
Wed Mar 20, 2013 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage will use DataDirect
Replies: 1
Views: 642

You are correct. DataDirect is the vendor that supplies the ODBC drivers that ship with DataStage. Both the Oracle Connector stage and Oracle Enterprise stage use OCI.
by ray.wurlod
Wed Mar 20, 2013 3:14 pm
Forum: General
Topic: Does dsrpcd process access /etc/shadow file??
Replies: 1
Views: 1016

dsrpcd does not authenticate users. They are already authenticated before the connection request to the engine tier is made. The dsrpcd processes accesses dsrpcservices file to determine whether the node from which the request for the dscs service is acceptable and, if so, starts the corresponding e...
by ray.wurlod
Wed Mar 20, 2013 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate seq number in transformer only when the key changes
Replies: 14
Views: 9937

It will work on multiple nodes, provided that the data are partitioned using a key-based algorithm (hash or modulus) on the key being used in change detection, or at least the first column thereof.
by ray.wurlod
Wed Mar 20, 2013 3:11 pm
Forum: General
Topic: Job comparison error
Replies: 3
Views: 1232

"Object reference not set to an instance of an object".

Somehow or other one of the objects was not able to be selected.
Try again in a new instance of Designer and it might well work.
by ray.wurlod
Wed Mar 20, 2013 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage Operators
Replies: 7
Views: 2110

Cores relate only to licensing ("processor value units").

Nodes, and therefore partitioning, are driven purely from what's in the configuration file. As Craig notes, these are a logical concept.
by ray.wurlod
Wed Mar 20, 2013 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date appearing in internal format when viewed from OCI stage
Replies: 7
Views: 3011

Try setting the Data Element in the Columns grid to "Date".
by ray.wurlod
Wed Mar 20, 2013 1:45 pm
Forum: General
Topic: Debugger in IISv8.7/9.1
Replies: 2
Views: 1093

I'm using it in 8.7. It's not separately installed; it's integrated within the engine. Performance is not an issue, as you're working one row at a time. By and large it uses the same memory that the job is already using; probably requires a small amount of extra memory to maintain the watchlist and ...
by ray.wurlod
Wed Mar 20, 2013 1:43 pm
Forum: General
Topic: QC database
Replies: 12
Views: 2027

I think you'd have to get it from HP.
by ray.wurlod
Wed Mar 20, 2013 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual date conversion
Replies: 9
Views: 2064

Then you'd better show us exactly what you are doing.
by ray.wurlod
Wed Mar 20, 2013 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual date conversion
Replies: 9
Views: 2064

The only explanation is that the design specifies generation of a random date. Does the extended column metadata include a random Generator property?