Search found 42189 matches

by chulett
Wed Mar 07, 2012 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Datasets during Sequence run
Replies: 8
Views: 3089

I agree, unless you are timestamping your dataset names and need to prune out the older ones, why bother? They get overwritten the next day, what do you buy by deleting them temporarily? :?
by chulett
Wed Mar 07, 2012 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage in datastage 8.5
Replies: 10
Views: 8449

So you didn't try what was suggested if you left out the whole 'stage variable' part. Have you played much with stage variables yet? Do you understand that they are evaluated in order, top to bottom, and can thus be used to store the value from the previous row for use in the current row just be ord...
by chulett
Wed Mar 07, 2012 8:13 am
Forum: General
Topic: Problem Deleting Job
Replies: 9
Views: 2202

Something else you might investigate - get the internal job number for that job name by querying that from DS_JOBS and then see if any structutes exist under the project directory for that job number.
by chulett
Wed Mar 07, 2012 8:10 am
Forum: General
Topic: Problem Deleting Job
Replies: 9
Views: 2202

Typically, from what I've seen here in the 8.x releases, that indicates an 'out of sync' condition between the legacy repository and XMETA. To resolve that you need to contact your official support advisor and get their help cleaning up whatever needs cleaning to get things back how they belong.
by chulett
Wed Mar 07, 2012 8:03 am
Forum: General
Topic: Logic to build a sequence
Replies: 3
Views: 925

As noted, it depends on how it is doing this "outputting"... you could do something "After Job" to force a conditional abort. Anything after that would be too late, so I don't really see how a Sequence plays into this unless perhaps rather than aborting you needed to send out an ...
by chulett
Wed Mar 07, 2012 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 4603

srivalli_b wrote:RDBMS code 2646: No more spool space in tdadmin.
Take that error to your DBA.
by chulett
Wed Mar 07, 2012 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server error on parameter
Replies: 4
Views: 1498

I don't see anything obviously wrong. What happens when you run the job?
by chulett
Wed Mar 07, 2012 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage in datastage 8.5
Replies: 10
Views: 8449

Show us exactly what you tried.
by chulett
Wed Mar 07, 2012 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector(as source)
Replies: 2
Views: 885

'Bulk' is not a term typically associated with sourcing data but rather loading. Unless this is a Teradata specific thing? :?
by chulett
Wed Mar 07, 2012 7:45 am
Forum: General
Topic: Problem Deleting Job
Replies: 9
Views: 2202

That's what happens when you REINDEX with active connections / processes in the project. You need to rerun it but ensure that nothing (other than you) is 'connected' to it - if you have to bounce DataStage to do that, do that and then make sure you REINDEX before anyone gets back on.
by chulett
Wed Mar 07, 2012 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage is not wrking
Replies: 6
Views: 1682

You are missing a fundamental point, the one Ray pointed out. To check your sorting, run the output to a flat file - tables have no 'sort' to them. If you want data out in a certain order, use an order by.
by chulett
Wed Mar 07, 2012 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Installation error of Infosphere 8.5 server editin
Replies: 6
Views: 5267

Start by posting your own topic with the gory details of your issue.
by chulett
Wed Mar 07, 2012 7:37 am
Forum: General
Topic: Time between scripts in a batch increased after upgrade
Replies: 28
Views: 7521

Post a count of the number of files in the &PH& (Phantom) directory in each of your projects. running ls -l | wc -l returns a count of 211 - that's 210 files. OK, then something you can cross off your list of potential suspects. If this number were signficantly higher, then perhaps it was a...
by chulett
Tue Mar 06, 2012 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution Time
Replies: 4
Views: 2201

One thing - make sure you don't try to attach to the job that is running this routine, that will cause a hang.
by chulett
Tue Mar 06, 2012 9:53 am
Forum: Cognos (IBM BI)
Topic: Error on Creating Report
Replies: 2
Views: 8841

Re: Error on Creating Report

vincyTing wrote:UDA-SQL-0107 A general exception has occurred during the operation "prepare".[IBM][CLI Driver][DB2/NT] SQL0551N "DB2ADMIN" does not have the required authorization or privilege to perform operation "SELECT" on object "SALES_REGION.REGION2".