So updated to the new server have not changed anything but updating the server and now i am unable to connect to it?
So updated to the new server have not changed anything but updating the server and now i am unable to connect to it?
Are there server logs or anything else we can work with to help you?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Here is the last log:
2016-08-08 14:42:30.777364|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-08 14:42:30.777364|INFO |ServerLibPriv | |SystemInformation: Windows 7 SP1 (7601) x64 (AMD or Intel) Binary: 64bit
2016-08-08 14:42:30.777364|INFO |ServerLibPriv | |Using hardware aes
2016-08-08 14:42:30.831367|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2016-08-08 14:42:30.831367|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2016-08-08 14:42:31.023378|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-08 14:42:32.643470|INFO |Accounting | |Licensing Information
2016-08-08 14:42:32.643470|INFO |Accounting | |type : Non-profit
2016-08-08 14:42:32.643470|INFO |Accounting | |starting date : Tue Jul 19 00:00:00 2016
2016-08-08 14:42:32.643470|INFO |Accounting | |ending date : Sat Jan 28 00:00:00 2017
2016-08-08 14:42:32.643470|INFO |Accounting | |max virtualservers: 10
2016-08-08 14:42:32.643470|INFO |Accounting | |max slots : 512
2016-08-08 14:42:33.928544|INFO | | |Puzzle precompute time: 1254
2016-08-08 14:42:33.930544|INFO |FileManager | |listening on 0.0.0.0:30033, :::30033
2016-08-08 14:42:33.962546|ERROR |VirtualSvrMgr | |loading VirtualServer(1) failed to start, error: invalid channelID
2016-08-08 14:42:33.963546|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, 192.168.1.10/32,
2016-08-08 14:42:33.967546|INFO |Query | |listening on 0.0.0.0:10011, :::10011
2016-08-08 14:44:52.173451|INFO |Query | |query from 624 50.163.12.75:50075 issued: login with account "serveradmin"(serveradmin)
Tried going back to the old version and got this
2016-08-08 17:08:41.886645|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.12.3 (2016-03-04 08:31:20)
2016-08-08 17:08:41.887645|INFO |ServerLibPriv | |SystemInformation: Windows 7 SP1 (7601) x64 (AMD or Intel) Binary: 64bit
2016-08-08 17:08:41.887645|INFO |ServerLibPriv | |Using hardware aes
2016-08-08 17:08:41.889645|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2016-08-08 17:08:41.889645|INFO |DatabaseQuery | |dbPlugin version: 3.8.6
2016-08-08 17:08:41.890645|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-08 17:08:41.907646|CRITICAL|DatabaseQuery | |setSQLfromFile( file:sql/update_26.sql) failed
Could i please get some help on this?! Never had a problem EVER till this update...
It seems that there's a channel missing in your database for some reason. I think you won't be able to resolve this issue without doing manual changes to your database. Please upload your ts3server.sqlitedb file and send me the link via PM. I'll have a look at it asap.
You may not downgrade TeamSpeak servers. It destroys it entirely. This is a bug BTW. Looks like TeamSpeak has this code somewhere:
"!=" should be changed to "<", so it only updates if the executable version is newer than the database, not if older.WHILE (DatabaseVersion != ExecutableVersion)
{
DatabaseVersion++;
Query("sql/update_" + DatabaseVersion);
}
Why don't you use your backup? Prior to performing any update you do make a backup, don't you?
If you don't have a backup... remember to take one next time before and I suppose you have to wait until you get your repaired db back.
There are currently 1 users browsing this thread. (0 members and 1 guests)