When using SQL Server Migration Assistant for Oracle, you may get the following error message
The given key was not present in the dictionary.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
The given key was not present in the dictionary.
The error message usually occurs when the schema of the table in SQL Server does not match the schema of the source database. Some examples include tables having columns with different names, the order of the columns being different, data types being different etc.
Keywords: vkball, kb