I'm getting an error when upgrading the vCAC 6.1 database to 6.2.
INFO: Current release database version: 6.2.0.9574
Executing script >>> C:\Admin\DBUpgrade\vCAC.ChangeLog-Master.xml
Microsoft (R) Build Engine version 4.0.30319.33440
[Microsoft .NET Framework, version 4.0.30319.34014]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 12/10/2014 1:35:58 PM.
Project "C:\Admin\DBUpgrade\Liquibase.xml" on node 1 (default targets).
RunLiquibase:
"C:\Program Files\Java\jre7\bin\java.exe" -Djsse.enableCBCProtection=false -Djava.library.path="C:\Admin\DBUpgrade" -cp "C:\Admin\DBUpgrade\liquibase.jar;C:\Admin\DBUpgrade\jtds-1.3.1.jar" liquibase.integration.commandline.Main --driver=net.sourceforge.jtds.jdbc.Driver --url=jdbc:jtds:sqlserver://sql1.demo.netapp.com/"VCAC";ssl=request releaseLocks
Successfully released all database change log locks for DEMO\administrator@jdbc:jtds:sqlserver://sql1.demo.netapp.com/VCAC;ssl=request
Liquibase 'releaseLocks' Successful
"C:\Program Files\Java\jre7\bin\java.exe" -Djsse.enableCBCProtection=false -Djava.library.path="C:\Admin\DBUpgrade" -cp "C:\Admin\DBUpgrade\liquibase.jar;C:\Admin\DBUpgrade\jtds-1.3.1.jar" liquibase.integration.commandline.Main --driver=net.sourceforge.jtds.jdbc.Driver --url=jdbc:jtds:sqlserver://sql1.demo.netapp.com/"VCAC";ssl=request --changeLogFile="vCAC.ChangeLog-Master.xml" update
Liquibase update Failed: Migration failed for change set vCAC.ChangeLog-CreateDatabase.xml::1::TA66634:
Reason: liquibase.exception.DatabaseException: Error executing SQL GRANT EXEC ON [dbo].[usp_UpdateAnnouncement] TO Vrm_Manager: Cannot find the user 'Vrm_Manager', because it does not exist or you do not have permission.
C:\Admin\DBUpgrade\Liquibase.xml(29,5): error MSB3073: The command ""C:\Program Files\Java\jre7\bin\java.exe" -Djsse.enableCBCProtection=false -Djava.library.path="C:\Admin\DBUpgrade" -cp "C:\Admin\DBUpgrade\liquibase.jar;C:\Admin\DBUpgrade\jtds-1.3.1.jar" liquibase.integration.commandline.Main --driver=net.sourceforge.jtds.jdbc.Driver --url=jdbc:jtds:sqlserver://sql1.demo.netapp.com/"VCAC";ssl=request --changeLogFile="vCAC.ChangeLog-Master.xml" update" exited with code -1.
Done Building Project "C:\Admin\DBUpgrade\Liquibase.xml" (default targets) -- FAILED.
Build FAILED.
"C:\Admin\DBUpgrade\Liquibase.xml" (default target) (1) ->
(RunLiquibase target) ->
C:\Admin\DBUpgrade\Liquibase.xml(29,5): error MSB3073: The command ""C:\Program Files\Java\jre7\bin\java.exe" -Djsse.enableCBCProtection=false -Djava.library.path="C:\Admin\DBUpgrade" -cp "C:\Admin\DBUpgrade\liquibase.jar;C:\Admin\DBUpgrade\jtds-1.3.1.jar" liquibase.integration.commandline.Main --driver=net.sourceforge.jtds.jdbc.Driver --url=jdbc:jtds:sqlserver://sql1.demo.netapp.com/"VCAC";ssl=request --changeLogFile="vCAC.ChangeLog-Master.xml" update" exited with code -1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:09.79
Any thoughts on where the Vrm_Manager use comes from?