Search found 42189 matches

by chulett
Sun Nov 30, 2008 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data from dbf parallel using odbc visual FoxPro
Replies: 4
Views: 1660

It won't be DataStage that's "not allowing".
by chulett
Sat Nov 29, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number Calculation
Replies: 6
Views: 1562

:? Odd. Are you looking for one total, a running total, or ?? It's not clear what you need, can you post the output for your sample input?
by chulett
Sat Nov 29, 2008 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a mail be generated reporting that the server is down?
Replies: 5
Views: 1466

dsuser7 wrote:Please mail me at ds.user7@yahoo.com, if your response is lengthy

Sorry, but that's not how things work here.
by chulett
Sat Nov 29, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command to clear the log file
Replies: 4
Views: 2116

Note that whatever value you set in the Administrator becomes the value used in any new jobs added after that, in case that wasn't clear.
by chulett
Sat Nov 29, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored proc Issue
Replies: 7
Views: 2062

:idea: Have you read the stpstage.pdf documentation? A proc needs to be written in specific ways to be usable with the stage, your issue may lie there. Check the Additional Database Specifics section in particular.
by chulett
Fri Nov 28, 2008 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning on insert when no data goes in
Replies: 16
Views: 3508

The 'performance statistics' shows how many rows were successfully sent to the target, not how many tried to go. BIG difference. So you've got enough valid data to satisfy the constraint but there's something wrong with one or more fields that the database doesn't like. "Blanks" aren't necessarily a...
by chulett
Fri Nov 28, 2008 2:23 pm
Forum: General
Topic: Error opening file
Replies: 2
Views: 1157

There's no way around needing that drive 'mounted' in some fashion so the UNIX system can see it, as far as I know - NFS, Samba (etc) is needed to read it directly from that share. Or just FTP it.
by chulett
Fri Nov 28, 2008 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning on insert when no data goes in
Replies: 16
Views: 3508

Post your actual unedited constraint, things are obviously slipping through it that shouldn't. And then explain in words what the business rule should be.
by chulett
Fri Nov 28, 2008 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

Why not simply ask your team mates what they did to get it successfully installed? Or as Arnd noted, state the actual problem that you had.
by chulett
Fri Nov 28, 2008 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

Still, not supported. For whatever that is worth to you.
by chulett
Fri Nov 28, 2008 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure with in the before sub routine
Replies: 9
Views: 1693

Yes. Failure before job will stop the job execution, both failures will set the job status to Aborted.
by chulett
Fri Nov 28, 2008 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while installing the DS server/client 7.5.1 A
Replies: 13
Views: 3076

You do realize that Windows XP is not supported for the server component, yes? Client, sure, but server - no.
by chulett
Fri Nov 28, 2008 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to call stored procedure having only IN parameter in DS
Replies: 7
Views: 6628

What database? Suggest you read the Additional Database Specifics section of the stpstage.pdf document for your particular database.
by chulett
Fri Nov 28, 2008 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSENV
Replies: 2
Views: 1474

Gonna need a lot more information. What variables did you setup in the Administrator? How are you using them in your job? What role does your dsenv file play in all this? :?