2

Whenever I try to set up a SQL Server Integration Services Package job (through the SSIS Catalog within SSMS), I get the error

Parser NULL (DTEParseMgd).

The version of the SQL server is "Microsoft SQL Server 2016 (SP1-GDR) (KB3210089) - 13.0.4202.2 (X64) Dec 13 2016 05:22:44"

Here is a screenshot of that message: Error screenshot

Does anyone know how to deal with this issue?

Thanks in advance!

Carther
  • 43
  • 4

1 Answers1

0

I found an in-depth answer here:

The Visual Studio was at a higher version then the SQL Server Management Studio.

So the fix is to update SSMS to match the Visual Studio version.

raumkrieger
  • 262
  • 1
  • 9
  • 19
  • However if anyone has an alternative that does not involve updating, as I am unable to update SSMS on the server I am using due to administrative privileges. – raumkrieger Jan 11 '19 at 20:50