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?
Search found 42189 matches
- 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
- 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
- Tue May 08, 2007 5:46 am
- Forum: General
- Topic: teradata api stage
- Replies: 3
- Views: 1161
- 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
- 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
- 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...
- 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...
- 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...
- 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
- 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.
- Mon May 07, 2007 6:41 am
- Forum: General
- Topic: Runtime Error 13
- Replies: 3
- Views: 1456
- 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.
- 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...
- 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
- 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 ...