I had to open a case with Vmware. This was a known issue. Here is the workaround.
1. As a workaround, open export-srm-data.bat with a text editor and comment out the following line to skip the process
-----
echo *** Exporting SRA credentials ***
% BIN_DIR% \ installcreds.exe --cmd export --cfg% CONFIG% --type sra --file% EXPORT_DIR% \ sraCredentials> nul if% ERRORLEVEL% NEQ 0 goto abort
----
2. and then try to export it again.
Please note: the SRA credentials will not be carried over(exported); you will need to reconfigure.
This worked for me.