1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Sa: 24 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum

    extDB2 Error

    • dululu
    • 21. August 2016 um 17:57
    • Geschlossen
    • Erledigt
    • dululu
      Schüler
      Reaktionen
      8
      Trophäen
      11
      Beiträge
      125
      • 21. August 2016 um 17:57
      • #1

      Hallo, ich habe einen extDB2 Fehler...

      Fehler im RPT:

      Spoiler anzeigen

      18:30:33 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 BE protection kicked in for player id=27516713, name='[ES] Paul Smith', msgType=10
      18:30:36 NetServer::SendMsg: cannot find channel #27516713, users.card=0
      18:30:36 NetServer: users.get failed when sending to 27516713
      18:30:36 Message not sent - error 0, message ID = ffffffff, to 27516713 ([ES] Paul Smith)
      18:30:36 Server: cannot send message - player 27516713 is not known.
      18:30:36 Client: Remote object 5:0 not found


      extDB2 Config:

      Spoiler anzeigen
      Code
      [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
      
      
      
      
      
      
      
      [MySQL_Example]
      Type = MySQL
      Name = *****
      
      
      
      
      Username = *****
      Password = *****
      
      
      
      
      IP = ms798.nitrado.net
      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
      Alles anzeigen


      Was kann ich da machen ?

      MfG

    • VariatoX
      Anfänger
      Reaktionen
      33
      Beiträge
      40
      • 21. August 2016 um 18:02
      • #2

      Hallo,

      wie die Fehlermeldung schon sagt, findet er den Config-Eintrag 'ArmaLife' in der [lexicon]extdb[/lexicon]-conf.ini nicht.
      In der extdb-conf.ini den [MySQL_Example] Wert auf [ArmaLife] ändern.

      Code
      [ArmaLife]
      Type = MySQL
      Name = DB_NAME
      Username = DB_USER_NAME
      Password = DB_USER_PASSWORD
      
      
      
      
      IP = ms798.nitrado.net
      Port = 3306
      
      
      
      
      idleTime = 60
      compress = false
      
      
      
      
      Secure Auth = true
      Alles anzeigen


      Sollte i.d.R. dann alles gehen.

      Beste Grüße wünscht

      VariatoX

    • dululu
      Schüler
      Reaktionen
      8
      Trophäen
      11
      Beiträge
      125
      • 21. August 2016 um 18:34
      • #3
      Zitat von VariatoX

      Hallo,

      wie die Fehlermeldung schon sagt, findet er den Config-Eintrag 'ArmaLife' in der [lexicon]extdb[/lexicon]-conf.ini nicht.
      In der extdb-conf.ini den [MySQL_Example] Wert auf [ArmaLife] ändern.

      Code
      [ArmaLife]
      Type = MySQL
      Name = DB_NAME
      Username = DB_USER_NAME
      Password = DB_USER_PASSWORD
      
      
      
      
      IP = ms798.nitrado.net
      Port = 3306
      
      
      
      
      idleTime = 60
      compress = false
      
      
      
      
      Secure Auth = true
      Alles anzeigen


      Sollte i.d.R. dann alles gehen.

      Nächster Fehler:

      Spoiler anzeigen
      Code
      18:30:33 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 BE protection kicked in for player id=27516713, name='[ES] Paul Smith', msgType=10
      18:30:36 NetServer::SendMsg: cannot find channel #27516713, users.card=0
      18:30:36 NetServer: users.get failed when sending to 27516713
      18:30:36 Message not sent - error 0, message ID = ffffffff, to 27516713 ([ES] Paul Smith)
      18:30:36 Server: cannot send message - player 27516713 is not known.
      18:30:36 Client: Remote object 5:0 not found
      Alles anzeigen
    • skyracer2012
      Fortgeschrittener
      Reaktionen
      33
      Trophäen
      9
      Beiträge
      400
      Dateien
      1
      • 21. August 2016 um 18:35
      • #4

      Falls es dannach nicht geht, musst du den name auf localhost stellen [falls forhanden] und dann diesem user file berechtigungen geben

      Es Könnten sich Rechtschreibfehler eingeschlichen haben [...] Diese Könnt ihr behalten!

    • dululu
      Schüler
      Reaktionen
      8
      Trophäen
      11
      Beiträge
      125
      • 21. August 2016 um 18:42
      • #5
      Zitat von skyracer2012

      Falls es dannach nicht geht, musst du den name auf localhost stellen [falls forhanden] und dann diesem user file berechtigungen geben

      Ähm, würdest du dir bitte meinen neuen bzw meine Antwort ansehne worum es jetzt geht.

      ----->>>>>

      Zitat von yodabosten

      Nächster Fehler:

      Spoiler anzeigen
      Code
      18:30:33 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:34 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:35 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 "extDB2: Protocol Error: [0,"Error Statement Exception"]"
      18:30:36 BE protection kicked in for player id=27516713, name='[ES] Paul Smith', msgType=10
      18:30:36 NetServer::SendMsg: cannot find channel #27516713, users.card=0
      18:30:36 NetServer: users.get failed when sending to 27516713
      18:30:36 Message not sent - error 0, message ID = ffffffff, to 27516713 ([ES] Paul Smith)
      18:30:36 Server: cannot send message - player 27516713 is not known.
      18:30:36 Client: Remote object 5:0 not found
      Alles anzeigen

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Ähnliche Themen

    • Datenbank Problem AltisLife Call extension 'extDB2' could not be loaded: %1 ist keine zul�ssige Win32-Anwendung.

      • Josef
      • 18. August 2017 um 23:00
      • Hilfeforum
    • Error with Database Connection

      • Spiky
      • 13. Mai 2017 um 18:14
      • Hilfeforum
    • frage spielerinformationen zu uid ab geht nicht weg

      • Nikolai Schaflak
      • 14. Mai 2017 um 08:20
      • Hilfeforum
    • Skins für Cops

      • cpt.n3m0
      • 12. Februar 2017 um 16:40
      • Hilfeforum
    • arma3server.exe - Anwendungsfehler

      • Mert_Coleman
      • 24. Januar 2017 um 22:53
      • Hilfeforum
    • extDB2 Problem | #Kotzen

      • Gloescht
      • 27. November 2016 um 17:46
      • Hilfeforum

    Benutzer online in diesem Thema

    • 1 Besucher

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™