Search found 42189 matches

by chulett
Tue Oct 09, 2012 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server Edition 7.5.3 - Data Masking
Replies: 17
Views: 8027

Re: Data Stage Server Edition 7.5.3 - Data Masking

Regarding the FK relationships if you notice on the Oracle doc that you sent there is a separate section that describes this point as an important topic, masking fields while not loosing the FK relationship. Of course, I understand that. Not my first rodeo. I'm just curious (and looking for an answ...
by chulett
Tue Oct 09, 2012 7:27 am
Forum: General
Topic: need help with sending an email from my job
Replies: 4
Views: 1596

Then you'll need to build your own interlude to sendmail as it's not possible out of the box. Look at the DSSendMailTester routine for some help with that.
by chulett
Tue Oct 09, 2012 7:24 am
Forum: General
Topic: Sequencer with few stage to call multiple parallel
Replies: 7
Views: 1678

I would echo Ray's Job Control suggestion but it does involve a level of knowledge of BASIC and the API. Or as Arnd notes, script it using dsjob.
by chulett
Tue Oct 09, 2012 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server Edition 7.5.3 - Data Masking
Replies: 17
Views: 8027

I'll say again... masking is not the same as encrypting and any encryption algorithm is inappropriate for a true masking scenario because the data is no longer appropriate for the field. I'm also curious what fields you need to mask that would be involved in FK relationships? This is more for my own...
by chulett
Tue Oct 09, 2012 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server Edition 7.5.3 - Data Masking
Replies: 17
Views: 8027

Seeing as how "AW" are Arnd's initials, I'd wager it's custom. :wink:
by chulett
Mon Oct 08, 2012 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server Edition 7.5.3 - Data Masking
Replies: 17
Views: 8027

Arnd, I don't think anything was detected as they said that they "read that sometimes these functions generate the same value for different input strings". The chance is small and I don't really see that mattering when you're just doing masking. Speaking of which, do you really want to put...
by chulett
Sun Oct 07, 2012 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot without any grouping column
Replies: 3
Views: 2127

Create a grouping column then pivot. It can be as simple as a number you increment every 3 rows and then drop post-pivot. Be careful with your partitioning, of course. If you are on 8.5+ you could use transformer looping for this rather than the Pivot stage.
by chulett
Sun Oct 07, 2012 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help while reading xml file
Replies: 5
Views: 2447

What kind of help do you need? What have you tried and what issues have you faced? Have you ever worked with XML before?
by chulett
Sat Oct 06, 2012 7:42 am
Forum: General
Topic: Oracle Stage after SQL
Replies: 3
Views: 1113

Or split off a link to an aggregator with that value and then to the second target. Your aggregation method can ensure it only gets one row at the end of the job, if that's what you are trying to do.
by chulett
Fri Oct 05, 2012 10:21 pm
Forum: General
Topic: Oracle Stage after SQL
Replies: 3
Views: 1113

Re: Oracle Stage after SQL

wjblack74 wrote:I'm using an Oracle connector and am trying to use one of the incoming columns as part of the after SQL statement within the connector.
You can't. The before and after areas are not aware of nor have any access to data on the link.
by chulett
Fri Oct 05, 2012 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS locale (US-ENGLISH) has been specified for category TIME
Replies: 2
Views: 1841

Re: NLS locale (US-ENGLISH) has been specified for category

peep wrote:I think the time stamp between client and the server is differnet. thats the reason i am encountering this issue.
No, that only can affect the Director (not the running of jobs) and there is a very specific message you get from the Director when the times are out of sync enough for it to care.
by chulett
Fri Oct 05, 2012 7:45 am
Forum: General
Topic: Sequencer with few stage to call multiple parallel
Replies: 7
Views: 1678

Does your list of 25 jobs change? If not, just add the 25 stages to the Sequence job - what's the concern with doing that? :?
by chulett
Thu Oct 04, 2012 11:10 pm
Forum: General
Topic: Stored Procedure with Return Value
Replies: 3
Views: 892

It certainly is possible. Do an exact search here for the DSSetUserStatus function which will allow exactly that - pass the retrieved value back which can then be leveraged by anything downstream of that point.
by chulett
Thu Oct 04, 2012 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract produces nothing but columns repeated as output
Replies: 7
Views: 2717

Ah... guess I was thinking of the wrong thing. :(
by chulett
Thu Oct 04, 2012 3:39 pm
Forum: General
Topic: Search for Data File on share drive
Replies: 11
Views: 1935

(actually, I just deleted the accidental hijack of the other thread since this had already been created)

Is this shared drive acccessable from the ETL server?