Hi,
I have installalled the risk management module (RISK-v01.zip) from community project. While installing I am getting following error
****Error message****faultstring: at Aras.Tools.SolutionUpgrade.CItemHelper.applySoapAction(String soapAction, String AML) at Aras.Tools.SolutionUpgrade.CItemHelper.GetCurentIdOfVersion(String strId, String strType)faultdetail: No items of type Method found.No items of type 'Method' found using the criteria: <Item type="Method" select="id" action="get"><config_id>148970D9262447A7A544F9F3C279F92A</config_id></Item>Unable to find a current version of the item (ID='148970D9262447A7A544F9F3C279F92A'; Type='Method')faultcode: -1 ********************** I am unable to find two methods
APQP_getList_4Sev_field
APQP_DetOccSev_common
I am using Aras 9.2
Hi Kapil,
The risk management community project you downloaded is compatible with Aras 9.0.1 and has not yet been upgraded by its author to compatibility with 9.2. As many of the Community Projects are open development initiatives, Aras does not maintain an upgrade schedule. Rather we encourage community members to take these projects and enhance them, upgrade them, or start new projects independently or as collaborative efforts between multiple interested users. Please feel free to use the forums to find other individuals that may be interested in working on this or other projects.
Best,
Jennifer
I Faced the same problem while loading the risk management package. I did the below things to load it properly .
Comment the tags/event methods related entries (which were causing problem )in the Risk Management\RISK\RISK\Import\Grid\RiskEditor.xml file.
.Of course this is work around only. Not a fix . As the defined methods were not present in the Innovator version 9.2 , this package throwing exceptions
while importing it. So, only some events were missed in the risk editor grid with this kind of import after modifying the above said file. But you can work
on the risk management module. If needed you can apply the events later on. Hope this information might be useful.
-Srinivas
thanks srinivas. I am sure this will help to go ahead.