That's the problem, this error happens on the login to GP. This is all I get in the log. Here is what I got when switching the user from sa to 'test':
/* Date: 10/15/2019 Time: 12:18:08
stmt(163818840):*/
{ CALL DYNAMICS.dbo.zDP_SY01400SS_1 ( 'sa' ) }
/* Date: 10/15/2019 Time: 12:18:08
stmt(163894984):*/
{ CALL DYNAMICS.dbo.zDP_SY10550SS_1 ( 'sa', 11 ) }
/* Date: 10/15/2019 Time: 12:18:08
stmt(163891368):*/
{ CALL DYNAMICS.dbo.zDP_SY10800SS_1 ( 'DEFAULTUSER', 0, 898, 2 ) }
/* Date: 10/15/2019 Time: 12:18:08
stmt(163894984):*/
{ CALL DYNAMICS.dbo.zDP_SY01402SS_1 ( 'GLOBALUSER', 71 ) }
/* Date: 10/15/2019 Time: 12:18:13
stmt(163818840):*/
{ CALL DYNAMICS.dbo.zDP_SY01400SS_1 ( 'test' ) }
/* Date: 10/15/2019 Time: 12:18:13
stmt(163818840):*/
{ CALL DYNAMICS.dbo.zDP_SY01400SS_1 ( 'sa' ) }
/*
/* Date: 10/15/2019 Time: 12:18:13
SQLSTATE:(37000) Native Err:(4060) stmt(0):*/
[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot open database "PKAC" requested by the login. The login failed.*/
/*
/* Date: 10/15/2019 Time: 12:18:13
SQLSTATE:(28000) Native Err:(18456) stmt(0):*/
[Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'test'.*/
We do not use web client.
Is there another way to see what is happening?
Thank you,
Oleg.