Multi Server Bot Problem bei 2tem server

Started by Devil1942, January 31, 2020, 09:09:54 PM

Previous topic - Next topic

Devil1942

Hallo,

ich habe ein kleines problem mit dem TS3Bot. Ich habe auf meinem Root 3 TS3 Server unter unterschiedlichen ports am laufen. Auf dem Haupt ist alles okay nur auf den anderen beiden kann der bot z.b. nicht kicken da er keine admin rechte erhält.

Hier einmal meine Server settings.


# JTS3ServerMod Instance Manager config file
#
# This file must be saved with the encoding ISO-8859-1!

# A comma seperated list (without spaces) of unique user ids,
# which should be able to use bot full admin commands on all bot instances.
# Bot full admin can also see the TS3 server password and is able to use the !exec command.
# The unique user ids looks like this: mBbHRXwDAG7R19Rv3PorhMwbZW4=
bot_fulladmin_list = AdminServer1 , Adminserver2 , AdminServer3
# Allow !exec and !execwait commands for bot full admins? 1 = Yes, 0 = No
# This allow you to execute system commands.
# Only use !execwait for commands which quits within some seconds,
# because the bot waits for the end of this command to send you the text output of the program.
# Use !exec for commands with a longer runtime instead,
# this command don't send you any text output, because the bot don't wait for it.
bot_command_exec = 0
# Every time a bot full admin connects to the TS3 server it will be checked if an update for the JTS3ServerMod is available.
# If an update is available, a chat message will be sent to the bot full admin.
# 0 = disable, 1 = final versions, 2 = final and test versions
bot_update_check = 1
# The own personal licence key.
# Read the instructions, to know how to get one, at the download page of the JTS3ServerMod Hosting Edition.
bot_licence_key = JTS3SMHE-42ZFH-128c9d6e8d3f693eebd2677285ee0adfcd80a38740756accd37024feacaa3a57
# Add a small delay in milliseconds to the bot starting process.
# Only change this value if you have problems starting all bots at once, like hanging bot threads.
delay_bot_start = 100

# Enable the multi IP mode. 1 = Enable, 0 = Disable
# If slow mode is activated, this feature split bot connections to the Teamspeak 3 servers.
# Events (Chat and some functions) and the Client Database Cache gets an own connection which should solve the IP ban problem.
multiipmode_enable = 0
# Local IP Address of the main connection, make sure that this is not the same as for chat and cache!
multiipmode_ip_main = 123.123.123.123
# Local IP Address of the chat connection, make sure that this is not the same as for main and cache!
multiipmode_ip_chat = 124.124.124.124
# Local IP Address of the cache connection, make sure that this is not the same as for chat and main!
multiipmode_ip_cache = 125.125.125.125
# First local port
multiipmode_portrange_min = 50000
# Last local port
# Make sure, that you have at least 3 ports for every bot, which use the slow mode!
multiipmode_portrange_max = 51999

# Enable the Query Interface of the JTS3ServerMod. 1 = Enable, 0 = Disable
# You are able to start, stop or reload a virtual bot instance using this Query Interface.
telnet_enable = 1
# Choose a port for the Query Interface, default port is 5873.
telnet_port = 5873
# Choose a password for the Query Interface.
# If this password is shorter than 6 characters, the Query Interface will be disabled!
telnet_password = **********
# Choose a network interface for the Query Interface. Only set a single ip address of a local network interface here.
# Set nothing here to bound the Query Interface to all network interfaces (default).
# Example: Set to 127.0.0.1 (IPv4) or ::1 (IPv6) to allow connections only from localhost.
telnet_bindTo =
# A comma seperated list (without spaces) of IP addresses, which are allowed to connect to the Query Interface.
# Leave empty, if every IP address is allowed to connect.
telnet_whitelist = 192.168.90.3
# Log query connection attempts to logfile? 1 = Enable, 0 = Disable
telnet_connection_log = 1
# Enable this to prevent that the JTS3ServerMod process quits if no bot instances are running. 1 = Enable, 0 = Disable
# You can still quit the process with !botquit in TS3 client chat or with botquit on the Query Interface.
telnet_run_forever = 1

# Use a MySQL database to save bot instances and configurations. 1 = Enable, 0 = Disable
# There should be a structure sql file in the documents directory.
# Import this into your MySQL database to create the tables (the included web interface do this already for you).
# But you must fill this tables by yourself, the bot just reads the information out there.
mysql_enable = 1
mysql_host = 192.168.90.4
mysql_port = 3306
mysql_user = jts3bot
mysql_password = **********
mysql_database = nin_gaming_jts3bot

# Optional MySQL settings, more information on https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html#connector-j-reference-set-config
# Possible values: -1 = default, 0 = disable, 1 = enable
mysql_verifyServerCertificate = -1
mysql_useSSL = -1
mysql_requireSSL = -1
mysql_useCompression = -1

# Normal log entries older than X days will be deleted from MySQL jts3servermod_log table. 0 = disable auto delete!
mysql_log_delete = 0
# Connection log entries older than X days will be deleted from MySQL jts3servermod_log table. 0 = disable auto delete!
mysql_connection_log_delete = 0

# Passphrase for the encryption of TS3 server query passwords.
# This key has to be the same as in the PHP PWCrypt class.
# Leave it empty to disable encrypting and decrypting query passwords.
# If the passphrase will be changed after some passwords was encrypted,
# it is not possible to decrypt the encrypted passwords again.
crypt_key =


Log Server2

2020-01-31 20:42:30 JTS3ServerMod STATUS Virtual bot instance "Final_Contact" starts now (build 6506)
2020-01-31 20:42:30 JTS3ServerMod STATUS Activate log level: INFO
2020-01-31 20:42:32 Admin_Protect WARNING Error while kicking client "Tree AK Sebastian" (db id: 10259) for being member of the protected server group 105!
2020-01-31 20:42:32 Admin_Protect EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 197
2020-01-31 20:42:32 Admin_Protect ERROR Missing permission or not enough power: i_client_needed_kick_from_server_power
2020-01-31 20:42:45 JTS3ServerMod STATUS Virtual bot instance "Final_Contact" stopped
2020-01-31 20:45:31 JTS3ServerMod STATUS Virtual bot instance "Final_Contact" starts now (build 6506)
2020-01-31 20:45:31 JTS3ServerMod STATUS Activate log level: INFO
2020-01-31 20:45:33 Admin_Protect WARNING Error while kicking client "Tree AK Sebastian" (db id: 10259) for being member of the protected server group 105!
2020-01-31 20:45:33 Admin_Protect EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 197
2020-01-31 20:45:33 Admin_Protect ERROR Missing permission or not enough power: i_client_needed_kick_from_server_power
2020-01-31 20:45:41 JTS3ServerMod STATUS Virtual bot instance "Final_Contact" stopped


Vielleicht weiß ja einer mir zu Helfen. Ich nutze die Aktuelle Server version 3.11.0

Vielen Dank im Voraus.

Gruß

Sebastian

Stefan1200

Bitte die komplette Log posten, nicht nur Warnungen und Fehler.

Devil1942

Hallo,

Anbei Das Logfile vom server und vom Webinterface. Ich habe die Aktuellste botversion installiert und auch aus dem forum den Vorschlag der botumbennenung getestet leider jedoch ohne erfolg.

ServerLog

2020-02-06 15:14:53 START_MANAGER JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020) Instance Manager started...
2020-02-06 15:14:53 SYSTEM_INFO Operating System : Linux (version: 4.19.75-v7l+ / arch: arm)
2020-02-06 15:14:53 SYSTEM_INFO Used Java Version: 11.0.5 (path: /usr/lib/jvm/java-11-openjdk-armhf)
2020-02-06 15:14:53 SYSTEM_INFO Current directory: /opt/jts3bot
2020-02-06 15:14:53 CONFIG Loading InstanceManager config file from: /opt/jts3bot/config/JTS3ServerMod_InstanceManager.cfg
2020-02-06 15:14:53 CONFIG Bot chat command !exec is disabled!
2020-02-06 15:14:53 CONFIG Multi IP Mode enabled, using port range 50000 - 51999
2020-02-06 15:14:54 LOGGER_SQL_CONNECT Successfully connected to MySQL server for logging!
2020-02-06 15:14:54 CONFIG MySQL mode enabled!
2020-02-06 15:14:56 LICENCE_CHECK Licence key is valid! Thank you very much for your support, Devil1942!
2020-02-06 15:14:56 START_INSTANCE Start virtual bot instance NIN-Stasi...
2020-02-06 15:14:56 START_INSTANCE Start virtual bot instance Max-Bot...
2020-02-06 15:14:56 TELNET_START Query Interface started on port 5873!
2020-02-06 15:15:02 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:03 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:04 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:05 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:06 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:06 START_INSTANCE Got telnet command from 192.168.90.3 to start virtual bot instance Max-Bot...
2020-02-06 15:15:06 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:06 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:07 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:08 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:09 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:13 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:14 START_INSTANCE Got telnet command from 192.168.90.3 to start virtual bot instance Max-Bot...
2020-02-06 15:15:14 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:14 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:14 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:18 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:19 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:21 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:22 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:15:23 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:15:24 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...

2020-02-06 15:21:15 START_INSTANCE Got telnet command from 192.168.90.3 to start virtual bot instance Maximilian...
2020-02-06 15:21:15 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:15 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:15 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:17 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:17 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:27 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:27 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:32 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:32 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:33 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:33 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:42 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:42 STOP_INSTANCE Got telnet command from 192.168.90.3 to stop virtual bot instance Maximilian...
2020-02-06 15:21:42 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:42 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:43 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...
2020-02-06 15:21:43 TELNET_CONNECTION Accepted telnet connection from 192.168.90.3...
2020-02-06 15:21:43 TELNET_CONNECTION Closed telnet connection to 192.168.90.3...


Webinterface

2020-02-06 15:06:58 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:06:58 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:06:59 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:06:59 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:06:59 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:06:59 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:07:16 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:07:17 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:07:17 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:07:17 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:07:17 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:07:17 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:07:22 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:07:22 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:07:22 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:07:22 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:07:22 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:07:22 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:10:57 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:10:57 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:10:58 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:10:58 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:10:58 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:10:58 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:11:14 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:11:14 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:11:14 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:11:14 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:11:14 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:11:14 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:13:27 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:13:27 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:13:27 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:13:27 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:13:27 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:13:28 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:13:39 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:13:39 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:13:40 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:13:40 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:13:40 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:13:40 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:14:56 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:14:56 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:14:56 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:14:56 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:14:56 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:14:57 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:15:06 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:15:06 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:15:07 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:15:07 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:15:07 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:15:07 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:15:14 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:15:14 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:15:14 JTS3ServerMod ERROR Error while getting server group list!
2020-02-06 15:15:14 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 151
2020-02-06 15:15:14 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_servergroup_list
2020-02-06 15:15:14 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:17:32 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" starts now (build 6508)
2020-02-06 15:17:32 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:17:33 Admin WARNING Error while kicking client "Devil1942" (db id: 10001) for being member of the protected server group 99!
2020-02-06 15:17:33 Admin EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 197
2020-02-06 15:17:33 Admin ERROR Missing permission or not enough power: i_client_needed_kick_from_server_power
2020-02-06 15:17:34 JTS3ServerMod CRITICAL Error while getting client list!
2020-02-06 15:17:34 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 29
2020-02-06 15:17:34 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_client_list
2020-02-06 15:18:32 JTS3ServerMod STATUS Virtual bot instance "Max-Bot" stopped
2020-02-06 15:21:15 JTS3ServerMod STATUS Virtual bot instance "Maximilian" starts now (build 6508)
2020-02-06 15:21:15 JTS3ServerMod STATUS Activate log level: INFO
2020-02-06 15:21:16 Admin WARNING Error while kicking client "Devil1942" (db id: 10001) for being member of the protected server group 99!
2020-02-06 15:21:16 Admin EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 197
2020-02-06 15:21:16 Admin ERROR Missing permission or not enough power: i_client_needed_kick_from_server_power
2020-02-06 15:21:17 JTS3ServerMod CRITICAL Error while getting client list!
2020-02-06 15:21:17 JTS3ServerMod EXCEPTION de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 2568: insufficient client permissions - Permission ID: 29
2020-02-06 15:21:17 JTS3ServerMod ERROR Missing permission or not enough power: b_virtualserver_client_list
2020-02-06 15:21:42 JTS3ServerMod STATUS Virtual bot instance "Maximilian" stopped


Mit freundlichen Grüßen
Sebastian

monster010

Du sagst der Bot bekommt keine Admin Rechte, da is doch die erste Frage, hat der Bot denn überhaupt die passende Gruppe? Und hat die Gruppe die Rechte die der Bot haben soll?

Weil:
Im Log steht, dass der Bot auch nicht das Recht "b_virtualserver_servergroup_list" hat, welches er vermutlich nicht hat, da er vermutlich die "Guest Server Query" als einzige Gruppe bekommt. Ich tippe das du deinem Bot keinen Query Account angelegt hast oder das er keine Gruppe hat. Der Grund warum er vermutlich auf deinem Haupt TS die Rechte hat, ist entweder, weil du als Logindaten die vom "serveradmin" nimmst oder weil du im TS Client ein "ServerQuery Login" erstellt hast, während du mit deinem normalen Account eingeloggt warst. Und da du vermutlich alle Rechte auf deinem TS hast, hat der Bot diese auch, da er sich mit deinem Account einloggt.

Stefan1200

Nun, das Webinterface Log zeigt immer noch nur Warnungen und Fehler an, obwohl das Loglevel korrekterweise auf INFO steht. Ich sollte die Funktion aus dem Webinterface raus werfen. ;)

Aber im Prinzip hat monster010 recht, es liegt definitiv ein Fehler bei den Berechtigungen vom Query Benutzer vor, den der JTS3ServerMod verwendet.

Devil1942

Hi ihr beiden,

Entschuldigung das ich mich jetzt erst melde. Habe viel um die Ohren bezüglich Brexit :/

Danke für den Rechte Tip es lag wirklich daran. Manchmal sind die Lösungen näher als man glaubt. Ich Habe auf meinem TS Seit Release von TS3 einen Query User auf meinem User der Halt Adminrechte hat (Mac User). Ich habe die Rechte der Query User angepasst und siehe da es geht alles.

Vielen Dank nochmal für die Hilfe

Gruß Sebastian