Search found 51 matches

by timsmith_s
Mon Apr 30, 2007 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 3137

I guess I just wanted to know if I missed anything on my checklist, and if so, what.
by timsmith_s
Mon Apr 30, 2007 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 3137

I am trying to confirm my security checklist for a multi-user configuration. So, to answer your question, yes.
by timsmith_s
Mon Apr 30, 2007 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 3137

UNIX and project permissions for multi-users

I was hoping I might get a checkpoint from the group. I have read thru most of the posts related to UNIX and project level security and the great FAQ post (content by Aaron Titus), but I wanted to make sure that all of the suggestions applied to v7.5 (on AIX). I have included a list of TODOs, would ...
by timsmith_s
Tue Apr 17, 2007 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File in EE
Replies: 5
Views: 2165

I have a similar situation - two sequential files going into a join. However, for a join to work, the links must be sorted/key partitioned. What would be best practice - set the sort/part keys on the output link of the sequential files or have an explicit sort stage between each file-to-join links?
by timsmith_s
Wed Apr 11, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8 on Fedora
Replies: 4
Views: 1731

Yes - I was hoping to build out sandbox environments for my developers and of course Fedora isnt supported, but would it work.
by timsmith_s
Wed Apr 11, 2007 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8 on Fedora
Replies: 4
Views: 1731

Version 8 on Fedora

I did several searches, but I havnt been able to find any comments about installing V8 on Fedora - for developer (sandbox) usage. Any thoughts?
by timsmith_s
Tue Apr 03, 2007 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: match like statement in lookup
Replies: 7
Views: 2198

Agreed - good point. Now the users require that I specific possible matches too - so on my second pass they want me to only match on the left most source string to the left most target string or more

for example a source of 12345-001 would match on any target that begins with 12345*
by timsmith_s
Mon Apr 02, 2007 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: match like statement in lookup
Replies: 7
Views: 2198

Substring of what? I am trying to match on a wildcard. A substring presupposes a known length in advance - I will not know the length of the matching string, just that I want a match on the leading left characters (or more). HTH For example, given an input of Policy # 12345-001 and a lookup value of...
by timsmith_s
Mon Apr 02, 2007 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: match like statement in lookup
Replies: 7
Views: 2198

match like statement in lookup

I am trying to perform a lookup based on a sub-string that contains a like statement. For example, Policy # 12345-001 Lookup source will have 12345-009 and id 998 I want to lookup based on 12345-* and assign the id 998 (the parent policy id). The lookup and join stages appear to expect "keys&qu...
by timsmith_s
Tue Feb 27, 2007 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Describe failed because of missing column for FLD02I
Replies: 2
Views: 1471

I am experiencing the same issue - is this a bug with the load/upsert settings of the oracle enterprise stage?
by timsmith_s
Mon Feb 26, 2007 8:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that support regular expressions (regex)
Replies: 7
Views: 9425

Stages that support regular expressions (regex)

I have read posts regarding regular expression in filters, but would anyone please help with understand if the Modify or Transformer stages support them too? Can they be used for parsing values, or only to exclude records?

Thx - T
by timsmith_s
Mon Feb 05, 2007 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with wrapped rows
Replies: 10
Views: 2520

Favor - please explain the specific details of the file transfer. You are using native ftp? you are transfering the file as binary or ascii?

You might consider do a binary transfer and then using the UNIX tr comman to translate control-characters. Thoughts?
by timsmith_s
Mon Feb 05, 2007 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cursor (loop)/row-by-row processing
Replies: 7
Views: 2036

Maybe "row" was confusing. For example, I want to compare the previous record with the current record to apply survivorship rules. How would I do it? Must I use C++ to do this type of operation?
by timsmith_s
Mon Feb 05, 2007 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with wrapped rows
Replies: 10
Views: 2520

Are you transferring the file using NDM to do the transfer? Verify that it does not have a predefined line length.