Applies to Product - Power Apps
What’s happening?
When deploying a solution using Power Platform Pipelines, you might encounter an error message such as "Cannot start another [Import] because...".
Reason:
The error typically indicates that another solution operation is currently running. The system is designed to ensure data integrity during import processes. By preventing multiple imports from running simultaneously, it avoids potential conflicts and corruption of metadata.
Resolution:
- To ensure smooth deployment, make sure only one solution operation is executed at a time. If you need to import multiple solutions, do so sequentially rather than simultaneously. Check the solution history page to verify if a previous operation is still in progress.
- Additionally, modify any scripts used for importing solutions to prevent simultaneous operations, as multi-threading might inadvertently initiate a publish action before the import action has completed.
- Finally, consider scheduling Power Platform Pipelines deployments during non-peak hours to avoid conflicts with other solution operations.
