Search found 42189 matches

by chulett
Tue Jul 03, 2007 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage
Replies: 5
Views: 1847

Re: Oracle OCI Stage

The Query Type is: Custom SQL The root of your problem. Allowing the stage to generate the sql would avoid the vast majority of the problems you are having and allow you to cut back on your high blood pressure medication. ps. The fact that it 'runs fine' from the SQL prompt is pretty much irrelevan...
by chulett
Tue Jul 03, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Category
Replies: 12
Views: 2540

Please don't post the same question in multiple forums. Your answer, of course, is yes. There are other ways to remove it after selection, but I'm sure there's a way to keep it from being generated in the first place. Problem is, I don't remember what in the heck how to do that. One of the Ubers lik...
by chulett
Tue Jul 03, 2007 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference Link with mutli row result set
Replies: 16
Views: 3719

You only got one thread when you searched for what? Are you still looking for 'multi-row' information or VOC entry help now? If still the former, did you try some of the keywords I suggested? Oddly, it was made at a time when the clock on the server was borked, so it shows up before your original po...
by chulett
Tue Jul 03, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Validations in Datastage
Replies: 34
Views: 20353

Ray has a Server version of the IsValid function available for download from his site from what I recall.
by chulett
Tue Jul 03, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in LoadLibrary
Replies: 4
Views: 1330

First question - have you configured DataStage for DB2? We don't "do" DB2 here but from what I've seen here it can be a little tricky to configure properly. There's an official document floating around that helps explain the process, above and beyond the official documentation. And if it's anything ...
by chulett
Tue Jul 03, 2007 6:49 am
Forum: General
Topic: error in LoadLibrary
Replies: 1
Views: 1062

It doesn't help to post the same question in multiple forums.
by chulett
Tue Jul 03, 2007 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS, Oracle OCI and Oracle Enterprsie
Replies: 13
Views: 2518

For PX jobs, you are going to want to use 'Enterprise' stages.
by chulett
Tue Jul 03, 2007 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import - Excel CSV
Replies: 6
Views: 2033

So, in either case the first data record in the file was 'ignored', eh? Then there must be something about the data in that record causing that, a mismatch between the data and the metadata which automatically rejects that record.
by chulett
Tue Jul 03, 2007 12:02 am
Forum: Site/Forum
Topic: Poll Ideas
Replies: 18
Views: 9593

How about a poll to see if people would like to take a poll on interesting ideas for polls? :wink:
by chulett
Tue Jul 03, 2007 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row with Max Date
Replies: 5
Views: 1651

For example, for the derivation of the 'Description' field: If @INROWNUM = 1 Then Lookup.Description Else @NULL Now, that assumes a single row will have the 'maximum date' and is all you need to populate. If you are saying that multiple rows could have this max date and every 'max date' row needs do...
by chulett
Mon Jul 02, 2007 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import - Excel CSV
Replies: 6
Views: 2033

What do you mean by 'it ignored the first row'? Are we still talking about importing the metadata or are we now off to where you are trying to use the metadata in a job? :?
by chulett
Mon Jul 02, 2007 11:42 pm
Forum: General
Topic: Unable to understand error
Replies: 1
Views: 1327

Search the site for 'is already kept'. One post is marked as having found a workaround for the problem, see if that helps.
by chulett
Mon Jul 02, 2007 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between clear before and truncate before insert
Replies: 2
Views: 1547

As you've asked the question, it does "Delete, Insert, Commit". The delete is transactional and will be performed before any rows hit the target stage. They will be 'committed' with your first commit, so the exact behaviour will depend on what you have specified for Transaction Size. For example, wi...
by chulett
Mon Jul 02, 2007 11:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row with Max Date
Replies: 5
Views: 1651

Like most problems, I'm sure this has multiple solutions. Off the top of my head, you could run the data through a sort stage or use an 'order by' in your sourcing sql to get the data coming in by 'TDate desc' - that way you know the first row you encounter will have the 'max date' on it. Then take ...
by chulett
Mon Jul 02, 2007 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-time Error 5
Replies: 2
Views: 1001

Everything works fine after you get this message? I could only find one other post with this error in it and that person couldn't open jobs in Designer. I'm assuming this is only an issue for you from your PC and that others aren't having the problem, yes? If that's true, the first thing to try wou...