I have a variable table set up as follows:
Name Environment Machine Step Value
DatabaseServer env2 Database (All) qadbs01\qa_ft_q3
DatabaseServer env1 Database (All) qadbs01\qa_ft_01
PortalDatabase (All) Database (All) Portal
When I do a deployment to env1, I get all variables as I expect them. however when I do a deployment to env2 I do not get the variables passed to my Powershell scripts as I would expect.
Log output from Env1:
2011-09-22 21:14:37 DEBUG The following variables are available:
2011-09-22 21:14:37 DEBUG - [portaldatabase] = 'Portal’
2011-09-22 21:14:37 DEBUG - [skipinstallutil] = '.+'
2011-09-22 21:14:37 DEBUG - [databaseserver] = 'qadbs01\qa_ft_01’
2011-09-22 21:14:37 DEBUG - [OctopusEnvironmentName] = 'env1’
2011-09-22 21:14:37 DEBUG - [PackageRoot] = ‘C:\Octopus\Tentacle\Applications\Portal-DB.3.2.8710.62’
Log output from Env2:
2011-09-22 21:13:36 DEBUG The following variables are available:
2011-09-22 21:13:36 DEBUG - [skipinstallutil] = '.+'
2011-09-22 21:13:36 DEBUG - [OctopusEnvironmentName] = 'Connie Esguerra’
2011-09-22 21:13:36 DEBUG - [PackageRoot] = ‘C:\Octopus\Tentacle\Applications\OPS-Portal-DB.3.2.8710.62’
Is there a work around for this issue? Thanks, Karl