msdeploy (バージョン 2) を使用して、マシン A からマシン B にデータベースを転送しています。
マシン A のデータベースには、マシン B に存在しないユーザーが何人かいるため、転送は (部分的に) 失敗し、次のメッセージが表示されます。
Error Code: ERROR_SQL_EXECUTION_FAILURE
More Information: An error occurred during execution of the database script.
The error occurred between the following lines of the script: "3" and "5".
The verbose log might have more information about the error.
The command started with the following: "CREATE USER [someDomain\someUser] FOR LOGIN [someDomain"
Windows NT user or group 'someDomain\someUser' not found.
Check the name again. http://go.microsoft.com/fwlink/?LinkId=178587
ユーザーの作成以外は、データベースは転送されているようです。この失敗の後、データベースがどのような状態になっているのか誰か知っていますか?
msdeploy を使用して、ユーザーなしで (または特定のユーザーなしで) データベースを転送する方法はありますか?