Skip to main content
Question

Error executing child request for /Wiki/ShowWiki.aspx.

  • 23 March 2023
  • 0 replies
  • 55 views

Team, we are getting the below error in 2022 version of Acumatica in portal. Issue happens when  home page is loaded for a portal user after logging in. I can see the page is available in the database. Also not sure why the below page is getting loaded, we are expecting another page with different id for the user role. This was working fine in the previous version.

 

Stack Trace:

Error executing child request for /Wiki/ShowWiki.aspx.

PX.Data.PXSetPropertyException: Error: :PageID] '9d6219e8-1ee8-46c3-bf6d-34a85fc128ca' cannot be found in the system.
   at PX.Data.PXSelectorAttribute.throwNoItem(Stringr] restricted, Boolean external, Object value)
   at PX.Data.PXSelectorAttribute.Verify(PXCache sender, PXFieldVerifyingEventArgs e, Object& item)
   at PX.Data.PXSelectorAttribute.FieldVerifying(PXCache sender, PXFieldVerifyingEventArgs e)
   at PX.Data.PXCache.OnFieldVerifying(String name, Object row, Object& newValue, Boolean externalCall)
   at PX.Data.PXCache`1.FillWithValues(TNode copy, TNode& item)
PX.Data.PXFieldValueProcessingException: Error: An error occurred during processing of the field Article value 9d6219e8-1ee8-46c3-bf6d-34a85fc128ca Error: Article '9d6219e8-1ee8-46c3-bf6d-34a85fc128ca' cannot be found in the system. ---> PX.Data.PXSetPropertyException: Error: iPageID] '9d6219e8-1ee8-46c3-bf6d-34a85fc128ca' cannot be found in the system.
   at PX.Data.PXSelectorAttribute.throwNoItem(Stringw] restricted, Boolean external, Object value)
   at PX.Data.PXSelectorAttribute.Verify(PXCache sender, PXFieldVerifyingEventArgs e, Object& item)
   at PX.Data.PXSelectorAttribute.FieldVerifying(PXCache sender, PXFieldVerifyingEventArgs e)
   at PX.Data.PXCache.OnFieldVerifying(String name, Object row, Object& newValue, Boolean externalCall)
   at PX.Data.PXCache`1.FillWithValues(TNode copy, TNode& item)
   --- End of inner exception stack trace ---
   at PX.Data.PXCache`1.Insert(Object data, Boolean bypassinterceptor)
   at Page_ShowWiki.ViewCount()
   at Page_ShowWiki.Page_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> PX.Data.PXFieldValueProcessingException: Error: An error occurred during processing of the field Article value 9d6219e8-1ee8-46c3-bf6d-34a85fc128ca Error: Article '9d6219e8-1ee8-46c3-bf6d-34a85fc128ca' cannot be found in the system. ---> PX.Data.PXSetPropertyException: Error: XPageID] '9d6219e8-1ee8-46c3-bf6d-34a85fc128ca' cannot be found in the system.
   at PX.Data.PXSelectorAttribute.throwNoItem(Stringa] restricted, Boolean external, Object value)
   at PX.Data.PXSelectorAttribute.Verify(PXCache sender, PXFieldVerifyingEventArgs e, Object& item)
   at PX.Data.PXSelectorAttribute.FieldVerifying(PXCache sender, PXFieldVerifyingEventArgs e)
   at PX.Data.PXCache.OnFieldVerifying(String name, Object row, Object& newValue, Boolean externalCall)
   at PX.Data.PXCache`1.FillWithValues(TNode copy, TNode& item)
   --- End of inner exception stack trace ---
   at PX.Data.PXCache`1.Insert(Object data, Boolean bypassinterceptor)
   at Page_ShowWiki.ViewCount()
   at Page_ShowWiki.Page_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   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.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at PX.Web.UI.PXPage.ProcessRequest(HttpContext context)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
   at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
   at System.Web.UI.Control.OnInit(EventArgs e)
   at System.Web.UI.Page.OnInit(EventArgs e)
   at PX.Web.UI.PXPage.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.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at PX.Web.UI.PXPage.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.<>c__DisplayClass285_0.b__0()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   

0 replies

Be the first to reply!

Reply