Search found 42189 matches

by chulett
Wed May 30, 2007 6:18 am
Forum: General
Topic: How retrieve ids inserted into a table with a sequence?
Replies: 4
Views: 1654

Go with #2. Don't use the trigger. Pull the sequence value in your job so you know what it is before you use it. Then you can write the new ID to your file as well.
by chulett
Wed May 30, 2007 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert row at runtime
Replies: 4
Views: 2966

You've posted in an improper forum. This one is for discussion of posible FAQ topics, not for solving job problems. Here we don't know anything about your installation or even if you are seeking a Server or PX solution. Maveric has assumed PX. Please let us know which job type you have so the Modera...
by chulett
Wed May 30, 2007 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time out error encountered while running a job sequence
Replies: 1
Views: 1079

No, it has nothing to do with 'improper' OSH code. Search the forum for your error message, it has been discussed here a bajillion times.
by chulett
Wed May 30, 2007 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Abort after 129 iteration
Replies: 7
Views: 1977

When you say 'iterations', are you using the Loop stages? There is a patch available that corrects a 'stack overflow' problem with looping Sequence jobs after a number of iterations in certain situations.

Contact your Support provider. Reference ECASE 62595. See if that helps.
by chulett
Wed May 30, 2007 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Sequences
Replies: 11
Views: 2717

You only need two triggers (or one composite one) if you want the next job to run if the previous one 'Ran OK' or Finished with Warnings. Is that the case? Or should warnings cause things to stop? I pretty much always use the 'Reset if required' option. Can't even think right now when I wouldn't.
by chulett
Tue May 29, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing a bunch of SQL Statements
Replies: 7
Views: 1569

There's no way you can execute "a bunch" of different sql statements from a single link, you won't be able to bind everything properly to the columns in the stage. Which is exactly what your error says happened.

For something like that, I'd suggest a script via sqlplus. Or put them in a proc.
by chulett
Tue May 29, 2007 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob in a .bat job on windows server
Replies: 1
Views: 775

Suggest you try it with the -server part removed for grins. And verify your Project and Job are spelled corrected, down to the case.
by chulett
Tue May 29, 2007 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output collects multiple records into single parent node
Replies: 11
Views: 8280

I would think you are fine now. For the record, what did you consider the 'primary column' that you had marked as a Key and marking what other column made it work for you? From what I recall of the rules, the repitition element should be the 'lowest' level element. But then, Key selection is more of...
by chulett
Tue May 29, 2007 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 2771

Ok. A 'table definition' is not an 'account'. The Account in a Hashed File stage is synonymous with the Project the job that uses it is running in. This would typically be left blank to indicate the 'current' project. Your table definition should be either used with the 'Load' option on the Columns ...
by chulett
Tue May 29, 2007 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length string
Replies: 10
Views: 6977

chulett wrote:What two NLS_CHARACTERSET settings are involved here?

Did you ever get the answer to this question? Seems like it might be a piece of information needed to get you a proper answer. From someone else. :wink:
by chulett
Tue May 29, 2007 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key functionality
Replies: 2
Views: 754

:? Why not look for that information yourself? All kinds of places would have that information, here's one that took me 2 seconds to find:

http://en.wikipedia.org/wiki/Surrogate_key
by chulett
Tue May 29, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unload data for 3 fields from large informix table
Replies: 1
Views: 963

Define 'unload'. If all that means is 'dump to a file' with no transformations, that is usually best done with tools your database provides.
by chulett
Tue May 29, 2007 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of FULL.NAME when retrieving RT_LOG information
Replies: 2
Views: 721

FULL.NAME or FULL.TEXT? You mention one and then use the other. :?
by chulett
Tue May 29, 2007 7:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: General SOAP Quesion
Replies: 5
Views: 2803

Argh... we don't need a 'Pitfalls' forum, but one for Pratfalls it seems. That and assorted Groaners. :P
by chulett
Tue May 29, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Eliminate Double Quotes from the Source file
Replies: 12
Views: 3105

It may 'work' but Convert would be a 'better' as in a more efficient answer.