Customer is trying to deploy TS role of vWorkspace using script:
setup.exe /s /v"/qn ADDLOCAL=Core,TS,MC DBOPTION=1 SQLSERVERNAME=SQLserver DATASOURCENAME=vWorkspace_DSN DATABASENAME=vWorkspace_Database SQLLOGINACCOUNT=pnadmin SQLLOGINPASSWORD=P@ssword1"
Installation goes fine, but near the end of it, popup dialog window is shown with the error "Failed to create data source"
Documentation defect
DefectID 197280 has been generated for the issue. Setup should include WACommon value in the list of ADDLOCAL parameters. So script will look like:
setup.exe /s /v"/qn ADDLOCAL=Core,TS,MC,WACommon DBOPTION=1 SQLSERVERNAME=SQLserver DATASOURCENAME=vWorkspace_DSN DATABASENAME=vWorkspace_Database SQLLOGINACCOUNT=pnadmin SQLLOGINPASSWORD=P@ssword1"
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy