Forum Discussion
I followed the steps mentioned in the blog, I am getting two errors in the debug log:
Error 1:
<SOAP-ENV:Fault xmlns:af="">www.aras.com/InnovatorFault">
<faultcode>0</faultcode>
<faultstring><![CDATA[No items of type Report found.]]></faultstring>
<detail>
<af:legacy_detail><![CDATA[No items of type Report found.]]></af:legacy_detail>
<af:legacy_faultstring><![CDATA[No items of type 'Report' found using the criteria:
<Item type="Report" action="get" select="name,label"><type>generic</type></Item>
]]></af:legacy_faultstring>
</detail>
</SOAP-ENV:Fault>
Error 2:
<SOAP-ENV:Fault xmlns:af="">www.aras.com/InnovatorFault">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring><![CDATA[Invalid object name 'RE_REQUIREMENT_DOCUMENT'.
Could not use view or function 'DERIVED_DOCUMENTS' because of binding errors.]]></faultstring>
<detail>
<af:legacy_detail><![CDATA[Invalid object name 'RE_REQUIREMENT_DOCUMENT'.
Could not use view or function 'DERIVED_DOCUMENTS' because of binding errors.]]></af:legacy_detail>
<af:exception message="Invalid object name 'RE_REQUIREMENT_DOCUMENT'.
Could not use view or function 'DERIVED_DOCUMENTS' because of binding errors." type="System.Data.SqlClient.SqlException" />
</detail>
</SOAP-ENV:Fault>
Hi Archan,
The first Report error is probably unrelated to the behavior you're seeing within RE. Have you made any modifications to any of the standard RE itemtypes? Even if you haven't would you mind opening, locking, and then clicking save, unlock and close? This could rebuild the view that exists behind the scenes if something had been modified previously.
AJ
- archan967 years agoIdeator I
Hi AJ,
Yes I did try changing the name of re_Requirement to Requirement, but that gave me some other errors so I changed it back to re_Requirement
- archan967 years agoIdeator I
Hi AJ,
I tried opening, locking, and then clicking save, unlock and close but still I am getting the same error. It seems there is a mismatch somewhere. Is there any way I can uninstall the Requirements Engineering module and then re-install it ?
- asebastian7 years agoNew Member
You could try running the Aras Update package for RE again. This will import the default RE ItemTypes on top of your current instance. If that doesn't work you could try manually running the RE import packages through the import/export tool. The default location for the packages managed by Aras Update is C:\ProgramData\Aras\ArasUpdate.
- archan967 years agoIdeator I
Hi AJ,
Yes reinstalling worked perfectly. Now I don't get this error anymore. I had to remove the variable Requirements Engineering first and then I installed the package again. Thanx !