Hello,
Previously I was on version GP2010 SP2, and I applied the patch to update to SP4.
This appeared to work fine with no errors, however a few of the addon's didn't get updated such as Fixed Assets (I only noticed this when I was doing a test upgrade to 2015 and was warned that these products weren't on the appropriate version).
Currently I'm testing upgrading Fixed Assets to SP4, and I'm running into 2 issues:
1.) Upon launching Dynutils I'm informed that: Product 309 does not support upgrading from version 11.0.1734
I tried to work around this issue by updating the DB_Upgrade Table as per the below SQL:
Update DYNAMICS..DB_Upgrade set db_verOldMajor = 0, db_verOldBuild = 0,
db_status = 0 where PRODID = 309
Q1: Is this approach ok?
2.) After running the above SQL script I was able to launch dynutils and run the upgrade. Everything seemed ok, but when I logged into GP to see if any fixed assets records exist, there were none. It appears that Fixed Assets has been totally re-initialized.
Q2: Any thoughts on what determines if GP thinks it should upgrade the FA tables or to DROP/Recreate all tables?
Thanks in advance,
Justin
*This post is locked for comments