I am running in a problem when attmepting an offline installation of redmine and am looking for some help or direction is resolving this issue. After entering the command the response is the last two lines of the install log repeated in a continuous loop;
WebPiCmd Information: 0 : Available database choices:
WebPiCmd Warning: 0 : Please pick a database to proceed
The Redmine01.app file is an attempt at setting the default MSSQL databse on start and avoid the prompt. It did not appear to work. Any help would be appreciated.
Thanks Kameron.
Server: Windows Enterprise Server running IIS7 and MSSQL 2008 R2.
Cmd: WebPICmd.exe /Install /Application:Redmine@Redmine01.app /XML:D:\Bitz\WebPI\feeds\shadow-webproductlist.xml /Feeds:D:\Bitz\WebPI\feeds\shadow-feed /Log:install.log
Redmine01.app Content;
DbServer[@]<serverip>\salesops1
DbName[@]redmine
DbUsername[@]<user>
DbPassword[@]<passcode>
Install log:
WebPiCmd Information: 0 :
WebPiCmd Warning: 0 : The software that you obtain using the Web Platform Installer Command Line Tool is licensed to you by its owner. Microsoft grants you no rights for third party software.
WebPiCmd Information: 0 : Successfully Loaded Feed : D:\Bitz\WebPI\feeds\shadow-webproductlist.xml
WebPiCmd Information: 0 : Successfully loaded metadata from feed D:\Bitz\WebPI\feeds\shadow-feed
WebPiCmd Start: 0 : Please choose a database for 'Redmine 2.1'
WebPiCmd Information: 0 : Available database choices:
WebPiCmd Warning: 0 : Please pick a database to proceed
WebPiCmd Information: 0 : Available database choices:
WebPiCmd Warning: 0 : Please pick a database to proceed
WebPiCmd Information: 0 : Available database choices:
WebPiCmd Warning: 0 : Please pick a database to proceed
^C
Is there a way to set the deafult feed in the WebPI UI before launching the application?