Search found 42189 matches

by chulett
Tue May 08, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage and Sequential File
Replies: 8
Views: 2595

When it aborted, did you reset it? If so, did a 'From previous run...' message show in the log?

Anything 'special' or different about your SQL in this case? Is it generated or user defined?
by chulett
Tue May 08, 2007 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage and Sequential File
Replies: 8
Views: 2595

1) Add a transformer. If the problem persists,

2) Reset the aborted job and post any 'From previous run...' log entry.
by chulett
Tue May 08, 2007 5:46 am
Forum: General
Topic: teradata api stage
Replies: 3
Views: 1161

shamik_CHAK wrote:if it is then why it is so roundly advised to do any aggregation using database utilities and not thru ds?

That advice relates to the Aggregator stage - why pull data out and do the 'aggregation' in DS when one of the supposed strengths of the database is its aggregation ability?
by chulett
Tue May 08, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Architecture
Replies: 2
Views: 1452

Also their The Data Warehouse ETL Toolkit is well worth owning. ISBN-13: 978-0764567575.
by chulett
Tue May 08, 2007 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating a table with a condition
Replies: 3
Views: 1062

Can you approach this as a series of discrete steps? Evaluate your condition, possibly truncate, etc - all controlled in a Sequence job by triggers?
by chulett
Tue May 08, 2007 4:57 am
Forum: General
Topic: teradata api stage
Replies: 3
Views: 1161

Welcome. First thing to note is that posting in ALL CAPS is considered SHOUTING. We use our inside voices here. Secondly, I haven't played with the Teradata stages. Does it have a option to 'Treat Warnings as Fatal'? That could be one way to force an abort. Another way might be to set a very low War...
by chulett
Tue May 08, 2007 4:51 am
Forum: General
Topic: Sequential File
Replies: 11
Views: 4622

Welcome. :D The sequential file is the easy part. You'll need to expand on your requirements, however. 'One row for one employee contains the most effective employee data' means what exactly? Of the 10 records, you need to pick only one? Or you need to combine information from the 10 records, pickin...
by chulett
Mon May 07, 2007 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compile error: Array 'NB' never dimensioned.
Replies: 12
Views: 10069

Welcome. :D 'Imported my backup' means what? You imported an export you made of a previous project? If so, what exactly did you export? Import? If this 'NB' function is missing from the project (verify via the Manager), you'll need to export it from wherever it does exist and import it into this pro...
by chulett
Mon May 07, 2007 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml data through transfomer
Replies: 8
Views: 1505

:? This doesn't make much sense. Did you mean you want the output to 'look in the same pattern' as it is in the input XML? Is your output XML again or a flat file? Please clarify.

In any case, post your job design.
by chulett
Mon May 07, 2007 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we append sequential file in Parallel mode
Replies: 4
Views: 1846

Re: Can we append sequential file in Parallel mode

Ashish wrote:I 've two parallel jobs and both jobs append the same sequential file parallel do you thinkg so it work

No. Multiple processes cannot write to the same file at the same time, period. Even if both are in 'append' mode.
by chulett
Mon May 07, 2007 6:41 am
Forum: General
Topic: Runtime Error 13
Replies: 3
Views: 1456

Since they seem to have caused the problem, suggest you go back to IBM for the solution. So, everyone has this problem with the Administrator now? :?
by chulett
Mon May 07, 2007 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential stage and wildcards in the Filter
Replies: 8
Views: 2216

I never did find a way to cat files to standard out such that the Filter could read them in as one continuous stream. I just fell back on cat to a fixed name either before job or more typically in a specific separate 'cat' job so that I don't need to repeat it if the processing job needs to be rerun.
by chulett
Mon May 07, 2007 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing SQL in routine
Replies: 8
Views: 3846

I would heavily question your 'need' to do this. Why not a job if you need to do Oracle work? It is easy enough for it to be a 'pre-' or post-' job or even to do this inside your current job. I've been doing this a long time and have never had a need to fall back on this ODBC 'technique'. If this wo...
by chulett
Sun May 06, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 2469

[Gomez] "Tish, you spoke French!" [/Gomez] :lol:
by chulett
Sun May 06, 2007 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora-1555 error with oracle enterprise stage
Replies: 7
Views: 1611

My dba told there is no way to increase the size of the rollback segement since they dont have the privilege to do it. What? Talk to whatever 'DBA' you've got that does have the privs. Another option is to run your processes when the tables you are updating aren't quite so busy. A 'snapshot' error ...