dogs
Joined: 14 Mar 2007 Posts: 17
|
Posted: Wed Jun 25, 2008 4:56 am Post subject: Error:'1062' |
|
|
I keep getting this error message in the logs.... any ideas?
CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'1062', SQL:"INSERT INTO mac_track_ports (site_id, device_id, hostname, dns_hostname, device_name, vlan_id, vlan_name, mac_address, vendor_mac, ip_address, port_number, port_name, scan_date) SELECT site_id, device_id, hostname, dns_hostname, device_name, vlan_id, vlan_name, mac_address, vendor_mac, ip_address, port_number, port_name, scan_date FROM mac_track_temp_ports' |
|
TheWitness Developer
Joined: 14 May 2002 Posts: 9257 Location: MI, USA
|
Posted: Thu Jun 26, 2008 2:12 pm Post subject: |
|
|
It's a somewhat harmless error, but I am wondering why it is occurring. It means two entries were attempted to be placed in the table with the same informaiton. It could be that you have scanner passes over running each other.
TheWtiness |
|