This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error Message I got

Former Member
Former Member
Today, I got following error message. Where shoud I look for first to solve this problem.


CoScriptObjectFactory.cpp, 264, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
ScriptErrorHelper.cpp, 96, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MDispatchExImpl.h, 665, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MDispatchExImpl.h, 812, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MetadataCardAction.cpp, 386, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MetadataCardAction.cpp, 570, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MetadataEditor.cpp, 2566, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MetadataModel.cpp, 3742, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MetadataModel.cpp, 4506, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
CoVaultMountingDocumentOperations.cpp, 225, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
CoVaultMountingDocumentOperations.cpp, 343, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
DocumentCache.cpp, 3734, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
DocumentCache.cpp, 3803, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
DocumentCache.cpp, 3962, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCMethodCallWithRetry.h, 28, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCMethodCallWithRetry.h, 28, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCDocumentOperations.cpp, 8870, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCDocumentOperations.cpp, 5096, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
MCallInLoop.h, 319, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCDocumentOperationsHelper.cpp, 2219, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCDocumentOperationsHelper.cpp, 2342, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RPCDocumentOperationsHelper.cpp, 33664, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RecalculateProperties.cpp, 445, Calculation of the automatic value of the property "Protokol No" failed. (0x80040107)
RecalculateProperties.cpp, 445, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
RecalculateProperties.cpp, 1580, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
RecalculateProperties.cpp, 1428, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
RecalculateProperties.cpp, 1647, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
RecalculateProperties.cpp, 1372, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
VaultScriptSessionTemplates.cpp, 257, Script execution failed. ((Protokol No, PropertyDefCalculatedValue: 109-213-1)) (0x800408BB)
VaultScriptSessionTemplates.cpp, 257, Not found. (0) (0x8004000B)
VaultScriptSessionTemplates.cpp, 402, Not found. (0x8004000B)
CoActiveScriptSite.cpp, 901, Not found. (0x8004000B)
CoActiveScriptSite.cpp, 743, Not found. (0x8004000B)
Protokol No, PropertyDefCalculatedValue, 33, Not found. (0x8004000B)
CoVaultObjectPropertyOperations.cpp, 526, Not found. (0x8004000B)
ServerVaultObjectPropertyOperationsHelper.cpp, 107, Not found. (0x8004000B)
(M-Files 11.3.4330.196)
Parents
  • In addition to Paul's points: it looks like the error was on line 33 of the calculation script. "Not found" typically means that it's attempting to load something from the vault (e.g. a property value on an object, or an object itself) that was missing.

    Start at line 33 and see what it's doing, and work from there.

    Regards,

    Craig.
Reply
  • In addition to Paul's points: it looks like the error was on line 33 of the calculation script. "Not found" typically means that it's attempting to load something from the vault (e.g. a property value on an object, or an object itself) that was missing.

    Start at line 33 and see what it's doing, and work from there.

    Regards,

    Craig.
Children
No Data