Here's what I did:
- Connect to SSIS on server A (from management studio on server B, click connect, choose integration services, choose server A)
- Find required maintenance plan
- Right click and export to file, save it in a file accessible to both servers
- Edit file to change server name in connection string to server B
- Connect to SSIS on server B (as above)
- Import package
- Find file exported above
- Execute it
There are no error messages, yet the maintenance plan doesn't get created on Server B. Am I missing something fundamental about what SSIS packages are about?