Search found 42189 matches
- 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
- 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
- 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
Yes.irshanuddin wrote:Or should I go looking for the cron.allow and at.allow as suggested in other posts?
- 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...
- Wed Jan 11, 2012 7:54 am
- Forum: General
- Topic: XML output duplicate constraint
- Replies: 2
- Views: 1134
- 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
- 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...
- 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
- 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
- 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
- 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
- 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
- Tue Jan 10, 2012 7:37 am
- Forum: General
- Topic: Need a small help... please comment why job always crashes
- Replies: 12
- Views: 2225
- Tue Jan 10, 2012 7:34 am
- Forum: General
- Topic: How to keep password out of the log?
- Replies: 8
- Views: 1983
- 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...