Search found 42189 matches

by chulett
Fri Sep 24, 2010 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error whlie creating .o file for routnie
Replies: 6
Views: 2192

Any way other than compiling a C++ program? No, not in this context.

Are you certain you need to be creating any such thing? What are you trying to accomplish?
by chulett
Fri Sep 24, 2010 5:56 am
Forum: General
Topic: Job search in unix
Replies: 8
Views: 3697

Please define what you mean by "search the DataStage job".
by chulett
Thu Sep 23, 2010 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs won't run in new project but runs fine in older
Replies: 2
Views: 1645

Re: Jobs won't run in new project but runs fine in older

Interesting.
johm73 wrote:I did this in the same manner I created all the other projects in the past.
And that would be?
by chulett
Thu Sep 23, 2010 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change xpath expressions of xml Dymanically
Replies: 7
Views: 3572

throbinson wrote:Parameters will work within the description field.
Interesting... makes sense that something like that *could* work but I never had a need to try any such thing. Curious how that works out.
by chulett
Thu Sep 23, 2010 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extraction
Replies: 13
Views: 4815

Read it as fixed-width.
by chulett
Thu Sep 23, 2010 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors running Jobs after upgrade to Ascential 7.5.2
Replies: 5
Views: 2000

Yes. They may simply need to be compiled for some reason and that tool could do them all in one shot.
by chulett
Thu Sep 23, 2010 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extraction
Replies: 13
Views: 4815

Or maybe you just need to read it as a fixed-width file. Can you post examples please of what you are looking at, before and after?
by chulett
Thu Sep 23, 2010 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extraction
Replies: 13
Views: 4815

No idea what that means. :?

Can you provide an example or three? Something to show us, make us understand what "a series of data coming in for different column fields" would mean? Thanks.
by chulett
Thu Sep 23, 2010 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying teradata table into another table
Replies: 10
Views: 5783

So, it's not that it didn't work, they don't even want to try it. Nice. Maybe you just need a patch, if there is some kind of "known issue" with doing an alter like that. Any way, have fun exploring! :wink:
by chulett
Thu Sep 23, 2010 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors running Jobs after upgrade to Ascential 7.5.2
Replies: 5
Views: 2000

An export of the entire project is what should have been used and it would then have included all routines as well as jobs, etc. First you need to check and see if those routines are truly missing from the project or not, if they are missing then go back and have them exported / imported for you. So...
by chulett
Thu Sep 23, 2010 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying teradata table into another table
Replies: 10
Views: 5783

Re: Copying teradata table into another table

ds_teg wrote:we can use alter table even though there is data in the table. But for some unknown reason that is rejected.
Me, I would spend some time to figure out why it was "rejected", there's no reason a simple alter to increase a field size should involve copying billions of records. :?
by chulett
Thu Sep 23, 2010 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: userstatus
Replies: 9
Views: 4426

Please start a new post when you have new questions or issues.
by chulett
Thu Sep 23, 2010 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors running Jobs after upgrade to Ascential 7.5.2
Replies: 5
Views: 2000

Those errors are because you have "user defined" routines that are either missing or are not compiled. Specifically, from your example, one named "ValidateOWELkp". How exactly did you "upgrade"? For a minor release like that, it really should just have been a "upgr...
by chulett
Thu Sep 23, 2010 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 5815

Just like any other stage, you either need to import the metadata or enter it manually. And "secure" tranfers (like sftp or scp) don't use passwords in a non-interactive mode.
by chulett
Thu Sep 23, 2010 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: userstatus
Replies: 9
Views: 4426

No, that's how you pass it from Job1 to Job2 in the Sequence. I want to know what you are doing inside Job1 to set it.