![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
| Messages 1 to 4 of 4 total |
| Tue, Feb 4 2025 10:11 AM | Permanent Link |
Accowin LBRP | llo, we have problems when we DROP a DATABASE on a server with many databases.
Our client has more than 600 databases on 1 server. This problem does not occur on servers with a limited number of databases. ElevateDB VCL 2.38 Build 2 - Delphi 12 We take the following steps: - we select all users for a role: select GrantedTo from Configuration.UserRoles WHERE Name=' + EDBQuoteStrEql(roleName); - we revoke the role from all found users found in previous query REVOKE rolename FROM username - we drop the role DROP ROLE rolename - we drop the database: DROP DATABASE sDBName Can we specify parameters in the server's ini file, or in our server source code? |
| Wed, Feb 5 2025 3:27 AM | Permanent Link |
Roy Lambert NLH Associates | Accowin
I don't think that that is an ElevateDB error message, it looks like a Windows one. My best guess as to why its occurring would be memory fragmentation, but just what is causing that is anyone's guess. One example could be a lot of dead sessions still lying around, big enough chunks of memory to be used for some things but not for this operation, memory leaks could be another one. Roy Lambert |
| Mon, Feb 24 2025 9:17 AM | Permanent Link |
Accowin LBRP | Roy Lambert wrote:
Accowin I don't think that that is an ElevateDB error message, it looks like a Windows one. My best guess as to why its occurring would be memory fragmentation, but just what is causing that is anyone's guess. One example could be a lot of dead sessions still lying around, big enough chunks of memory to be used for some things but not for this operation, memory leaks could be another one. Roy Lambert This error does not occur when there are a little number of databases or users. It looks like the server is using a lot of memory when there are many users or databases. Could it be the number of UserRoles? select * from userroles => 14701 rows |
| Tue, Feb 25 2025 2:59 AM | Permanent Link |
Roy Lambert NLH Associates | Accowin
<<Could it be the number of UserRoles?>> Absolutely no idea. Sorry Roy Lambert |
This web page was last updated on Thursday, March 12, 2026 at 07:53 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

