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)
  • Hi therdem

    It's an issue with your property, "Protokol No". Does this use a script to calculate the value, or, on the object you're trying to update, are you missing something that's required for this property?
  • 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.
  • Former Member
    Former Member
    I have two library (one for backup).
    Script works fine at back up however don't work on main library. I try for automatic code recalculate values. It works well. Then choose for script again. It works fine until the records of last friday. I will investigate for friday but I don't think I could find anything
  • I would focus on the code, first; look at line 33 of the script and see what it does. If you can identify the property (or object) that it is attempting to work on, then you may be able to construct a search to find the object. This could save a lot of time.

    Regards,

    Craig.