Skip to content

Commit 956c2a5

Browse files
authored
Update known-issues-azure-sql-migration-azure-data-studio.md
removed Error 2060-login failure for machine login.
1 parent 8a66b0f commit 956c2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ This article provides a list of known issues and troubleshooting steps associate
254254
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a PowerShell script, check if the table list parameter includes the correct table names and is passed into the migration.
255255

256256
## Error code: 2060 - SqlSchemaCopyFailed
257-
257+
<!-- Comment:Now supported by SHIR 5.37 onwards--
258258
- **Message**: `Login failed for user 'Domain\MachineName$`.
259259
260260
- **Cause**: This error generally happens when customer uses Windows authentication to login the source. The customer provides Windows authentication credential but SHIR converts it to machine account (Domain\MachineName$).
261261
262262
- **Recommendation**: Possible solutions for this issue are:
263263
1) Add login for machine account "Domain\MachineName$" to the source SQL Server. [How to Create a SQL Server Computer Account Login](https://stackoverflow.com/questions/38680366/how-to-add-a-new-sql-server-machine-account).
264264
2) Or Use SQL login to connect to source SQL Server in Azure Data Studio.
265-
3) Or As an alternative, Migrate the database schema from source to target by using [PowerShell](/powershell/module/az.datamigration/new-azdatamigrationsqlserverschema) or the [SQL Server dacpac extension](/azure-data-studio/extensions/sql-server-dacpac-extension) or the [SQL Database Projects](/azure-data-studio/extensions/sql-database-project-extension) extension in Azure Data Studio.
265+
3) Or As an alternative, Migrate the database schema from source to target by using [PowerShell](/powershell/module/az.datamigration/new-azdatamigrationsqlserverschema) or the [SQL Server dacpac extension](/azure-data-studio/extensions/sql-server-dacpac-extension) or the [SQL Database Projects](/azure-data-studio/extensions/sql-database-project-extension) extension in Azure Data Studio.-->
266266

267267
- **Message**: `The SELECT permission was denied on the object 'sql_logins', database 'master', schema 'sys'.`
268268

0 commit comments

Comments
 (0)