Hello,
I applied the 2018 year end update to GP. The upgrade failed while loading required data for ASIEXP86. I deleted the contents of the table per blog post https://community.dynamics.com/gp/b/dynamicsgp/archive/2018/09/07/microsoft-dynamics-gp-2018-r2-and-year-end-upgrade-known-upgrade-issues
I ran the upgrade again and it failed. I ran a dexsql.log and get the following:
Create statement
/* Date: 12/11/2018 Time: 14:28:26
stmt(138493976):*/
/*Begin_ASIEXP86_T*/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[ASIEXP86_T]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[ASIEXP86_T]
CREATE TABLE [dbo].[ASIEXP86_T]
Insert into the temp table
/* Date: 12/11/2018 Time: 14:28:26
stmt(138493976):*/
BULK INSERT [DYNAMICSR2]..[ASIEXP86_T] FROM 'C:\Program Files (x86)\Microsoft Dynamics\GP2018$R2\DATA\Temp\ASIEXP86.out' WITH (CODEPAGE = 'ACP', KEEPNULLS, FIELDTERMINATOR = '||', ROWTERMINATOR = '#EOR#\n')
Error message
/* Date: 12/11/2018 Time: 14:28:26
SQLSTATE:(01000) Native Err:(15472) stmt(138493976):*/
[Microsoft][SQL Server Native Client 11.0][SQL Server]The object '(null)' does not have any indexes, or you do not have permissions.*/
/*
/* Date: 12/11/2018 Time: 14:28:26
SQLSTATE:(01000) Native Err:(50000) stmt(138493976):*/
[Microsoft][SQL Server Native Client 11.0][SQL Server]Primary keys do not match*/
/*
/* Date: 12/11/2018 Time: 14:28:26
SQLSTATE:(37000) Native Err:(102) stmt(138493976):*/
[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near 'ON'.*/
I have deleted the temp table in SQL, and still the issue occurs.
*This post is locked for comments