How can we help you today? How can we help you today?
tprudence

Activity overview

Latest activity by tprudence

XML Schema Collections always show difference when comparing from snapshot with version 12?
We are using version 12 to compare from snapshot to database and to update our databases.  It's working well except for XML Schema Collections, which are always showing up a differences and every u...
2 followers 2 comments 0 votes
Yes we are comparing a SQL server to a snapshot.  The GUI tool works fine and we can also run the same process manually and that works as well.  This crash only happens when it's kicked off by our automated build process, which uses a service user account which is an administrator on the machine.  I enabled log generation and put it below, looks like it happens almost immediately just after the command line arguments are printed. 20:29:33.147|Verbose|Command Line        |1  |Argument /filter has value <redacted> 20:29:33.147|Verbose|Command Line        |1  |Argument /snapshot1 has value <redacted> 20:29:33.147|Verbose|Command Line        |1  |Argument /server2 has value <redacted> 20:29:33.147|Verbose|Command Line        |1  |Argument /database2 has value <redacted> 20:29:33.163|Verbose|Command Line        |1  |Argument /report has value <redacted> 20:29:33.163|Verbose|Command Line        |1  |Argument /reporttype has value 'Interactive' 20:29:33.163|Verbose|Command Line        |1  |Argument /scriptfile has value <redacted> 20:29:33.163|Verbose|Command Line        |1  |Argument /force has value 'True' 20:29:33.163|Verbose|Command Line        |1  |Argument /verbose has value 'True' 20:29:33.163|Verbose|Command Line        |1  |Argument /options has value 'DecryptPost2kEncryptedObjects;IgnoreFillFactor;IgnoreWhiteSpace;IgnoreFileGroups;IgnoreUserProperties;IgnoreWithElementOrder;IgnoreDatabaseAndServerName;IgnorePermissions;IgnoreUsersPermissionsAndRoleMemberships;IgnoreSquareBrackets' 20:29:33.163|Verbose|Command Line        |1  |Argument /include has value 'Identical' 20:29:33.163|Verbose|Command Line        |1  |Argument /logLevel has value 'Verbose' 20:29:33.163|Verbose|Command Line        |1  | / comments
Yes we are comparing a SQL server to a snapshot.  The GUI tool works fine and we can also run the same process manually and that works as well.  This crash only happens when it's kicked off by our ...
0 votes