Exam AD0-E722 Topic 5 Question 14 Discussion
Actual exam question for Adobe's AD0-E722 exam
Question #: 14
Topic #: 5
Question #: 14
Topic #: 5
An Architect is investigating a deployment issue with a server that is configured to work under the symlink directory /var/www/current, which lead to the latest released version of the application.
The deployment process performs the following steps:

After the last deployment, the merchant reported that the Adobe Commerce Import/Export functionality to export Customer Main File data is not working. The Architect discovered that the export file is not shown in the list of generated files.
Which change to the deployment process should be performed to solve this issue?
The deployment process performs the following steps:

After the last deployment, the merchant reported that the Adobe Commerce Import/Export functionality to export Customer Main File data is not working. The Architect discovered that the export file is not shown in the list of generated files.
Which change to the deployment process should be performed to solve this issue?
Suggested Answer: B Vote an answer
Explanation
The issue is that the export file is not shown in the list of generated files. This is because the export path is not set correctly. The solution is to execute the command config:set export/customr/files_directory
/var/releases/{release_nunber} to set the new export path. This will ensure that the export file is saved in the correct directory and can be accessed from the Admin Panel. References:
https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/deploy/staging-production
The issue is that the export file is not shown in the list of generated files. This is because the export path is not set correctly. The solution is to execute the command config:set export/customr/files_directory
/var/releases/{release_nunber} to set the new export path. This will ensure that the export file is saved in the correct directory and can be accessed from the Admin Panel. References:
https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/deploy/staging-production
by Christopher at Jan 31, 2026, 09:15 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).