• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Pending Could not assign database id!

hostnewbr

New member
users who try to connect to a server and have never connected receive the following message "Could not assign database id!"
 
I can assume that you have a problem with adding new users to your database. You should most likely check the requests you send to the database. Most likely, one request that is responsible for adding new users is compiled incorrectly. That's why new users receive this message. Can you throw off a screenshot or program code of all requests that are responsible for adding users? In the past, when I worked through the oracle visual studio, I often had problems precisely because of incorrect queries. I will be waiting for your answer!
 
Last edited:

yamano

TeaSpeak Team
Staff member
TeaTeam
I have a very similar problem, although I have not been able to find a solution to this problem. What can you advise? I have the latest version of Tea*Speak, I can't throw off the log file because I don't know where it is.
Tea*Speak?
I think you mean teaspeak ;)
 

DominicChavez

New member
I’ve run into this kind of issue before, and it’s usually because something’s off with how the database is set up to handle new users.
 

mollyduwharris

New member
Well, when I dealt with it, it turned out one of the queries that assigns IDs to new users wasn’t written right, and that’s what caused the error. I think it’s worth checking the code or setup that handles adding users to the database—it’s usually something small but important.
When I needed to double-check IDs and user data.