We upgraded from Version 10.0 to 2010. User did not get errors in GP10. In GP2010, he gets errors when in the window. He is able to make changes to accounts and distribution reference, but keeps getting the following error when he clicks around.
"You don't have security privileges to open this window. Contact your system administrator for assistance."
Captured the following in DEXSQL logs and it seems to be caused by not being able to find stored procedures using SQL Server Native Client 10.0. Does anyone have any idea how to make the errors go away? Your help would be greatly appreciated.
/* Date: 04/22/2013 Time: 11:04:07 stmt(46687680):*/ { CALL MXLAS.dbo.zDP_AAG20000SS_2 ( 11, 3, 'INV-00101873', '', 0 ) }
/* Date: 04/22/2013 Time: 11:04:07 stmt(46688488):*/ {CALL MXLAS.dbo.zDP_AAG20001F_1(14436,-2147483648,14436,2147483647)}
/* Date: 04/22/2013 Time: 11:04:07 stmt(46689296):*/ SELECT COUNT(aaSubLedgerHdrID) FROM MXLAS.dbo.AAG20001 WHERE (aaSubLedgerHdrID = '14436' and aaSubLedgerHdrID > 0 and aaFutureDist = 0 and POSTED = '1' and aaBrowseType <> 0 and aaBrowseType <> 3)
/* Date: 04/22/2013 Time: 11:04:07 stmt(46689296):*/ SELECT COUNT(aaSubLedgerHdrID) FROM MXLAS.dbo.AAG20001 WHERE (aaSubLedgerHdrID = '14436' and aaSubLedgerHdrID > 0 and aaFutureDist = 0 and POSTED = '0' and aaBrowseType <> 0 and aaBrowseType <> 3)
/* Date: 04/22/2013 Time: 11:04:07 stmt(46689296):*/ { CALL DYNAMICS.dbo.zDP_SY01500SS_1 ( 9 ) } /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(01000) Native Err:(5701) stmt(0):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed database context to 'master'.*/ /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(01000) Native Err:(5703) stmt(0):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed language setting to us_english.*/ /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(00000) Native Err:(5703) stmt(0):*/ */ /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(00000) Native Err:(5703) status(0):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:07 stmt(46693336):*/ BEGIN SET DATEFORMAT ymd SET NOCOUNT ON SET CURSOR_CLOSE_ON_COMMIT OFF SET ANSI_NULLS ON SET ANSI_WARNINGS OFF SET ANSI_NULL_DFLT_ON ON SET ANSI_PADDING ON SET NUMERIC_ROUNDABORT OFF END
/* Date: 04/22/2013 Time: 11:04:07 stmt(46692528):*/ use MXLAS /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(01000) Native Err:(5701) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed database context to 'MXLAS'.*/ /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(00000) Native Err:(5701) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:07 SQLSTATE:(00000) Native Err:(5701) status(0):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:07 stmt(46692528):*/ set nocount on Select aaWinWasOpen from AAG20001 where aaSubLedgerHdrID = 14436 and aaSubLedgerDistID > 0 and ACTINDX = 5 and SEQNUMBR = 16384 and aaBrowseType <> 0 set nocount off
/* Date: 04/22/2013 Time: 11:04:07 stmt(46579432):*/ { CALL DYNAMICS.dbo.zDP_SY10000SS_1 ( 'ahan', 9, 3180, 22122, 2 ) }
/* Date: 04/22/2013 Time: 11:04:13 stmt(46602432):*/ SELECT TOP 25 SOPTYPE,SOPNUMBE,SEQNUMBR,DISTTYPE,DistRef,ACTINDX,DEBITAMT,ORDBTAMT,CRDTAMNT,ORCRDAMT,CURRNIDX,TRXSORCE,POSTED,Contract_Exchange_Rate,DEX_ROW_ID FROM MXLAS.dbo.SOP10102 WHERE SOPTYPE = 3 AND SOPNUMBE = 'INV-00101873' AND SOPTYPE = 3 AND SOPNUMBE = 'INV-00101873' AND SEQNUMBR = 16384 ORDER BY SOPTYPE ASC ,SOPNUMBE ASC ,SEQNUMBR ASC
/* Date: 04/22/2013 Time: 11:04:13 stmt(46690912):*/ { CALL MXLAS.dbo.zDP_GL00100SS_1 ( 5 ) }
/* Date: 04/22/2013 Time: 11:04:13 stmt(46690104):*/ {CALL MXLAS.dbo.zDP_DTA00300F_1(5,'',5,'ÞÞÞÞÞÞÞÞÞÞÞÞÞÞÞ')}
/* Date: 04/22/2013 Time: 11:04:13 stmt(46690912):*/ { CALL MXLAS.dbo.zDP_GL00100SS_1 ( 5 ) }
/* Date: 04/22/2013 Time: 11:04:13 stmt(46582008):*/ { CALL MXLAS.dbo.zDP_SY03900SS_1 ( 15.00000 ) }
/* Date: 04/22/2013 Time: 11:04:13 stmt(46686872):*/ {CALL MXLAS.dbo.zDP_PP000001F_1(NULL,NULL)}
/* Date: 04/22/2013 Time: 11:04:13 stmt(46686872):*/ {CALL MXLAS.dbo.zDP_PP000001F_1(NULL,NULL)}
/* Date: 04/22/2013 Time: 11:04:13 stmt(46692528):*/ { CALL MXLAS.dbo.zDP_MXSYS005SS_1 ( 4965 ) } /* /* Date: 04/22/2013 Time: 11:04:13 SQLSTATE:(37000) Native Err:(2812) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'MXLAS.dbo.zDP_MXSYS005SS_1'.*/ /* /* Date: 04/22/2013 Time: 11:04:13 SQLSTATE:(00000) Native Err:(2812) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:13 SQLSTATE:(00000) Native Err:(2812) status(58):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:13 stmt(46692528):*/ SELECT TOP 25 ProductID,MajorVersion,MinorVersion,BuildNumber,DEX_ROW_ID FROM MXLAS.dbo.MXSYS005 WHERE ProductID = 4965 ORDER BY ProductID ASC
/* Date: 04/22/2013 Time: 11:04:14 stmt(46692528):*/ { CALL MXLAS.dbo.zDP_MXSYS005SS_1 ( 4965 ) } /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(37000) Native Err:(2812) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'MXLAS.dbo.zDP_MXSYS005SS_1'.*/ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(2812) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(2812) status(58):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:14 stmt(46692528):*/ SELECT TOP 25 ProductID,MajorVersion,MinorVersion,BuildNumber,DEX_ROW_ID FROM MXLAS.dbo.MXSYS005 WHERE ProductID = 4965 ORDER BY ProductID ASC
/* Date: 04/22/2013 Time: 11:04:14 stmt(46692528):*/ {CALL MXLAS.dbo.zDP_MXLS4003F_1(-32768,32767)} /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(37000) Native Err:(2812) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'MXLAS.dbo.zDP_MXLS4003F_1'.*/ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(2812) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(2812) status(58):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:14 stmt(46692528):*/ SELECT TOP 25 SigID,SigLabel,ProductID,FormName,WindowName,ResourceName,KeyOne,KeyTwo,KeyThree,KeyFour,CodeOption,CommentOption,mxActive,DEX_ROW_ID FROM MXLAS.dbo.MXLS4003 ORDER BY SigID ASC /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(S0022) Native Err:(207) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid column name 'mxActive'.*/ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(207) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:14 SQLSTATE:(00000) Native Err:(207) status(41):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:17*/
Prepared stmt(46691720):
/* Date: 04/22/2013 Time: 11:04:17 stmt(46687680):*/ { CALL MXLAS.dbo.zDP_AAG20000SS_2 ( 11, 3, 'INV-00101873', '', 0 ) }
/* Date: 04/22/2013 Time: 11:04:17 stmt(46688488):*/ {CALL MXLAS.dbo.zDP_AAG20001F_1(14436,-2147483648,14436,2147483647)}
/* Date: 04/22/2013 Time: 11:04:17 stmt(46688488):*/ { CALL MXLAS.dbo.zDP_AAG20001SS_1 ( 14436, 1 ) }
/* Date: 04/22/2013 Time: 11:04:17 stmt(46687680):*/ { CALL MXLAS.dbo.zDP_AAG20000SS_2 ( 11, 3, 'INV-00101873', '', 0 ) }
/* Date: 04/22/2013 Time: 11:04:17 stmt(46688488):*/ {CALL MXLAS.dbo.zDP_AAG20001F_1(14436,-2147483648,14436,2147483647)}
/* Date: 04/22/2013 Time: 11:04:17 stmt(46692528):*/ SELECT COUNT(aaSubLedgerHdrID) FROM MXLAS.dbo.AAG20001 WHERE (aaSubLedgerHdrID = '14436' and aaSubLedgerHdrID > 0 and aaFutureDist = 0 and POSTED = '1' and aaBrowseType <> 0 and aaBrowseType <> 3)
/* Date: 04/22/2013 Time: 11:04:17 stmt(46692528):*/ SELECT COUNT(aaSubLedgerHdrID) FROM MXLAS.dbo.AAG20001 WHERE (aaSubLedgerHdrID = '14436' and aaSubLedgerHdrID > 0 and aaFutureDist = 0 and POSTED = '0' and aaBrowseType <> 0 and aaBrowseType <> 3)
/* Date: 04/22/2013 Time: 11:04:17 stmt(46689296):*/ { CALL DYNAMICS.dbo.zDP_SY01500SS_1 ( 9 ) } /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(01000) Native Err:(5701) stmt(0):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed database context to 'master'.*/ /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(01000) Native Err:(5703) stmt(0):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed language setting to us_english.*/ /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(00000) Native Err:(5703) stmt(0):*/ */ /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(00000) Native Err:(5703) status(0):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:17 stmt(46693336):*/ BEGIN SET DATEFORMAT ymd SET NOCOUNT ON SET CURSOR_CLOSE_ON_COMMIT OFF SET ANSI_NULLS ON SET ANSI_WARNINGS OFF SET ANSI_NULL_DFLT_ON ON SET ANSI_PADDING ON SET NUMERIC_ROUNDABORT OFF END
/* Date: 04/22/2013 Time: 11:04:17 stmt(46692528):*/ use MXLAS /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(01000) Native Err:(5701) stmt(46692528):*/ [Microsoft][SQL Server Native Client 10.0][SQL Server]Changed database context to 'MXLAS'.*/ /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(00000) Native Err:(5701) stmt(46692528):*/ */ /* /* Date: 04/22/2013 Time: 11:04:17 SQLSTATE:(00000) Native Err:(5701) status(0):*/ SWSTATUS DUMP*/
/* Date: 04/22/2013 Time: 11:04:17 stmt(46692528):*/ set nocount on Select aaWinWasOpen from AAG20001 where aaSubLedgerHdrID = 14436 and aaSubLedgerDistID > 0 and ACTINDX = 5 and SEQNUMBR = 16384 and aaBrowseType <> 0 set nocount off
/* Date: 04/22/2013 Time: 11:04:17 stmt(46579432):*/ { CALL DYNAMICS.dbo.zDP_SY10000SS_1 ( 'ahan', 9, 3180, 22122, 2 ) }
/* Date: 04/22/2013 Time: 11:04:18 stmt(46602432):*/ SELECT TOP 25 SOPTYPE,SOPNUMBE,SEQNUMBR,DISTTYPE,DistRef,ACTINDX,DEBITAMT,ORDBTAMT,CRDTAMNT,ORCRDAMT,CURRNIDX,TRXSORCE,POSTED,Contract_Exchange_Rate,DEX_ROW_ID FROM MXLAS.dbo.SOP10102 WHERE SOPTYPE = 3 AND SOPNUMBE = 'INV-00101873' AND SOPTYPE = 3 AND SOPNUMBE = 'INV-00101873' AND SEQNUMBR = 32768 ORDER BY SOPTYPE ASC ,SOPNUMBE ASC ,SEQNUMBR ASC
/* Date: 04/22/2013 Time: 11:04:18 stmt(46690912):*/ { CALL MXLAS.dbo.zDP_GL00100SS_1 ( 51 ) }
/* Date: 04/22/2013 Time: 11:04:18 stmt(46690104):*/ {CALL MXLAS.dbo.zDP_DTA00300F_1(51,'',51,'ÞÞÞÞÞÞÞÞÞÞÞÞÞÞÞ')}
/* Date: 04/22/2013 Time: 11:04:18 stmt(46690912):*/ { CALL MXLAS.dbo.zDP_GL00100SS_1 ( 51 ) }
/* Date: 04/22/2013 Time: 11:04:18 stmt(46582008):*/ { CALL MXLAS.dbo.zDP_SY03900SS_1 ( 61.00000 ) }
/* Date: 04/22/2013 Time: 11:04:18 stmt(46686872):*/ {CALL MXLAS.dbo.zDP_PP000001F_1(NULL,NULL)}
/* Date: 04/22/2013 Time: 11:04:18 stmt(46686872):*/ {CALL MXLAS.dbo.zDP_PP000001F_1(NULL,NULL)}
/* Date: 04/22/2013 Time: 11:04:18 stmt(46686872):*/ {CALL MXLAS.dbo.zDP_PP000001F_1(NULL,NULL)}