Natef53
29-06-2004, 15:15
Recently, I have been having a problem with my teamspeak server the channels get erased and I cant find out how to get them back. I spent a few minutes searching for a problem in the log file and I came upon this
---------------------------------------------------------------
-------------- log started at 28-06-04 06:34 -------------
---------------------------------------------------------------
28-06-04 06:34:07,ALL,Info,server, Server init initialized
28-06-04 06:34:07,ALL,Info,server, Server version: 2.0.20.1 Win32
28-06-04 06:34:08,ERROR,All,SQL, ExcecSQL Error: SQL logic error or missing database in query: VACUUM;
28-06-04 06:34:09,ALL,Info,server, Starting VirtualServer id:1 with port:8767
28-06-04 06:34:09,ERROR,All,SQL, OpenSQL Error: database disk image is malformed in query: select * from ts2_channels where i_channel_server_id = 1
28-06-04 06:34:09,ERROR,All,SQL, ExcecSQL Error: database disk image is malformed in query: insert into ts2_channels
(i_channel_server_id,
i_channel_parent_id,
b_channel_flag_moderated,
b_channel_flag_hierarchical,
b_channel_flag_default,
i_channel_codec,
i_channel_order,
i_channel_maxusers,
s_channel_name,
s_channel_topic,
s_channel_description,
s_channel_password,
dt_channel_created)
values
(1,
-1,
0,
0,
-1,
9,
0,
32000,
'Default',
'Default',
'Default Channel',
'',
'28062004063409210');
28-06-04 06:34:10,ALL,Info,server, Server init finished
There is a ton of logs like this in the file showing the same thing and some of them listing channels, but they never come back. Any help would be appreciated, even if its just how to save and reload a server config so I dont have to reload all the channels everytime this happens.
Thanks
---------------------------------------------------------------
-------------- log started at 28-06-04 06:34 -------------
---------------------------------------------------------------
28-06-04 06:34:07,ALL,Info,server, Server init initialized
28-06-04 06:34:07,ALL,Info,server, Server version: 2.0.20.1 Win32
28-06-04 06:34:08,ERROR,All,SQL, ExcecSQL Error: SQL logic error or missing database in query: VACUUM;
28-06-04 06:34:09,ALL,Info,server, Starting VirtualServer id:1 with port:8767
28-06-04 06:34:09,ERROR,All,SQL, OpenSQL Error: database disk image is malformed in query: select * from ts2_channels where i_channel_server_id = 1
28-06-04 06:34:09,ERROR,All,SQL, ExcecSQL Error: database disk image is malformed in query: insert into ts2_channels
(i_channel_server_id,
i_channel_parent_id,
b_channel_flag_moderated,
b_channel_flag_hierarchical,
b_channel_flag_default,
i_channel_codec,
i_channel_order,
i_channel_maxusers,
s_channel_name,
s_channel_topic,
s_channel_description,
s_channel_password,
dt_channel_created)
values
(1,
-1,
0,
0,
-1,
9,
0,
32000,
'Default',
'Default',
'Default Channel',
'',
'28062004063409210');
28-06-04 06:34:10,ALL,Info,server, Server init finished
There is a ton of logs like this in the file showing the same thing and some of them listing channels, but they never come back. Any help would be appreciated, even if its just how to save and reload a server config so I dont have to reload all the channels everytime this happens.
Thanks