MID Server Issue: Misleading FileNameComplianceInSync Attachment file errors, when ecc_agent_script_file attachments are missingDescriptionXanadu added a filename check for synched files. It generates MID Server issues records, but these can be misleading false positives that would be difficult to figure out if the record has Use Attachments but doesn't have the referenced attachment present.Steps to Reproduce Can be reproduced in a clone target instance, as at the Xanadu release timeframe there was a Clone problem that causes the attachments to be excluded.See PRB1797792 Clone are excluding attachments on MID Server Script files [ecc_agent_script_file], breaking Enhanced ADM Discovery To replicate that issue, create an attachment that has Use Attachment ticked, but has no attachment. It should be possible to create a new record with an attachment, Export as XML, delete the record and its attachment, strip out the attachment data from the XML, and import. In an Xanadu instance, on startup, the MID Server will sync all ecc_agent_sync_file extended tables.This MID Server issues record will be created for each MID Server: FileNameComplianceInSyncAttachment file with sys_id: e88f49a043032110c42154249ab8f24b was not synchronized, as the file's absolute path is outside the target directory. Please rename the file appropriately. If deleting this file instead of renaming, please manually resolve this MID Server Issue record. The reason is that e.g. MID Server Script File "ADMELauncherWinRM.psm1" has Use Attachment ticked, but uses the Script field, not an attachment/ecc_agent_script_file.do?sys_id=5b69ee96e701030058890a6103f6a9b9 The attachment is missing, so it can't know the file name, therefore the error message is wrong. It also does not indicate which table and record sys_id/name needs fixing for supportability.WorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. To avoid these Issues records, add the missing attachments back. The error only mentions 1 sys_id, but there may be other records.Related Problem: PRB1797811