|
|
| Author |
Message |
cigamit Developer
Joined: 07 Apr 2005 Posts: 946 Location: B/CS Texas
|
Posted: Tue Nov 28, 2006 7:34 pm Post subject: |
|
|
First of all, running the database upgrade script will ofcourse give you errors, as it tries to update things that may already be updated. No problems there.
From there errors, first step is to check your database and make sure you have a mac_track_processes table. |
|
| Back to top |
|
 |
cwahlin Cacti User
Joined: 10 Oct 2003 Posts: 87
|
Posted: Wed Nov 29, 2006 3:59 am Post subject: |
|
|
I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).
/Carl |
|
| Back to top |
|
 |
cigamit Developer
Joined: 07 Apr 2005 Posts: 946 Location: B/CS Texas
|
Posted: Fri Dec 01, 2006 7:19 pm Post subject: |
|
|
| cwahlin wrote: | I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).
/Carl |
Give us an output of this command, maybe a column is missing or something.
"show columns from mac_track_processes" |
|
| Back to top |
|
 |
cwahlin Cacti User
Joined: 10 Oct 2003 Posts: 87
|
Posted: Mon Dec 04, 2006 2:01 am Post subject: |
|
|
mysql> show columns from mac_track_processes;
+------------+------------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------------------+-------+
| device_id | int(11) | NO | PRI | 0 | |
| process_id | int(10) unsigned | YES | | NULL | |
| status | varchar(20) | NO | | Queued | |
| start_date | datetime | NO | | 0000-00-00 00:00:00 | |
+------------+------------------+------+-----+---------------------+-------+
4 rows in set (0.01 sec)
/Carl |
|
| Back to top |
|
 |
|