Search found 42189 matches

by chulett
Fri Jun 26, 2009 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job validates but not runs
Replies: 13
Views: 3106

I would guess some kind of permissions issue, something that was preventing the executables from being regenerated by the compiler, so you were technically still running the old version.
by chulett
Fri Jun 26, 2009 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob (-jobinfo works, but -run does not)
Replies: 30
Views: 7894

Seeing as how there are still a 'Universe' repository and file permissions in play in the 8.x world, I would certainly think so. Can't say if that is still the complete answer, however. :?

Probably would have been better to have asked this over in the FAQ posting itself rather than here.
by chulett
Fri Jun 26, 2009 5:26 pm
Forum: General
Topic: Contextual Help (Help Button) doesn't work
Replies: 12
Views: 3034

Patch number, please.
by chulett
Fri Jun 26, 2009 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Full outer join in server job
Replies: 1
Views: 1834

You do an "outer join" by not checking the status of the lookup, but that's not a full outer join. For that you'd need to flip the streams and run the data through that way as well, then merge the results.
by chulett
Fri Jun 26, 2009 2:30 pm
Forum: General
Topic: Calling a MSSQL Stored procedure
Replies: 7
Views: 4751

What exactly happens right now when "there are no rows that can be deleted or inserted"? What causes the abort?
by chulett
Fri Jun 26, 2009 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unreadable Record
Replies: 3
Views: 1838

Use a hex editor and let us know what these "square values" actually are.
by chulett
Fri Jun 26, 2009 2:08 pm
Forum: General
Topic: Calling a MSSQL Stored procedure
Replies: 7
Views: 4751

The answer to the first question is 'yes'. For the second, not sure what you mean by "to do so? You can't abort on zero rows as nothing would be triggered then. Check 'after job' instead.
by chulett
Fri Jun 26, 2009 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web services
Replies: 7
Views: 4968

I've had and solved that same error. Search for "Object reference not set to an instance of an object" and see if my fix works for you as well.
by chulett
Fri Jun 26, 2009 12:53 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problem in Job monitoring
Replies: 8
Views: 5731

No, you should be able to create a new post right away as long as you're registered and not in as a 'guest'. If you still need help, post over in the Site/Forums forum and we'll see what we can do. And it's ok to hijack one over there as long as you explain why you needed to. :wink:
by chulett
Fri Jun 26, 2009 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job aborts
Replies: 14
Views: 5653

And just to address the last question, there is no such thing as space "in a folder", for Windows the space is managed at the drive letter level and is available to any folder on that drive letter.
by chulett
Fri Jun 26, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project locked
Replies: 3
Views: 1254

Both the cause and solution to this problem have been posted here before - I know because I posted one of them. That part wouldn't have changed in 8.x I don't believe. :wink:

Please search.
by chulett
Fri Jun 26, 2009 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

Then it should work fine as long as all jobs have the write stage set to append. :?
by chulett
Fri Jun 26, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problem in Job monitoring
Replies: 8
Views: 5731

It was when you replied, Arnd, this is a completely unrelated hijack by a new poster... but at least it's in the right forum. :wink:
by chulett
Fri Jun 26, 2009 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

Mutiple processes cannot write to the same sequential file at the same time, what you're doing will only work if the jobs run in a serial fashion - do they?
by chulett
Fri Jun 26, 2009 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job validates but not runs
Replies: 13
Views: 3106

Was the sequence originally set to Validate Only and you changed it? If so, are you positive it now says Run and that you've compiled the sequence job? And that you're running the same one you are looking at? :?