[16] [24 Jan 2023 16:11:04,614] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority '192.168.170.189:19009'. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemote.loginNew(loginNew request)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemoteClient.CP.DleWebService.LoginSvcRemote.LoginSvcRemote.loginNew(loginNew request)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemoteClient.loginNew(LoginRequest loginRequest)
at Comm.MgmtServer.Login.a.c()
at Comm.MgmtServer.Login.a(Func`1 A_0, Action`1 A_1)
[16] [24 Jan 2023 16:11:04,625] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - WebException has been thrown WebExceptionStatus: 'TrustFailure'
[16] [24 Jan 2023 16:11:07,310] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.FaultException`1[CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException]: Session in work login exception - ipAddress 192.168.100.91 (Fault Detail is equal to CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException).
[16] [24 Jan 2023 16:11:07,312] (ERROR) CP.Infrastructure.DLE.MgmtLoginViewModel - Exception when logging in
System.ServiceModel.FaultException`1[CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException]: Session in work login exception - ipAddress 192.168.100.91 (Fault Detail is equal to CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException).
[1] [24 Jan 2023 16:11:15,475] (ERROR) CP.Infrastructure.UserSettingsStorage - error loading settings file
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\PSM-0200000000000000\AppData\Local\Check Point\R81.10\SmartConsole\UserSettings\user.config'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at CP.Infrastructure.UserSettingsStorage.ReloadFingerprintsFromFile()
[14] [24 Jan 2023 16:11:18,611] (ERROR) ApplicationUpdate - Error encountered during update
System.IO.IOException: The process cannot access the file 'C:\ProgramData\Check Point\SmartConsole R81.10\UpdateCheck_7B87.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at CP.UpdateManagement.UpdateContext..ctor(String statusFile, IUpdateConfigurationSection config)
at CP.UpdateManagement.ApplicationUpdateManager.<CheckAndUpdateApplication>d__0.MoveNext()
[1] [24 Jan 2023 16:11:20,312] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at CP.DleWebService.CommandLineSvcRemote.CommandLineSvcRemote.isCloudServicesAvailable()
at CP.DleWebService.CommandLineSvcRemote.CommandLineSvcRemoteClient.isCloudServicesAvailable()
[1] [24 Jan 2023 16:11:23,585] (ERROR) CP.Infrastructure.DLE.MgmtLoginViewModel - GetLoginNextProgressStatus try to get next value, when there are no more values
[1] [24 Jan 2023 16:11:23,606] (ERROR) CP.GuiInfrastructure.CPUserNotificationPopup - Faild to get windows AppBar location
System.Exception: Failed to find an AppBar that matched the given criteria
at CP1GuiInfrastructureal.c(String A_0, String A_1)
at CP1GuiInfrastructureal.e()
at CP.GuiInfrastructure.SystemTrayInfo.GetTrayLocation()
at CP.GuiInfrastructure.CPUserNotificationPopup.b()
[1] [24 Jan 2023 16:11:23,888] (ERROR) CP.Infrastructure.DLE.DleQueryManager - The facets responses do not match the facets requests.
[1] [24 Jan 2023 16:11:24,022] (ERROR) CP.Infrastructure.DLE.AddOnManager - Unable to save AddOns configuration
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\PSM-0200000000000000\AppData\Local\Check Point\R81.10\SmartConsole\UserSettings\admin\AddOnsConfig.json'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at CP.Infrastructure.DLE.AddOnManager.a()
[1] [24 Jan 2023 16:11:26,969] (ERROR) CP.GuiInfrastructure.DLE.ObjectToBrushAsyncConverter - Failed to get resource 'General/globalsNa'
System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: resourceLocatorName
at CP.Infrastructure.ResourceProvider.<GetResourceAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CP.GuiInfrastructure.IconKeyToBrushConverterBase.a.g()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Collections.Generic.KeyNotFoundException: resourceLocatorName
at CP.Infrastructure.ResourceProvider.<GetResourceAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CP.GuiInfrastructure.IconKeyToBrushConverterBase.a.g()<---
[10] [24 Jan 2023 16:11:35,004] (ERROR) AppShellUI.AppShellNotifications - Recieved DiskSpaceNotification from the server. Message:
[1] [24 Jan 2023 16:12:54,710] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:12:54,710] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:14:14,820] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:14:14,820] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:15:34,930] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:15:34,930] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:16:55,040] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:16:55,040] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:18:15,151] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:18:15,151] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:35,277] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:35,277] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:53,469] (ERROR) CP.GuiInfrastructure.VisualSearchIndicationBehavior - The VisualSearchIndicationBehavior is intended to be used on non-virtualized UI content.
[1] [24 Jan 2023 16:19:53,590] (ERROR) ManagementPlg.ConvertersHelper - Got wrong input type in ManagementPlgh at value 0 expected: System.Boolean recieved: MS.Internal.NamedObject , {DependencyProperty.UnsetValue}
[1] [24 Jan 2023 16:20:00,652] (INFO ) CP.Infrastructure.LoggingUtils - Rolling file appender - Switch minimal log level to DEBUG
[19] [24 Jan 2023 16:20:00,668] (DEBUG) CP.Infrastructure.UiFreezeMonitor - Start UI Freeze Monitor
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[5] [24 Jan 2023 16:20:02,262] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[5] [24 Jan 2023 16:20:02,262] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '2', '2' live
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged enter
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged Before Activate BeginInvoke selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged after Activate BeginInvoke selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,976] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic Begine BeginInvoke after selection changed selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,976] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - JumpToSmartLinkAsync with link smartlink://navigation/GATEWAYS %0A& SERVERS
[1] [24 Jan 2023 16:20:02,976] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: GATEWAYS
& SERVERS in currentPageContainer: AppShellUI.MainPageContainer number of elements in the link chain: 1
[1] [24 Jan 2023 16:20:02,978] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in AppShellUI.MainPageContainer. NavItem is: Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/ and set focus on.
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [AppShellUI.MainPageContainer]; wrapperType = [CP.GuiInfrastructure.Views.NavTreePageContainer])
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - navigationItem.URL - cp://GatewayOverviewPlugin/GatewayExplorerView/, isSmartLinkUrl = False
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/
[1] [24 Jan 2023 16:20:02,980] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:02,980] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activated
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (existingWrapper != null)
[1] [24 Jan 2023 16:20:03,114] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/])
[1] [24 Jan 2023 16:20:03,114] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/])
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element CP.GuiInfrastructure.CPObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,120] (DEBUG) GatewayOverviewPluginh - First parameter must be boolean
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 0
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPluginz - Expected: Array with free memory and total memory of a gateway. Received: null.
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPluginy - Expected: Array with free memory and total memory of a gateway. Received: null.
[1] [24 Jan 2023 16:20:03,122] (DEBUG) GatewayOverviewPlugin.Converters.ActivateBladeslinkToVisibility - ActivateBladeslinkToVisibility.Convert:Cannot proceed objId is null/empty
[1] [24 Jan 2023 16:20:03,124] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:03,124] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Dispose (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)))
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)))
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f))) - Pages cache cleared
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to true
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) - liveQueryId = 03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:03,126] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[23] [24 Jan 2023 16:20:03,145] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:03,145] (DEBUG) CP.Infrastructure.CustomSettingsProvider - Caught exception on setting value to xml
[23] [24 Jan 2023 16:20:03,145] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 7
[1] [24 Jan 2023 16:20:03,146] (DEBUG) CP.Infrastructure.CustomSettingsProvider - Caught exception on setting value to xml
[1] [24 Jan 2023 16:20:03,150] (ERROR) CP.GuiInfrastructure.ColumnSetsDisplayer - Columns' source is null
[1] [24 Jan 2023 16:20:03,150] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element GatewayOverviewPlugin.GatewayExplorer.CPGatewaysObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,150] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element GatewayOverviewPlugin.GatewayExplorer.CPGatewaysObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,152] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,152] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,153] (WARN ) CP1GuiInfrastructurej - No actions were provided for the IActionsBuilder
[1] [24 Jan 2023 16:20:03,154] (DEBUG) GatewayOverviewPlugin.Templates.ItemTemplateBehavior - Item tamplate behvior for blades contain null referenced bladeslist object, return default max size*2
[1] [24 Jan 2023 16:20:03,179] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic after navigation to item selected index 1
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic save persistency selected object GATEWAYS
& SERVERS index 1
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic exit BeginInvoke after selection changed selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:03,182] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8))) - Created page #0 (primary) - for item index #-1
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8))) - Loading page #0 - created background task.
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID 9c2e555c-a1ab-46f6-a17e-9f104cdf8df8, startIndex 0, rangeSize 100
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8)
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af)
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 6ea93495-748c-4219-972f-aac6c065d0af, startIndex 0, rangeSize 100
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR_NO_HOSTS) = 6ea93495-748c-4219-972f-aac6c065d0af
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 8
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[25] [24 Jan 2023 16:20:03,188] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 9c2e555c-a1ab-46f6-a17e-9f104cdf8df8 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:03,211] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[17] [24 Jan 2023 16:20:03,227] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[17] [24 Jan 2023 16:20:03,254] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 6ea93495-748c-4219-972f-aac6c065d0af, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Loaded page #0
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - raised NotifyCollectionChangedAction.Reset
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugins - Using default image because Data.gateway.imageName is null or empty
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 2
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPluginz - Failed to pars Free / Total Memory. Calculation error (Total = 000000000000000000008095240192 , Free = N/A)
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugin.Converters.BladesOverviewListToBladesListInfo - Converting selected GW overview blades to blades info format
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - removed background task for page #0.
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:03,358] (DEBUG) CP.GuiInfrastructure.ColumnSetInfoToGridViewConverter+a - SelectTemplate: make sure item is not null before trying to retrive the type
[1] [24 Jan 2023 16:20:03,358] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 2
[1] [24 Jan 2023 16:20:03,358] (DEBUG) GatewayOverviewPlugin.Converters.GatewayAggregatorToOverviewObjConverter - ConvertOverride: going to dereferenceObject:[9afc8bbc-d7cd-1b42-b1ee-c91288a03802]
[14] [24 Jan 2023 16:20:03,740] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 244176 (1136); Memory WorkingSet = 383248 (2948)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID 6afc9b00-9f4d-4022-a40e-6cdf2a61c806, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806)
[15] [24 Jan 2023 16:20:05,255] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR) with liveQueryId = 6afc9b00-9f4d-4022-a40e-6cdf2a61c806 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 63379e06-0c71-49fd-b504-e356880341a3, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR) = 63379e06-0c71-49fd-b504-e356880341a3
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:05,334] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 63379e06-0c71-49fd-b504-e356880341a3, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Loaded page #0
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)))
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR) - liveQueryId = 63379e06-0c71-49fd-b504-e356880341a3
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:05,396] (DEBUG) AppShellUI.Shell - Shell_OnDeactivated before Set close button background color
[1] [24 Jan 2023 16:20:05,396] (DEBUG) AppShellUI.Shell - Shell_OnDeactivated after Set close button background color
[16] [24 Jan 2023 16:20:05,396] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[16] [24 Jan 2023 16:20:05,396] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - RegionManager (33340398) has been set (PageContainer=CP.GuiInfrastructure.Views.NavTreePageContainer)
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - NavigateToPageAsync navItem = Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider, region = <null>
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - region is null we are not initialized yet. The Loaded event handler will take care of calling the request navigate later
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,2C6,2 7,2 7,2 7,2 7,3 7,3 7,3 8,3 8,3 8,3 8,4 8,4 8,4 9,4 9,4 9,4 9,5 9,5 9,5 8,5 8,5 8,5 8,6 8,6 8,6 7,6 7,6 7,6 7,7 7,7 7,7 6,7 6,7 6,7 6,2 6,2z M2,2C2,2 3,2 3,2 3,2 3,3 3,3 3,3 4,3 4,3 4,3 4,4 4,4 4,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,6 4,6 4,6 3,6 3,6 3,6 3,7 3,7 3,7 2,7 2,7 2,7 2,2 2,2z
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider])
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider])
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - RequestNavigateAsync, regionName = <null>
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - uri = dynamic://monitor_info_tree_provider/?targetDomain=, isNavigationUrl = True
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - setting IsInitialized to false
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - setting IsInitialized to true
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=59941900; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)))
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=59941900; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[17] [24 Jan 2023 16:20:05,474] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 9eb22866-fbe6-4d75-9ae5-cd058f9d263d was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for GatewayOverviewPlugin.GatewayMonitorInfo.ViewModel.GatewayMonitorViewModel
[1] [24 Jan 2023 16:20:05,474] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView Constructor In
[1] [24 Jan 2023 16:20:05,489] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView Constructor Out
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for Device Status. new status is 0
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for License Status. new status is WARNING
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - filtering gateway Aggregator query. query only for gateway Aggregator: 9afc8bbc-d7cd-1b42-b1ee-c91288a03803
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=43900146; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)))
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=43900146; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[23] [24 Jan 2023 16:20:05,489] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 2029b767-0a4b-4660-b8ef-33825bc2e916 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Monitoring traffic should be displayed
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Monitoring and firewall blades are off
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Entitlment Status Navigation is enabled
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID db70274d-adda-4a6d-bd34-1754345be1e4, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[14] [24 Jan 2023 16:20:05,489] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = db70274d-adda-4a6d-bd34-1754345be1e4 was not sent to server, liveQueryId is not active
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 46fa894e-f346-4d04-81d9-5faf5c464b81, startIndex 0, rangeSize 100
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR_NO_HOSTS) = 46fa894e-f346-4d04-81d9-5faf5c464b81
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:05,568] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 46fa894e-f346-4d04-81d9-5faf5c464b81, startIndex 0, overallCount 1
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Loaded page #0
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Cleaning up pages cache - cache size before cleanup: 1
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:05,693] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView: HTMLUserControl successfuly loaded, OnjectName: CP-R81
[1] [24 Jan 2023 16:20:05,693] (DEBUG) CP.GuiInfrastructure.VirtualCommandRepository - A shared action with ID OBJ_ACTION_VIEW wasn't found. Trying to find a non-shared action with that ID.
[1] [24 Jan 2023 16:20:05,693] (DEBUG) CP.GuiInfrastructure.VirtualCommandRepository - A shared action with ID OBJ_ACTION_EDIT wasn't found. Trying to find a non-shared action with that ID.
[1] [24 Jan 2023 16:20:05,724] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for Device Status. new status is 0
[1] [24 Jan 2023 16:20:05,724] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for License Status. new status is WARNING
[14] [24 Jan 2023 16:20:06,693] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '214', '50' live
[5] [24 Jan 2023 16:20:08,755] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 249828 (5652); Memory WorkingSet = 392896 (9648)
[16] [24 Jan 2023 16:20:12,271] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '2', '2' live
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - Cleanup (CP.Infrastructure.DLE.DleQueryManager) - (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)))
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Pages cache cleared
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) - liveQueryId = 46fa894e-f346-4d04-81d9-5faf5c464b81
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:13,271] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[17] [24 Jan 2023 16:20:13,271] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[1] [24 Jan 2023 16:20:13,271] (WARN ) CP.Infrastructure.QueryManagerBase - Failed to set GlobalSearchText to , IsInitialized: False
[1] [24 Jan 2023 16:20:13,271] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[25] [24 Jan 2023 16:20:13,771] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 248916 (-912); Memory WorkingSet = 388116 (-4780)
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged enter
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged Before Activate BeginInvoke selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged after Activate BeginInvoke selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,242] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic Begine BeginInvoke after selection changed selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,242] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - JumpToSmartLinkAsync with link smartlink://navigation/MANAGE_SETTINGS/Preferences
[1] [24 Jan 2023 16:20:14,242] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: MANAGE_SETTINGS in currentPageContainer: AppShellUI.MainPageContainer number of elements in the link chain: 2
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in AppShellUI.MainPageContainer. NavItem is: Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/ and set focus on.
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [AppShellUI.MainPageContainer]; wrapperType = [<null>])
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - navigationItem.URL - nav://GatewaysAndManagement_Management/, isSmartLinkUrl = False
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - providing default wrapper
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - skipping
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activated
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (existingWrapper != null)
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[1] [24 Jan 2023 16:20:14,388] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,393] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,394] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: Preferences in currentPageContainer: CP.GuiInfrastructure.Views.NavTreePageContainer number of elements in the link chain: 1
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in CP.GuiInfrastructure.Views.NavTreePageContainer. NavItem is: Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null> and set focus on.
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [CP.GuiInfrastructure.Views.NavTreePageContainer]; wrapperType = [CP.GuiInfrastructure.Views.MultiPagesContainer])
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=40600546; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)))
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=40600546; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7))) - Pages cache cleared
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (CDM_GLOBAL_OBJ_QUERY) - liveQueryId = fe8a8878-565d-4f49-8c50-c57f4b918aa7
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,485] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:14,485] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - creating the new pageContainer
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - new pageContainer is - CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - RegionManager (44523211) has been set (PageContainer=CP.GuiInfrastructure.Views.MultiPagesContainer)
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - NavigateToPageAsync navItem = Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>, region = <null>
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - region is null we are not initialized yet. The Loaded event handler will take care of calling the request navigate later
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (end of method)
[1] [24 Jan 2023 16:20:14,489] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,492] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for gui_cdm.Views.GeneralSettingsPages.NetworkManagementSettingsViewModel
[1] [24 Jan 2023 16:20:14,494] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446)
[1] [24 Jan 2023 16:20:14,494] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446)
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d)
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (CDM_GLOBAL_OBJ_QUERY) = 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:14,506] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[16] [24 Jan 2023 16:20:14,507] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[16] [24 Jan 2023 16:20:14,507] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (CDM_GLOBAL_OBJ_QUERY) with liveQueryId = c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:14,536] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Loaded page #0
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,576] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,581] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id db6ac157-1da1-4961-bb06-5a9ad061d03e is fetched from the server.
[1] [24 Jan 2023 16:20:14,581] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id db6ac157-1da1-4961-bb06-5a9ad061d03e is added to the objects cache.
[1] [24 Jan 2023 16:20:14,604] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for ManagementPlg.ConfigLoginMessageViewModel
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,643] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,648] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,648] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,649] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,649] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,679] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,684] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id 466f7f0e-c319-4769-86ce-fcb3bfc951b6 is fetched from the server.
[1] [24 Jan 2023 16:20:14,684] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id 466f7f0e-c319-4769-86ce-fcb3bfc951b6 is added to the objects cache.
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for ManagementPlg.LabFeatures.LabFeatureSettingsViewModel
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,765] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,771] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,813] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M2,4C2,4 2,3 2,3 2,3 3,3 3,3 3,3 3,2 3,2 3,2 4,2 4,2 4,2 4,3 4,3 4,3 5,3 5,3 5,3 5,4 5,4 5,4 6,4 6,4 6,4 6,5 6,5 6,5 1,5 1,5 1,5 1,4 1,4 1,4 2,4 2,4z
[1] [24 Jan 2023 16:20:14,813] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,3C6,3 6,4 6,4 6,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,4 4,4 4,4 3,4 3,4 3,4 3,3 3,3 3,3 2,3 2,3 2,3 2,2 2,2 2,2 7,2 7,2 7,2 7,3 7,3 7,3 6,3 6,3z
[1] [24 Jan 2023 16:20:14,869] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M2,4C2,4 2,3 2,3 2,3 3,3 3,3 3,3 3,2 3,2 3,2 4,2 4,2 4,2 4,3 4,3 4,3 5,3 5,3 5,3 5,4 5,4 5,4 6,4 6,4 6,4 6,5 6,5 6,5 1,5 1,5 1,5 1,4 1,4 1,4 2,4 2,4z
[1] [24 Jan 2023 16:20:14,869] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,3C6,3 6,4 6,4 6,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,4 4,4 4,4 3,4 3,4 3,4 3,3 3,3 3,3 2,3 2,3 2,3 2,2 2,2 2,2 7,2 7,2 7,2 7,3 7,3 7,3 6,3 6,3z
[1] [24 Jan 2023 16:20:14,970] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic after navigation to item selected index 6
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic save persistency selected object MANAGE &
SETTINGS index 6
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic exit BeginInvoke after selection changed selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=81.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP.GuiInfrastructure.ListViewExtensionMethods - Resizing grid: AvailableSpace=577.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=91.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Name: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Provider: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Installed Locations: Predefined-Width=*, GivenWidth=197.4
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=81.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP.GuiInfrastructure.ListViewExtensionMethods - Resizing grid: AvailableSpace=577.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=91.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Name: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Provider: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Installed Locations: Predefined-Width=*, GivenWidth=197.4
[1] [24 Jan 2023 16:20:16,417] (INFO ) CP.Infrastructure.LoggingUtils - Rolling file appender - Switch minimal log level back to ERROR
[16] [24 Jan 2023 16:11:04,614] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority '192.168.170.189:19009'. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest, Boolean renegotiation)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemote.loginNew(loginNew request)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemoteClient.CP.DleWebService.LoginSvcRemote.LoginSvcRemote.loginNew(loginNew request)
at CP.DleWebService.LoginSvcRemote.LoginSvcRemoteClient.loginNew(LoginRequest loginRequest)
at Comm.MgmtServer.Login.a.c()
at Comm.MgmtServer.Login.a(Func`1 A_0, Action`1 A_1)
[16] [24 Jan 2023 16:11:04,625] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - WebException has been thrown WebExceptionStatus: 'TrustFailure'
[16] [24 Jan 2023 16:11:07,310] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.FaultException`1[CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException]: Session in work login exception - ipAddress 192.168.100.91 (Fault Detail is equal to CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException).
[16] [24 Jan 2023 16:11:07,312] (ERROR) CP.Infrastructure.DLE.MgmtLoginViewModel - Exception when logging in
System.ServiceModel.FaultException`1[CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException]: Session in work login exception - ipAddress 192.168.100.91 (Fault Detail is equal to CP.Management.Objects.Schema.DleWebService.SessionInWorkLoginRemoteFaultException).
[1] [24 Jan 2023 16:11:15,475] (ERROR) CP.Infrastructure.UserSettingsStorage - error loading settings file
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\PSM-0200000000000000\AppData\Local\Check Point\R81.10\SmartConsole\UserSettings\user.config'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at CP.Infrastructure.UserSettingsStorage.ReloadFingerprintsFromFile()
[14] [24 Jan 2023 16:11:18,611] (ERROR) ApplicationUpdate - Error encountered during update
System.IO.IOException: The process cannot access the file 'C:\ProgramData\Check Point\SmartConsole R81.10\UpdateCheck_7B87.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at CP.UpdateManagement.UpdateContext..ctor(String statusFile, IUpdateConfigurationSection config)
at CP.UpdateManagement.ApplicationUpdateManager.<CheckAndUpdateApplication>d__0.MoveNext()
[1] [24 Jan 2023 16:11:20,312] (ERROR) CP.Infrastructure.DLE.MgmtServerExceptionsHandler - Management server error
System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at CP.DleWebService.CommandLineSvcRemote.CommandLineSvcRemote.isCloudServicesAvailable()
at CP.DleWebService.CommandLineSvcRemote.CommandLineSvcRemoteClient.isCloudServicesAvailable()
[1] [24 Jan 2023 16:11:23,585] (ERROR) CP.Infrastructure.DLE.MgmtLoginViewModel - GetLoginNextProgressStatus try to get next value, when there are no more values
[1] [24 Jan 2023 16:11:23,606] (ERROR) CP.GuiInfrastructure.CPUserNotificationPopup - Faild to get windows AppBar location
System.Exception: Failed to find an AppBar that matched the given criteria
at CP1GuiInfrastructureal.c(String A_0, String A_1)
at CP1GuiInfrastructureal.e()
at CP.GuiInfrastructure.SystemTrayInfo.GetTrayLocation()
at CP.GuiInfrastructure.CPUserNotificationPopup.b()
[1] [24 Jan 2023 16:11:23,888] (ERROR) CP.Infrastructure.DLE.DleQueryManager - The facets responses do not match the facets requests.
[1] [24 Jan 2023 16:11:24,022] (ERROR) CP.Infrastructure.DLE.AddOnManager - Unable to save AddOns configuration
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\PSM-0200000000000000\AppData\Local\Check Point\R81.10\SmartConsole\UserSettings\admin\AddOnsConfig.json'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at CP.Infrastructure.DLE.AddOnManager.a()
[1] [24 Jan 2023 16:11:26,969] (ERROR) CP.GuiInfrastructure.DLE.ObjectToBrushAsyncConverter - Failed to get resource 'General/globalsNa'
System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: resourceLocatorName
at CP.Infrastructure.ResourceProvider.<GetResourceAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CP.GuiInfrastructure.IconKeyToBrushConverterBase.a.g()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Collections.Generic.KeyNotFoundException: resourceLocatorName
at CP.Infrastructure.ResourceProvider.<GetResourceAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CP.GuiInfrastructure.IconKeyToBrushConverterBase.a.g()<---
[10] [24 Jan 2023 16:11:35,004] (ERROR) AppShellUI.AppShellNotifications - Recieved DiskSpaceNotification from the server. Message:
[1] [24 Jan 2023 16:12:54,710] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:12:54,710] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:14:14,820] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:14:14,820] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:15:34,930] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:15:34,930] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:16:55,040] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:16:55,040] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:18:15,151] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:18:15,151] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:35,277] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - CP.GuiInfrastructure.Views.ModelessPageContainer not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:35,277] (AlwaysLogged) CP.GuiInfrastructure.ViewBaseMemoryLeaksMonitor - AppShellUI.GettingStarted not collected (closed at 1/24/2023 4:11:33 PM)
[1] [24 Jan 2023 16:19:53,469] (ERROR) CP.GuiInfrastructure.VisualSearchIndicationBehavior - The VisualSearchIndicationBehavior is intended to be used on non-virtualized UI content.
[1] [24 Jan 2023 16:19:53,590] (ERROR) ManagementPlg.ConvertersHelper - Got wrong input type in ManagementPlgh at value 0 expected: System.Boolean recieved: MS.Internal.NamedObject , {DependencyProperty.UnsetValue}
[1] [24 Jan 2023 16:20:00,652] (INFO ) CP.Infrastructure.LoggingUtils - Rolling file appender - Switch minimal log level to DEBUG
[19] [24 Jan 2023 16:20:00,668] (DEBUG) CP.Infrastructure.UiFreezeMonitor - Start UI Freeze Monitor
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[5] [24 Jan 2023 16:20:02,246] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#191] [DereferencingSvcRemote.getLiveDerefsQuota] [433 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/DereferencingSvcRemote/DereferencingSvcRemote/getLiveDerefsQuota</Action></s:Header><s:Body><getLiveDerefsQuota xmlns="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote"></getLiveDerefsQuota></s:Body></s:Envelope>
[5] [24 Jan 2023 16:20:02,262] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[5] [24 Jan 2023 16:20:02,262] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#191] [DereferencingSvcRemote.getLiveDerefsQuota] [24/01/2023 16:19:44] [14216 bytes] [15.399 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns84:getLiveDerefsQuotaResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns84:return> <ns8:currentlyUsed>81f9fc9f-e801-492a-b6a1-12dd573c1948</ns8:currentlyUsed> <ns8:currentlyUsed>ff2c8363-eedd-4d06-a140-a2ede779f09e</ns8:currentlyUsed> <ns8:totalQuota>2</ns8:totalQuota> </ns84:return> </ns84:getLiveDerefsQuotaResponse> </soap:Body></soap:Envelope>
[5] [24 Jan 2023 16:20:02,262] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '2', '2' live
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged enter
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged Before Activate BeginInvoke selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,965] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged after Activate BeginInvoke selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,976] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic Begine BeginInvoke after selection changed selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:02,976] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - JumpToSmartLinkAsync with link smartlink://navigation/GATEWAYS %0A& SERVERS
[1] [24 Jan 2023 16:20:02,976] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: GATEWAYS
& SERVERS in currentPageContainer: AppShellUI.MainPageContainer number of elements in the link chain: 1
[1] [24 Jan 2023 16:20:02,978] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in AppShellUI.MainPageContainer. NavItem is: Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/ and set focus on.
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [AppShellUI.MainPageContainer]; wrapperType = [CP.GuiInfrastructure.Views.NavTreePageContainer])
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - navigationItem.URL - cp://GatewayOverviewPlugin/GatewayExplorerView/, isSmartLinkUrl = False
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:02,979] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/
[1] [24 Jan 2023 16:20:02,980] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:02,980] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activated
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:03,093] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (existingWrapper != null)
[1] [24 Jan 2023 16:20:03,114] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/])
[1] [24 Jan 2023 16:20:03,114] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = GATEWAYS
& SERVERS (DisplayName = GATEWAYS
& SERVERS); URI = cp://gatewayoverviewplugin/GatewayExplorerView/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.NavTreePageContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER; ContextAlias = <null>]; URL = cp://GatewayOverviewPlugin/GatewayExplorerView/])
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element CP.GuiInfrastructure.CPObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,115] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid/TaskViewUC/Grid/TasksObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,120] (DEBUG) GatewayOverviewPluginh - First parameter must be boolean
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 0
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPluginz - Expected: Array with free memory and total memory of a gateway. Received: null.
[1] [24 Jan 2023 16:20:03,121] (DEBUG) GatewayOverviewPluginy - Expected: Array with free memory and total memory of a gateway. Received: null.
[1] [24 Jan 2023 16:20:03,122] (DEBUG) GatewayOverviewPlugin.Converters.ActivateBladeslinkToVisibility - ActivateBladeslinkToVisibility.Convert:Cannot proceed objId is null/empty
[1] [24 Jan 2023 16:20:03,124] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:03,124] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Dispose (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)))
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)))
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=17022829; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f))) - Pages cache cleared
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8)
[1] [24 Jan 2023 16:20:03,125] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to true
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) - liveQueryId = 03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:03,125] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#192] [QuerySvcRemote.endLiveQuery] [454 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/endLiveQuery</Action></s:Header><s:Body><endLiveQuery xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote"><liveQueryId>03ea0c8e-8dc2-41b4-b66f-9f4bd27d289f</liveQueryId></endLiveQuery></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:03,126] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[23] [24 Jan 2023 16:20:03,145] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:03,145] (DEBUG) CP.Infrastructure.CustomSettingsProvider - Caught exception on setting value to xml
[23] [24 Jan 2023 16:20:03,145] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#192] [QuerySvcRemote.endLiveQuery] [24/01/2023 16:19:45] [13927 bytes] [20.013 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:endLiveQueryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects" /> </soap:Body></soap:Envelope>
[23] [24 Jan 2023 16:20:03,145] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 7
[1] [24 Jan 2023 16:20:03,146] (DEBUG) CP.Infrastructure.CustomSettingsProvider - Caught exception on setting value to xml
[1] [24 Jan 2023 16:20:03,150] (ERROR) CP.GuiInfrastructure.ColumnSetsDisplayer - Columns' source is null
[1] [24 Jan 2023 16:20:03,150] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element GatewayOverviewPlugin.GatewayExplorer.CPGatewaysObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,150] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyBehavior - framework element GatewayOverviewPlugin.GatewayExplorer.CPGatewaysObjectsExplorer has been initialized, loading persistency values
[1] [24 Jan 2023 16:20:03,151] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsNavigationPaneOpen
[1] [24 Jan 2023 16:20:03,152] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.IsPreviewPaneOpen
[1] [24 Jan 2023 16:20:03,152] (DEBUG) CP.GuiInfrastructure.PersistencyUtility - Property key: /mainWindow/MainControl/mainWindowgrid/MainBorder/MainBorder1/MainBorder2/Grid/mainRegionContent/MainPageContainer/MainPageTopGrid/ClientArea/MainPageContainersMainBorder/pageContainer/NavTreePageContainer/navTreePageGrid/navTreeContent/pageContainer/GatewayExplorerView/DockPanel/Grid:1/GwObjectExplorer.NavigationPaneWidth
[1] [24 Jan 2023 16:20:03,153] (WARN ) CP1GuiInfrastructurej - No actions were provided for the IActionsBuilder
[1] [24 Jan 2023 16:20:03,154] (DEBUG) GatewayOverviewPlugin.Templates.ItemTemplateBehavior - Item tamplate behvior for blades contain null referenced bladeslist object, return default max size*2
[1] [24 Jan 2023 16:20:03,179] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic after navigation to item selected index 1
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic save persistency selected object GATEWAYS
& SERVERS index 1
[1] [24 Jan 2023 16:20:03,181] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic exit BeginInvoke after selection changed selected index 1 SelectionMode=Single
[1] [24 Jan 2023 16:20:03,182] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8))) - Created page #0 (primary) - for item index #-1
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8))) - Loading page #0 - created background task.
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID 9c2e555c-a1ab-46f6-a17e-9f104cdf8df8, startIndex 0, rangeSize 100
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9c2e555c-a1ab-46f6-a17e-9f104cdf8df8)
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af)
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 6ea93495-748c-4219-972f-aac6c065d0af, startIndex 0, rangeSize 100
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR_NO_HOSTS) = 6ea93495-748c-4219-972f-aac6c065d0af
[17] [24 Jan 2023 16:20:03,187] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 8
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:03,188] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#193] [QuerySvcRemote.query] [4189 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/query</Action></s:Header><s:Body><query xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><queryRequest><queryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">GATEWAY_AGGREGATOR_NO_HOSTS</queryId><limit xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">100</limit><offset xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">0</offset><isCrossDomain xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</isCrossDomain><facetRequests xsi:type="q1:FieldFacetRequest" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q1="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q1:fieldName>gwStatus.dynamicVersion</q1:fieldName><q1:sortBy>COUNT</q1:sortBy><q1:tokenizedSearch>false</q1:tokenizedSearch></facetRequests><facetRequests xsi:type="q2:FieldFacetRequest" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q2="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q2:fieldName>gateway.osName</q2:fieldName><q2:sortBy>COUNT</q2:sortBy><q2:tokenizedSearch>false</q2:tokenizedSearch></facetRequests><facetRequests xsi:type="q3:FieldFacetRequest" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q3="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q3:fieldName>gateway.hwName</q3:fieldName><q3:sortBy>COUNT</q3:sortBy><q3:tokenizedSearch>false</q3:tokenizedSearch></facetRequests><facetRequests xsi:type="q4:FieldFacetRequest" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q4="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q4:fieldName>gateway.gatewayOrServerType</q4:fieldName><q4:sortBy>COUNT</q4:sortBy><q4:tokenizedSearch>false</q4:tokenizedSearch></facetRequests><facetRequests xsi:type="q5:FieldFacetRequest" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q5="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q5:fieldName>gwStatus.gwOverallStatusInfo.gwOverallStatusDisplayName</q5:fieldName><q5:sortBy>COUNT</q5:sortBy><q5:tokenizedSearch>false</q5:tokenizedSearch></facetRequests><queryFilters xsi:type="q6:StringValueInListFilter" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q6="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q6:fromFacet>false</q6:fromFacet><q6:negate>true</q6:negate><q6:primaryFilter>false</q6:primaryFilter><q6:tokenizedSearch>true</q6:tokenizedSearch><q6:treeViewRelevance>false</q6:treeViewRelevance><q6:fieldName>features</q6:fieldName><q6:andOperatorForQuery>true</q6:andOperatorForQuery><q6:values>15aee582-47cb-4829-a512-bbdbb57ce3ce</q6:values></queryFilters><queryFilters xsi:type="q7:StringValueInListFilter" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q7="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q7:fromFacet>false</q7:fromFacet><q7:negate>false</q7:negate><q7:primaryFilter>false</q7:primaryFilter><q7:tokenizedSearch>true</q7:tokenizedSearch><q7:treeViewRelevance>false</q7:treeViewRelevance><q7:fieldName>parentOriginalObjId</q7:fieldName><q7:andOperatorForQuery>false</q7:andOperatorForQuery><q7:values>ffffffff-ffff-ffff-ffff-ffffffffffff</q7:values><q7:values>ffffffff-ffff-ffff-ffff-ffffffffffff</q7:values></queryFilters><derefAll xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</derefAll><liveQueryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">6ea93495-748c-4219-972f-aac6c065d0af</liveQueryId><treeView xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">true</treeView></queryRequest></query></s:Body></s:Envelope>
[25] [24 Jan 2023 16:20:03,188] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 9c2e555c-a1ab-46f6-a17e-9f104cdf8df8 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:03,211] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[17] [24 Jan 2023 16:20:03,227] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[17] [24 Jan 2023 16:20:03,229] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#193] [QuerySvcRemote.query] [24/01/2023 16:19:45] [32210 bytes] [38.9263 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:queryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns56:return> <ns48:facetResponseList> <ns8:facetCounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns8:FacetResponseStringCount"> <ns8:count>1</ns8:count> <ns8:stringValue>R81.10</ns8:stringValue> </ns8:facetCounts> <ns8:fieldName>gwStatus.dynamicVersion</ns8:fieldName> </ns48:facetResponseList> <ns48:facetResponseList> <ns8:facetCounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns8:FacetResponseStringCount"> <ns8:count>1</ns8:count> <ns8:stringValue>Gaia</ns8:stringValue> </ns8:facetCounts> <ns8:fieldName>gateway.osName</ns8:fieldName> </ns48:facetResponseList> <ns48:facetResponseList> <ns8:facetCounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns8:FacetResponseStringCount"> <ns8:count>1</ns8:count> <ns8:stringValue>Open server</ns8:stringValue> </ns8:facetCounts> <ns8:fieldName>gateway.hwName</ns8:fieldName> </ns48:facetResponseList> <ns48:facetResponseList> <ns8:facetCounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns8:FacetResponseStringCount"> <ns8:count>1</ns8:count> <ns8:stringValue>Gateway</ns8:stringValue> </ns8:facetCounts> <ns8:fieldName>gateway.gatewayOrServerType</ns8:fieldName> </ns48:facetResponseList> <ns48:facetResponseList> <ns8:facetCounts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns8:FacetResponseStringCount"> <ns8:count>1</ns8:count> <ns8:stringValue>OK</ns8:stringValue> </ns8:facetCounts> <ns8:fieldName>gwStatus.gwOverallStatusInfo.gwOverallStatusDisplayName</ns8:fieldName> </ns48:facetResponseList> <ns48:folderTotalCount>0</ns48:folderTotalCount> <ns48:queryTotalCount>1</ns48:queryTotalCount> <ns48:resultList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns43:GatewayAggregator"> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9afc8bbc-d7cd-1b42-b1ee-c91288a03803</ns2:objId> <ns43:gateway> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns2:color>BLACK</ns2:color> <ns2:icon>NetworkObjects/management</ns2:icon> <ns2:name>CP-R81</ns2:name> <ns43:accessLicense>false</ns43:accessLicense> <ns43:bladeApplicationControlOn>false</ns43:bladeApplicationControlOn> <ns43:bladeFirewallOn>false</ns43:bladeFirewallOn> <ns43:bladeMgmtLoggingOn>false</ns43:bladeMgmtLoggingOn> <ns43:bladeMgmtWorkflowOn>false</ns43:bladeMgmtWorkflowOn> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>a05ba811-01b0-4729-86a2-3cb225c0d9c0</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Firewall</ns2:displayName> <ns2:icon>Blades/Firewall</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>ACCESS</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>0</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9e279c6f-ca1a-48c6-a16d-d4bf0618ca1d</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Network Policy Management</ns2:displayName> <ns2:icon>Blades/management</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>22</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>0429dca9-942d-40f9-8a65-243b92e8595b</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Logging & Status</ns2:displayName> <ns2:icon>Blades/logging_and_status</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>25</ns3:sortOrder> </ns43:bladesInfo> <ns43:comments> </ns43:comments> <ns43:connectionState>communicating</ns43:connectionState> <ns43:displayIp>192.168.170.189</ns43:displayIp> <ns43:gatewayOrServerType>Gateway</ns43:gatewayOrServerType> <ns43:host>false</ns43:host> <ns43:hwName>Open server</ns43:hwName> <ns43:imageName>Open server</ns43:imageName> <ns43:ipAddress>192.168.170.189</ns43:ipAddress> <ns43:ipAddress6> </ns43:ipAddress6> <ns43:monitoringInfo> <ns43:isManagementServer>true</ns43:isManagementServer> <ns43:isStandaloneServer>true</ns43:isStandaloneServer> <ns43:monitorSystemCounterHistoryEnable>false</ns43:monitorSystemCounterHistoryEnable> <ns43:monitorTrafficEnable>false</ns43:monitorTrafficEnable> </ns43:monitoringInfo> <ns43:numberOfActiveAccessBlades>1</ns43:numberOfActiveAccessBlades> <ns43:numberOfActiveBlades>3</ns43:numberOfActiveBlades> <ns43:numberOfActiveManagementBlades>2</ns43:numberOfActiveManagementBlades> <ns43:numberOfActiveThreatBlades>0</ns43:numberOfActiveThreatBlades> <ns43:osName>Gaia</ns43:osName> <ns43:overallStatus>false</ns43:overallStatus> <ns43:proxyAddress>Default Proxy Settings</ns43:proxyAddress> <ns43:shareIdentitiesWithOtherGateways>N/A</ns43:shareIdentitiesWithOtherGateways> <ns43:sicExists>true</ns43:sicExists> <ns43:sicName>cn=cp_mgmt,o=CP-R81..h7bzcd</ns43:sicName> <ns43:threatLicense>false</ns43:threatLicense> <ns43:usedGlobally>false</ns43:usedGlobally> <ns43:versionName>R81.10</ns43:versionName> </ns43:gateway> <ns43:gwStatus> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns43:acceptedPacketsRate>3</ns43:acceptedPacketsRate> <ns43:accessInstallationDate>2023-01-23T15:47:35.471+05:45</ns43:accessInstallationDate> <ns43:accessPolicyInstalled>true</ns43:accessPolicyInstalled> <ns43:accessPolicyName>Standard</ns43:accessPolicyName> <ns43:accountId> </ns43:accountId> <ns43:adQuery> </ns43:adQuery> <ns43:availablePackages>1 update available</ns43:availablePackages> <ns43:bladesUpdateStatusInfo> <ns43:GWProductFamilyOverallUpdateStatus> </ns43:GWProductFamilyOverallUpdateStatus> <ns43:GWProductFamilyOverallUpdateStatusCode>NA</ns43:GWProductFamilyOverallUpdateStatusCode> <ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:bladesUpdateStatusInfo> <ns43:browserBased> </ns43:browserBased> <ns43:ck> </ns43:ck> <ns43:connectionStatusForUpdatesAvailablePackages>connected</ns43:connectionStatusForUpdatesAvailablePackages> <ns43:connectionsRate>0</ns43:connectionsRate> <ns43:cpuUsage>2</ns43:cpuUsage> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81_10_JUMBO_HF_MAIN_Bundle_T81_FULL.tgz</ns2:name> <ns43:category>jumbo</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>true</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.10_T335_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.20_T631_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:droppedPacketsRate>0</ns43:droppedPacketsRate> <ns43:dynamicVersion>R81.10</ns43:dynamicVersion> <ns43:entitlementOverallStatus> <ns43:gwOverallStatus>WARNING</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>Not Activated</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>Warning</ns43:gwOverallStatusDisplayName> </ns43:entitlementOverallStatus> <ns43:entitlementOverallStatusDesc>Not Activated</ns43:entitlementOverallStatusDesc> <ns43:freeDiskSpace>000000000000000000006815297536</ns43:freeDiskSpace> <ns43:freeMemory>N/A</ns43:freeMemory> <ns43:fwInstallTime>Mon Jan 23 15:47:20 2023</ns43:fwInstallTime> <ns43:fwPolicyName>Standard</ns43:fwPolicyName> <ns43:gwDeviceStatus>0</ns43:gwDeviceStatus> <ns43:gwOverallStatusDescription> </ns43:gwOverallStatusDescription> <ns43:gwOverallStatusInfo> <ns43:gwOverallStatus>OK</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>OK</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>OK</ns43:gwOverallStatusDisplayName> <ns43:gwOverallStatusNumber>0</ns43:gwOverallStatusNumber> </ns43:gwOverallStatusInfo> <ns43:gwOverallStatusState>0</ns43:gwOverallStatusState> <ns43:gwSysStartTime>1674201991</ns43:gwSysStartTime> <ns43:gwSysTime>1674556449</ns43:gwSysTime> <ns43:gwTimeGap>0</ns43:gwTimeGap> <ns43:identityAgents> </ns43:identityAgents> <ns43:indexerDelayStatus>0</ns43:indexerDelayStatus> <ns43:ipsVersion> </ns43:ipsVersion> <ns43:logsSec>0</ns43:logsSec> <ns43:partitions>N/A</ns43:partitions> <ns43:rejectedPacketsRate>0</ns43:rejectedPacketsRate> <ns43:sku> </ns43:sku> <ns43:supportExpiration> </ns43:supportExpiration> <ns43:supportLevel> </ns43:supportLevel> <ns43:threatPolicyInstalled>false</ns43:threatPolicyInstalled> <ns43:threatPolicyName> </ns43:threatPolicyName> <ns43:throughputRate>N/A</ns43:throughputRate> <ns43:totalDiskSpace>000000000000000000016095641600</ns43:totalDiskSpace> <ns43:totalMemory>000000000000000000008095240192</ns43:totalMemory> <ns43:totalUsers>N/A</ns43:totalUsers> <ns43:upTime>4 days and 2 hours</ns43:upTime> <ns43:vpnTunnels>N/A</ns43:vpnTunnels> </ns43:gwStatus> <ns43:originalDomainName> </ns43:originalDomainName> <ns43:parentOriginalObjId>ffffffff-ffff-ffff-ffff-ffffffffffff</ns43:parentOriginalObjId> </ns48:resultList> </ns56:return> </ns56:queryResponse> </soap:Body></soap:Envelope>
[17] [24 Jan 2023 16:20:03,254] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 6ea93495-748c-4219-972f-aac6c065d0af, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Loaded page #0
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - raised NotifyCollectionChangedAction.Reset
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugins - Using default image because Data.gateway.imageName is null or empty
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 2
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPluginz - Failed to pars Free / Total Memory. Calculation error (Total = 000000000000000000008095240192 , Free = N/A)
[1] [24 Jan 2023 16:20:03,342] (DEBUG) GatewayOverviewPlugin.Converters.BladesOverviewListToBladesListInfo - Converting selected GW overview blades to blades info format
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IAsyncVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - removed background task for page #0.
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:03,342] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=25281933; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=6ea93495-748c-4219-972f-aac6c065d0af))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:03,358] (DEBUG) CP.GuiInfrastructure.ColumnSetInfoToGridViewConverter+a - SelectTemplate: make sure item is not null before trying to retrive the type
[1] [24 Jan 2023 16:20:03,358] (DEBUG) GatewayOverviewPlugink - DoubleToPercentageConverter: value = 2
[1] [24 Jan 2023 16:20:03,358] (DEBUG) GatewayOverviewPlugin.Converters.GatewayAggregatorToOverviewObjConverter - ConvertOverride: going to dereferenceObject:[9afc8bbc-d7cd-1b42-b1ee-c91288a03802]
[14] [24 Jan 2023 16:20:03,740] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 244176 (1136); Memory WorkingSet = 383248 (2948)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID 6afc9b00-9f4d-4022-a40e-6cdf2a61c806, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=6afc9b00-9f4d-4022-a40e-6cdf2a61c806)
[15] [24 Jan 2023 16:20:05,255] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR) with liveQueryId = 6afc9b00-9f4d-4022-a40e-6cdf2a61c806 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 63379e06-0c71-49fd-b504-e356880341a3, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR) = 63379e06-0c71-49fd-b504-e356880341a3
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:05,255] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#194] [QuerySvcRemote.query] [1656 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/query</Action></s:Header><s:Body><query xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><queryRequest><queryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">GATEWAY_AGGREGATOR</queryId><limit xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">100</limit><offset xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">0</offset><isCrossDomain xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</isCrossDomain><queryFilters xsi:type="q1:StringValueInListFilter" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q1="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q1:fromFacet>false</q1:fromFacet><q1:negate>false</q1:negate><q1:primaryFilter>false</q1:primaryFilter><q1:tokenizedSearch>false</q1:tokenizedSearch><q1:treeViewRelevance>false</q1:treeViewRelevance><q1:fieldName>com.checkpoint.management.objects.gateway.aggregator.GatewayAggregator@gateway.name</q1:fieldName><q1:andOperatorForQuery>false</q1:andOperatorForQuery><q1:values>CP-R81</q1:values></queryFilters><liveQueryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">63379e06-0c71-49fd-b504-e356880341a3</liveQueryId></queryRequest></query></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:05,334] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:05,349] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#194] [QuerySvcRemote.query] [24/01/2023 16:19:47] [30357 bytes] [78.6739 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:queryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns56:return> <ns48:folderTotalCount>0</ns48:folderTotalCount> <ns48:queryTotalCount>1</ns48:queryTotalCount> <ns48:resultList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns43:GatewayAggregator"> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9afc8bbc-d7cd-1b42-b1ee-c91288a03803</ns2:objId> <ns43:gateway> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns2:color>BLACK</ns2:color> <ns2:icon>NetworkObjects/management</ns2:icon> <ns2:name>CP-R81</ns2:name> <ns43:accessLicense>false</ns43:accessLicense> <ns43:bladeApplicationControlOn>false</ns43:bladeApplicationControlOn> <ns43:bladeFirewallOn>false</ns43:bladeFirewallOn> <ns43:bladeMgmtLoggingOn>false</ns43:bladeMgmtLoggingOn> <ns43:bladeMgmtWorkflowOn>false</ns43:bladeMgmtWorkflowOn> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>a05ba811-01b0-4729-86a2-3cb225c0d9c0</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Firewall</ns2:displayName> <ns2:icon>Blades/Firewall</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>ACCESS</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>0</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9e279c6f-ca1a-48c6-a16d-d4bf0618ca1d</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Network Policy Management</ns2:displayName> <ns2:icon>Blades/management</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>22</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>0429dca9-942d-40f9-8a65-243b92e8595b</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Logging & Status</ns2:displayName> <ns2:icon>Blades/logging_and_status</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>25</ns3:sortOrder> </ns43:bladesInfo> <ns43:comments> </ns43:comments> <ns43:connectionState>communicating</ns43:connectionState> <ns43:displayIp>192.168.170.189</ns43:displayIp> <ns43:gatewayOrServerType>Gateway</ns43:gatewayOrServerType> <ns43:host>false</ns43:host> <ns43:hwName>Open server</ns43:hwName> <ns43:imageName>Open server</ns43:imageName> <ns43:ipAddress>192.168.170.189</ns43:ipAddress> <ns43:ipAddress6> </ns43:ipAddress6> <ns43:monitoringInfo> <ns43:isManagementServer>true</ns43:isManagementServer> <ns43:isStandaloneServer>true</ns43:isStandaloneServer> <ns43:monitorSystemCounterHistoryEnable>false</ns43:monitorSystemCounterHistoryEnable> <ns43:monitorTrafficEnable>false</ns43:monitorTrafficEnable> </ns43:monitoringInfo> <ns43:numberOfActiveAccessBlades>1</ns43:numberOfActiveAccessBlades> <ns43:numberOfActiveBlades>3</ns43:numberOfActiveBlades> <ns43:numberOfActiveManagementBlades>2</ns43:numberOfActiveManagementBlades> <ns43:numberOfActiveThreatBlades>0</ns43:numberOfActiveThreatBlades> <ns43:osName>Gaia</ns43:osName> <ns43:overallStatus>false</ns43:overallStatus> <ns43:proxyAddress>Default Proxy Settings</ns43:proxyAddress> <ns43:shareIdentitiesWithOtherGateways>N/A</ns43:shareIdentitiesWithOtherGateways> <ns43:sicExists>true</ns43:sicExists> <ns43:sicName>cn=cp_mgmt,o=CP-R81..h7bzcd</ns43:sicName> <ns43:threatLicense>false</ns43:threatLicense> <ns43:usedGlobally>false</ns43:usedGlobally> <ns43:versionName>R81.10</ns43:versionName> </ns43:gateway> <ns43:gwStatus> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns43:acceptedPacketsRate>3</ns43:acceptedPacketsRate> <ns43:accessInstallationDate>2023-01-23T15:47:35.471+05:45</ns43:accessInstallationDate> <ns43:accessPolicyInstalled>true</ns43:accessPolicyInstalled> <ns43:accessPolicyName>Standard</ns43:accessPolicyName> <ns43:accountId> </ns43:accountId> <ns43:adQuery> </ns43:adQuery> <ns43:availablePackages>1 update available</ns43:availablePackages> <ns43:bladesUpdateStatusInfo> <ns43:GWProductFamilyOverallUpdateStatus> </ns43:GWProductFamilyOverallUpdateStatus> <ns43:GWProductFamilyOverallUpdateStatusCode>NA</ns43:GWProductFamilyOverallUpdateStatusCode> <ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:bladesUpdateStatusInfo> <ns43:browserBased> </ns43:browserBased> <ns43:ck> </ns43:ck> <ns43:connectionStatusForUpdatesAvailablePackages>connected</ns43:connectionStatusForUpdatesAvailablePackages> <ns43:connectionsRate>0</ns43:connectionsRate> <ns43:cpuUsage>2</ns43:cpuUsage> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81_10_JUMBO_HF_MAIN_Bundle_T81_FULL.tgz</ns2:name> <ns43:category>jumbo</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>true</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.10_T335_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.20_T631_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:droppedPacketsRate>0</ns43:droppedPacketsRate> <ns43:dynamicVersion>R81.10</ns43:dynamicVersion> <ns43:entitlementOverallStatus> <ns43:gwOverallStatus>WARNING</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>Not Activated</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>Warning</ns43:gwOverallStatusDisplayName> </ns43:entitlementOverallStatus> <ns43:entitlementOverallStatusDesc>Not Activated</ns43:entitlementOverallStatusDesc> <ns43:freeDiskSpace>000000000000000000006815297536</ns43:freeDiskSpace> <ns43:freeMemory>N/A</ns43:freeMemory> <ns43:fwInstallTime>Mon Jan 23 15:47:20 2023</ns43:fwInstallTime> <ns43:fwPolicyName>Standard</ns43:fwPolicyName> <ns43:gwDeviceStatus>0</ns43:gwDeviceStatus> <ns43:gwOverallStatusDescription> </ns43:gwOverallStatusDescription> <ns43:gwOverallStatusInfo> <ns43:gwOverallStatus>OK</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>OK</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>OK</ns43:gwOverallStatusDisplayName> <ns43:gwOverallStatusNumber>0</ns43:gwOverallStatusNumber> </ns43:gwOverallStatusInfo> <ns43:gwOverallStatusState>0</ns43:gwOverallStatusState> <ns43:gwSysStartTime>1674201991</ns43:gwSysStartTime> <ns43:gwSysTime>1674556449</ns43:gwSysTime> <ns43:gwTimeGap>0</ns43:gwTimeGap> <ns43:identityAgents> </ns43:identityAgents> <ns43:indexerDelayStatus>0</ns43:indexerDelayStatus> <ns43:ipsVersion> </ns43:ipsVersion> <ns43:logsSec>0</ns43:logsSec> <ns43:partitions>N/A</ns43:partitions> <ns43:rejectedPacketsRate>0</ns43:rejectedPacketsRate> <ns43:sku> </ns43:sku> <ns43:supportExpiration> </ns43:supportExpiration> <ns43:supportLevel> </ns43:supportLevel> <ns43:threatPolicyInstalled>false</ns43:threatPolicyInstalled> <ns43:threatPolicyName> </ns43:threatPolicyName> <ns43:throughputRate>N/A</ns43:throughputRate> <ns43:totalDiskSpace>000000000000000000016095641600</ns43:totalDiskSpace> <ns43:totalMemory>000000000000000000008095240192</ns43:totalMemory> <ns43:totalUsers>N/A</ns43:totalUsers> <ns43:upTime>4 days and 2 hours</ns43:upTime> <ns43:vpnTunnels>N/A</ns43:vpnTunnels> </ns43:gwStatus> <ns43:originalDomainName> </ns43:originalDomainName> <ns43:parentOriginalObjId>ffffffff-ffff-ffff-ffff-ffffffffffff</ns43:parentOriginalObjId> </ns48:resultList> </ns56:return> </ns56:queryResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 63379e06-0c71-49fd-b504-e356880341a3, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Loaded page #0
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)))
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=6946132; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[1] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.Gateway.GatewayAggregator, CP.Management.Objects.Schema.Gateway, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR; liveQueryId=63379e06-0c71-49fd-b504-e356880341a3)
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR) - liveQueryId = 63379e06-0c71-49fd-b504-e356880341a3
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:05,380] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#195] [QuerySvcRemote.endLiveQuery] [454 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/endLiveQuery</Action></s:Header><s:Body><endLiveQuery xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote"><liveQueryId>63379e06-0c71-49fd-b504-e356880341a3</liveQueryId></endLiveQuery></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:05,396] (DEBUG) AppShellUI.Shell - Shell_OnDeactivated before Set close button background color
[1] [24 Jan 2023 16:20:05,396] (DEBUG) AppShellUI.Shell - Shell_OnDeactivated after Set close button background color
[16] [24 Jan 2023 16:20:05,396] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[16] [24 Jan 2023 16:20:05,396] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#195] [QuerySvcRemote.endLiveQuery] [24/01/2023 16:19:47] [13927 bytes] [15.833 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:endLiveQueryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects" /> </soap:Body></soap:Envelope>
[16] [24 Jan 2023 16:20:05,396] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - RegionManager (33340398) has been set (PageContainer=CP.GuiInfrastructure.Views.NavTreePageContainer)
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - NavigateToPageAsync navItem = Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider, region = <null>
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - region is null we are not initialized yet. The Loaded event handler will take care of calling the request navigate later
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,2C6,2 7,2 7,2 7,2 7,3 7,3 7,3 8,3 8,3 8,3 8,4 8,4 8,4 9,4 9,4 9,4 9,5 9,5 9,5 8,5 8,5 8,5 8,6 8,6 8,6 7,6 7,6 7,6 7,7 7,7 7,7 6,7 6,7 6,7 6,2 6,2z M2,2C2,2 3,2 3,2 3,2 3,3 3,3 3,3 4,3 4,3 4,3 4,4 4,4 4,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,6 4,6 4,6 3,6 3,6 3,6 3,7 3,7 3,7 2,7 2,7 2,7 2,2 2,2z
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider])
[1] [24 Jan 2023 16:20:05,458] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = <null> (DisplayName = #dynamic://monitor_info_tree_provider..name); URI = dynamic://monitor_info_tree_provider/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = dynamic://monitor_info_tree_provider])
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - RequestNavigateAsync, regionName = <null>
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - uri = dynamic://monitor_info_tree_provider/?targetDomain=, isNavigationUrl = True
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - setting IsInitialized to false
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - setting IsInitialized to true
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=59941900; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)))
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=59941900; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=9eb22866-fbe6-4d75-9ae5-cd058f9d263d)
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[17] [24 Jan 2023 16:20:05,474] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 9eb22866-fbe6-4d75-9ae5-cd058f9d263d was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[1] [24 Jan 2023 16:20:05,474] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for GatewayOverviewPlugin.GatewayMonitorInfo.ViewModel.GatewayMonitorViewModel
[1] [24 Jan 2023 16:20:05,474] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView Constructor In
[1] [24 Jan 2023 16:20:05,489] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView Constructor Out
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for Device Status. new status is 0
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for License Status. new status is WARNING
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - filtering gateway Aggregator query. query only for gateway Aggregator: 9afc8bbc-d7cd-1b42-b1ee-c91288a03803
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=43900146; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)))
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=43900146; Count=-1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916))) - Pages cache cleared
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=2029b767-0a4b-4660-b8ef-33825bc2e916)
[23] [24 Jan 2023 16:20:05,489] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = 2029b767-0a4b-4660-b8ef-33825bc2e916 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Monitoring traffic should be displayed
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Monitoring and firewall blades are off
[1] [24 Jan 2023 16:20:05,489] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Entitlment Status Navigation is enabled
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - GetChildNavigationItemAsync, url = dynamic://monitor_info_tree_provider/?targetDomain=, pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer, desiredNavItemName = <null>
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID db70274d-adda-4a6d-bd34-1754345be1e4, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - the url is dynamic url - return HandleDynamicUrlAsync
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=db70274d-adda-4a6d-bd34-1754345be1e4)
[1] [24 Jan 2023 16:20:05,489] (DEBUG) CP.GuiInfrastructure.NavigationDB - Display default item: Name = Device Status (DisplayName = Device Status); URI = cp://gatewayoverviewplugin/GatewayMonitorView/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [<null>]; URL = cp://GatewayOverviewPlugin/GatewayMonitorView/ for GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider provider
[14] [24 Jan 2023 16:20:05,489] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) with liveQueryId = db70274d-adda-4a6d-bd34-1754345be1e4 was not sent to server, liveQueryId is not active
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 46fa894e-f346-4d04-81d9-5faf5c464b81, startIndex 0, rangeSize 100
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (GATEWAY_AGGREGATOR_NO_HOSTS) = 46fa894e-f346-4d04-81d9-5faf5c464b81
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[23] [24 Jan 2023 16:20:05,489] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#196] [QuerySvcRemote.query] [2383 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/query</Action></s:Header><s:Body><query xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><queryRequest><queryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">GATEWAY_AGGREGATOR_NO_HOSTS</queryId><limit xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">100</limit><offset xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">0</offset><isCrossDomain xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</isCrossDomain><queryFilters xsi:type="q1:StringValueInListFilter" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q1="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q1:fromFacet>false</q1:fromFacet><q1:negate>true</q1:negate><q1:primaryFilter>false</q1:primaryFilter><q1:tokenizedSearch>true</q1:tokenizedSearch><q1:treeViewRelevance>false</q1:treeViewRelevance><q1:fieldName>features</q1:fieldName><q1:andOperatorForQuery>true</q1:andOperatorForQuery><q1:values>15aee582-47cb-4829-a512-bbdbb57ce3ce</q1:values></queryFilters><queryFilters xsi:type="q2:StringValueInListFilter" xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:q2="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><q2:fromFacet>false</q2:fromFacet><q2:negate>false</q2:negate><q2:primaryFilter>true</q2:primaryFilter><q2:tokenizedSearch>true</q2:tokenizedSearch><q2:treeViewRelevance>false</q2:treeViewRelevance><q2:fieldName>objId</q2:fieldName><q2:andOperatorForQuery>false</q2:andOperatorForQuery><q2:values>9afc8bbc-d7cd-1b42-b1ee-c91288a03803</q2:values></queryFilters><derefAll xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</derefAll><liveQueryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">46fa894e-f346-4d04-81d9-5faf5c464b81</liveQueryId><treeView xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</treeView></queryRequest></query></s:Body></s:Envelope>
[23] [24 Jan 2023 16:20:05,568] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[23] [24 Jan 2023 16:20:05,568] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#196] [QuerySvcRemote.query] [24/01/2023 16:19:48] [30357 bytes] [78.6201 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:queryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns56:return> <ns48:folderTotalCount>0</ns48:folderTotalCount> <ns48:queryTotalCount>1</ns48:queryTotalCount> <ns48:resultList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns43:GatewayAggregator"> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9afc8bbc-d7cd-1b42-b1ee-c91288a03803</ns2:objId> <ns43:gateway> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns2:color>BLACK</ns2:color> <ns2:icon>NetworkObjects/management</ns2:icon> <ns2:name>CP-R81</ns2:name> <ns43:accessLicense>false</ns43:accessLicense> <ns43:bladeApplicationControlOn>false</ns43:bladeApplicationControlOn> <ns43:bladeFirewallOn>false</ns43:bladeFirewallOn> <ns43:bladeMgmtLoggingOn>false</ns43:bladeMgmtLoggingOn> <ns43:bladeMgmtWorkflowOn>false</ns43:bladeMgmtWorkflowOn> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>a05ba811-01b0-4729-86a2-3cb225c0d9c0</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Firewall</ns2:displayName> <ns2:icon>Blades/Firewall</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>ACCESS</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>0</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>9e279c6f-ca1a-48c6-a16d-d4bf0618ca1d</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Network Policy Management</ns2:displayName> <ns2:icon>Blades/management</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>22</ns3:sortOrder> </ns43:bladesInfo> <ns43:bladesInfo> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>0429dca9-942d-40f9-8a65-243b92e8595b</ns2:objId> <ns2:dynamicContent is_owned="false"> <ns2:folder xsi:nil="true" /> <ns2:objId>71f78002-9475-4f3a-b44b-1623865933c9</ns2:objId> <ns2:status>CALCULATING</ns2:status> <ns2:content>{}</ns2:content> <ns2:modified>false</ns2:modified> </ns2:dynamicContent> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime xsi:nil="true" /> <ns2:creator xsi:nil="true" /> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier xsi:nil="true" /> <ns2:lastModifytime xsi:nil="true" /> <ns2:newObject>true</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:displayName>Logging & Status</ns2:displayName> <ns2:icon>Blades/logging_and_status</ns2:icon> <ns2:name xsi:nil="true" /> <ns3:bladeCategory>MANAGEMENT</ns3:bladeCategory> <ns3:bladeState> <ns3:activationState>TURNED_ON</ns3:activationState> <ns3:changeable>false</ns3:changeable> <ns3:valid>false</ns3:valid> </ns3:bladeState> <ns3:sortOrder>25</ns3:sortOrder> </ns43:bladesInfo> <ns43:comments> </ns43:comments> <ns43:connectionState>communicating</ns43:connectionState> <ns43:displayIp>192.168.170.189</ns43:displayIp> <ns43:gatewayOrServerType>Gateway</ns43:gatewayOrServerType> <ns43:host>false</ns43:host> <ns43:hwName>Open server</ns43:hwName> <ns43:imageName>Open server</ns43:imageName> <ns43:ipAddress>192.168.170.189</ns43:ipAddress> <ns43:ipAddress6> </ns43:ipAddress6> <ns43:monitoringInfo> <ns43:isManagementServer>true</ns43:isManagementServer> <ns43:isStandaloneServer>true</ns43:isStandaloneServer> <ns43:monitorSystemCounterHistoryEnable>false</ns43:monitorSystemCounterHistoryEnable> <ns43:monitorTrafficEnable>false</ns43:monitorTrafficEnable> </ns43:monitoringInfo> <ns43:numberOfActiveAccessBlades>1</ns43:numberOfActiveAccessBlades> <ns43:numberOfActiveBlades>3</ns43:numberOfActiveBlades> <ns43:numberOfActiveManagementBlades>2</ns43:numberOfActiveManagementBlades> <ns43:numberOfActiveThreatBlades>0</ns43:numberOfActiveThreatBlades> <ns43:osName>Gaia</ns43:osName> <ns43:overallStatus>false</ns43:overallStatus> <ns43:proxyAddress>Default Proxy Settings</ns43:proxyAddress> <ns43:shareIdentitiesWithOtherGateways>N/A</ns43:shareIdentitiesWithOtherGateways> <ns43:sicExists>true</ns43:sicExists> <ns43:sicName>cn=cp_mgmt,o=CP-R81..h7bzcd</ns43:sicName> <ns43:threatLicense>false</ns43:threatLicense> <ns43:usedGlobally>false</ns43:usedGlobally> <ns43:versionName>R81.10</ns43:versionName> </ns43:gateway> <ns43:gwStatus> <ns2:originalObjId>9afc8bbc-d7cd-1b42-b1ee-c91288a03802</ns2:originalObjId> <ns43:acceptedPacketsRate>3</ns43:acceptedPacketsRate> <ns43:accessInstallationDate>2023-01-23T15:47:35.471+05:45</ns43:accessInstallationDate> <ns43:accessPolicyInstalled>true</ns43:accessPolicyInstalled> <ns43:accessPolicyName>Standard</ns43:accessPolicyName> <ns43:accountId> </ns43:accountId> <ns43:adQuery> </ns43:adQuery> <ns43:availablePackages>1 update available</ns43:availablePackages> <ns43:bladesUpdateStatusInfo> <ns43:GWProductFamilyOverallUpdateStatus> </ns43:GWProductFamilyOverallUpdateStatus> <ns43:GWProductFamilyOverallUpdateStatusCode>NA</ns43:GWProductFamilyOverallUpdateStatusCode> <ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:GWProductFamilyOverallUpdateStatusDescription> </ns43:bladesUpdateStatusInfo> <ns43:browserBased> </ns43:browserBased> <ns43:ck> </ns43:ck> <ns43:connectionStatusForUpdatesAvailablePackages>connected</ns43:connectionStatusForUpdatesAvailablePackages> <ns43:connectionsRate>0</ns43:connectionsRate> <ns43:cpuUsage>2</ns43:cpuUsage> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81_10_JUMBO_HF_MAIN_Bundle_T81_FULL.tgz</ns2:name> <ns43:category>jumbo</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>true</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.20_T631_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_MultiDomainServer.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityGateway.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Blink_image_1.1_Check_Point_R81.10_T335_JHF_T81_SecurityManagement.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-02T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.10_T335_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2021-07-03T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:currentlyAvailablePackages> <ns2:name>Check_Point_R81.20_T631_Fresh_Install_and_Upgrade.tgz</ns2:name> <ns43:category>major</ns43:category> <ns43:installed>false</ns43:installed> <ns43:recommended>false</ns43:recommended> <ns43:releaseDate>2023-01-12T00:00:00+05:45</ns43:releaseDate> </ns43:currentlyAvailablePackages> <ns43:droppedPacketsRate>0</ns43:droppedPacketsRate> <ns43:dynamicVersion>R81.10</ns43:dynamicVersion> <ns43:entitlementOverallStatus> <ns43:gwOverallStatus>WARNING</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>Not Activated</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>Warning</ns43:gwOverallStatusDisplayName> </ns43:entitlementOverallStatus> <ns43:entitlementOverallStatusDesc>Not Activated</ns43:entitlementOverallStatusDesc> <ns43:freeDiskSpace>000000000000000000006815297536</ns43:freeDiskSpace> <ns43:freeMemory>N/A</ns43:freeMemory> <ns43:fwInstallTime>Mon Jan 23 15:47:20 2023</ns43:fwInstallTime> <ns43:fwPolicyName>Standard</ns43:fwPolicyName> <ns43:gwDeviceStatus>0</ns43:gwDeviceStatus> <ns43:gwOverallStatusDescription> </ns43:gwOverallStatusDescription> <ns43:gwOverallStatusInfo> <ns43:gwOverallStatus>OK</ns43:gwOverallStatus> <ns43:gwOverallStatusDescription>OK</ns43:gwOverallStatusDescription> <ns43:gwOverallStatusDisplayName>OK</ns43:gwOverallStatusDisplayName> <ns43:gwOverallStatusNumber>0</ns43:gwOverallStatusNumber> </ns43:gwOverallStatusInfo> <ns43:gwOverallStatusState>0</ns43:gwOverallStatusState> <ns43:gwSysStartTime>1674201991</ns43:gwSysStartTime> <ns43:gwSysTime>1674556449</ns43:gwSysTime> <ns43:gwTimeGap>0</ns43:gwTimeGap> <ns43:identityAgents> </ns43:identityAgents> <ns43:indexerDelayStatus>0</ns43:indexerDelayStatus> <ns43:ipsVersion> </ns43:ipsVersion> <ns43:logsSec>0</ns43:logsSec> <ns43:partitions>N/A</ns43:partitions> <ns43:rejectedPacketsRate>0</ns43:rejectedPacketsRate> <ns43:sku> </ns43:sku> <ns43:supportExpiration> </ns43:supportExpiration> <ns43:supportLevel> </ns43:supportLevel> <ns43:threatPolicyInstalled>false</ns43:threatPolicyInstalled> <ns43:threatPolicyName> </ns43:threatPolicyName> <ns43:throughputRate>N/A</ns43:throughputRate> <ns43:totalDiskSpace>000000000000000000016095641600</ns43:totalDiskSpace> <ns43:totalMemory>000000000000000000008095240192</ns43:totalMemory> <ns43:totalUsers>N/A</ns43:totalUsers> <ns43:upTime>4 days and 2 hours</ns43:upTime> <ns43:vpnTunnels>N/A</ns43:vpnTunnels> </ns43:gwStatus> <ns43:originalDomainName> </ns43:originalDomainName> <ns43:parentOriginalObjId>ffffffff-ffff-ffff-ffff-ffffffffffff</ns43:parentOriginalObjId> </ns48:resultList> </ns56:return> </ns56:queryResponse> </soap:Body></soap:Envelope>
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 46fa894e-f346-4d04-81d9-5faf5c464b81, startIndex 0, overallCount 1
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Loaded page #0
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Cleaning up pages cache - cache size before cleanup: 1
[23] [24 Jan 2023 16:20:05,583] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:05,693] (INFO ) GatewayOverviewPlugin.GatewayMonitorInfo.Views.GatewayMonitorView - GatewayMonitorView: HTMLUserControl successfuly loaded, OnjectName: CP-R81
[1] [24 Jan 2023 16:20:05,693] (DEBUG) CP.GuiInfrastructure.VirtualCommandRepository - A shared action with ID OBJ_ACTION_VIEW wasn't found. Trying to find a non-shared action with that ID.
[1] [24 Jan 2023 16:20:05,693] (DEBUG) CP.GuiInfrastructure.VirtualCommandRepository - A shared action with ID OBJ_ACTION_EDIT wasn't found. Trying to find a non-shared action with that ID.
[1] [24 Jan 2023 16:20:05,724] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for Device Status. new status is 0
[1] [24 Jan 2023 16:20:05,724] (DEBUG) GatewayOverviewPlugin.GatewayMonitorInfo.NavigationService.MonitorInfoNavigationTreeProvider - Dynamic status icon has been chaged for License Status. new status is WARNING
[14] [24 Jan 2023 16:20:06,693] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '214', '50' live
[5] [24 Jan 2023 16:20:08,755] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 249828 (5652); Memory WorkingSet = 392896 (9648)
[16] [24 Jan 2023 16:20:12,271] (DEBUG) CP.Infrastructure.DLE.DereferenceCache - Updated items count in cache: '2', '2' live
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - Cleanup (CP.Infrastructure.DLE.DleQueryManager) - (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleQueryManager - DisposeQueryRequest (QueryID = GATEWAY_AGGREGATOR_NO_HOSTS)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)))
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=64893911; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81))) - Pages cache cleared
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[1] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=GATEWAY_AGGREGATOR_NO_HOSTS; liveQueryId=46fa894e-f346-4d04-81d9-5faf5c464b81)
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (GATEWAY_AGGREGATOR_NO_HOSTS) - liveQueryId = 46fa894e-f346-4d04-81d9-5faf5c464b81
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[17] [24 Jan 2023 16:20:13,255] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#197] [QuerySvcRemote.endLiveQuery] [454 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/endLiveQuery</Action></s:Header><s:Body><endLiveQuery xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote"><liveQueryId>46fa894e-f346-4d04-81d9-5faf5c464b81</liveQueryId></endLiveQuery></s:Body></s:Envelope>
[17] [24 Jan 2023 16:20:13,271] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[17] [24 Jan 2023 16:20:13,271] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#197] [QuerySvcRemote.endLiveQuery] [24/01/2023 16:19:55] [13927 bytes] [16.3393 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:endLiveQueryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects" /> </soap:Body></soap:Envelope>
[17] [24 Jan 2023 16:20:13,271] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[1] [24 Jan 2023 16:20:13,271] (WARN ) CP.Infrastructure.QueryManagerBase - Failed to set GlobalSearchText to , IsInitialized: False
[1] [24 Jan 2023 16:20:13,271] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[25] [24 Jan 2023 16:20:13,771] (DEBUG) CP.Infrastructure.HelperClasses.DebugUtils+ProcessStatsTracker - Memory WorkingSetPrivate [KB] = 248916 (-912); Memory WorkingSet = 388116 (-4780)
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged enter
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged Before Activate BeginInvoke selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,222] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigationListView_SelectionChanged after Activate BeginInvoke selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,242] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic Begine BeginInvoke after selection changed selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:14,242] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - JumpToSmartLinkAsync with link smartlink://navigation/MANAGE_SETTINGS/Preferences
[1] [24 Jan 2023 16:20:14,242] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: MANAGE_SETTINGS in currentPageContainer: AppShellUI.MainPageContainer number of elements in the link chain: 2
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in AppShellUI.MainPageContainer. NavItem is: Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = False); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/ and set focus on.
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [AppShellUI.MainPageContainer]; wrapperType = [<null>])
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - navigationItem.URL - nav://GatewaysAndManagement_Management/, isSmartLinkUrl = False
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - providing default wrapper
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = MANAGE_SETTINGS (DisplayName = MANAGE &
SETTINGS); URI = nav://gatewaysandmanagement_management/?targetDomain=; (OwnViewURL = ) (HasParams = True); IsShared = False; WrapperType = <null> (HasParams = False); RelevancyExpression = [Expression = !@DomainSessionSingleton.F_DOMAIN_LOG_SERVER&&!@DomainSessionSingleton.F_SYSTEM_DOMAIN; ContextAlias = <null>]; URL = nav://GatewaysAndManagement_Management/, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - skipping
[1] [24 Jan 2023 16:20:14,245] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activated
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:14,334] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (existingWrapper != null)
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.GuiInfrastructure.QueryManagerControlBase - setting IsInitialized to false
[1] [24 Jan 2023 16:20:14,383] (DEBUG) CP.Infrastructure.UserSettingsStorage - ReloadSharedValuesFromGeneralFile - took 0 ms
[1] [24 Jan 2023 16:20:14,388] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.NavTreePageContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,389] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,393] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.NavTreePageContainer
[1] [24 Jan 2023 16:20:14,394] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Starting to process link: Preferences in currentPageContainer: CP.GuiInfrastructure.Views.NavTreePageContainer number of elements in the link chain: 1
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Found link in CP.GuiInfrastructure.Views.NavTreePageContainer. NavItem is: Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = False); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Navigate to Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null> and set focus on.
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Started... (NavigationItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>]; Region = [Microsoft.Practices.Prism.Regions.SingleActiveRegion]; CompositionContainer = [System.ComponentModel.Composition.Hosting.CompositionContainer]; BasePageContainer = [CP.GuiInfrastructure.Views.NavTreePageContainer]; wrapperType = [CP.GuiInfrastructure.Views.MultiPagesContainer])
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - notify the system about navigation
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting pageContainer CurrentNavigationItem to Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - activating existing wrapper if exists | navigationItem = Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>, region = Microsoft.Practices.Prism.Regions.SingleActiveRegion
[1] [24 Jan 2023 16:20:14,405] (DEBUG) CP.GuiInfrastructure.NavigationUtils - current view as pageContainer = CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Dispose (HashCode=40600546; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)))
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=40600546; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7))) - Pages cache cleared
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Dispose DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)
[1] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=fe8a8878-565d-4f49-8c50-c57f4b918aa7)
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery (CDM_GLOBAL_OBJ_QUERY) - liveQueryId = fe8a8878-565d-4f49-8c50-c57f4b918aa7
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[16] [24 Jan 2023 16:20:14,483] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#198] [QuerySvcRemote.endLiveQuery] [454 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/endLiveQuery</Action></s:Header><s:Body><endLiveQuery xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote"><liveQueryId>fe8a8878-565d-4f49-8c50-c57f4b918aa7</liveQueryId></endLiveQuery></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:14,485] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - setting navigation context to
[1] [24 Jan 2023 16:20:14,485] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - creating the new pageContainer
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - new pageContainer is - CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - RegionManager (44523211) has been set (PageContainer=CP.GuiInfrastructure.Views.MultiPagesContainer)
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - NavigateToPageAsync navItem = Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>, region = <null>
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.BasePageContainer - BasePageContainer - region is null we are not initialized yet. The Loaded event handler will take care of calling the request navigate later
[1] [24 Jan 2023 16:20:14,486] (DEBUG) CP.GuiInfrastructure.NavigationUtils - NavigateAsync - Done (end of method)
[1] [24 Jan 2023 16:20:14,489] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Started... (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,492] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for gui_cdm.Views.GeneralSettingsPages.NetworkManagementSettingsViewModel
[1] [24 Jan 2023 16:20:14,494] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - Initialize DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446)
[1] [24 Jan 2023 16:20:14,494] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=0; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446))) - Created page #0 (primary) - for item index #-1
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - calling to RenewLiveQuerySubscription(), query ID c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - UnsubscribeFromLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446)
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - SubscribeToLiveNotifications DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d)
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - call for first time, query ID 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d, startIndex 0, rangeSize 100
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery with liveQueryId (CDM_GLOBAL_OBJ_QUERY) = 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CP.Infrastructure.DLE.DleClient - GetNotPagedQuery: Total of Live Query IDs = 9
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,495] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,496] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#199] [QuerySvcRemote.query] [1360 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/QuerySvcRemote/QuerySvcRemote/query</Action></s:Header><s:Body><query xmlns="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><queryRequest><queryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">CDM_GLOBAL_OBJ_QUERY</queryId><limit xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">100</limit><offset xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">0</offset><isCrossDomain xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">false</isCrossDomain><orderByFields xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService"><fieldName xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">name</fieldName><sortingOrder xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">ASC</sortingOrder></orderByFields><liveQueryId xmlns="http://www.checkpoint.com/management/objects/schema/DleWebService">81eac26a-6c27-45f1-8dc1-55cfc1ecff2d</liveQueryId></queryRequest></query></s:Body></s:Envelope>
[16] [24 Jan 2023 16:20:14,506] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[16] [24 Jan 2023 16:20:14,506] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#198] [QuerySvcRemote.endLiveQuery] [24/01/2023 16:19:57] [13927 bytes] [23.0146 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:endLiveQueryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects" /> </soap:Body></soap:Envelope>
[16] [24 Jan 2023 16:20:14,507] (DEBUG) CP.Infrastructure.DLE.DleClient - EndLiveQuery: Total of Live Query IDs = 8
[16] [24 Jan 2023 16:20:14,507] (WARN ) CP.Infrastructure.DLE.DleClient - EndLiveQuery (CDM_GLOBAL_OBJ_QUERY) with liveQueryId = c9f7deb6-5da6-4fcf-a0d8-f0eb475a4446 was not sent to server, liveQueryId is not active
[1] [24 Jan 2023 16:20:14,536] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,539] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#199] [QuerySvcRemote.query] [24/01/2023 16:19:57] [18016 bytes] [40.0145 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns56:queryResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns56:return> <ns48:folderTotalCount>0</ns48:folderTotalCount> <ns48:queryTotalCount>1</ns48:queryTotalCount> <ns48:resultList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns23:CdmGlobalObject"> <ns2:checkPointObjId>2e24b09e-5d25-4635-b9e9-9e9be9e32dd1</ns2:checkPointObjId> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>db6ac157-1da1-4961-bb06-5a9ad061d03e</ns2:objId> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>d86410c7-4541-47ad-ad1e-1ecad16e5390</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_EDIT</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>9b4447ba-11e1-4ddc-b9dd-c34670122d42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CLONE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>ab90c182-5ce5-4e9d-80d7-243a40c116eb</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_VIEW</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>f8e3602c-457c-4d3b-85de-6e8c9d52ba42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CAN_REFERENCE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>6be87d03-4baf-427a-a527-e1750b292d2f</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_DELETE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>0f987e59-6ea6-4cfb-8c8c-5b342cb8ae07</ns2:objId> <ns2:canExecute>false</ns2:canExecute> <ns2:cannotExecuteReason>Action cannot be executed.</ns2:cannotExecuteReason> <ns2:name>A_UNRESOLVE_DYN_OBJECT</ns2:name> </ns2:actions> <ns2:features>f7826875-66ab-4fdc-8dbb-d111e7420e9d</ns2:features> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime>2021-07-01T11:32:37.860+05:45</ns2:creationTime> <ns2:creator>System</ns2:creator> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier>System</ns2:lastModifier> <ns2:lastModifytime>2021-07-01T11:32:37.860+05:45</ns2:lastModifytime> <ns2:newObject>false</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:color>BLACK</ns2:color> <ns2:comments>Contains global attributes for CDM</ns2:comments> <ns2:displayName> </ns2:displayName> <ns2:icon xsi:nil="true" /> <ns2:name>CDM Global Object</ns2:name> <ns23:allowSshWithoutFingerprint>false</ns23:allowSshWithoutFingerprint> <ns23:autoTopologyRecalculationTime>1</ns23:autoTopologyRecalculationTime> <ns23:ipVersion>IPv4AndIPv6</ns23:ipVersion> <ns23:sshEnabledForHosts>false</ns23:sshEnabledForHosts> <ns23:subnetFormat>MaskLength</ns23:subnetFormat> </ns48:resultList> </ns56:return> </ns56:queryResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.DLE.DlePagedQueryProvider`1[[CP.Management.Objects.Schema.BaseObjects.DleObject, CP.Management.Objects.Schema.BaseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] - DoFetchRange - got next page, query ID 81eac26a-6c27-45f1-8dc1-55cfc1ecff2d, startIndex 0, overallCount 1
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Loaded page #0
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Cleaning up pages cache - cache size before cleanup: 1
[1] [24 Jan 2023 16:20:14,544] (DEBUG) CP.Infrastructure.Services.IVirtualizingCollection - Collection (HashCode=28073419; Count=1; ItemsProvider=(DlePagedQueryProvider(queryId=CDM_GLOBAL_OBJ_QUERY; liveQueryId=81eac26a-6c27-45f1-8dc1-55cfc1ecff2d))) - Cleaning up pages cache - cache size after cleanup: 1
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,545] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#200] [ObjectCrudSvcRemote.getObjectByRequest] [1038 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote/ObjectCrudSvcRemote/getObjectByRequest</Action></s:Header><s:Body><getObjectByRequest xmlns="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><getObjectRequest><derefRequest xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><crossDomain>false</crossDomain><derefAll>true</derefAll><objectRequestMode>STRICT</objectRequestMode></derefRequest><liveObjectId xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">9fc246a1-4915-4cca-a454-917491596ab5</liveObjectId><objId xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">db6ac157-1da1-4961-bb06-5a9ad061d03e</objId></getObjectRequest></getObjectByRequest></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:14,576] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,578] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#200] [ObjectCrudSvcRemote.getObjectByRequest] [24/01/2023 16:19:57] [17957 bytes] [31.03 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns64:getObjectByRequestResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns64:return> <ns8:derefResponse /> <ns8:dleObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns23:CdmGlobalObject"> <ns2:checkPointObjId>2e24b09e-5d25-4635-b9e9-9e9be9e32dd1</ns2:checkPointObjId> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>db6ac157-1da1-4961-bb06-5a9ad061d03e</ns2:objId> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>d86410c7-4541-47ad-ad1e-1ecad16e5390</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_EDIT</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>9b4447ba-11e1-4ddc-b9dd-c34670122d42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CLONE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>ab90c182-5ce5-4e9d-80d7-243a40c116eb</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_VIEW</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>f8e3602c-457c-4d3b-85de-6e8c9d52ba42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CAN_REFERENCE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>6be87d03-4baf-427a-a527-e1750b292d2f</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_DELETE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>0f987e59-6ea6-4cfb-8c8c-5b342cb8ae07</ns2:objId> <ns2:canExecute>false</ns2:canExecute> <ns2:cannotExecuteReason>Action cannot be executed.</ns2:cannotExecuteReason> <ns2:name>A_UNRESOLVE_DYN_OBJECT</ns2:name> </ns2:actions> <ns2:features>f7826875-66ab-4fdc-8dbb-d111e7420e9d</ns2:features> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime>2021-07-01T11:32:37.860+05:45</ns2:creationTime> <ns2:creator>System</ns2:creator> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier>System</ns2:lastModifier> <ns2:lastModifytime>2021-07-01T11:32:37.860+05:45</ns2:lastModifytime> <ns2:newObject>false</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:color>BLACK</ns2:color> <ns2:comments>Contains global attributes for CDM</ns2:comments> <ns2:displayName> </ns2:displayName> <ns2:icon xsi:nil="true" /> <ns2:name>CDM Global Object</ns2:name> <ns23:allowSshWithoutFingerprint>false</ns23:allowSshWithoutFingerprint> <ns23:autoTopologyRecalculationTime>1</ns23:autoTopologyRecalculationTime> <ns23:ipVersion>IPv4AndIPv6</ns23:ipVersion> <ns23:sshEnabledForHosts>false</ns23:sshEnabledForHosts> <ns23:subnetFormat>MaskLength</ns23:subnetFormat> </ns8:dleObject> </ns64:return> </ns64:getObjectByRequestResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:14,581] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id db6ac157-1da1-4961-bb06-5a9ad061d03e is fetched from the server.
[1] [24 Jan 2023 16:20:14,581] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id db6ac157-1da1-4961-bb06-5a9ad061d03e is added to the objects cache.
[1] [24 Jan 2023 16:20:14,604] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for ManagementPlg.ConfigLoginMessageViewModel
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,607] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#201] [ObjectCrudSvcRemote.getFixedObject] [566 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote/ObjectCrudSvcRemote/getFixedObject</Action></s:Header><s:Body><getFixedObject xmlns="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><fixedId>0c17a1ef-383c-4015-826d-183fed25ec3a</fixedId></getFixedObject></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:14,643] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,644] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#201] [ObjectCrudSvcRemote.getFixedObject] [24/01/2023 16:19:57] [17493 bytes] [36.8457 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns64:getFixedObjectResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns64:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns11:LoginWelcomeMessage"> <ns2:checkPointObjId>0c17a1ef-383c-4015-826d-183fed25ec3a</ns2:checkPointObjId> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>466f7f0e-c319-4769-86ce-fcb3bfc951b6</ns2:objId> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>d86410c7-4541-47ad-ad1e-1ecad16e5390</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_EDIT</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>9b4447ba-11e1-4ddc-b9dd-c34670122d42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CLONE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>ab90c182-5ce5-4e9d-80d7-243a40c116eb</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_VIEW</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>f8e3602c-457c-4d3b-85de-6e8c9d52ba42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CAN_REFERENCE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>6be87d03-4baf-427a-a527-e1750b292d2f</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_DELETE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>0f987e59-6ea6-4cfb-8c8c-5b342cb8ae07</ns2:objId> <ns2:canExecute>false</ns2:canExecute> <ns2:cannotExecuteReason>Action cannot be executed.</ns2:cannotExecuteReason> <ns2:name>A_UNRESOLVE_DYN_OBJECT</ns2:name> </ns2:actions> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime>2021-07-01T11:32:35.112+05:45</ns2:creationTime> <ns2:creator>System</ns2:creator> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier>System</ns2:lastModifier> <ns2:lastModifytime>2021-07-01T11:32:35.112+05:45</ns2:lastModifytime> <ns2:newObject>false</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:icon xsi:nil="true" /> <ns2:name xsi:nil="true" /> <ns11:messageContent>This system is for authorized use only</ns11:messageContent> <ns11:messageHeader>Warning</ns11:messageHeader> <ns11:showHeaderIcon>true</ns11:showHeaderIcon> <ns11:showLogo>false</ns11:showLogo> <ns11:showMessage>false</ns11:showMessage> </ns64:return> </ns64:getFixedObjectResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:14,648] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,648] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,649] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,649] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,649] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#202] [ObjectCrudSvcRemote.getObjectByRequest] [1038 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote/ObjectCrudSvcRemote/getObjectByRequest</Action></s:Header><s:Body><getObjectByRequest xmlns="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><getObjectRequest><derefRequest xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc"><crossDomain>false</crossDomain><derefAll>true</derefAll><objectRequestMode>STRICT</objectRequestMode></derefRequest><liveObjectId xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">2a746695-d18a-4221-80c0-266554c54608</liveObjectId><objId xmlns="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc">466f7f0e-c319-4769-86ce-fcb3bfc951b6</objId></getObjectRequest></getObjectByRequest></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:14,679] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,679] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#202] [ObjectCrudSvcRemote.getObjectByRequest] [24/01/2023 16:19:57] [17709 bytes] [29.984 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns64:getObjectByRequestResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns64:return> <ns8:derefResponse /> <ns8:dleObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns11:LoginWelcomeMessage"> <ns2:checkPointObjId>0c17a1ef-383c-4015-826d-183fed25ec3a</ns2:checkPointObjId> <ns2:domainId>41e821a0-3720-11e3-aa6e-0800200c9fde</ns2:domainId> <ns2:folder>35cd5256-44cf-4079-b127-0446f40b8884</ns2:folder> <ns2:objId>466f7f0e-c319-4769-86ce-fcb3bfc951b6</ns2:objId> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>d86410c7-4541-47ad-ad1e-1ecad16e5390</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_EDIT</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>9b4447ba-11e1-4ddc-b9dd-c34670122d42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CLONE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>ab90c182-5ce5-4e9d-80d7-243a40c116eb</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_VIEW</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>f8e3602c-457c-4d3b-85de-6e8c9d52ba42</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_CAN_REFERENCE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>6be87d03-4baf-427a-a527-e1750b292d2f</ns2:objId> <ns2:canExecute>true</ns2:canExecute> <ns2:name>A_DELETE</ns2:name> </ns2:actions> <ns2:actions> <ns2:domainId>a0bbbc99-adef-4ef8-bb6d-defdefdefdef</ns2:domainId> <ns2:folder>9775f26b-0dbd-4bc4-9ba5-728e12d534fd</ns2:folder> <ns2:objId>0f987e59-6ea6-4cfb-8c8c-5b342cb8ae07</ns2:objId> <ns2:canExecute>false</ns2:canExecute> <ns2:cannotExecuteReason>Action cannot be executed.</ns2:cannotExecuteReason> <ns2:name>A_UNRESOLVE_DYN_OBJECT</ns2:name> </ns2:actions> <ns2:metaInfo> <ns2:metaOwned>false</ns2:metaOwned> <ns2:creationTime>2021-07-01T11:32:35.112+05:45</ns2:creationTime> <ns2:creator>System</ns2:creator> <ns2:deletable>true</ns2:deletable> <ns2:lastModifier>System</ns2:lastModifier> <ns2:lastModifytime>2021-07-01T11:32:35.112+05:45</ns2:lastModifytime> <ns2:newObject>false</ns2:newObject> <ns2:renameable>true</ns2:renameable> <ns2:validationState>OK</ns2:validationState> </ns2:metaInfo> <ns2:comments xsi:nil="true" /> <ns2:icon xsi:nil="true" /> <ns2:name xsi:nil="true" /> <ns11:messageContent>This system is for authorized use only</ns11:messageContent> <ns11:messageHeader>Warning</ns11:messageHeader> <ns11:showHeaderIcon>true</ns11:showHeaderIcon> <ns11:showLogo>false</ns11:showLogo> <ns11:showMessage>false</ns11:showMessage> </ns8:dleObject> </ns64:return> </ns64:getObjectByRequestResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:14,684] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id 466f7f0e-c319-4769-86ce-fcb3bfc951b6 is fetched from the server.
[1] [24 Jan 2023 16:20:14,684] (DEBUG) CP.Infrastructure.DLE.LiveObjectsManager - A live object with id 466f7f0e-c319-4769-86ce-fcb3bfc951b6 is added to the objects cache.
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CP.Infrastructure.ViewModelBase - The CompositionContainer was not initialized for ManagementPlg.LabFeatures.LabFeatureSettingsViewModel
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer start True
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - Restart the timer end True
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - BeforeSendRequest after isActive=True mainTimer=False
[1] [24 Jan 2023 16:20:14,745] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [OUT] [#203] [CommandLineSvcRemote.isAssistantPageAvailable] [445 bytes] ---> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.checkpoint.com/DleWebService/CommandLineSvcRemote/CommandLineSvcRemote/isAssistantPageAvailable</Action></s:Header><s:Body><isAssistantPageAvailable xmlns="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote"></isAssistantPageAvailable></s:Body></s:Envelope>
[1] [24 Jan 2023 16:20:14,765] (DEBUG) CommunicationCore.SOAP.KeepAliveBehavior - AfterReceiveReply
[1] [24 Jan 2023 16:20:14,766] (DEBUG) CommunicationCore.SOAP.DebugLoggerMessageInspector - [IN ] [#203] [CommandLineSvcRemote.isAssistantPageAvailable] [24/01/2023 16:19:57] [14019 bytes] [19.9086 ms] <--- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> <soap:Body> <ns13:isAssistantPageAvailableResponse xmlns:ns177="http://www.checkpoint.com/DleWebService/MDPolicyInstallationSvcRemote" xmlns:ns176="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Gold" xmlns:ns175="http://www.checkpoint.com/management/objects/schema/GeoProtection" xmlns:ns174="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects" xmlns:ns173="http://www.checkpoint.com/DleWebService/CpmRelaySvcRemote" xmlns:ns172="http://www.checkpoint.com/management/objects/schema/VpnObjects" xmlns:ns171="http://www.checkpoint.com/DleWebService/ServerPerformanceRemoteSvc" xmlns:ns170="http://www.checkpoint.com/DleWebService/NetworkUtilsSvcRemote" xmlns:ns169="http://www.checkpoint.com/DleWebService/ApiServerStatusSvcRemote" xmlns:ns168="http://www.checkpoint.com/DleWebService/MultipleObjectsFieldUpdateSvcRemote" xmlns:ns167="http://www.checkpoint.com/management/objects/schema/SsllsInspectionClasses" xmlns:ns166="http://www.checkpoint.com/DleWebService/ObjectFieldSvcRemote" xmlns:ns165="http://www.checkpoint.com/DleWebService/NetworkAndInterfacesSvcRemote" xmlns:ns164="http://www.checkpoint.com/management/objects/schema/StaticProfilesConfig" xmlns:ns163="http://www.checkpoint.com/DleWebService/ServiceWithResourceSvcRemote" xmlns:ns162="http://www.checkpoint.com/DleWebService/DbSyncSvcRemote" xmlns:ns161="http://www.checkpoint.com/management/objects/schema/MdsClasses" xmlns:ns160="http://www.checkpoint.com/DleWebService/IpsDomainDumpMgrRemoteSvc" xmlns:ns159="http://www.checkpoint.com/management/objects/schema/DataAwareness" xmlns:ns158="http://www.checkpoint.com/DleWebService/ProxyConfigurationSvcRemote" xmlns:ns157="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Misc" xmlns:ns156="http://www.checkpoint.com/management/objects/schema/Enums" xmlns:ns155="http://www.checkpoint.com/DleWebService/LicenseActionSvcRemote" xmlns:ns154="http://www.checkpoint.com/DleWebService/InterAdminMessagingSvcRemote" xmlns:ns153="http://www.checkpoint.com/management/objects/schema/IdentityAwareness" xmlns:ns152="http://www.checkpoint.com/DleWebService/ClusterMembersSvcRemote" xmlns:ns151="http://www.checkpoint.com/DleWebService/TeUpdateSvcRemote" xmlns:ns150="http://www.checkpoint.com/management/objects/schema/StaticProtectionsAggregator" xmlns:ns149="http://www.checkpoint.com/management/objects/schema/CommunityClasses" xmlns:ns148="http://www.checkpoint.com/DleWebService/DiffSvcRemote" xmlns:ns147="http://www.checkpoint.com/DleWebService/ImportObjectsFromXMLSvcRemote" xmlns:ns146="http://www.checkpoint.com/management/objects/schema/UpgradeObjects" xmlns:ns145="http://www.checkpoint.com/DleWebService/NotificationMgrSvcRemote" xmlns:ns144="http://www.checkpoint.com/DleWebService/SshCommandsExecutorSvcRemote" xmlns:ns143="http://www.checkpoint.com/management/objects/schema/ContentSecurityClasses" xmlns:ns142="http://www.checkpoint.com/management/objects/schema/columns" xmlns:ns141="http://www.checkpoint.com/DleWebService/SchedulePolicyInstallationSvcRemote" xmlns:ns140="http://www.checkpoint.com/DleWebService/SicSvcRemote" xmlns:ns139="http://www.checkpoint.com/DleWebService/AdminUpgradeSvcRemote" xmlns:ns138="http://www.checkpoint.com/DleWebService/UpdateProtectionsFilesSvcRemote" xmlns:ns137="http://www.checkpoint.com/management/objects/schema/AuthKeysBladeObjects" xmlns:ns136="http://www.checkpoint.com/DleWebService/DiskSpaceSvcRemote" xmlns:ns135="http://www.checkpoint.com/DleWebService/PacketCaptureSvcRemote" xmlns:ns134="http://www.checkpoint.com/DleWebService/DnsUtilsSvcRemote" xmlns:ns133="http://www.checkpoint.com/management/objects/schema/IPSUpdates" xmlns:ns132="http://www.checkpoint.com/DleWebService/ApiGenericObjectSvcRemote" xmlns:ns131="http://www.checkpoint.com/DleWebService/TpProtectionsRemoteSvc" xmlns:ns130="http://www.checkpoint.com/management/objects/schema/ThreatEmulation" xmlns:ns129="http://www.checkpoint.com/DleWebService/TaskSvcRemote" xmlns:ns128="http://www.checkpoint.com/DleWebService/DomainTrustManagerSvcRemote" xmlns:ns127="http://www.checkpoint.com/DleWebService/ThreatUpgradeSvcRemote" xmlns:ns126="http://www.checkpoint.com/DleWebService/ServicesGlobalPropertiesSvcRemote" xmlns:ns125="http://www.checkpoint.com/DleWebService/WebUiUrlSvcRemote" xmlns:ns124="http://www.checkpoint.com/management/objects/schema/RulebaseClasses" xmlns:ns123="http://www.checkpoint.com/DleWebService/ApiDiffSvcRemote" xmlns:ns122="http://www.checkpoint.com/DleWebService/DBSyncDiffSvcRemote" xmlns:ns121="http://www.checkpoint.com/DleWebService/ServerStatusSvcRemote" xmlns:ns120="http://www.checkpoint.com/DleWebService/TLSInspectionPolicySvcRemote" xmlns:ns119="http://www.checkpoint.com/DleWebService/SmartTasksSvcRemote" xmlns:ns118="http://www.checkpoint.com/DleWebService/TopologySvcRemote" xmlns:ns117="http://www.checkpoint.com/DleWebService/UpgradeSvcRemote" xmlns:ns116="http://www.checkpoint.com/DleWebService/IndicatorSvcRemote" xmlns:ns115="http://www.checkpoint.com/management/objects/schema/ThreatPrevention" xmlns:ns114="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Ips" xmlns:ns113="http://www.checkpoint.com/DleWebService/SyncWithUserCenterSvcRemote" xmlns:ns112="http://www.checkpoint.com/DleWebService/SSHChannelSvcRemote" xmlns:ns111="http://www.checkpoint.com/DleWebService/DataAwarenessSvcRemote" xmlns:ns110="http://www.checkpoint.com/DleWebService/SystemSvcRemote" xmlns:ns109="http://www.checkpoint.com/DleWebService/IpsDomainManagementSvcRemote" xmlns:ns108="http://www.checkpoint.com/DleWebService/LdapCommunicationSvcRemote" xmlns:ns107="http://www.checkpoint.com/DleWebService/UpdatableObjectsSvcRemote" xmlns:ns106="http://www.checkpoint.com/DleWebService/DebugUtilsSvcRemote" xmlns:ns105="http://www.checkpoint.com/DleWebService/ServiceRequestSvcRemote" xmlns:ns104="http://www.checkpoint.com/DleWebService/ValidationSvcRemote" xmlns:ns103="http://www.checkpoint.com/DleWebService/LockingSvcRemote" xmlns:ns102="http://www.checkpoint.com/management/objects/schema/AdrRelatedSchema" xmlns:ns101="ws:com.checkpoint.gsoap.sic_over_ssl_service" xmlns:ns100="http://www.checkpoint.com/DleWebService/LegacyGatewayObjectCrudSvcRemote" xmlns:ns99="http://www.checkpoint.com/DleWebService/IotSvcRemote" xmlns:ns98="http://www.checkpoint.com/management/objects/schema/ProvisionClasses" xmlns:ns97="http://www.checkpoint.com/DleWebService/QueryCommonSvcRemote" xmlns:ns96="http://www.checkpoint.com/DleWebService/DeploymentSvcRemote" xmlns:ns95="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/Appi" xmlns:ns94="http://www.checkpoint.com/DleWebService/ErrorMessagesRepositorySvcRemote" xmlns:ns93="http://www.checkpoint.com/management/objects/schema/DlpObjects" xmlns:ns92="http://www.checkpoint.com/management/objects/schema/UserCheck" xmlns:ns91="http://www.checkpoint.com/management/objects/schema/vsec_lic" xmlns:ns90="http://www.checkpoint.com/management/objects/schema/ApplicationServicesObjects" xmlns:ns89="http://www.checkpoint.com/management/objects/schema/AntiMalware" xmlns:ns88="http://www.checkpoint.com/management/objects/schema/LdapObjects" xmlns:ns87="http://www.checkpoint.com/DleWebService/DbSyncStatusRemote" xmlns:ns86="http://www.checkpoint.com/DleWebService/FileSvcRemote" xmlns:ns85="http://www.checkpoint.com/DleWebService/IpsUpdateSvcRemote" xmlns:ns84="http://www.checkpoint.com/DleWebService/DereferencingSvcRemote" xmlns:ns83="http://www.checkpoint.com/DleWebService/UpgradeManagerSvcRemote" xmlns:ns82="http://www.checkpoint.com/DleWebService/ParsersConfigurationRemoteSvc" xmlns:ns81="http://www.checkpoint.com/DleWebService/ApiExportDatabaseSvcRemote" xmlns:ns80="http://www.checkpoint.com/management/objects/schema/ApiObjects" xmlns:ns79="http://www.checkpoint.com/DleWebService/AccessPolicyContainerSvcRemote" xmlns:ns78="http://www.checkpoint.com/DleWebService/VsecLicSvcRemote" xmlns:ns77="http://www.checkpoint.com/DleWebService/SmartLogSvcRemote" xmlns:ns76="http://www.checkpoint.com/management/objects/schema/NatRulebase" xmlns:ns75="http://www.checkpoint.com/management/objects/schema/DemoBladeObjects/AppiRulebase" xmlns:ns74="http://www.checkpoint.com/DleWebService/AdminsMgmtSvcRemote" xmlns:ns73="http://www.checkpoint.com/management/objects/schema/deployment" xmlns:ns72="http://www.checkpoint.com/DleWebService/CloudQuerySvcRemote" xmlns:ns71="http://www.checkpoint.com/management/objects/schema/LdapWebService" xmlns:ns70="http://www.checkpoint.com/management/objects/schema/UserCheckObjects" xmlns:ns69="http://www.checkpoint.com/DleWebService/PermissionManagerSvcRemote" xmlns:ns68="http://www.checkpoint.com/management/objects/schema/GoldServicesObjects" xmlns:ns67="http://www.checkpoint.com/management/objects/schema/Grc" xmlns:ns66="http://www.checkpoint.com/management/objects/schema/Scrubbing" xmlns:ns65="http://www.checkpoint.com/DleWebService/PolicyPackageSvcRemote" xmlns:ns64="http://www.checkpoint.com/DleWebService/ObjectCrudSvcRemote" xmlns:ns63="http://www.checkpoint.com/management/objects/schema/TLSInspectionRulebase" xmlns:ns62="http://www.checkpoint.com/management/objects/schema/gateway_legacy" xmlns:ns61="http://www.checkpoint.com/DleWebService/DomainManagementSvcRemote" xmlns:ns60="http://www.checkpoint.com/DleWebService/FolderCrudSvcRemote" xmlns:ns59="http://www.checkpoint.com/management/objects/schema/RflServerObjects" xmlns:ns58="http://www.checkpoint.com/DleWebService/RulebaseCrudSvcRemote" xmlns:ns57="http://www.checkpoint.com/DleWebService/AccessCtrlPolicySvcRemote" xmlns:ns56="http://www.checkpoint.com/DleWebService/QuerySvcRemote" xmlns:ns55="http://www.checkpoint.com/DleWebService/GatewayApiObjectSvcRemote" xmlns:ns54="http://www.checkpoint.com/management/objects/schema/Compliance" xmlns:ns53="http://www.checkpoint.com/DleWebService/PolicyInstallationSvcRemote" xmlns:ns52="http://www.checkpoint.com/management/objects/schema/PolicyInstallationService" xmlns:ns51="http://www.checkpoint.com/management/objects/schema/RealmsSchema" xmlns:ns50="http://www.checkpoint.com/DleWebService/ExecuteCommandSvcRemote" xmlns:ns49="http://www.checkpoint.com/management/objects/schema/Threat" xmlns:ns48="http://www.checkpoint.com/management/objects/schema/DleWebService" xmlns:ns47="http://www.checkpoint.com/DleWebService/IpsProtectionsOverrideRemoteSvc" xmlns:ns46="http://www.checkpoint.com/management/objects/schema/IPS" xmlns:ns45="http://www.checkpoint.com/management/objects/schema/ConnectraClasses" xmlns:ns44="http://www.checkpoint.com/management/objects/schema/Appfw" xmlns:ns43="http://www.checkpoint.com/management/objects/schema/gateway" xmlns:ns42="http://www.checkpoint.com/management/objects/schema/Queries" xmlns:ns41="http://www.checkpoint.com/management/objects/schema/IpsClasses" xmlns:ns40="http://www.checkpoint.com/management/objects/schema/SemSyncClasses" xmlns:ns39="http://www.checkpoint.com/DleWebService/ComplianceSvcRemote" xmlns:ns38="http://www.checkpoint.com/DleWebService/VSXCommandsSvcRemote" xmlns:ns37="http://www.checkpoint.com/management/objects/schema/PolicyPackage" xmlns:ns36="http://www.checkpoint.com/DleWebService/InstallPolicySvcRemote" xmlns:ns35="http://www.checkpoint.com/DleWebService/TlsInboundCertificateCrudSvcRemote" xmlns:ns34="http://www.checkpoint.com/management/objects/schema/TLSInboundCertificate" xmlns:ns33="http://www.checkpoint.com/DleWebService/BladeDeactivationSvcRemote" xmlns:ns32="http://www.checkpoint.com/DleWebService/AppfwSvcRemote" xmlns:ns31="http://www.checkpoint.com/management/objects/schema/BladesCommon" xmlns:ns30="http://www.checkpoint.com/DleWebService/PerformanceTestSvcRemote" xmlns:ns29="http://www.checkpoint.com/management/objects/schema/ManagementBlade" xmlns:ns28="http://www.checkpoint.com/DleWebService/RuleHitCountRemoteSvc" xmlns:ns27="http://www.checkpoint.com/management/objects/schema/Dlp" xmlns:ns26="http://www.checkpoint.com/management/objects/schema/AccessCtrlObjects" xmlns:ns25="http://www.checkpoint.com/DleWebService/FwmSvcRemote" xmlns:ns24="http://www.checkpoint.com/management/objects/schema/APPIUpdates" xmlns:ns23="http://www.checkpoint.com/management/objects/schema/CdmCommandsObjects" xmlns:ns22="http://www.checkpoint.com/management/objects/schema/IdentityAwarenessClasses" xmlns:ns21="http://www.checkpoint.com/management/objects/schema/AccessCtrlRulebase" xmlns:ns20="http://www.checkpoint.com/DleWebService/CloudSvcRemote" xmlns:ns19="http://www.checkpoint.com/management/objects/schema/cloud" xmlns:ns18="http://www.checkpoint.com/DleWebService/ThreatPolicyRemoteSvc" xmlns:ns17="http://www.checkpoint.com/management/objects/schema/ThreatRulebase" xmlns:ns16="http://www.checkpoint.com/management/objects/schema/RulebaseObjects" xmlns:ns15="http://www.checkpoint.com/DleWebService/GlobalDomainAssignmentSvcRemote" xmlns:ns14="http://www.checkpoint.com/DleWebService/MgmtHaSvcRemote" xmlns:ns13="http://www.checkpoint.com/DleWebService/CommandLineSvcRemote" xmlns:ns12="http://www.checkpoint.com/DleWebService/LoginSvcRemote" xmlns:ns11="http://www.checkpoint.com/management/objects/schema/Objects" xmlns:ns10="http://www.checkpoint.com/DleWebService/RflAssistRemote" xmlns:ns9="http://www.checkpoint.com/DleWebService/AppUpdateSvcRemote" xmlns:ns8="http://www.checkpoint.com/management/objects/schema/DleServerCoreSvc" xmlns:ns7="http://www.checkpoint.com/DleWebService/LegacyObjectSicSvcRemote" xmlns:ns6="http://www.checkpoint.com/DleWebService/LinksManagerSvcRemote" xmlns:ns5="http://www.checkpoint.com/management/objects/schema/FwParsersSettings" xmlns:ns4="http://www.checkpoint.com/DleWebService/WorkSessionMgmtSvcRemote" xmlns:ns3="http://www.checkpoint.com/management/objects/schema/Classes" xmlns:ns2="http://www.checkpoint.com/management/objects/schema/BaseObjects"> <ns13:return>false</ns13:return> </ns13:isAssistantPageAvailableResponse> </soap:Body></soap:Envelope>
[1] [24 Jan 2023 16:20:14,771] (DEBUG) CP.GuiInfrastructure.BasePageContainer - PageContainer loaded - Done. (Type = [CP.GuiInfrastructure.Views.MultiPagesContainer]; CurrNavItem = [Name = Preferences (DisplayName = Preferences); URI = ; (OwnViewURL = nav://Management_Preferences/) (HasParams = True); IsShared = False; WrapperType = CP.GuiInfrastructure.Views.MultiPagesContainer,CP.GuiInfrastructure.Views (HasParams = False); RelevancyExpression = [<null>]; URL = <null>])
[1] [24 Jan 2023 16:20:14,813] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M2,4C2,4 2,3 2,3 2,3 3,3 3,3 3,3 3,2 3,2 3,2 4,2 4,2 4,2 4,3 4,3 4,3 5,3 5,3 5,3 5,4 5,4 5,4 6,4 6,4 6,4 6,5 6,5 6,5 1,5 1,5 1,5 1,4 1,4 1,4 2,4 2,4z
[1] [24 Jan 2023 16:20:14,813] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,3C6,3 6,4 6,4 6,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,4 4,4 4,4 3,4 3,4 3,4 3,3 3,3 3,3 2,3 2,3 2,3 2,2 2,2 2,2 7,2 7,2 7,2 7,3 7,3 7,3 6,3 6,3z
[1] [24 Jan 2023 16:20:14,869] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M2,4C2,4 2,3 2,3 2,3 3,3 3,3 3,3 3,2 3,2 3,2 4,2 4,2 4,2 4,3 4,3 4,3 5,3 5,3 5,3 5,4 5,4 5,4 6,4 6,4 6,4 6,5 6,5 6,5 1,5 1,5 1,5 1,4 1,4 1,4 2,4 2,4z
[1] [24 Jan 2023 16:20:14,869] (DEBUG) CP.GuiInfrastructure.IconPathToBrushConverter - THIS CONVERTER IS DEPRECATED - use a DrawingBrush instead of the following path: F1M6,3C6,3 6,4 6,4 6,4 5,4 5,4 5,4 5,5 5,5 5,5 4,5 4,5 4,5 4,4 4,4 4,4 3,4 3,4 3,4 3,3 3,3 3,3 2,3 2,3 2,3 2,2 2,2 2,2 7,2 7,2 7,2 7,3 7,3 7,3 6,3 6,3z
[1] [24 Jan 2023 16:20:14,970] (DEBUG) CP.GuiInfrastructure.SmartLinkUtils - SmartLink - Provider did not take care of navigation - updating the NavigationUtils.CurrentPageContainer to be: CP.GuiInfrastructure.Views.MultiPagesContainer
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic after navigation to item selected index 6
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic save persistency selected object MANAGE &
SETTINGS index 6
[1] [24 Jan 2023 16:20:14,971] (DEBUG) AppShellUI.MainTopicPicker - MainTopicPicker NavigateToTopic exit BeginInvoke after selection changed selected index 6 SelectionMode=Single
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=81.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP.GuiInfrastructure.ListViewExtensionMethods - Resizing grid: AvailableSpace=577.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=91.2
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Name: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Provider: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,176] (DEBUG) CP1GuiInfrastructureg - Resizing column Installed Locations: Predefined-Width=*, GivenWidth=197.4
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=81.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP.GuiInfrastructure.ListViewExtensionMethods - Resizing grid: AvailableSpace=577.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Enabled: Predefined-Width=Auto, GivenWidth=91.2
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Name: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Provider: Predefined-Width=*, GivenWidth=144.3
[1] [24 Jan 2023 16:20:15,191] (DEBUG) CP1GuiInfrastructureg - Resizing column Installed Locations: Predefined-Width=*, GivenWidth=197.4
[1] [24 Jan 2023 16:20:16,417] (INFO ) CP.Infrastructure.LoggingUtils - Rolling file appender - Switch minimal log level back to ERROR