Skip to main content
InSource Solutions

TN - 1171 Replication to AVEVA InSight fails after upgrading Historian.

Description

 

Replication to AVEVA InSight fails after upgrading Historian.

  • Author: Ron Tanner
  • Published: 06/30/2021
  • Applies to: AVEVA Historian

Details

Replication to AVEVA InSight fails after upgrading Historian.

No issues adding the replication server and testing works as designed.

clipboard_ea6fc949137282a05cabb4dcd744a0838.png

 

When you click the OK button, you receive the following error.

clipboard_ed41f95490067e0f66812fd2853aef277.png

 

 

The problem is a result of the upgrade not updating the size of the column that stores the connection information/token.

clipboard_e70259f4697079e01514f03412361af10.png

 

To correct the issue use SQL Server Management Studio and execute the following T-SQL.

ALTER TABLE ReplicationServer
ALTER COLUMN ConnectionDetails nvarchar(4000)

  • Was this article helpful?