i have made all the access of the SQL database for the users to work with this but it still giving 429 error. If i enter with my user on the client computer it works fine.
What could be?
I hope you don't believe, that I have all the error-number in my brain. ;-)
so i asume, that it is a access denied error on the servers compi.
Could be that your servers compi contacts the sql-Server with a dsn having a trusted connection, so you are logged to the server as the user who has logged in on the windows maschine (which it is I asume).
check if the rights on your sql-server of the working user are the same as for the non working user.
Could be that your user needs the right to create something in your database.
Check with breakpoints and going step by step (F8) through your code what data object exactly could not be created and where the error hits you. and tell me.
regards Astrid.
I am slowly getting angry too, with your maschine, I dislike it when they (the compis) do not do what they should.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.