You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get duplicate warnings in logs.
It looks like the warning comes from SETter of AuthorityIDs, which is called twice, because GdidAuthorityServiceBase.DoConfigure calls base.DoConfigure() then ConfigAttribte.Apply() yeat again.
The second attribute apply is not needed as the base config call does this already.
{
"Gdid": "0:1:329233",
"Guid": "6a0c98c3-b6c2-484c-a96f-bd3cc4c81ffd",
"App": "esgov",
"Type": "Warning",
"Source": 96,
"UTCTimeStamp": "2023-09-08T20:34:39.775Z",
"Host": "dsys-app-01",
"From": "GdidAuthorityService@82.AuthorityIDs.set()",
"Topic": "idg",
"Text": "AUTHORITY = 0102. This is a warning because an extra care should be taken with AUTHORITY assignment",
"SrcDataShard": 0
}
itadapter
changed the title
Duplicate warning from GdidAuthorityService - maybe due to double configuration
Duplicate warning from GdidAuthorityService - maybe due to double configuration call
Sep 9, 2023
We get duplicate warnings in logs.
It looks like the warning comes from SETter of
AuthorityIDs
, which is called twice, becauseGdidAuthorityServiceBase.DoConfigure
callsbase.DoConfigure()
thenConfigAttribte.Apply()
yeat again.The second attribute apply is not needed as the base config call does this already.
See this C#
The text was updated successfully, but these errors were encountered: