Search found 42189 matches

by chulett
Thu May 06, 2010 10:15 am
Forum: General
Topic: need information on datastage
Replies: 4
Views: 1585

The "material" in question comes with the product. Are you working somewhere that you have access to DataStage? There isn't much in the way of a facility to learn on your own without any kind of product access, unfortunately. There's no 'student' or 'trial' version. There is, however, a ve...
by chulett
Thu May 06, 2010 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent child records
Replies: 10
Views: 2841

Just to make sure my concern is clear - there is no 'order' within a database table based on how you loaded the data. This is much the same concern we have when someone says they need the "first" record from the table. So if some report needs each parent record followed by all of the child...
by chulett
Thu May 06, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to sqlldr failed; the return code = 256;
Replies: 12
Views: 11229

Post the contents of the "control" file, the one with the .ctl extension.
by chulett
Thu May 06, 2010 9:38 am
Forum: General
Topic: Is there any priority in trigger conditions
Replies: 14
Views: 4061

All you've said so far is "it doesn't work" and no-one can help you from that. What doesn't work about it? What is the actual trigger expression? You've mentioned 'script' and 'routine' for the problem, which is it? Does it not get triggered or it runs and doesn't do what you expect or ???...
by chulett
Thu May 06, 2010 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent child records
Replies: 10
Views: 2841

What the heck does any kind of "report requirement" have to do with how you load records into database tables? :?

They are completely unrelated.
by chulett
Thu May 06, 2010 8:08 am
Forum: General
Topic: Is there any priority in trigger conditions
Replies: 14
Views: 4061

You'll have to figure that one out. That or post enough information so we can help.
by chulett
Thu May 06, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: servar jobs convart to parallel jobs
Replies: 2
Views: 1121

There's no magic. You document what the Server job is doing and rebuild it from scratch as a Parallel job.
by chulett
Thu May 06, 2010 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent child records
Replies: 10
Views: 2841

If you insist on a single job, try to order the loads so all parents go first then all children - much like two jobs in one. And use a single target stage. Trying to get things to arrive in your original order would be both... cumbersome... and not really worth the effort, IMHO. Is there a particula...
by chulett
Wed May 05, 2010 5:18 pm
Forum: General
Topic: Is there any priority in trigger conditions
Replies: 14
Views: 4061

As noted, they are independant, so the fact that one 'fired' doesn't affect any other trigger... unless we're talking about an 'Otherwise' one, of course.
by chulett
Wed May 05, 2010 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: avoid conversion of ¢ to ¿
Replies: 0
Views: 1076

You shouldn't need NLS for this. What you will need, however, are the characterset of both the source and target so that NLS_LANG can be properly set.
by chulett
Wed May 05, 2010 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Best Practices doc question
Replies: 4
Views: 1531

Ah, Data Element... thanks for the clarification Ernie.
by chulett
Wed May 05, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Best Practices doc question
Replies: 4
Views: 1531

I guess it depends on your definition of "out of whack". :wink: For actual XML data, that is exactly what those characters should be converted to to make them "safe". Stopping it is simple - there is a column called Data Type (I believe, can no longer check) that is normally blan...
by chulett
Wed May 05, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbctrace.out growing Drastically
Replies: 5
Views: 2518

Probably more likely a 0 or 1 but it should be pretty easy to find, regardless.
by chulett
Wed May 05, 2010 6:32 am
Forum: General
Topic: Managing repository
Replies: 10
Views: 2894

Of course.
by chulett
Tue May 04, 2010 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job export without excecutable
Replies: 4
Views: 1871

As noted, not really possible. This question has been asked and answered in the past to the same effect. People like Kim Duke have posted their 'workaround', I suppose you could call it, perhaps it would be of interest:

viewtopic.php?t=132959