| Summary | seqence tables missing |
| Queue | Horde Base |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Rejected |
| Priority | 2. Medium |
| Owners | |
| Requester | adrieder (at) sbox (dot) tugraz (dot) at |
| Created | 5/16/08 (6538 days ago) |
| Due | 05/16/2008 (6538 days ago) |
| Updated | 5/16/08 (6538 days ago) |
| Assigned | |
| Resolved | 5/16/08 (6538 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Rejected
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ seqence tables missing
Due ⇒ 05/16/2008
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
xxx_shares_seq tables in the corresponding sql scripts, otherwise the
horde db user needs the create table privilege.
Error message:
HORDE [debug] [kronolith] MDB2 Error: insufficient permissions: [Error
message: on demand sequence kronolith_share
s could not be created]
Solution:
e.g. for mysql:
CREATE TABLE `kronolith_shares_seq` (
`sequence` int(11) NOT NULL auto_increment,
PRIMARY KEY (`sequence`)
)