Is there any workaround of errors when Invoke-DlmDatabaseSchemaValidation

Powershell script:
$scriptsFolder = "C:\Users\ThomasLee\src\***\SQL Server\Databases\myDatabase"
$temporaryDatabase = New-DlmDatabaseConnection -ServerInstance "KIN8XB8LN3" -Database "dlmatemp" -Username "test" -Password "p@ssw0rd"
$validatedScriptsFolder = $scriptsFolder | Invoke-DlmDatabaseSchemaValidation -TemporaryDatabase $temporaryDatabase  -Debug

I executed the script with Administrator, the login is my work alias AzureAD/thomas. please suggestion if any workaround or fix for the error of this issue? Thanks~


DEBUG: Finished batch 2388 of 8220 (batch took 1.310 seconds)
WARNING: The error 'Could not obtain information about Windows NT group/user 'AzureAD\thomas', error code 0x54b.' occurred when executing the following SQL:
--Assembly [MyTestAssemblyName**], version=1.0.3893.35564, culture=neutral, publickeytoken=cfe90bc6dce300da, processorarchitecture=msil
CREATE ASSEMBLY [[MyTestAssemblyName**]
AUTHORIZATION [dbo]
FROM 0x4d5a90000300000004000000ffff0000b800000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000e1fba0e00b409cd21b8014ccd215468697
32070726f6772616d2063616e6e6f742062652072756e20696e20444f53206d6f64652e0d0d0a2400000000000000\
....
Tagged:

Answers

Sign In or Register to comment.