Skip to main content

Datenbank Support FAQ

Beim Öffnen eines Projekts erscheint die Meldung: "InitSubscription failed. Exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

Starten Sie SQL Server Studio Manager führen Sie folgende Befehle aus:

ALTER DATABASE "<the database name>" SET NEW_BROKER WITH ROLLBACK IMMEDIATE;

und dann

ALTER DATABASE "<the database name>" SET ENABLE_BROKER;