I'm trying to upgrade from GP 2015 R2 to GP 2016 R2, but am running into an issue. If I run this
SELECT b.fileOSName, a.fileNumber, a.PRODID, a.Status, a.errornum, a.errordes, c.CMPANYID, c.INTERID FROM DYNAMICS.dbo.DU000030 a JOIN DYNAMICS.dbo.DU000010 b ON a.fileNumber = b.fileNumber AND a.PRODID = b.PRODID JOIN DYNAMICS.dbo.SY01500 c ON a.companyID = c.CMPANYID WHERE (a.Status <> 0 or a.errornum <> 0) and a.Status <>15
I get this:
[Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'P310PO30'.
Has anyone seen this before?
*This post is locked for comments