Customer is using Post Migration Step for Generic Application. According to the customer, the post migration step calls one script and then that script calls another script. The issue is that the Post Migration Step History, the LOG is not capturing all of the output from the post-migration. It is missing half of it.
Solution:
1. Go to Maintenance | Domain Specific | Post migration step | double click on the post migration step and increase the SSH time out value. By default, it is set to 5 seconds. It means, when Stat runs post migration step, a ssh session is started and the post migration command(s) are passed to the ssh session. Then the ssh seesion closes after ~5 seconds. Therefore, if the post migration step takes longer to run then you should either do a nohup in the script to run the background or try to increase this number.