Description: In an attempt to semi-automate Cost Volume Pro build outs, we have found some issues while configuring a build that parameter is lacking to set ConnectionNameRegExPattern. Without this parameter, we will need to resort to building custom code by hand.
PS C:\temp-holding\test\CVPro\WebAPI> ./costVolumeProWebAPIManager.exe config --help
Configures Cost Volume Pro WebAPI.
Usage: CostVolumeProWebAPIManager config [options]
Options:
-?|-h|--help Shows this help information.
-a|--appurl <URL> The Cost Volume Pro Web Application URL (Required).
-au|--auth <URL> The Authorization Server Pro WebAPI URL (Required).
-s|--dbserver <servername> The Cost Volume Pro Database Server Name (Required).
-d|--dbname <databasename> The Cost Volume Pro Database Name (Required).
-wa|--dbwinauth <true/false> Uses a Windows Authentication for SQL Server Connection (True or False).
-tc|--dbtrustcert <true/false> Set if database server certificate can be trusted (True or False).
-u|--dbuser <dblogin> The Cost Volume Pro Database user login (Required if not Trusted Connection).
-p|--dbpass <dbpassword> The Cost Volume Pro Database user password (Required if not Trusted Connection).
-ps|--server <servername> ProPricer 9 Server hostname.
-pp|--port <portnumber> ProPricer 9 Server port.