Hab ich auch schon probiert

Server erkennt extDb2 nicht
-
Knokke -
8. Dezember 2016 um 16:00 -
Geschlossen -
Erledigt
-
-
Also meine config sieht jetzt so aus aber es funkt immernoch nicht, soweit alles richtig :
Spoiler anzeigen
Code
Alles anzeigen[Main] Version = 5 ;Threads = 0 ; Default Value is the number of CPU Cores Detected (max value is 6, min value is 2) Randomize Config File = false ;This is a legacy option to randomize config file for Arma2 Servers. Only for Windows Builds [Rcon] ;; This is functional, should be working fine. Just needs abit of testing on a $ ;; Allow for changing Address for those running server in a VM environment. IP = 127.0.0.1 Port = 2302 ;; Rcon Password i.e Battleye/beserver.cfg Password = password ;; Bad Player Name Checks ;; This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON Bad Playername Enable = false Bad Playername Kick Message = Bad Player Name ;; By default : is a bad character (used as seperator for extDB2 Calls (this is hardcoded in) ;;Bad Playername Strings = (:):{:} ;;Bad Playername Regex_1 = [:alnum:] ;;Bad Playername Regex_2 = [:alnum:] ;;Bad Playername Regex_3 = [:alnum:] ;; Whitelisting / Reserve Slots ;; This will only work if your mission / mod has started extDB2 Rcon. i.e 9:START_RCON:RCON Whitelist Enable = false Whitelist Kick Message = Only Reserved Slots Left Whitelist Public Slots = 999 ;; Database settings to use (Optional) Whitelist Database = MySQL_Example Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END Whitelist Kick on SQL Query Failed = false ;; Hardcoded BEGuids for whitelisted players ;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy [Steam] ;; This is for VAC Protocol for VAC Bans + Steam Friends. ;; https://steamcommunity.com/dev/apikey API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [VAC] ;; This feature requires Steam + Rcon to be enabled. ;; Also this feature is called via SQF Code atm, i.e it doesn't auto detect players joining server yet.... Auto Ban = true ;; For Player to get banned ( their total VAC Bans => NumberOfVACBans) AND ( Days Since their Last Ban was <= DaysSinceLastBan) ;; This is also used extDB Protocol VAC:VACBanned returned results NumberOfVACBans = 1 DaysSinceLastBan = 999999999 BanDuration = 0 ;; 0 = Forever, otherwise its x Minutes BanMessage = Steam VAC Banned [Log] ;; Flush Logs after each write, more work on Harddrive Flush = true [AltisLife] Type = MySQL Name = vgaltis Username = root Password = ------ IP = 127.0.0.1 Port = 3306 ;minSessions = 2 idleTime = 60 compress = false ; Really should only use this if MySQL server is external. Also only for MySQL Secure Auth = true ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth [SQLite_Example] Type = SQLite Name = sqlite.db minSessions = 1 ; minSession Default Value = 1 ;maxSessions = 4 ; maxSession Default Value = number of Main->Threads ; You really should leave this value alone idleTime = 60 ; idleTime no Default Value yet, needs to be defined. ; idleTime is the time before a database session is stopped if not used. ; If Database Sessions are greater than minSessions
Hier noch nen bild als beweis das die datenbank auch so heißt
-
-
Ich hatte auch die probleme mit denn hauptadmin account "root"
Setz mal bitte ein neuen datenbank account an und gibt denn die PrivilegesSelect, Insert, Update, Trigger, Execute, Event..
seit dem hatte ich keine [lexicon]extdb[/lexicon] probleme mehr.
-
danke für die hilfe aber geht immernoch nicht
falls das jemanden weiterhilftr: habe mal diesen extdb2 test von dem macher runtergeladen und geöffnet es stand da das vcruntime140.dll fehlt, die habe ich dann im verzeichnis von dem server gemacht und dann steht jetzt das da, vielleicht hilft es jemanden weiter:
-
Die meldung habe ich bei mir auch obwohl [lexicon]extdb[/lexicon] klappt also kannste diese ignorieren
welche tbbmalloc.dll benutze eine der neusten oder eine der alten ich habe eine der alten bei mir drine. -
ich benutze die neuste tbb malloc und extdb2 version auch, habe sogar noch ne alte extdb2 version die funktioniert hat probiert, hat auch nicht geklappt... ich wunder mich halt einfach woran es liegen kann...
-
dürfte ich mal drüber schauen mit teamviewer ??
//edit komm an besten mal NN Teamspeak
-
ich whisper dich mal an
-
hat sich erledigt danke an sanyaa
-
Wir würden gerne an der Lösung teilhaben
Vor allem, weil [lexicon]extDB[/lexicon]-Probleme relativ leicht einzugrenzen sind, wenn man sich auf Altis Life beschränkt -
Naja keine ahnung was er genau gemacht hat xD er hat einfach seine [lexicon]extdb[/lexicon] files bei mir eingefügt, dann hat er schonmal logs generiert und dann gings mit datenbank einstellen auch ganz schnell... aber [lexicon]startparameter[/lexicon] schienen glaube das problem zum nicht erfolgreichen laden
-
Wir würden gerne an der Lösung teilhaben
Vor allem, weil [lexicon]extDB[/lexicon]-Probleme relativ leicht einzugrenzen sind, wenn man sich auf Altis Life beschränkt
1. [lexicon]extdb[/lexicon] ordner da wa das problem das der ordner "SQL_CUSTOM_V2" mit der rpg live.ini nicht vorhanden wa
2. Sein prefix war auch nicht richtig.
3. In sein [lexicon]startparameter[/lexicon] standte -mod=live_server;extdb2; denn letzten ; entfernt.
4. Sein neuen datenbank account die Privileges richtig eingestellt er hatte ihn global alle rechte verpasst
5. die neue Tbbmalloc gegen ne alte vertauscht.dann müsste man die datenbanknamen noch in Armalive ändern das hat aba er getan und dann gings auch..
-