You have reached the API download limit for this service
(downloaded {} files out of {} files available)
Content Documents: Salesforce Error: invalid character encoding.
Object backup has failed due to an unexpected error, please run a manual backup or wait for the next scheduled backup. If issue is not resolved, please contact support.
Add the field exclusion ‘ContentDocument FileExtension’. This field exclusion can be found within the specific service on the left panel. This does not impact file itself, it only excludes the FileExtension field which contains the file extension that’s preventing the record from being backed up.
The file can still be restored and downloaded via the Find tool in the original format. Once the FileExtension field has been excluded, wait until the next backup, to review if the solution has worked and has allowed the downloading of the previously blocked content documents.
Continuous Data Protection
Solution 1: Temporarily disable automations before the job begins. Once the job completes re-enable the automations.
Solution 2: Modify the template or dataset of records included in the Replication/Seed job that meets the requirements of the active automations. Solution 3: Update the source records to meet the requirement of the automations.
Reason: The error message "FIELD_FILTER_VALIDATION_EXCEPTION, Value does not exist or does not match filter criteria," occurs when there are Lookup Filters defined on an object, and you modify it so that the update doesn't reflect the filter criteria.
Solution: Check to see if any filters are defined on the object and make sure any modifications are adhering to the filter criteria. You can check if there are any filters on the object by following the steps described in this Salesforce Help page.
Solution: Disable the trigger or validation rule that is inhibiting the Policy from deleting this record.
If the issue is due to dependency, Archive the referenced dependency first before you can archive this record.
Disable the trigger during the Archive/Unarchive action.
Assign the Authenticated User "bypass triggers" (if the custom triggers were implemented with byPassValidation)
Amend the custom trigger logic so that Own Archive can bypass it.
Reason:
When unarchiving, Salesforce can encounter data validations such as: validation rules, restricted picklist, duplicate rules etc. In addition to this error message you will be able to see additional text with: Validation rule message, sf_delete_error_message_object: status_code.
When unarchiving, Salesforce can encounter data validations such as: validation rules, restricted picklist, duplicate rules etc. In addition to this error message you will be able to see additional text with: Validation rule message, sf_delete_error_message_object: status_code: FIELD_CUSTOM_VALIDATION_EXCEPTION, error_message: bad value for restricted picklist field: Closed Lost - Account Merged; Originating Class: UpdateOpportunityBeforeMergeAccount, sobject_id: 001C000001CVN1sIAH
The process failed as part of the bulk delete process.
The "Enable Email Drafts for Cases" feature is not enabled.
The record failed to delete. No Salesforce error due to Salesforce unknown exception.
This issue is commonly the result of a large number of records being associated with the deleted record through a Master-detail or Lookup relationship.
To resolve record deletion performance issues, identify and delete related records, empty them from the recycle bin. Read more
Page Ownbackup_LogsASCSVFileVF does not exist
This may happen when:
Deactivate Secure Static Resources for Lightning Components
Permission set Archive Admin is missing from the Authenticated User.
Check that the Archive Authenticated User has Archive Admin permission set.