Typical failures and how to resolve them
For now, there are not so many problems with cloud migration. I have Microsoft statistics about the most popular issues. They are listed as follows:
- A failed connection from the Self-Hosted Integration runtime to an on-premise database.
Solution: Test your Integration Runtime connection using the diagnostics tool. It will likely be network issues.
- Self-Hosted Integration runtime setup errors.
Solution: As in the first point, test your connection. You likely set the wrong authorization key. Check it one more time or generate a new one.
- Wrong connection string.
Solution: Check all the parameters one more time. It is likely that you mistyped somewhere.
- The database compatibility level is lower than 130.
Solution: Check the database compatibility level. Change it, if needed.
- The on-premise database has been replaced after setup.
Solution: Set up the cloud migration process...