I have not been able to import physical inventory counts from a TXT file into RMS. I have even tried "making" a simple, three column txt file with data in it but I still receive the same error message:
----------------------
Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.
(Source: Microsoft OLE DB Provider for SQL Server)
(SQL State: 42000)
(NativeError: 468)
No Help file available
UPDATE [# # ST_Validation_6]
SET ImportStatus = 3
, ItemID = Item.ID
FROM Item INNER JOIN [# #ST_Validation_6] ON Item.ItemLookupCode = [# #ST_Validation_6].ItemLookupCode
----------------------
Any ideas? I was expecting it to be a fairly smooth process - and I'm pretty sure I'm doing the import steps correctly.
Thanks
*This post is locked for comments