Search found 42189 matches

by chulett
Sat Jan 14, 2012 6:17 pm
Forum: General
Topic: Running job with dsjob when user does not have permissions
Replies: 14
Views: 4950

Source your dsenv file and try again.
by chulett
Sat Jan 14, 2012 5:35 pm
Forum: General
Topic: Running job with dsjob when user does not have permissions
Replies: 14
Views: 4950

Try it without the "-l" in the sudo command for grins.
by chulett
Fri Jan 13, 2012 2:59 pm
Forum: General
Topic: Mailing Warnings Job Server
Replies: 5
Views: 1565

It does log some informational messages similar to that that can be ignored but are you saying you actually get an error and the Sequence job fails? Have you put something in the 'From' field of the Email Notification activity? I'd also be curious if this is the first time you've tried to email anyt...
by chulett
Fri Jan 13, 2012 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 4383

I suspect that a forced recompile would have accomplished the same thing.
by chulett
Fri Jan 13, 2012 9:06 am
Forum: General
Topic: Mailing Warnings Job Server
Replies: 5
Views: 1565

Simplest way? Run the job in a Sequence job and link it on failure to an Email Notification stage with the option enabled that includes job status.
by chulett
Fri Jan 13, 2012 1:11 am
Forum: General
Topic: Record Count in Transformer
Replies: 10
Views: 4947

Count them... for what purpose? To what end?
by chulett
Thu Jan 12, 2012 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search for a specific text from a record
Replies: 5
Views: 1209

True, if we're talking about a flat file source you can leverage something like 'grep' in the Filter option as well.
by chulett
Thu Jan 12, 2012 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Usage
Replies: 2
Views: 988

That's not what a 'reject' link is for. The events you mention will cause the job to abort, not records to be rejected.
by chulett
Thu Jan 12, 2012 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get rows based on a condition
Replies: 13
Views: 4656

You hard-code the value in the hashed file key so that the record is always found, so that the lookup succeeds on every row. Continuing our ongoing discussion, if you built the hashed file with two columns, one key field with "x" as the value and a second non-key column with your MSGID in ...
by chulett
Thu Jan 12, 2012 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance
Replies: 7
Views: 2511

... if only it was in the 7.x release. :(
by chulett
Wed Jan 11, 2012 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance
Replies: 7
Views: 2511

I seem to recall it pushing data through a named pipe. :?

Curious why "direct=false"? At that point you've got a conventional load rather than a bulk load... indexes?
by chulett
Wed Jan 11, 2012 1:54 pm
Forum: General
Topic: wrong job promoted
Replies: 8
Views: 1781

Then please check... not much sense discussing how to recover from backups if you don't have any. FYI - dev is something you should be backing up every day unless they don't mind you losing work or you don't mind re-doing work. Our servers get their filesystems backed up daily as well as daily repos...
by chulett
Wed Jan 11, 2012 1:43 pm
Forum: General
Topic: wrong job promoted
Replies: 8
Views: 1781

Well, let's start by asking - what do you have in the way of a backup? Anything?
by chulett
Wed Jan 11, 2012 12:47 pm
Forum: General
Topic: wrong job promoted
Replies: 8
Views: 1781

So... if you updated a job in Project2 and that project isn't 'versioned' (i.e. you've never initialized anything into Version Control from there) you are pretty well out of luck. You can 'roll back' changes to a versioned job by promoting out an earlier version but that doesn't sound like an option...