Overview
Creating a new object by drag and dropping file to a vault through remote connection (e.g. RDP) might result in error that mentions that the file was created in "1601-01-01 00:00:00.000000000". This means that the created date of the file is missing from the files data and Windows is filling it with that default date so it won't be empty.M-Files doesn't accept files created before the year 1753 so this will result in error.
The error details look like this:
CoScriptObjectFactory.cpp, 465, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
ScriptErrorHelper.cpp, 96, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MDispatchExImpl.h, 694, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MDispatchExImpl.h, 997, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MetadataCardAction.cpp, 386, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MetadataCardAction.cpp, 570, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MetadataEditor.cpp, 2967, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MetadataModel.cpp, 4230, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MetadataModel.cpp, 5055, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
CoVaultMountingDocumentOperations.cpp, 191, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
CoVaultMountingDocumentOperations.cpp, 400, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
DocumentCache.cpp, 1281, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
DocumentCache.cpp, 4840, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
DocumentCache.cpp, 4949, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
DocumentCache.cpp, 5189, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCMethodCallWithRetry.h, 36, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCMethodCallWithRetry.h, 36, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperations.cpp, 13577, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperations.cpp, 8618, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
MCallInLoop.h, 712, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelper.cpp, 740, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelperPrivate.cpp, 8340, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelperTemplates.cpp, 181, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelper.cpp, 8631, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelperPrivate.cpp, 797, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelper.cpp, 8742, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
RPCDocumentOperationsHelper.cpp, 9149, Invalid property value (Created: 1601-01-01 00:00:00.000000000). (0x80040458)
(M-Files 20.8.9339.5)
