I am receiving the following exception when attempting to set up transactional replication:
The locale identifier (LCID) 8192 is not supported by SQL Server
What does this exception mean and what is the solution?
I am receiving the following exception when attempting to set up transactional replication:
The locale identifier (LCID) 8192 is not supported by SQL Server
What does this exception mean and what is the solution?
The exception “The locale identifier (LCID) 8192 is not supported by SQL Server” means that the LCID 8192 is not a valid language identifier for SQL Server. The solution to this issue is to change the LCID to a valid language identifier, such as 1033 for English. This can be done by modifying the properties of the replication publication or subscription.