Replies: 2 comments 8 replies
-
Spaces should work as expected, but not sure about the hyphens ( |
Beta Was this translation helpful? Give feedback.
-
Hello, [Identificativo reso S.F.]
From the error, it seems like DMS is misinterpreting the column name — possibly treating "S.F." as two separate identifiers instead of part of a single column name. Do you think this issue can be resolved by adjusting something in the DMS configuration or code, without having to rename the column? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m a bachelor’s student on my first internship, and I’ve been assigned a project to synchronize two databases. The results will form the basis of my thesis.
After reading the Dotmim Sync (DMS) documentation, I built a test environment with the classic AdventureWorks databases. The code compiles, and synchronization finishes successfully.
The problems start when I switch to the company’s production databases. The sync fails with the runtime error shown below. My colleagues and I believe the issue is caused by table and column names that include special characters—such as hyphens (
-
) or spaces—which DMS doesn’t seem to handle. Renaming these objects isn’t an option because it would break the company’s existing application.Using a dummy database for my thesis wouldn’t bother me, but it would be a waste for the company if we can’t use the real data.
Questions
Runtime error
I'm quite stupid so be kind. Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions