Search found 53125 matches

by ray.wurlod
Wed Nov 12, 2014 4:05 pm
Forum: General
Topic: Information Server 11.3
Replies: 12
Views: 7324

Oracle 12c is supported for the metadata repository (except in RAC configuration, and no CDB), so I'd have to guess that somewhere the answer has to be yes.
by ray.wurlod
Tue Nov 11, 2014 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Performance
Replies: 8
Views: 8816

Try allocating more memory in the Sort stage.
by ray.wurlod
Tue Nov 11, 2014 6:38 pm
Forum: General
Topic: Unstructured data
Replies: 6
Views: 4868

Big Data File stage generates MapReduce under the covers. :wink:
by ray.wurlod
Tue Nov 11, 2014 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot connect to DB2 Database using DB2 connector
Replies: 3
Views: 2378

EOFException suggests that DataStage received an empty response from DB2.
by ray.wurlod
Mon Nov 10, 2014 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup is equivalent to which job
Replies: 2
Views: 2834

Depends on your Lookup Failed rule:
  • if Continue, then you're implementing a left outer join

    if Drop, then you're implementing an inner join
by ray.wurlod
Mon Nov 10, 2014 4:01 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

Can we set it for the whole project because we have 90 process running in production daily and this wrror is occuring one in 1 week or 2 weeks randomly in some jobs . We dont have any job which is failing daily ,So can we set it project wide ? will there be any effect in the normal performence of a...
by ray.wurlod
Mon Nov 10, 2014 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File - 2 Character Delimiter
Replies: 3
Views: 2020

When the field delimiter has more than one character replace the Field Delimiter property with the Field Delimiter String property.
by ray.wurlod
Mon Nov 10, 2014 3:54 pm
Forum: General
Topic: LDAP (PAM) configuration how to define ds security roles
Replies: 9
Views: 3533

If Linux (through PAM) is using the same Active Directory instance that you're using for Information Server, then you can simply record that the user registry is "shared" and you don't do anything at all with engine credentials. If, on the other hand, Information Server is using LDAP but L...
by ray.wurlod
Mon Nov 10, 2014 12:57 am
Forum: General
Topic: How to export Export the datastage job as XML.
Replies: 3
Views: 2025

Yes, there's an option to dscmdexport command. I can't recall what the actual option is at the moment, but would guess that it's /XML.
by ray.wurlod
Mon Nov 10, 2014 12:56 am
Forum: General
Topic: Unstructured data
Replies: 6
Views: 4868

Basically yes - there is an Unstructured Data stage (most people are using this to read directly from Excel). There is also a Big Data File stage (which connects to Hadoop distributed file system), and various other mechanisms as well. Why not research on IBM web site and/or on your favourite search...
by ray.wurlod
Sat Nov 08, 2014 2:25 pm
Forum: General
Topic: import/Export Jobs Error
Replies: 9
Views: 3434

sainath wrote:the permission on the whole project directory are
drwxrwxr-x .Is this sufficient or we have to give 777
Depends. Is the group the one to which all DataStage users belong?
by ray.wurlod
Sat Nov 08, 2014 2:23 pm
Forum: General
Topic: LDAP (PAM) configuration how to define ds security roles
Replies: 9
Views: 3533

You will find it beneficial (essential) to use the Filter capability to isolate the Active Directory group or user names to which you need to assign Information Server roles, whether suite roles, product/component roles or project roles.
by ray.wurlod
Fri Nov 07, 2014 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error
Replies: 3
Views: 3427

Are there more lines to this error message?
by ray.wurlod
Fri Nov 07, 2014 1:41 pm
Forum: General
Topic: import/Export Jobs Error
Replies: 9
Views: 3434

Check permissions on the DSD_BP.O directory.
by ray.wurlod
Fri Nov 07, 2014 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple containter instances with standardize
Replies: 6
Views: 4475

Seems there might be some kind of contention issue. What has your official support provider advised?