When registering an MSSQL Real-Time data source receive the following error message.
Latest version of MSSQL real time data source assembly does not exist in SERVER : DATABASE
To enable real time data sources please run the script below as a MSSQL system administrator on the server and try again.
How to resolve the error message
In most cases running the script included in the error message will be enough to fix the error message so you can register the map. In some cases, additional steps will need to be taken before the script can be ran. Below are some of the common errors when running the script.
DROP ASSEMBLY failed because ‘eOne.SmartConnect.MSSQLServerRealTime.dll’ is referenced by object ‘eOneMssqlRealTimeStoredProcedure’
If you receive this error you will first need to run the following script:
USE [YOUR DATABASE]
GO
DROP PROCEDURE [dbo].[eOneMssqlRealTimeStoredProcedure]
GO
CREATE ASSEMBLY failed because it could not open the physical file ‘C:Program Files (x86)eOne SolutionsSmartConnecteOne.SmartConnect.MSSQLServerRealTime.dll’: 3(The system cannot find the path specified.).
There are three known causes for this error message.
- The folder location is incorrect.
- Edit the location to the actual file location of the SmartConnect installation location.
- SmartConnect is installed on a different server than the SQL server so the assembly is not reachable by SQL.
- In this case, you will need to copy the eOne.SmartConnect.MSSQLServerRealTime.dll from the machine with SmartConnect installed to a folder on the SQL server.
- The user assigned to the ‘SQL Server’ and ‘SQL Server Agent’ windows services doesn’t have access to the file location specified.