Community Forums Today's Posts     Member List     Archive    
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 61
  1. #16
    Join Date
    Dec 2009
    Location
    Switzerland
    Posts
    246
    Not like the big update, it will only depend on your min_client_version value
    So, shouldn't be a problem to upgrade

  2. #17
    Join Date
    Oct 2009
    Location
    Bamberg, Germany
    Posts
    1

    Solved Solved

    got a problem.

    after updating i wanted to restart. got always this error:

    ./ts3server_startscript.sh: line 51: ./ts3server_linux_x86: File not Found



    After outcommend

    #if [ -e "ts3server_linux_x86" ]; then
    # BINARYNAME="ts3server_linux_x86


    faile don both versions (x86 & amd64 version)

    some had these problems, too?

    thanks, thomas


    edit:

    updated on 2nd server - no problems.

    seems to be i forgot to delete the update folder from b24.
    sry and cheers
    Last edited by dante696; 18-06-2010 at 07:56.

  3. #18
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    6

    Thumbs up

    works fine!
    no problems on update.

  4. #19
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    70
    Hi all

    Since Beta 23 i had a Problem: Every Time i want look in my Settings of the Admin Server Query (2) i got following message:

    "database invalid constraint"

    What is the problem? I cant also see the Settings in this Group.

    All other Things work fine for me.

    Best Regards

    Polli

  5. #20
    Join Date
    Dec 2009
    Location
    New Jersey USA
    Posts
    68
    Quote Originally Posted by Polli View Post
    Hi all

    Since Beta 23 i had a Problem: Every Time i want look in my Settings of the Admin Server Query (2) i got following message:

    "database invalid constraint"

    What is the problem? I cant also see the Settings in this Group.

    All other Things work fine for me.

    Best Regards

    Polli
    Add this into your server query admin:

    Code:
    login serveradmin <your-password>
    use sid=1
    UPDATE group_server_to_client SET server_id = 0 WHERE
        group_id = 2;

  6. #21
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    70
    Quote Originally Posted by BaDaSS View Post
    Add this into your server query admin:

    Code:
    login serveradmin <your-password>
    use sid=1
    UPDATE group_server_to_client SET server_id = 0 WHERE
        group_id = 2;
    Thanks for your Solution. But that was not the right way. These Settings are always there. But I found false Entrys and deletet them. Now i can access the Group (2).
    It seems that there is another Error but i canīt find it. I get a message about "Bad User Groups" when i join the Server Settings with my Teamspeak3Admin-Tool. This Error is still there since Beta23. It is only the sid=1.

    Any Idea?

    Best Regards

    Polli

  7. #22
    Join Date
    May 2007
    Location
    Eastern NC
    Posts
    1,358
    Quote Originally Posted by Polli View Post
    Thanks for your Solution. But that was not the right way. These Settings are always there. But I found false Entrys and deletet them. Now i can access the Group (2).
    It seems that there is another Error but i canīt find it. I get a message about "Bad User Groups" when i join the Server Settings with my Teamspeak3Admin-Tool. This Error is still there since Beta23. It is only the sid=1.

    Any Idea?

    Best Regards

    Polli
    His suggestion for what to do appears to be almost right for most people that updated from older servers. That is the fix for "database invalid constraint". Though I've never tried to run an sql command into the query tool.. The command he gave is not for added any settings, just for fixing the database to match the updated requirements for query groups, that being that clients added to server query groups must have a server_id of 0.

    Now for what you called false entries, what table was that in. Without wanting to ruin a database just reproduce at this moment it looks to me that you may have deleted some records in the "server_groups" table that still has entries in the perm_server_groups and/or group_server_to_client. (I don't have a database in front of me so the table names may be wrong, but you should be able to know which I'm tabling about.)

    Update, figured I'd try running SQL command in query tool and it doesn't appear to work. Need an SQL browser or other SQL tools with direct access to the database to run them as best I can tell.
    Last edited by Screech; 21-06-2010 at 18:28. Reason: Right, this suggestion appears not work.

  8. #23
    Join Date
    Apr 2010
    Location
    England
    Posts
    7
    I cannot use the "Needed channel needed description view power" neither in the registered can I add "Description view power"

    <19:52:09> insufficient permission modify power

    I am also unable to use server query.

  9. #24
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    70
    Quote Originally Posted by Screech View Post
    His suggestion for what to do appears to be almost right for most people that updated from older servers. That is the fix for "database invalid constraint". Though I've never tried to run an sql command into the query tool.. The command he gave is not for added any settings, just for fixing the database to match the updated requirements for query groups, that being that clients added to server query groups must have a server_id of 0.

    Now for what you called false entries, what table was that in. Without wanting to ruin a database just reproduce at this moment it looks to me that you may have deleted some records in the "server_groups" table that still has entries in the perm_server_groups and/or group_server_to_client. (I don't have a database in front of me so the table names may be wrong, but you should be able to know which I'm tabling about.)

    Update, figured I'd try running SQL command in query tool and it doesn't appear to work. Need an SQL browser or other SQL tools with direct access to the database to run them as best I can tell.
    Thanks for your Answer and Help. I do not have any Problems with my TS3-Server at this time. Everythings seems to be working well for me after deleting the unneccesary Entrys. I only get an Error-Message about "bad user-groups" at server 1 when i connect with the TS3-Admin-Tool. This Error stays since Beta 23.

    Best Regards

    Polli

  10. #25
    Join Date
    Dec 2009
    Location
    Netherlands
    Posts
    29
    Is there any mail lists where u get a email when new release is available??

  11. #26
    Join Date
    Feb 2006
    Location
    Texas, USA
    Posts
    4,187
    You can subscribe to the ANNOUNCEMENTS forum though you'll have to weed through the posts that are made to the other topics but that wouldn't be too hard.

  12. #27
    Join Date
    Dec 2009
    Location
    US
    Posts
    9
    this command isnt working for me i dont know why

    login username password
    use sid=1
    UPDATE group_server_to_client SET server_id = 0 WHERE
    group_id = 2

    error id=0 msg=ok (6 ms)
    error id=0 msg=ok (0 ms)
    error id=256 msg=command\snot\sfound (0 ms)
    Total: 6 ms

  13. #28
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    Quote Originally Posted by DemonsSigma View Post
    UPDATE group_server_to_client SET server_id = 0 WHERE group_id = 2
    This is a SQL command and not a telnet command...

  14. #29
    Join Date
    Dec 2009
    Location
    US
    Posts
    9
    i dont use SQL that much how do i put in the command hehe

  15. #30
    Join Date
    Dec 2009
    Location
    US
    Posts
    9
    i found out why i was getting that error "database invalid constraint"

    I had deleted a DBID that was still in that Server Group and that server group still registered him in that group so i deleted it and i dont see the error anymore

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Perma Ban
    By madscotslad in forum Client Support
    Replies: 9
    Last Post: 10-07-2010, 02:34
  2. Server Admin. / "Token" .. delineation. (?)
    By richard583 in forum Mac OS X
    Replies: 0
    Last Post: 17-04-2010, 14:28
  3. Can't get SQL to work.
    By tom_il in forum Linux / FreeBSD
    Replies: 24
    Last Post: 09-01-2010, 18:57
  4. Server will not remember
    By Pappy in forum [TeamSpeak 2] Server Support
    Replies: 17
    Last Post: 17-12-2007, 18:47
  5. Friends can't connect
    By shadow127 in forum [TeamSpeak 2] Server Support
    Replies: 86
    Last Post: 01-01-2006, 20:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •