@IgorG, I actually ran into this myself today when trying to migrate to a brand new Plesk Onyx v17.0.17 Update #17 server. I found that for some reason the "plesksa" MSSQL user keeps getting locked out when the Migration & Transfer Manager attempts to copy/create a database. Within MSSQL, I had...
The fix mentioned didn't seem to completely solve the issue. I was able to utilize the following to repair this:
del "%plesk_dir%\var\health\data\localhost\*.rrd"
"%plesk_bin%\Parallels.MonitorSrv.exe" --update-config
"%plesk_bin%\php.exe" -dauto_prepend_file=...
Just an FYI, I recently had a failed update to Plesk 10.4.4 MU#57 due to the same "plesk_agent_manager.exe" file missing.
After much testing, I found that our Antivirus (NOD32 and also ESET File Security) was silently deleting the files as it was detected as infected.
I had to an an exclusion...
Just a FYI, Step B "switch_all_subscriptions_to_dedicated_pool"...
This script has a syntax error on line 8 (states "and and").
change the code from this:
mysql -uadmin -p%p% -P8306 psa -Ne"select d.name,d.id from domains d, dom_param dp where dp.dom_id=d.id and and...