Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Robbie Nati
10
Views
6
Comments
Lifetime
Question
After installing the Lifetime OSP, I am receive the following error:
There was an error processing your request:
'Input_SetFocus' Web Block is incompatible with the 'RichWidgets' eSpace definition. Please update it.
'Input_SetFocus' Web Block is incompatible with the 'RichWidgets' eSpace definition. Please update it. at proxy_lifetime_RichWidgets.Flows.FlowRichWidgets.WBlkInput_SetFocus.set_inParamInputWidgetId(String value)
at sslifetime.Flows.FlowCommon.ScrnLogin.RichWidgets_webBlck22_onDataBinding(Object sender, EventArgs e)
at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Container.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.TableCell.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Tr.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Table.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Container.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Container.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.TableCell.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Tr.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Table.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.Container.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at OutSystems.HubEdition.WebWidgets.OSPage.DataBind()
at sslifetime.Flows.FlowCommon.ScrnLogin.DataBind()
at sslifetime.Flows.FlowCommon.ScrnLogin.Page_Load(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)
I have been adding my own widgets to the rich widgest espace, and now I fear that i will cause all kinds of issues with my other espaces (errors such as broken or outdated refrences).
João Portela
Staff
Hi Robbie,
It's advise to avoid changes to any System Components modules since all changes will be overridden when you install the next version/revision of the Agile Platform.
I recommend you to move your custom widgets to another espace.
regards,
João Portela
Robbie Nati
I have restored the RichWidgets espace from a fresh install of Agile v7. My apps have been refreshed and they all all working ok.
The issue now is that the system easpaces (Users, ECT, Lifetime) all remain outdated.
How do i resolve the issues with these system espaces. I don believe you can open a system espace to refresh the references.
Any ideas?
Robbie Nati
Here are the list of consumers that have "Outdated" richwidgets reference.
João Portela
Staff
Hi Robbie,
Did you published only RichWidgets espace? Did you published all its consumers?
Note: you can publish the System Components (c:\progam files\outsystems\platform server\system_components.osp) in the solutions page (factory tab).
regards,
João Portela
Robbie Nati
Perfect.
Thank-you Joao.
João Portela
Staff
You're welcome.
Basically, the outdated consumer warning indicates that you published a new producer version and you need to publish its consumer so these espace s can have the new code.
regards,
João Portela
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...