Search found 42189 matches

by chulett
Wed Jan 11, 2012 12:39 pm
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1549

8)
by chulett
Wed Jan 11, 2012 9:45 am
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1549

You shouldn't have to find anything, just ask your admin to ensure your scheduling user is setup correctly.
by chulett
Wed Jan 11, 2012 9:13 am
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1549

Re: Error adding to schedule.You do not have permssion to us

irshanuddin wrote:Or should I go looking for the cron.allow and at.allow as suggested in other posts?
Yes.
by chulett
Wed Jan 11, 2012 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get rows based on a condition
Replies: 13
Views: 4656

Sure you do. You seem to be missing my questions and advice around the key in the hashed file. Do you have a hard-coded value like 'x' in the key and the MSGID value as a data element? Based on your description of what's happening, I'd say you're ignoring that little nugget and simply checking the c...
by chulett
Wed Jan 11, 2012 7:54 am
Forum: General
Topic: XML output duplicate constraint
Replies: 2
Views: 1134

Elisabete, you posted this question in multiple forums, a practice frowned upon here. I've deleted the duplicate posts, we'll use this one going forward.
by chulett
Wed Jan 11, 2012 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to document parallele job
Replies: 5
Views: 1955

There is a Job Report button in the Designer, have you tried that?
by chulett
Wed Jan 11, 2012 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get rows based on a condition
Replies: 13
Views: 4656

All my 'hints' still apply. However, you really need to post specifics of what you are doing. How exactly did you design and populate the hashed file? Does it have only a single record in it? Did you hard-code the key and put your BigInt as a data field? What is your constraint on the output link? D...
by chulett
Tue Jan 10, 2012 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding table partition from DS server job
Replies: 4
Views: 1817

Seyed wrote:Are there any features in DataStage Designer in a server environment that one could use to add partitions to Oracle tables?
No.
by chulett
Tue Jan 10, 2012 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current row to Next row processing
Replies: 6
Views: 1661

You've misread the requirement I'm afraid.
by chulett
Tue Jan 10, 2012 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get rows based on a condition
Replies: 13
Views: 4656

First off, how are you populating the hashed file? For a single row that you need to look up on every row, make sure you have a hard-coded value as the Key (I've seen "1" or "X" used but "Rumpelstiltskin" would work, too :wink: ) and the timestamp is the data field bein...
by chulett
Tue Jan 10, 2012 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer Validation issue
Replies: 4
Views: 1547

So, what was the actual resolution? Posting that information helps future searchers...
by chulett
Tue Jan 10, 2012 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Issue
Replies: 7
Views: 4491

Contact your official support provider. That and probably undo whatever change you just made.
by chulett
Tue Jan 10, 2012 7:37 am
Forum: General
Topic: Need a small help... please comment why job always crashes
Replies: 12
Views: 2225

pandeesh wrote:Where is that picture?
it's missing now.
Still there for me. If you ever wonder where a posted image comes from (on any web board) 'reply with quote' and then you can pull the URL from the quoted text.
by chulett
Tue Jan 10, 2012 7:34 am
Forum: General
Topic: How to keep password out of the log?
Replies: 8
Views: 1983

Ah yes, did this actually get documented anywhere? It goes at the beginning of the Parameter property according to the 3 posts here that mention that little secret. :wink:
by chulett
Tue Jan 10, 2012 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding table partition from DS server job
Replies: 4
Views: 1817

However, I've been places that add partitions 'on-the-fly' as needed. And yes, it generally turns into a proc that either gets called 'when needed' or one that is smart enough to know if it needs to add new partitions or not. You can use a dedicated Stored Procedure stage or the Before SQL area of y...