RTC 4.0.1 with Build Forge not able to execute scm status command - return code 54
I have a setup with RTC 4.01 and Build Forge 7.1.3.5 and maven release plugin 2.4.1. I am setting up a release:prepare and also using the .JazzJBE adaptor. I can successfully execute the .JazzJBE and get a locally loaded sandbox on the build host which is windows. I can also execute an ant script on the build host that uses the jazz functions to alter the build results label, so I can communicate between the build host and the RTC repository.. When I execute the release:prepare I consistently get the error below.
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: **\release.properties, **\pom.xml.next, **\pom.xml.releaseBackup, **\pom.xml.backup, **\pom.xml.branch, **\pom.xml.tag
[DEBUG] JazzScmProvider:makeProviderScmRepository
[DEBUG] Provided scm url - https://hd-jaz-was-d2.dor.state.ma.us:9443/ccm:DPTESTECMDataCapBuildWorkspace
[DEBUG] Provided delimiter - ':'
[DEBUG] Scheme - https
[DEBUG] Creating JazzScmProviderRepository with the following values:
[DEBUG] jazzUrl - https://hd-jaz-was-d2.dor.state.ma.us:9443/ccm
[DEBUG] username - null
[DEBUG] password - null
[DEBUG] hostname - hd-jaz-was-d2.dor.state.ma.us
[DEBUG] port - 9443
[DEBUG] repositoryWorkspace - DPTESTECMDataCapBuildWorkspace
[DEBUG] Executing status command...
[INFO] Executing: cmd.exe /X /C "scm status --username csertcbuild01 --wide"
[INFO] Working directory: C:\BF_BUILDS_TEST\DPTEST_ECMDataCap_EMERGENCY_RELEASE\BUILD_37\D2_ECM_DATA_CAPTESTDP\ECMDataCap
[DEBUG] Consumed line :Workspace: (----) "DPTESTECMDataCapBuildWorkspace" (This workspace is unreachable.)
[DEBUG] Consumed line : Could not determine the URI required to connect to the repository. The UUID of
[DEBUG] Consumed line : the repository is _X0HdQUVtEeK0UIhfnRAt5Q. If you know the repository URI run
[DEBUG] Consumed line : 'login' command providing the repository URI. If not, please contact your
[DEBUG] Consumed line : administrator.
The URI is correct that is displayed as is the workspace. I have tried passing in the username as "-Dusername=user1" but it alwasy show null for user and password.
Any suggestions on how to get it to work?