Summary
When trying to use the @ptitude Analyst OPC Link Config Tool, there might be an error that it was Unable to retrieve the parent.
It occurs when the @ptitude Analyst OPC Link Config Tool tool attempts to read from a database with multiple hierarchies with no default system.diagnostic switches set in the config file.
Unable to retrieve parent.
at SKF.RS.AddOnSDK.Utilities.ErrorHandler.Fail(String iMessage)
at SKF.RS.AddOnSDK.HierarchyData.HierarchyNode.Get_Sibling(Boolean iNextSibling)
at SKF.RS.AddOnSDK.HierarchyData.HierarchyNodeCollection.MoveNext()
at SKFAptitudeAnalystOPCLinkConfigTool.formConfigureLink.InitiateTreeEntries()
at SKFAptitudeAnalystOPCLinkConfigTool.formConfigureLink..ctor(AptAnalystOPCLink iLink)
at SKFAptitudeAnalystOPCLinkConfigTool.formMain.btnAdd_Click(Object sender, EventArgs e)
Solution
- Open the SKFAptitudeAnalystOPCLinkConfigTool.exe.config file in notepad
-
Default location of the file is C:\Program Files (x86)\SKF-RS\SKF @ptitude Analyst\
-
Add the following lines between the </startup> and </configuration> tag:
<system.diagnostics>
<switches>
<add name="enableAssert" value="0" />
<add name="enableMail" value="0" />
<add name="enableEventLog" value="3" />
</switches>
</system.diagnostics>
The file should look like this:
Contacting SKF Technical Support Group
For further assistance please open a support case using the Technical Support group's self-help portal at www.skf.com/cm/tsg. Once your support case is submitted, a technician will contact you to begin working on your issue. For urgent issues we are available at these times by phone:
- Monday through Friday, 5:00 a.m. to 4 p.m. Pacific Time -
Phone: +1 800 523 7514 within the US or +1 858 496 3627 outside the US. - Monday through Friday, 8:00 a.m. to 4:00 p.m. Central European Time -
Phone: +46 31 337 65 00. - Monday through Friday, 7:30 a.m. to 4:30 p.m. India Standard Time -
Phone: +60 16 699 9506.
Comments
0 comments
Please sign in to leave a comment.