Search found 42189 matches

by chulett
Thu Jun 05, 2014 11:10 am
Forum: General
Topic: Output parameter
Replies: 8
Views: 1922

Depends. From what I recall, an "exact" search will search the entire database with the downside of needing an exact text match. The other two options (any or all terms) are for some reason time limited and only look backwards a handful of months. Not sure why but it's been that way for qu...
by chulett
Thu Jun 05, 2014 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage Error due to special character
Replies: 7
Views: 2450

What have you tried so far? As Ernie notes, there is some advice in the linked thread that I split you from - curious if you have attempted anything from there yet.

In other words, let's get some specifics around your version of this error - what you are seeing, what you've tried so far, etc etc.
by chulett
Thu Jun 05, 2014 9:39 am
Forum: General
Topic: Output parameter
Replies: 8
Views: 1922

Thanks. Probably never got all that creative with the tool back in those days as we were all stone green newbies then and hadn't learned any bad habits. Yet. :wink: I do seem to recall people posting 'hacks' here, some interesting way to get that (or some version of that) functionality back. Highly ...
by chulett
Thu Jun 05, 2014 9:35 am
Forum: General
Topic: Inculding Mail IDs in BCC
Replies: 5
Views: 1341

For sendmail, in addition to the "To:" and "From:" lines it also supports "Cc:" and "Bcc:" so those should be pretty simple to work in to the process.
by chulett
Thu Jun 05, 2014 8:33 am
Forum: General
Topic: Inculding Mail IDs in BCC
Replies: 5
Views: 1341

It's not about using the actual routine but instead taking the code and adapting it to your specifications under a new name. You're also not stuck with using sendmail but you can use anything your company supports. And then it's just a matter of getting the BCC syntax for the call and folding that i...
by chulett
Thu Jun 05, 2014 8:02 am
Forum: General
Topic: Output parameter
Replies: 8
Views: 1922

Even if that did work (the file would already be open you were writing to) you now have this query information as data flowing through the job rather than accessible as a global job parameter. Quite a difference in scope between the two but could perhaps be an option depending on what exactly "...
by chulett
Thu Jun 05, 2014 7:53 am
Forum: General
Topic: Inculding Mail IDs in BCC
Replies: 5
Views: 1341

You'd have to write your own mail routine so that you have full access / control. It's not all that hard if you have any experience working with DataStage routines. For example, check out the DSSendMailTester routine source code, should give you a good starting point.
by chulett
Thu Jun 05, 2014 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage warnings with Oracle
Replies: 5
Views: 2364

Are you sure you need this only for certain warnings? I seem to recall an option in most Oracle stages to 'Treat warnings as Fatal', hence the question.
by chulett
Thu Jun 05, 2014 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and Target row count matching in Datastage job
Replies: 11
Views: 5681

Apart from using API functions in after job subroutine, can we do something within the datastage job itself? Perhaps. However, I would strongly discourage any such approach. I'm not a big fan of extra bits you'd have to incorporate into every job, parts that would on failure jeopardize the load / p...
by chulett
Thu Jun 05, 2014 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and Target row count matching in Datastage job
Replies: 11
Views: 5681

dsgguy wrote:Can we have a job parameter as an output parameter?
For completeness - as answered elsewhere, no.
by chulett
Thu Jun 05, 2014 7:00 am
Forum: General
Topic: How phantom process gets generated?
Replies: 2
Views: 1284

As noted, those are your jobs. If you feel there are 'too many', run fewer jobs at the same time. That or get a bigger boat. :wink:
by chulett
Thu Jun 05, 2014 6:54 am
Forum: General
Topic: Output parameter
Replies: 8
Views: 1922

Interesting... I started with the 3.1 version and don't recall that functionality being part of the puzzle but I trust Arnd. :wink:
by chulett
Thu Jun 05, 2014 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 6105

The simplest way to avoid any remote calls is a script that runs on the server... is that not an option for you?
by chulett
Wed Jun 04, 2014 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and Target row count matching in Datastage job
Replies: 11
Views: 5681

... and this is typically something done as a separate step outside of the job after it completes, not part of the job itself.
by chulett
Wed Jun 04, 2014 9:29 am
Forum: General
Topic: How to connect EMC Documentum Content Server
Replies: 4
Views: 1848

And? Your questions are general access ones, you don't have to bring DataStage into them at all so don't worry about that point. I have a small Documentum team here as well, worst case I may be able to ping them and see if they have any words of wisdom if you don't get any traction with your group.