|
If you try to add a policy group with the same policyGroupID as another
one you will get a DB error since the policyGroupID is the primary key.
The sync between the table and the sequence will be an issue if you've
imported policy groups from somewhere else. The easiest fix is to drop
and recreate the sequence: drop sequence dmpolicygroup_seq; create sequence dmpolicygroup_seq minvalue 100; Assuming 100 is larger than the max policyGroupID used. I believe as long as you only use the admin interface you should be OK. --Kyle Nathan Mische wrote: --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
- [farcry-dev] RE: Permissions and policy groups Alexander Park
- [farcry-dev] RE: Permissions and policy groups Nathan Mische
- [farcry-dev] RE: Permissions and policy groups Nathan Mische
- [farcry-dev] Re: Permissions and policy groups Geoff Bowers
- [farcry-dev] Re: Permissions and policy groups Kyle Singer
- [farcry-dev] Re: Permissions and policy groups Nathan Mische
- [farcry-dev] Re: Permissions and policy groups Kyle Singer
- [farcry-dev] Re: Permissions and policy groups Nathan Mische
- [farcry-dev] Re: Permissions and policy groups Kyle Singer
- [farcry-dev] Re: Permissions and policy groups Nathan Mische
- [farcry-dev] Re: Permissions and policy groups Brendan Sisson
- [farcry-dev] Re: Permissions and policy groups Brendan Sisson
- [farcry-dev] Re: Permissions and policy groups Nathan Mische
