Event ID - 1010

Event Id1010
SourceNotificationServices
DescriptionThere is a collation mismatch between the main instance database and the application database.
Event InformationAccording to Microsoft:
Cause:

This error maps to SQL Server error 446, which indicates that the specified operation was given objects with mismatched collations. The event log entry for this error includes the description of the actual error that caused it, which looks similar to the following: Cannot resolve collation conflict for <operation_name> operation.</operation_name>
User Action :
Determine the operation that failed from the event log entry and make sure that the arguments to the specified operation have matching collations. For example, if you have two columns in the same table with Greek and Latin collations respectively, a WHERE clause such as the following will cause this error: WHERE GreekCol = LatinCol The resulting error will have the following additional description: Cannot resolve collation conflict for equal to operation. The problem noted in this error must be resolved for the system to function properly.
Reference LinksThere is a collation mismatch between the main instance database and the application database

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.