Dodge 0 Report post Posted February 21, 2017 Ive been having an error on my server when a user reconnects, ive installed a fresh copy of the server as well created a new db for it and still getting this error "ExileServer - Initializing game world..." "ExileServer - Loading families from database..." "ExileServer - Database Error: Error Unknown Protocol" Error in expression < to _numberOfClans - 1 do { ((_clanIDs select _i) select 0) call ExileServer_sy> Error position: <select _i) select 0) call ExileServer_sy> Error Generic error in expression File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing! "Exile_Server/BIS_fnc_log: [BIS_fnc_preload] ----- Scripts initialized at 20593 ms -----" "ExileServer - Player Dodge (UID 7***************7) connected!" "ExileServer - Database Error: Error Unknown Protocol" Error in expression <se_handleBig; }; }; ((_result select 1) select 0) select 0> Error position: <select 0) select 0> Error Generic error in expression File exile_server\code\ExileServer_system_database_query_selectSingleField.sqf, line 27 Error in expression <se_handleBig; }; }; ((_result select 1) select 0) select 0> Error position: <select 0) select 0> Error Generic error in expression File exile_server\code\ExileServer_system_database_query_selectSingleField.sqf, line 27 Mission id: 8d9e14e1b4c4e9349ca9464f5599fffd0393c508 Warning: Cleanup player - person 2:1111 not found here is full copy of the server log reporthttp://pastebin.com/AGKvxHdL any help on this will be greatly appreciated. thank you Share this post Link to post Share on other sites
bombajack 23 Report post Posted March 5, 2017 Check config.cpp in mission...if it's alright All commas.Today i searching 1 this mistake 4 hour Share this post Link to post Share on other sites
tehki 0 Report post Posted May 30, 2017 How did you solve this? we are having the same problem. Share this post Link to post Share on other sites
Brook 0 Report post Posted May 31, 2017 (edited) The Solution For This: Add This To Your ServerConfig: persistent = 1; Edited May 31, 2017 by Brook Share this post Link to post Share on other sites