Comments
Sort by recent activity
Is this still an issue - we seem to be getting this problem now, in version 10.2 / comments
Is this still an issue - we seem to be getting this problem now, in version 10.2
Just by way of an update, I've stepped through this in a little more detail in and article on my blog (http://www.codenutz.com): http://www.codenutz.com/2012/09/continuous-database-deployment-with-red.html
regards
Matt / comments
Just by way of an update, I've stepped through this in a little more detail in and article on my blog (http://www.codenutz.com):http://www.codenutz.com/2012/09/continuous-database-deployment-with-r...
I'm actually working in a TFS environment, but I think I've just worked this out!
You were almost there when you copied the ScriptFolderLocation section:
I copied the contents of that section (which is xml encoded), ran it through an xml decoder (like here: http://coderstoolbox.net/string/) and then saved it to a file. Then I pointed the scriptsfolderxml flag at the file I just created.
I had to do a bit more work to get the migration folder bits to work but this got me started. I'll try to write a blog article on what I've done when I get chance.
Matt / comments
I'm actually working in a TFS environment, but I think I've just worked this out!
You were almost there when you copied the ScriptFolderLocation section:
I copied the contents of that section (whic...