Search found 53125 matches

by ray.wurlod
Thu Nov 06, 2014 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() failed on node LKF-PISRVENG01 ds = 7 consp
Replies: 16
Views: 14094

You could try disabling operator combination so that, when next the error occurs, you'll have a more precise idea of which operator actually threw the error. It's almost certainly related to running out of some kind of resource, or a timeout waiting for some resource (perhaps an answer from an exter...
by ray.wurlod
Thu Nov 06, 2014 6:27 pm
Forum: General
Topic: Metadata Repository on Oracle RAC
Replies: 9
Views: 3578

The Knowledge Center has been updated to include this information, even though it still shows as 11.3.0 documentation (since there is no separate 11.3.1 version of the Knowledge Center). Try these links: http://www-01.ibm.com/support/knowledgecenter/SSZJPZ_11.3.0/com.ibm.swg.im.iis.productization.ii...
by ray.wurlod
Thu Nov 06, 2014 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Char to Integer in transformer
Replies: 3
Views: 2167

Or you could use a lookup in a Modify stage.
by ray.wurlod
Thu Nov 06, 2014 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double-byte to Single-byte string/character conversion
Replies: 2
Views: 2727

Note that the majority of double-byte characters cannot be mapped to single-byte. There are just too many of the former. If you are certain that all of the characters from source can be validly mapped then, yes, it is possible to do so. Probably the easiest method is to specify Unicode extended prop...
by ray.wurlod
Thu Nov 06, 2014 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational metadata problem xmeta connection problem
Replies: 3
Views: 2222

Does it require a specific machine\user identity for SQL Server?
by ray.wurlod
Thu Nov 06, 2014 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple containter instances with standardize
Replies: 6
Views: 4475

... and HAVE you provisioned the Rule Set ?
by ray.wurlod
Wed Nov 05, 2014 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational metadata problem xmeta connection problem
Replies: 3
Views: 2222

Might the xmeta owner user/password have been changed since it was set up in the runimport.cfg file?

Try resetting it there in any case (note that running any utility that uses the configuration file will once again encrypt the password).
by ray.wurlod
Wed Nov 05, 2014 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace String
Replies: 7
Views: 3294

I don't think there's a solution without creating a routine.

In a routine you can do whatever you're skilled enough to accomplish programmatically.
by ray.wurlod
Wed Nov 05, 2014 3:29 pm
Forum: General
Topic: IBM InfoSphere DataStage Operations Database
Replies: 0
Views: 1585

It is indeed an open structure, in that nothing is hidden. Yes, the DSODB database can reside in any supported database, and in any schema. It definitely does not have to be a schema in the repository database - this is only the default location. Be very wary about adding to the structure or extendi...
by ray.wurlod
Wed Nov 05, 2014 3:24 pm
Forum: General
Topic: DataStage Certifications
Replies: 9
Views: 4977

The ultimate source is http://www.ibm.com/certify
You can find details about DataStage under Information Management.
by ray.wurlod
Tue Nov 04, 2014 3:40 pm
Forum: General
Topic: Dsjob command
Replies: 16
Views: 8729

I suspect that not providing any authentication information would work only if the command were executed on the services tier (which would require the engine and services tier to be on the same computer), and authentication managed locally (either internal IIS user registry or operating system user ...
by ray.wurlod
Tue Nov 04, 2014 1:07 pm
Forum: General
Topic: Dsjob command
Replies: 16
Views: 8729

Have you tried using the -authfile option?
by ray.wurlod
Mon Nov 03, 2014 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maintain table column order in output file - RCP
Replies: 1
Views: 1619

RCP processes columns in the order which best suits it. This is a case of "you can't have your cake and eat it too" - if you need to specify the order of columns, then you need to specify the order of columns (with RCP disabled).
by ray.wurlod
Thu Oct 30, 2014 10:57 pm
Forum: General
Topic: Credentials Mapping
Replies: 10
Views: 4890

Your Information Server user must be mapped against an operating system user on the engine tier. The only time this does not have to be done is where operating system authentication is used, or where a shared user repository (e.g. LDAP accessible) is used both for Information Server and for the engi...
by ray.wurlod
Thu Oct 30, 2014 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() failed on node LKF-PISRVENG01 ds = 7 consp
Replies: 16
Views: 14094

So both Data Sets and scratch disk for both partitions are on that machine. How full are the file systems now, and when the job runs?