Problem opening Infopath form in Sharepoint

I published an InfoPath form as a content type and referenced it in a document library. However, when I try to open an InfoPath form from a document library, I receive the following error message:

The requested registry access is denied. at System.ThrowHelper.ThrowSecurityException (ExceptionResource) at Microsoft.Win32.RegistryKey.OpenSubKey (string name, Boolean writeable) at Microsoft.Win32.RegistryKey.OpenSubKey (string name) at Microsoft.Win32.Registry.GetValue (String keyName, valueName, Object defaultValue) in Microsoft.Office.InfoPath.Server.Runtime.FormServer. <> c__DisplayClass1.b__0 () in Microsoft.Office.Server.Security.SecurityContext.RunAsProcess (CodeToRunElevated secureCode) in Microsoft.Office.InfoPath.Server.Runtime.FormServer.DeterminePremiumSku () in Microsoft.Office.Intermine. FormServer.get_IsPremium () at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.OnInit (EventArgs e) at System.Web.UI.Control.InitRecursive (Control namingContainer) at System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.Process.WestWest ) to System.Web.UI.Page.ProcessRequest (HttpContext context) to Microsoft.Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest (HttpContext context) to ASP._layouts_formserver_aspx.ProcessRequest (HttpContext context) to CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute () on System.Web.HttpApplication.ExecuteStep (IExecutionStep step, boolean and completed synchronously)ProcessRequest (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest () at System.Web.UI.Page.ProcessRequestWithNoAssert (context HttpContext) at System.Web.UquI.Pestage.Process .Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest (HttpContext context) to ASP._layouts_formserver_aspx.ProcessRequest (HttpContext context) to System.Web.HttpApplication.CallHandlerExecutionStep.SttpApplication.CallHandlerExecutionStep.SttpExystem.Apptecute.Handler .HttpApplication.ExecuteStep (IExecutionStep step, boolean and completed synchronously)ProcessRequest (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest () at System.Web.UI.Page.ProcessRequestWithNoAssert (HttpContext context) at System.Web.UI.Pestage.Process .Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest (HttpContext context) at ASP._layouts_formserver_aspx.ProcessRequest (HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.SttpApplication.CallHandlerExecutionStep. .HttpApplication.ExecuteStep (IExecutionStep step, boolean and completed synchronously)ProcessRequest (HttpContext context) at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest (HttpContext context) at ASP._layouts_formserver_aspx.ProcessRequest (HttpContext context) at System.Web.HttpandApplication.Call Execute () on System.Web.HttpApplication.ExecuteStep (IExecutionStep step, boolean and completed synchronously)ProcessRequest (HttpContext context) at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest (HttpContext context) at ASP._layouts_formserver_aspx.ProcessRequest (HttpContext context) at System.Web.HttpandApplication.Call Execute () on System.Web.HttpApplication.ExecuteStep (IExecutionStep step, boolean and completed synchronously)

+1


a source to share


1 answer


I received this message. It turned out that my copy of MOSS 2007 was back in trial mode. After making the changes to the registry outlined here After refreshing the page, the following message appeared:The trial period for this product has expired.



I entered the license key again into Central Administration and everything started working again.

0


a source







All Articles