Skip to main content
All CollectionsTroubleshooting & FAQs
Resolving Data Deployment Errors Due to Unspecified Replacement Values in Copado Essentials
Resolving Data Deployment Errors Due to Unspecified Replacement Values in Copado Essentials

Resolving Data Deployment job failure due to Unspecified Replacement Values in Copado Essentials Plus.

David Belove avatar
Written by David Belove
Updated over a week ago

Introduction

When using the Copado Essentials Data Deploy feature, it's crucial to ensure that all configurations are correctly set to avoid deployment failures. One common issue arises when the "Field Content Update" option is set to "Replace Value," but no replacement value is provided. This article provides a step-by-step guide to resolve the error related to unspecified replacement values.

Error Description

Users may encounter a deployment failure with an error message that looks something like this:


org.xxxxxxxx.xxx.InvalidDataAccessApiUsageException: Error mapping GraphModel; nested exception is org.xxxxx.ogm.exception.core.MappingException: Error mapping GraphModel

Cause

This error typically occurs when the "Field Content Update" option within a data deployment template is set to "Replace Value," but the replacement field is left empty. This misconfiguration leads to an inability to map data correctly, causing the deployment process to fail.

Purpose of the Field Content Update Option

The 'Field Content Update' option in the data deployment process allows you to specify how the content of fields should be handled during the deployment. For fields that require a specific input format, such as email or phone, there are three options available under the 'Content Update' dropdown:

  • No Update: This option will not make any changes to the existing data in the target field.

  • Replace Value: This option will replace the existing data in the target field with the value you specify.

  • Scramble With Format: This option will scramble the existing data in the target field but will maintain the format. For example, an email field will still look like an email address, but the characters will be randomized.

These options ensure that you can move data across your Salesforce org while remaining compliant with data regulations or policies that your company has implemented

Resolution Steps

To resolve this issue and prevent the deployment job from failing, follow these steps:

1. Identify the Affected Data Template

- Navigate to the data template that you used for the deployment.

- Review the configurations, particularly focusing on the "Field Content Update" settings.

2. Correct the Configuration

- Locate the field where "Replace Value" is selected under the "Field Content Update" column.

- Ensure that a valid replacement value is provided in the text box adjacent to this setting. If the intention was not to replace the value, consider changing the setting to "None" or an appropriate alternative.

3. Save and Re-deploy

- After making the necessary adjustments, save the data template.

- Re-run the data deployment job to ensure that the changes are correctly applied and the error does not recur.

4. Validation

- Check the deployment logs to confirm that the deployment is successful.

- Verify that the data in the target environment reflects the changes made in the template.

Best Practices

To avoid similar issues in future deployments, consider the following best practices:

- Review Configurations Before Deployment: Always double-check template settings, especially when using options that modify field content.

- Use Validation Features: Utilize any available validation tools or preview features within Copado Essentials to catch configuration errors before executing the deployment.

- **Document Changes**: Keep a record of changes made to deployment templates, especially when multiple users are involved in setting up deployments.

Conclusion

Setting the correct configurations in the Copado Essentials Data Deploy feature is crucial for successful data migrations. By ensuring that all fields have appropriate values when using the "Replace Value" option, you can avoid deployment failures and ensure data integrity.

For more detailed guidance on using data deployment features in Copado Essentials, please visit our Data Deployment Documentation.

Did this answer your question?