-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to retrieve or deploy ManagedTopics #1192
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
This issue has been linked to a new work item: W-9910605 |
This was broken with forcedotcom/source-deploy-retrieve#446. It's difficult to know which child types are necessary for a deployment and which aren't. Relying on a convention works for most types but not all (very unfortunately). Sorry for the regression. The fix is super easy so I'll get it in the next CLI release candidate. A workaround would be to remove the |
Thanks for the detailed update. |
This appears to be fixed in version 7.118.1. |
Summary
Starting with version 7.117.0, when deploying ManagedTopics metadata using force:source:deploy, I am seeing multiple instances of the following error message. It seems to be one message for each topic in the source file.
Each error message would have topicName replaced with the full name of a single topic from within the ManagedTopics metadata file.
Steps To Reproduce:
sfdx force:source:retrieve -m ManagedTopics
. At this step, you may get an UNKNOWN_EXCEPTION error during retrieval.sfdx force:source:deploy -p <pathToManagedToipcsFile>
Expected result
Retrieval and deployment should succeed.
Actual result
System Information
The text was updated successfully, but these errors were encountered: