Ask the Community
Groups
The Kaseya Reporting Server Service does not Start and/or Stops Immediately after Starting it. - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>Problem: </strong>The <strong>Kaseya Reporting Server</strong> service does not start and/or stops immediately after starting it. </p> <p><strong>Cause: </strong>If the server is migrated from one app server to another, and the reference of the old app server is not cleared properly on the DB, it might show the duplicate services from both the servers: </p> <p><em>SELECT * FROM dispatching.processes</em></p> <p><strong>Note: </strong>In the following example<em> ALISRV02 </em>was an old APP server and<em> ALIAPP01 </em>is the new APP server. The DB still has the reference of the old app server:</p> <p><em><img src="https://us.v-cdn.net/6032361/uploads/migrated/OYVN48I36Y9T/000680.png" alt="000680.png" class="embedImage-img importedEmbed-img"></img></em><strong>Resolution: </strong></p> <ul><li>Delete the instances of the old server but first ensure to make a backup of the DB item before deleting it - you can do so with the following query: </li> </ul><p><em>SELECT * INTO dispatching.processesBak FROM dispatching.processes</em></p> <ul><li>Now delete the rows for the old server: </li> </ul><p><em>DELETE FROM dispatching.processes WHERE machineName = 'OldServerName'</em></p> <ul><li>Now try starting the <strong>Kaseya Reporting Server</strong> service, which should allow it to start at this time.</li> </ul><p><strong>Applies to</strong>: VSA 9.4 and up.</p> </article> </main>