문제

I am running Sitecore 6.5 rev. 120706 with DMS 2.0.1 rev. 120706. Sitecore is not registering goals reached for visitors. The log is showing

ERROR Exception during registration: System.Data.StrongTypingException: The value for column 'LastAccessedDateTime' in table 'AutomationStates' is DBNull.

Checking the LastAccessedDateTime column in SQL Server rows aren't being populated:

enter image description here

Is there any known workarounds or a way to populate this data via code?

도움이 되었습니까?

해결책

Looking into our installation [AutomationStates].[LastAccessedDateTime] is marked as allowing Nulls. You could try to download a clean Analytics database, generate creation scripts for both and run a diff tool to see where your database is corrupted.

The update script for DMS201 does not contain any references to LastAccessedDateTime, so it must come from a prior update.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top