Search found 42189 matches

by chulett
Wed Sep 28, 2005 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view the properties dialog box of the stages
Replies: 7
Views: 1765

It's a client problem.
by chulett
Wed Sep 28, 2005 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view the properties dialog box of the stages
Replies: 7
Views: 1765

Windows XP? Service Pack 2 installed? If so, get the patch from the eServices website.
by chulett
Wed Sep 28, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Bulk
Replies: 5
Views: 2231

Yes, you would need to use an Oracle user which has the permissions needed to bulk load into that table.
by chulett
Wed Sep 28, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting parameter value in befor job routine
Replies: 3
Views: 1338

'Before Job' is a bit of misnomer as the job has actually started at that point. Regardless, a job cannot set its own parameter values - it's too late at that point. Your controlling process, whatever actually runs the job, that process needs to do all of the parameter setting.
by chulett
Wed Sep 28, 2005 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Performance Tuning - Bulk / Direct / OCI / Updates
Replies: 14
Views: 28840

If you haven't done so already, Ross - go back and edit your original post. Many people here don't seem to realize you can do that. :wink:
by chulett
Wed Sep 28, 2005 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues when job moved from version control to prodution
Replies: 2
Views: 876

That... doesn't make a whole lot of sense. First comment would be that your QA project should hold 'read only' jobs and be fed from Version Control just like production. Dev should be the only project where jobs can be 'worked on'. Dev jobs ready for testing are 'Initialized' into Version Control an...
by chulett
Wed Sep 28, 2005 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to see Jobs in Repository
Replies: 3
Views: 1166

No, but the first thing to try would be to reindex the project. Search the forums for DS.REINDEX (try an 'exact' match) for many discussions on the subject.
by chulett
Tue Sep 27, 2005 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejects and Warning
Replies: 6
Views: 2126

And all I'm trying to say is - unless something has changed - that "Reject Event" *is* a warning - marked yellow and causing your jobs to finish with a Finished (see log) status.

Dat's all. :wink:

Still curious about the other potential issue...
by chulett
Tue Sep 27, 2005 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejects and Warning
Replies: 6
Views: 2126

I'm pretty sure we don't get a Warning event though. My server is down at the moment so I cannot check. I think the job just completes with Finished (see log) status, which we propagate back to the calling Sequence as a Warning. A status of 'Finished (see log)' means there are warnings in the job l...
by chulett
Tue Sep 27, 2005 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling jobs in datastage 6x
Replies: 16
Views: 4355

If I do programming I need to check for uncompiled jobs and have to compile and run them.(How to go about it ?) I would seriously reconsider this point. If a job is uncompiled there's no way I'm going to assume I can simply compile and run it... who know's why it is in that state? Now, aborted jobs...
by chulett
Tue Sep 27, 2005 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting an error in OCI stage while comparing the Dates
Replies: 3
Views: 1094

Generally doesn't mean anything, as it's not typically a problem with the sql itself - more of a issue with how it plays in OCI and how well it matches to the column definitions. Speaking of which, I would suggest that you not do a 'select *' when pulling data from a database. You are at the mercy o...
by chulett
Tue Sep 27, 2005 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting an error in OCI stage while comparing the Dates
Replies: 3
Views: 1094

I'm assuming those are Oracle DATE fields, but I'm not sure why you would get that particular error. How are the columns defined in the stage? If you have the DATE fields as 'Date' try switching them to 'Timestamp'. Also try ditching the TO_CHAR function as it really shouldn't be needed. If your DAT...
by chulett
Mon Sep 26, 2005 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted Environment variables
Replies: 14
Views: 9514

Vincent has posted in this thread information on getting them to work in 7.1. There's also something here where I posted a snippet from the 7.5.1 readme which talks about changes made to the functionality in the latest release. Hope that helps.
by chulett
Mon Sep 26, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Named Pipes
Replies: 4
Views: 1167

Thanks for posting that. Always good when a searcher can find questions and answers all in one post. :wink: