I have setup a database with 2 configurations (one for live and one for test). This seems to work fine, except when I have scripts in my job. The scripts do not seem to get swapped by the configuration specifed at execution time.
Has anyone else experienced this and is there a solution.
I guess I could use a variable for the datastore name in the scripts and set that at execution time also, but then there are 2 things that need setting and that gives room for error