Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

MSSQL offload error : Cannot resolve collation conflict

Solved1.58K views3rd March 2021collation error MSSQL offload
0
Wale Oguntoyinbo [SLC] [DevOps Advocate]3.42K 1st March 2021 0 Comments

After switching to a new MSSQL database for data offload, this error was observed while offloading to the ‘alarm_property’  table only. Other offloads are ok.

  1. Does offloading require a certain collation ?
  2. How can this error be resolved ?

NonQuery ‘BULK INSERT alarm_property_temp FROM
‘\\SERVERNAME\Offload\alarm_property\current2021_02_17_19_53_42_7556_35642.dat’ WITH (DATAFILETYPE=’widechar’, FIELDTERMINATOR = ‘\t’);

MERGE alarm_property AS TargetTable
USING alarm_property_temp AS SourceTable
ON

(TargetTable.[AlarmId] = SourceTable.[AlarmId] AND TargetTable.[DmaId] = SourceTable.[DmaId] AND TargetTable.[Name] = SourceTable.[Name] AND TargetTable.[Type] = SourceTable.[Type] AND TargetTable.[OwnerId] = SourceTable.[OwnerId])
WHEN NOT MATCHED BY TARGET

THEN INSERT ([AlarmId],[DmaId],[Name],[Type],[OwnerId],[Value],[Sequence])
VALUES(SourceTable.[AlarmId],SourceTable.[DmaId],SourceTable.[Name],SourceTable.[Type],SourceTable.[OwnerId],SourceTable.[Value],SourceTable.[Sequence])
WHEN MATCHED
THEN UPDATE SET
TargetTable.[Value] = SourceTable.[Value],TargetTable.[Sequence] = SourceTable.[Sequence];
DROP TABLE alarm_property_temp;
‘ failed. (code = 468, message = Cannot resolve the collation conflict between “SQL_Latin1_General_CP1_CI_AS” and “Latin1_General_CI_AS” in the equal to operation.)

Wale Oguntoyinbo [SLC] [DevOps Advocate] Selected answer as best 3rd March 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Tom Van Bruaene [SLC] [DevOps Member]758 Posted 1st March 2021 1 Comment

Hi,

By default we use collation “Latin1_General_CP1_CI_AS” in the MSSQL central Database.

You can either recreate the central database with that collation, or you can configure dataminer to use another one (see DataMiner Help ).

Thibault Heylen [SLC] [DevOps Advocate] Posted new comment 26th August 2021
Thibault Heylen [SLC] [DevOps Advocate] commented 26th August 2021

Correction, SQL_Latin1_General_CP1_CI_AS is the default.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs