Our client had SafePay installed at some point when they were on version 9.0.
They are now on 2010R2 and would like to have this feature re-installed. I attempted to install, but when running Utilities, I get the message:
Error: Product 1235 does not support upgrading from version 9.0.258.
I see references to this product in DB_Upgrade and DU000020 reflecting 9.0 build 258. There is no reference to this product in the DU000030 table.
I would like to run a script similar to the one below to remove the product. Is there anything else I am missing?
Delete DYNAMICS..DB_Upgrade where PRODID = 1235 and db_name = 'xxxx'
Delete DYNAMICS..DU000020 where PRODID = 1235 and companyID = 'xxxx'
Thanks!
Tom
*This post is locked for comments