RE: Getting an error while upgrading GP2013 to GP 2015 R2 with the duSQLAccountSynch error DBMS 2601
Thanks Lucas, that does make more sense now. So, if I had deleted something from ASIEXP86 that happened to be part of someones actual columns in their favorites, would they just see the default column name? In another upgrade from 2010 to 2018 that I did (not R2), I deleted rows, and then when they ran their SmartList for some of the columns they got "Message 22786 Missing" instead of the name of the column. :) This was on the ASIEXP86 table it happens when you go on the hop from 2010 to 2015R2 (even with the latest service pack applied).
Here are a few others:
GP 2010 --> SP4 --> 2015R2 --> On the R2 hop with the latest service pack:
2010 SP4 Hop worked fine
2015R2: primary key violation
Had to run this against all dupes:
DELETE DYNAMICS..ASIEXP86
WHERE ASI_Favorite_Dict_ID = 0
AND ASI_Favorite_Type = 12
AND ASI_Favorite_Save_Level = 1
AND CMPANYID = 0
(below are the dupes I found)
0, 3, 1, 0
0, 9, 1, 0
0, 12, 1, 0
Here's another 2010 to 2015R2 upgrade (with latest SP):
"Conversion failed when converting the varchar value 'USD Credit' to data type int
(in this example upgrade I had to rename all the columns back to Debit or Credit, the client had renamed the default names Debit and Credit to USD Debit and USD Credit for some reason)
So, I've had a few upgrades, even after your 2015R2 hotfix that supposedly fixed the smartlist issue..
It seems on ALL Of them, the common denominator is that the user renamed some of the default columns.
Rob