Getting the error
"The application has encountereed a problem. We are sorry for the inconvenience.
List index out of bounds (-1)." error when trying to create an alter script with large amount of changes.
However, if just a few changes are specified, the script is generated.
Workaround 1:
Generate a new SQL for the entire database instead of trying to generate alter script.
Note that error might also be caused by a limitation in system resource (memory). TDM can take up to a maximum of 2GB per session. If it exceeds that amount, then program crashes.