Hi.
I get the following error when I try to add a new host :
Error in query [INSERT INTO auditlog (auditid,userid,clock,ip,action,resourcetype,resou rceid,resourcename) VALUES (35427,1,1360788575,'192.168.69.175',0,4,1361659,' ups01.demo.com')] [Duplicate entry '35427' for key 'PRIMARY']
Any ideas ?
Edit : added :
when add a template I get :
Error in query [INSERT INTO events (eventid, source, object, objectid, clock, value, acknowledged) VALUES (12447218,0,0,15788,1360789944,2,0)] [Duplicate entry '12447218' for key 'PRIMARY'
I had a look in the database and the primary key is way passed "12447218" with the last record 12462652
I would have expected it to use the next number ?? Something is broken or there is a bug ..
I get the following error when I try to add a new host :
Error in query [INSERT INTO auditlog (auditid,userid,clock,ip,action,resourcetype,resou rceid,resourcename) VALUES (35427,1,1360788575,'192.168.69.175',0,4,1361659,' ups01.demo.com')] [Duplicate entry '35427' for key 'PRIMARY']
Any ideas ?
Edit : added :
when add a template I get :
Error in query [INSERT INTO events (eventid, source, object, objectid, clock, value, acknowledged) VALUES (12447218,0,0,15788,1360789944,2,0)] [Duplicate entry '12447218' for key 'PRIMARY'
I had a look in the database and the primary key is way passed "12447218" with the last record 12462652
I would have expected it to use the next number ?? Something is broken or there is a bug ..
Comment