All XML forms template are giving error while trying to preview using
XML forms builder under content management.Or using the same template
in any other way like through XML iviews.When we preview SAP Demo News
we are getting below error.
XML Forms
Error while handling HTTP request; for more information, check the log file
java.lang.RuntimeException: No system found for alias SAP_R3_QWA
at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMConnection.(DMSRMConnection.java:123)
at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMR3FunctionCalls.getGenericValueList(DMSRMR3FunctionCalls.java:6601)
at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMR3FunctionCalls.getLaboratoryList(DMSRMR3FunctionCalls.java:6429)
at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMR3FunctionCalls.getLaboratoryDescription(DMSRMR3FunctionCalls.java:6454)
at com.sap.pct.plm.dmsrmconnectorforkm.DMSRMLaboratoryValueProvider.getValueLabel(DMSRMLaboratoryValueProvider.java:47)
at com.sapportals.wcm.service.propertyconfig.config.MetaValue.getValueLabel(MetaValue.java:53)
at com.sapportals.wcm.service.propertyconfig.config.MetaValue.getValueLabel(MetaValue.java:79)
at com.sapportals.wcm.service.xmlforms.validation.PropertyLocalizer.getLocalizedPropertyValue(PropertyLocalizer.java:294)
at com.sapportals.wcm.service.xmlforms.validation.PropertyLocalizer.localize(PropertyLocalizer.java:208)
at com.sapportals.wcm.service.xmlforms.transformation.TransformationHelper.localizeProperties(TransformationHelper.java:64)
at com.sapportals.wcm.service.xmlforms.transformation.Transformation.render(Transformation.java:438)
at com.sapportals.wcm.service.xmlforms.transformation.Transformation.renderTemplate(Transformation.java:318)
at com.sapportals.wcm.app.xmlforms.EditServlet.doGetAction(EditServlet.java:410)
at com.sapportals.wcm.app.xmlforms.XFBaseServlet.doGet(XFBaseServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sapportals.wcm.app.xmlforms.XFBaseServlet.service(XFBaseServlet.java:134)
at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:333)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Hi Yogesh,
I guess your xml form is looking up for a system created within portal with the alias 'SAP_R3_QWA' which is not present or has not been created. Check the system that the form is referring too. Going by its nomenclature, it seems like the form is accessing a QA system and you are in some other environment. Take a look at the system alias in the environment in which you currently are working and switch it to the correct system name.
Hope it helps,
Prathamesh
Add a comment