Yes, I run vendor scripts to delete old default , create new, and then try first time run:
step3.bat (cd /d %WMDIR%\mws\bin
mws -s default delete)
step3a.bat ( cd /d %WMDIR%\mws\bin
mws new -Dhttp.port=%MWSHTTPPORT% -Ddb.type=sybase -Ddb.url=jdbc:wm:sybase://%DBSERVER%:%PORT%;databaseName=%DBNAME%;SelectMethod=cursor -Ddb.username=%MWSUSR% -Ddb.password=%MWSPWD% -Ddb.driver=com.wm.dd.jdbc.sybase.SybaseDriver)
above 2 steps step3.bat and step3a.bat work, but step3b.bat below fails with java.lang.outofmemory error
step3b.bat (cd /d %WMDIR%\mws\bin
mws -s default run)
#webMethods-General#Integration-Server-and-ESB#webMethods-Upgrade#webMethods