<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I imported about a thousand terms into the 
terms_data table and then added the parent-child relationships in the 
terms_hiearchy table. Everything went smoothly until I tried to add a term 
manually in another vocabulary using the "add terms" UI in 
taxonomy.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV class="messages error">
<UL>
  <LI>user warning: Duplicate entry '126' for key 1 query: INSERT INTO term_data 
  (tid, name, description, vid, weight) VALUES (126, '2000s', '', 6, 0) in 
  /home/mysite/public_html/includes/database.mysql.inc on line 172.</LI>
  <LI>user warning: Duplicate entry '126' for key 1 query: INSERT INTO 
  xmlsitemap_term (tid, pid, last_changed, priority_override) VALUES (126, NULL, 
  1212242801, NULL) in /home/mysite/public_html/includes/database.mysql.inc on 
  line 172.</LI></UL></DIV>
<DIV>the auto increment for these tables should be over 1000 and is showing as 
such in phpmyadmin&nbsp;- is that value stored somewhere where I can alter 
it?</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If I manually enter terms into the _data and 
_hierarchy tables, is there something else I need to alter to avoid problems 
when I go back to manually adding terms?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV></DIV></BODY></HTML>