Error parsing file when attempting to commit changes
tlentine
Posts: 6 Bronze 1
I am using SQL Server Management Studio 2012 with SQL Source Control Version 3.0.13.4214.
When attempting to either Commit Changes or Get Latest I repeatedly receive an error similar to the following:
There was an error parsing the file "%appdata%\local\Red Gate\SQL Source Control 3\Transients-Vault\some gibberish\Tables\TableName.sql
The odd thing is that if I refresh the page the same error will appear with a different table or sproc name.
I am unable to move past these sets of errors to check code in or pull code from source control.
Any idea what might be causing this issue and how to correct it?
Thanks in advance.
When attempting to either Commit Changes or Get Latest I repeatedly receive an error similar to the following:
There was an error parsing the file "%appdata%\local\Red Gate\SQL Source Control 3\Transients-Vault\some gibberish\Tables\TableName.sql
The odd thing is that if I refresh the page the same error will appear with a different table or sproc name.
I am unable to move past these sets of errors to check code in or pull code from source control.
Any idea what might be causing this issue and how to correct it?
Thanks in advance.
Comments
I am using SSMS 10.50.2500.0 with TFS 2012. I also tried against TFS 2010 but got the same error.
) ON [PRIMARY]GO
It should look like this:
) ON [PRIMARY]
GO
Maybe the linefeed/carraige return is incorrect in the file generated by Redgate Source Control.
Thanks for your post. If you are using any new SQL Server objects that were introduced with SQL Server 2012, they are not yet compatible with SQL Source Control and will throw errors.
We have opened a support case and will be following up with you shortly.
Best Regards,
Steve Tanori
Steve Tanori
Product Support
Red Gate Software Ltd.
866-997-0378
The wierd part is Source Control has no problem with the Azure server. Only the local server.
Thx.