After an import was completed in a target environment two uninstall processes start. This leads to an error because the second uninstall will fail. One uninstall is enough.
"Cannot start another [Uninstall] because there is a previous [Uninstall] running at this moment. Use Solution History for more details. -- The solution installation or removal failed due to the installation or removal of another solution at the same time. Please try again later."
ToDos
[x] inspect actual behavior, why second uninstall starts? Is it necessary? Why was it implemented? Edge cases?
[x] prevent start of second uninstall (check if uninstall is running or completely disable install from portal)
After an import was completed in a target environment two uninstall processes start. This leads to an error because the second uninstall will fail. One uninstall is enough.
"Cannot start another [Uninstall] because there is a previous [Uninstall] running at this moment. Use Solution History for more details. -- The solution installation or removal failed due to the installation or removal of another solution at the same time. Please try again later."
ToDos