Jan 05 2022 10:12 AM
Tried to install die RDP Services several times. Setup is always failing. Connection Broker can't be installed - responsible for the the failure seems to bethe windows internal database service - since it can't be started. Tried to install the service (windows internal database) on its own - resulting in the same error. Tried the same config with Windows Server 2019 on the same hardware - working without any problems. Reinstalled it several times to no avail. I really have no idea how to solve it.
Looking for ur help.
Best wishes Werner
Jan 08 2022 11:56 AM
Jan 08 2022 12:33 PM
Jan 08 2022 01:09 PM
My apologies Werner, I missed the part in your original post where you indicated that it "couldn't be started". So it seems the installation process is fine, the problem is starting the service(s) afterwards.
As a quick test, I installed all the RDS components (including WID) into a blank updated 2022 RTM VM (US English) and it seems to all work there.
However, as you might know, the WID (Windows Internal Database) is just a SQL Server instance. Naturally, it has its own log files too, which you'll find in the C:\Windows\WID\Log folder as "error.log", "error1.log", etc. The naming of the log files is a bit deceptive, as even without errors, they're still the main log files. It's likely the problem will become more clear in these files.
If there are no log files in that folder, it means the WID service has never started. The service uses its own service account (NT SERVICE\MSSQL$MICROSOFT##WID) to start, but if it doesn't have the rights to start as a service, or some other problem, that may be where you should be looking. I stress this is likely not the solution to your problem, but I found an example of that on Server 2012 R2.
Jan 10 2022 03:05 PM