Actually, it means that you've hit the practical limit of the access table.<br><br>The column 'aid' is set to a tinyint(), unsigned, which has a maximum value of 128 unique records.<br><br>The table records 0 - 127, then you start to get errors.
<br><br>I had the same problem with the 'boxes' table.<br><br><a href="http://drupal.org/node/66961">http://drupal.org/node/66961</a><br><br>Administer your SQL tables and set 'aid' to be an INT.<br><br><br>- Ken Rickard<br>
agentrickard<br><br>alextrup wrote:<br><br>&gt; Issue status update for <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://drupal.org/node/71389" target="_self">http://drupal.org/node/71389</a><br>&gt; Post a follow up: 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://drupal.org/project/comments/add/71389" target="_self">http://drupal.org/project/comments/add/71389</a><br>&gt;<br>&gt; Project: &nbsp; &nbsp; &nbsp;Drupal<br>&gt; Version: &nbsp; &nbsp; &nbsp;
4.7.2<br>&gt; Component: &nbsp; &nbsp;base system<br>&gt; Category: &nbsp; &nbsp; bug reports<br>&gt; Priority: &nbsp; &nbsp; critical<br>&gt; Assigned to: &nbsp;Anonymous<br>&gt; Reported by: &nbsp;alextrup<br>&gt; Updated by: &nbsp; alextrup<br>&gt; Status: &nbsp; &nbsp; &nbsp; active
<br>&gt;<br>&gt; I wasn't sure which component to put this under.<br>&gt;<br>&gt;<br>&gt; I have been creating many access control rules, to deny certain<br>&gt; usernames being used. I currently have 125 rules in the list (but I
<br>&gt; have aids up to 127 in my database with 1 or 2 aids missing - which<br>&gt; were rules I deleted)<br>&gt;<br>&gt;<br>&gt; I now get the following error every time I try to add any additional<br>&gt; rules<br>&gt;
<br>&gt;<br>&gt; user warning: Duplicate entry '127' for key 1 query: INSERT INTO access<br>&gt; (aid, mask, type, status) VALUES ('133', 'examplerule', 'user', 0) in<br>&gt; /home/.jaunt/diversity/woo.sh<div style="direction: ltr;">
/includes/database.mysql.inc on line 120.<br>&gt; Is there a known limit on the number of rules that can be applied?<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt;<br>&gt; Alex<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; alextrup
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br></div>