Search found 53125 matches

by ray.wurlod
Thu Apr 20, 2006 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is not running when i extract data from oracle 10G
Replies: 5
Views: 989

Is it a complex query? The same query is executed on every node - can your database handle identical copies of the same query without locking itself up?
by ray.wurlod
Thu Apr 20, 2006 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abnormal termination of DataStage
Replies: 7
Views: 2597

Was this job run or created by a different user? The message suggests that you do not have W permission to the RT_SC817 directory or that the job is currently running, or that the jp... file is currenly open elsewhere, so that the jp... file can not be removed.
by ray.wurlod
Thu Apr 20, 2006 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue with pivot stage
Replies: 3
Views: 1141

Check whether the Execution Mode for your Pivot stage is set to Sequential. Is there a "collection" (fan-in) on the link that is input for the Pivot stage?
by ray.wurlod
Thu Apr 20, 2006 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion Using Modify Stage
Replies: 4
Views: 2993

The Orchestrate Operators manual. These can be had from IBM for the asking - ask your support provider to supply a set.
by ray.wurlod
Thu Apr 20, 2006 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control not getting regenarated at Compilation
Replies: 4
Views: 1320

That error suggests that you have used a reference to the XXX parameter in an expression somewhere in the job design. Don't forget to open the stage properties of any Lookup or Transformer stage that may be part of that design, and where expressions often occur. Also stage variable initialization an...
by ray.wurlod
Thu Apr 20, 2006 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 1
Views: 757

Welcome aboard. :D

Can you please explain how you are designing the job, and how you are importing the "table" (file) definition?

Working storage is not available within a file, so it is very unusual to find a file definition for an actual (physical) file that contains level 88 items.
by ray.wurlod
Thu Apr 20, 2006 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUERY UNIVERSE DATABASE
Replies: 18
Views: 7773

I don't have access to DataStage this week - hence the question rather than the research.
by ray.wurlod
Thu Apr 20, 2006 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RenameAllJobs - Easy ?
Replies: 22
Views: 5265

There is no NAME in DS_JOBOBJECTS.
by ray.wurlod
Thu Apr 20, 2006 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Reset and Log Reset
Replies: 6
Views: 1610

DSJ.LOGRESET is a constant for selecting log events of type "job has been reset" using DSGetNewestLogId(). It is not a command.
by ray.wurlod
Thu Apr 20, 2006 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUERY UNIVERSE DATABASE
Replies: 18
Views: 7773

ArndW wrote:You use the Hashed File stage to access the Db directly

In a PARALLEL job?!! :roll:

Can the Enterprise ODBC stage "see" the localuv DSN and, if so, can it make any sense of "DBMSTYPE = UNIVERSE" in uvodbc.config ?
by ray.wurlod
Thu Apr 20, 2006 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: QUERY UNIVERSE DATABASE
Replies: 18
Views: 7773

Re: QUERY UNIVERSE DATABASE

ramank1981 wrote:I need to generate report by querying metadata in UNIVERSE database....is there any way to query universe database?

Why do you need to do it that way?
Perfectly good tools are provided "out of the box".
by ray.wurlod
Thu Apr 20, 2006 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need project or jobs created on datasatge for practice quest
Replies: 2
Views: 999

Post on the correct forum. A tutorial ships with DataStage. Work through that.
by ray.wurlod
Wed Apr 19, 2006 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Universe Stage
Replies: 28
Views: 5687

No-one, not even the DBA, is permitted to edit data in the system tables. They carry extra-special protection within the engine. But, if you are logged in as a user with DBA privilege, then you can GRANT and REVOKE to your heart's content (except that you can not revoke DBA privilege so that no DBA ...
by ray.wurlod
Wed Apr 19, 2006 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Universe Stage
Replies: 28
Views: 5687

There's no bug. You must log in as ADM\evans036 to be able to grant DataStage SQL privileges.
by ray.wurlod
Wed Apr 19, 2006 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation on Solaris 2.10
Replies: 3
Views: 1498

Welcome aboard. :D

Are you logged in as superuser?