Hi,
We are trying to migrate from CRM2011 to CRM2013 (plan is to migrate Do Dynamics365 at the end). What we do
- Latest updates on CRM2011 (RU18)
- Backup full database on CRM2011 server
- Restore db on CRM2013 server
- Import organization in CRM2013. Fix legacy errors (remove legacy objects)
- The import failed with SQL error
"An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name., View Script: if exists (select * from sysobjects where name = 'Contact' and xtype = 'V')"
The logs is attached
It looks like the migration script does not properly create an SQL statement when it creates a new Contacts view. E.g., it does not insert AccountBase table for out custom fields: instead of "SELECT ... [AccountBase].[brs_COProle] ..." it generates "SELECT ... [].[brs_COProle]"
Does anybody knows how to resolve it?
community.dynamics.com/.../crmdmsnapin.log







