Activity overview
Latest activity by avisho
"An unexpected null value..." error when pressing Get Latest
Hi,
I have a DB which linked as dedicated DB to SVN.
When I try to press Get Latest tab i get below error:
An unexpected null value has been found while running postprocessing operations on the scr...
I created the .xml file but the same error still happens... / comments
I created the .xml file but the same error still happens...
yes, it's the same user.
what's the difference between literally writing in command line and using xml files? / comments
yes, it's the same user.
what's the difference between literally writing in command line and using xml files?
Yes and yes.
below is the xml part:
<value version="7" type="LinkedDatabase">
<DatabaseId version="2" type="DatabaseId">
<ServerAndInstanceName>MY_SERVER\DEV</ServerAndInstanceName>
<DatabaseName>MY_DB_NAME</DatabaseName>
</DatabaseId>
<ISrcCLocation version="1" type="SvnLocation">
<RepositoryUrl>https://MY_SVN_SERVER_URL/svn/Dev/Projects/Server Projects/Database/trunk/Repository/MY_DB_NAME/</RepositoryUrl>
</ISrcCLocation>
<IWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\WorkingBases\ihltpb0r.0vn</RootPath>
</IWorkspaceId>
<LinkedMigrationsLocation version="2" type="LinkedMigrationsLocation">
<ISrcCLocation version="1" type="SvnLocation">
<RepositoryUrl>https://MY_SVN_SERVER_URL/svn/Dev/Projects/Server Projects/Database/trunk/MigrationScripts/MY_DB_NAME/</RepositoryUrl>
</ISrcCLocation>
<IWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\MigrationsFolderWorkingBases\hzucevn4.rvn</RootPath>
</IWorkspaceId>
<ITransientWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\Transients\nrtgunoo.hvj</RootPath>
</ITransientWorkspaceId>
</LinkedMigrationsLocation>
<SharedModel>False</SharedModel>
<ScriptTransientId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\Transients\hg2wmwnz.pte</RootPath>
</ScriptTransientId>
</value>
/ comments
Yes and yes.
below is the xml part:
<value version="7" type="LinkedDatabase">
<DatabaseId version="2" type="DatabaseId">
<ServerAndInstanceName>MY_SERVER\DEV</ServerAndIn...
Hi Brain,
The database - IS - linked to source control and I use it daily (commit, get latest etc...).
I ran the query you gave me and below are the results:
Reader A: 39342
Reader B: <?xml version="1.0" encoding="utf-16" standalone="yes"?> <ISOCCompareLocation version="1" type="SvnLocation"> <RepositoryUrl>https://192.168.0.2:8010/svn/Dev/Projects/Server Projects/Database/trunk/Repository/MYDBNAME/</RepositoryUrl> </ISOCCompareLocation>
Reader C: <?xml version="1.0" encoding="utf-16" standalone="yes"?> <ISOCCompareLocation version="1" type="SvnLocation"> <RepositoryUrl>https://192.168.0.2:8010/svn/Dev/Projects/Server Projects/Database/trunk/MigrationScripts/MYDBNAME/</RepositoryUrl> </ISOCCompareLocation>
Please advise,
Avi / comments
Hi Brain,
The database - IS - linked to source control and I use it daily (commit, get latest etc...).
I ran the query you gave me and below are the results:
Reader A: 39342
Reader B: <?xml version...
"... is not linked to sql source control" error on linked db
Hi,
I'm trying to compare a db HEAD revision to other DB but unfortunately when trying to use SQL Compare command line I get the "... is not linked to sql source control" error.Command line:
sqlcom...