Search found 42189 matches

by chulett
Tue Jan 04, 2011 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

They did. Skyboy, best to stick with your own post. Let us know if you continue to have issues there, please.
by chulett
Tue Jan 04, 2011 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert timestamp format
Replies: 4
Views: 2278

How? With the syntax Ray posted, hence the 'in other words' comment. :?
by chulett
Tue Jan 04, 2011 8:16 am
Forum: General
Topic: Syntax of DSSENDmail command
Replies: 3
Views: 1505

Sounds like a problem to me. :wink: You can use the Notification Activity stage in a Sequence job to send emails with attachments and not worry about any sort of 'syntax'. If for some reason you feel you really need to use the DSSendMail routine for this, simply locate the DSSendMailTester routine i...
by chulett
Mon Jan 03, 2011 11:01 pm
Forum: General
Topic: DSSetUserStatus - Does the Ans has to be zero
Replies: 4
Views: 2692

Short answer? Yes. :wink:
by chulett
Mon Jan 03, 2011 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Satge
Replies: 3
Views: 1305

That's the way a pivot works, I'm afraid. In your case, 1 row in will always equal 15 rows out and then as you said you need to filter out the ones you don't need - typically the ones where the non-key field(s) are 'empty'. There really shouldn't be any kind of 'buffer' issue here and as long as the...
by chulett
Mon Jan 03, 2011 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS equivalent in Teradata
Replies: 8
Views: 3111

Not that I am aware of... and besides, you don't want to "preserve blanks". Perhaps some Teradata experts need to weigh in here but I'd wager it works like any other database - if you send the field over with spaces in it, that's what you get. If you don't want them you need to trim them b...
by chulett
Mon Jan 03, 2011 10:22 pm
Forum: General
Topic: DSSetUserStatus - Does the Ans has to be zero
Replies: 4
Views: 2692

If you do an exact search for "Controller problem: Unhandled failure" all will be revealed. You'll also note that all the posts regarding this are examples of how to use it in the Transformer of a Server job, not the Routine Activity stage of a Sequence job. What exactly are you trying to ...
by chulett
Mon Jan 03, 2011 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create multiple files in parallel based on values
Replies: 6
Views: 2848

Create a work table, load the list of values there, join with your table.
by chulett
Mon Jan 03, 2011 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS equivalent in Teradata
Replies: 8
Views: 3111

So actually I'm not right and the exact opposite of what I said is what you need.

Trim() or TrimB()
by chulett
Mon Jan 03, 2011 9:52 pm
Forum: General
Topic: autosys
Replies: 1
Views: 876

You need to be more specific. You "got an error" - where? What error? Do you mean your DataStage job actually ran and logged an error or there were errors logged by AutoSys when it attempted to start the job? :? Best if you post the unedited text of the error message here so we have some i...
by chulett
Mon Jan 03, 2011 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS equivalent in Teradata
Replies: 8
Views: 3111

What do you mean by "ignore the last spaces"? :?

I'm guessing from your subject that you want to preserve the trailing space and it gets removed during the load?
by chulett
Mon Jan 03, 2011 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert timestamp format
Replies: 4
Views: 2278

In other words, just chop off the last three "s" bits. :wink:
by chulett
Mon Jan 03, 2011 7:02 pm
Forum: General
Topic: configuring
Replies: 7
Views: 2136

Yes. An Oracle client must be installed on the DataStage server for DataStage to be able to use any 'native' Oracle stages. And it must have a valid tnsnames.ora file in order to connect anywhere. As noted, chat with your DBA if you have specific questions on Oracle setup and configuration. If you w...
by chulett
Mon Jan 03, 2011 6:58 pm
Forum: General
Topic: Job from command prompt
Replies: 12
Views: 3893

Does this job run correctly from the Director and the only time you have an issue is from the command line? :?