Skip to main content

I get this exception in the third step while configuring k2 for sharepoint app. Any ideas why this comes up and how I resolve this?

 

Server Error

Exception of type 'System.Web.HttpUnhandledException' was thrown.
The server is not licensed (MachineName: DCXPRAP560, MachineCode: CDB07D0681EDB306).

More Details

 

Exception Details:

at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.HttpContext.InvokeCancellableCallback(WaitCallback callback, Object state)
at System.Web.UI.Page.LegacyPageAsyncInfo.CallHandlersPossiblyUnderLock(Boolean onPageThread)
at SourceCode.Forms.AppFramework.ConnectionClass.Connect(BaseAPI baseAPI, Boolean asAppPool, Boolean validateLicense)
at SourceCode.Forms.AppFramework.ConnectionClass.GetIdentityFqn(String identityName)
at SourceCode.Forms.AppFramework.RuntimeXMLDefinition.PerformOutputSubstitutions(String type, HttpContext context)
at System.Web.HttpSubstBlockResponseElement..ctor(HttpResponseSubstitutionCallback callback, Encoding encoding, Encoder encoder, IIS7WorkerRequest iis7WorkerRequest)
at System.Web.HttpWriter.WriteSubstBlock(HttpResponseSubstitutionCallback callback, IIS7WorkerRequest iis7WorkerRequest)
at System.Web.HttpResponse.WriteSubstitution(HttpResponseSubstitutionCallback callback)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at ASP.runtime_form_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Page.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Hi,


 


You may have reconfigure licensing for sharepoint, you can do this by navigating to the following microsoft website:


 


http://technet.microsoft.com/en-us/library/jj219627(v=office.15).aspx


 


Kind Regards


 


Percy


The issue was with the key provided for K2 smartform. It was not the production key. Once we updated it, it worked fine.


Reply