Error while adding Log Configuration
Hello,
When I try to add a new Log Configuration using the "New Aspect" windows, I get the "Method '~' of object '~' failed" popup error message, followed by another popup window that says "[Error] Operation rejected by 2B_YI1410B:Signal Configuration (Object hook: Change). Transaction Cancelled". Then finally, another popup error message that says "Failed to create aspect! Unable to map view of file for OLE service".
How do I rectify this delima? Thank you.
Answers
Seems like SoftPoint/PLC Connect throw in its "veto" (internally called a hook error) when you try to add a Log Configuration.
Maybe something goes wrong inside SP/PLCC code, but in the end it plays its veto card and Plant Explorer complies. Likely, the SP/PLCC devs need to take a look at this.
I suggest asking regional support to create a support case.
Would it be possible to scratch this object and create a new (the hook error could deny delete as well...)? Have you tried on different nodes in case there is a software damage causing the failure? ~ of ~ errors are usually due unhandled Visual Basic errors (code with no OnErrorGoto clause). I believe SP/PLCC contain such code. Fix the VB error and the hook will likely stop triggering the veto.
Looking at this closer at my 800xA app, here are my findings...
The tag that is having difficulity adding "Log Configuration" aspect is defined in both the "Functional Structure" and the "Control Structure". I am alluding that the "Functional Structure" is creating this "hook" and hence I am not able to add the "Log Configuration" aspect?
Just as a test, I have another tag that is only in "Control Structure". And for this tag, I can add "Log Configuration" aspect without a problem.
My my deduction correct? If it is, how can I get around to adding "Log Configuration" ascpect to tags in both "Functional Structure" and "Control Structure"?
Thanks.
Add new comment