Ask the Community
Groups
License Manager in VSA shows 'Loading Data' - Connect IT Community | Kaseya
<main> <article class="userContent"> <p> </p> <h2 data-id="issue"><strong>Issue: </strong></h2> <p>Licenses page stuck at Loading Data</p> <p><img src="https://us.v-cdn.net/6032361/uploads/migrated/F6490WNMEB1I/mceclip0.png" width="712" height="312" alt="image" class="embedImage-img importedEmbed-img"></img></p> <h2 data-id="cause"><strong>Cause:</strong></h2> <p>knmLicenseUsage table is missing on the Database. Hence page is loaded and will be stuck in loading Data</p> <p> </p> <h2 data-id="resolution"><strong>Resolution:</strong></h2> <p>Create a table by using below query:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">USE [ksubscribers]<br>SET ANSI_NULLS ON<br>SET QUOTED_IDENTIFIER ON<br>CREATE TABLE [Inventory].[knmLicenseUsage](<br> [id] [numeric](26, 0) NULL,<br> [partitionId] [numeric](26, 0) NULL<br>) ON [PRIMARY]</pre> <p> </p> <p> </p> </article> </main>