Quantcast
Channel: Microsoft Dynamics GP Forum - Recent Threads
Viewing all articles
Browse latest Browse all 45450

Dexterity Dictionary - not using DYNAMICS during login

$
0
0

 

I have a dictionary that when I try to login it fails to find smGetDbo procedure because it fails to reference the DYNAMICS instance. I can't find where this is configured. I have included excerpts from log files for good and bad dictionaries.

Bad Dictionary:

/* Date: 03/10/2016 Time: 20:38:38
stmt(97171008):*/
BEGIN DECLARE @stored_proc_name char(13) DECLARE @retstat int DECLARE @param3 int set nocount on SELECT @stored_proc_name = '.dbo.smGetDbo' EXEC @retstat = @stored_proc_name 'sa', 'master', @param3 OUT SELECT @retstat, @param3 set nocount on END
/*
/* Date: 03/10/2016 Time: 20:38:38
SQLSTATE:(37000) Native Err:(2812) stmt(97171008):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'dbo.smGetDbo'.*/
/*
/* Date: 03/10/2016 Time: 20:38:38
SQLSTATE:(00000) Native Err:(2812) stmt(97171008):*/
*/
/*
/* Date: 03/10/2016 Time: 20:38:38
SQLSTATE:(00000) Native Err:(2812) status(58):*/
SWSTATUS DUMP*/

/* Date: 03/10/2016 Time: 20:38:41
stmt(97171008):*/
BEGIN DECLARE @stored_proc_name char(22) DECLARE @retstat int set nocount on SELECT @stored_proc_name = '.dbo.smDEX_Clear_Locks' EXEC @retstat = @stored_proc_name 0 SELECT @retstat set nocount on END
/*
/* Date: 03/10/2016 Time: 20:38:41
SQLSTATE:(37000) Native Err:(2812) stmt(97171008):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'dbo.smDEX_Clear_Locks'.*/

Good Dictionary:

/* Date: 03/10/2016 Time: 19:44:01
stmt(93830808):*/
BEGIN DECLARE @stored_proc_name char(21) DECLARE @retstat int DECLARE @param3 int set nocount on SELECT @stored_proc_name = 'DYNAMICS.dbo.smGetDbo' EXEC @retstat = @stored_proc_name 'sa', 'master', @param3 OUT SELECT @retstat, @param3 set nocount on END

 


Viewing all articles
Browse latest Browse all 45450

Trending Articles