Business Central Server admin and operational events (EventViewer) list
APPLIES TO: Business Central on-premises
Events have the source BusinessCentralServer$[ServerInstance]
. Each event has a unique ID and is assigned to a task category. The source, IDs, and task categories enable you to filter the events that display in Event Viewer. For a description of the task categories, see Task Categories.
The following table lists the events that are generated by the Business Central Server.
Event ID | Level | Task category | Channel | Message/Remarks |
---|---|---|---|---|
112 | Error | 12 | Operational | Message: Fatal Sql error. The connection can no longer be used. Remarks: An error occurred on the connection from the Business Central Server instance to the SQL database and the connection could not been established. This error could be caused by one of the following reasons: - The Business Central Server has been stopped. - The SQL server connection settings are incorrect - A network failure has occurred. - A hardware failure has occurred on the server or on your computer. To resolve this issue, try to restart the Business Central Server or see Troubleshooting: A fatal error occurred. The connection to SQL server cannot be established. |
113 | Information | 12 | Operational | Message: Object Change Listener is listening on SQL Server '{0}'in Database'{1}'. Remarks: Occurs when the Business Central Server instance has established a connection to the SQL database. The Change Listener object listens for changes to application objects in the Business Central database. |
200 | Error | 12 | Admin | Remarks: This event ID is used for various errors that occur on Business Central Server instances. These events indicate that the Business Central Server instance is not operating. View the details of each message to determine the cause of the problem. |
201 | Information | 12 | Operational | Remarks: This event ID is used for various information messages that occur on Business Central Server instances. These events are typical conditions and are for information only. |
202 | Warning | 12 | Admin | Remarks: This event ID is used for various warning messages that occur on Business Central Server instances. These events indicate that an unexpected condition occurred on the Business Central Server instance. In most cases, the Business Central Server instance will still be operational. View the details of each message to determine the cause of the problem. |
205 | Information | 8 | Operational | Message: 'Microsoft Dynamics NAV Data Service' is listening to requests at net.tcp://[Server]:[Port]/[ServerInstance]/OData Remarks: Indicates that the listening port for OData web services has been opened on the Business Central Server instance and it is ready to handle OData requests. Typically, this condition occurs when the Business Central Server instance starts. |
206 | Information | 11 | Operational | Message: 'Microsoft Dynamics NAV Data Service' at net.tcp://[Server]:[Port]/[ServerInstance]/OData has stopped. Remarks: Indicates that the listening port for OData web services on the Business Central Server instance has been closed. Typically, this condition occurs when the Business Central Server instance is stopped. |
207 | Information | 8 | Operational | Message: 'Microsoft Dynamics NAV Business Web Services' is listening to requests at net.tcp://[Server]:[Port]/[ServerInstance]/WS/Service Remarks: Indicates that the listening port for SOAP web services has been opened on the Business Central Server instance and it is ready to handle SOAP requests. Typically, this condition occurs when the Business Central Server instance starts. |
208 | Information | 11 | Operational | Message: 'Microsoft Dynamics NAV Business Web Services' at net.tcp://[Server]:[Port]/[ServerInstance]/WS/Services has stopped. Remarks: Indicates that the listening port for SOAP web services has been closed. Typically, this condition occurs when the Business Central Server instance is stopped. |
209 | Information | 8 | Operational | Message: 'Microsoft Dynamics NAV Service' is listening to requests at net.tcp://[Server]:[Port]/[ServerInstance]/Service Remarks: Indicates that the listening port for Dynamics NAV Client connected to Business Central has opened and it is ready for Dynamics NAV Client connected to Business Central connections. Typically, this condition occurs when the Business Central Server instance starts. |
210 | Information | 11 | Operational | Message: 'Microsoft Dynamics NAV Service' at net.tcp://[Server]:[Port]/[ServerInstance]/Service has stopped. Remarks: The listening port for Dynamics NAV Client connected to Business Central has closed. Typically, this condition occurs when the Business Central Server instance is stopped. |
211 | Information | 12 | Operational | Remarks: This event ID is used for various information messages that are generated by Microsoft Dynamics NAV Application Server (NAS) and background sessions. Because NAS does not have a user interface, events are used to provide operational information to administrators or developers. |
214 | Information | 8 | Operational | Message: 'Microsoft Dynamics NAV Service' is listening to requests at net.tcp://[Server]:[Port]/[ServerInstance]/ManagementService. Remarks: Indicates that the listening port for Business Central Server Administration tool has been opened on the Business Central Server instance. Typically, this condition occurs when the Business Central Server instance starts. |
215 | Information | 11 | Operational | Message: 'Microsoft Dynamics NAV Service' at net.tcp://[Server]:[Port]/[ServerInstance]/ManagementService has stopped. Remarks: Indicates that the listening port for the Business Central Server Administration tool has closed. Typically, this condition occurs when the Business Central Server instance is stopped. |
216 | Error | 13 | Admin | Remarks: This event ID is used for various errors that occur when the Business Central Server cannot start or establish a connection to the Business Central database on SQL Server. These events are caused by unhandled exceptions that are thrown the Business Central Server instances and indicate that an unrecoverable condition has occurred. The errors can be caused by an incorrect configuration of the Business Central Server or the Microsoft SQL Server connection. To resolve errors, verify the Business Central Server and SQL Server configuration. Learn more in Configuring Business Central Server and Troubleshooting: SQL Server Connection Problems. |
217 | Information | 13 | Operational | Remarks: This event ID is used for various information messages that occur when the Business Central Server starts and establishes a connection to the Business Central database on SQL Server. These events are caused by exceptions that are thrown by the Business Central Server instances. These events are typical conditions and are for information only. |
218 | Warning | 13 | Admin | Remarks: This event ID is used for various warnings that occur when the Business Central Server starts and establishes a connection to the Business Central database on SQL Server. These events are caused by handled exceptions that are thrown by the Business Central Server instances. Typically, the Business Central Server will continue to operate, but you should address the problem that is described in the event message. |
219 | Information | 12 | Operational | Message: Microsoft Dynamics NAV Application Server for tenant '[TenantID]' is scheduled to start with the following configuration: Company: [CompanyName], Codeunit: [StartupCodeunitID], Method: [StartupMethod], Arguments: [StartupArguments] Remarks: Refers to NAS service only. Indicates that the NAS service is scheduled to start. |
220 | Information | 12 | Operational | Message: Microsoft Dynamics NAV Application Server for tenant '[TenantID]' has completed. Remarks: Refers to NAS service only. Indicates that the NAS service has started successfully. |
221 | Error | 12 | Admin | Message: The Microsoft Dynamics NAV Application Server session for tenant '[TenantID]' has failed and will be restarted. Reason: [Message] Remarks: Refers to NAS service only. Indicates that an exception has occurred and NAS service did not start. NAS service will attempt to start again. |
222 | Error | 12 | Admin | Message: The Microsoft Dynamics NAV Application Server session for tenant '[TenantID]' has permanently failed and will not be restarted. Reason: [Message] Remarks: Refers to NAS service only. Indicates that an exception has occurred and NAS service did not start. The NAS service will not be restarted because the maximum number of times that service can attempt to restart has been met. This value is specified by the NASServicesRetryAttemptsPerDay in the CustomSetting.xml file for the Business Central Server instance. Learn more in Configuring NAS Services. |
223 | Information | 12 | Operational | Message: The service is initializing its configuration. Remarks: Occurs when the Business Central Server instance has been started but is not ready for use. The Business Central Server instance is loading the configuration settings that are specified in the CustomSettings.xml file. For more information about the CustomSettings.xml file, see Configuring Business Central Server. |
224 | Information | 12 | Operational | Message: The service has completed configuration and is ready. Remarks: Occurs when the Business Central Server is started and is ready for use. |
225 | Information | 12 | Operational | Message: The service is shutting down. Remarks: Occurs when Business Central Server is stopped. |
226 | Information | 12 | Operational | Message: The NAV application was mounted from database '[DatabaseName]' on database server '[SQLServerInstance]'. Remarks: Refers to Business Central Server instances that are used in a multitenant environment. Indicates that the Business Central Server instance is connected to the Business Central application in the specified application database. Typically, this condition occurs when the Business Central Server instance starts or the Mount-NAVApplication cmdlet is run. |
227 | Error | 12 | Admin | Message: The NAV application could not be mounted for database '[DatabaseName]' on database server '[SQLServerInstance]' due to the following error: [Message]. Remarks: Refers to Business Central Server instances that are configured for multitenancy. Indicates that the Business Central Server instance cannot connect the Business Central application in the specified application database. Verify that Business Central Server is configured to use the correct application database. Learn more in Migrating to Multitenancy. |
228 | Information | 12 | Operational | Message: Tenant '[Tenant]' was mounted from database '[DatabaseName]' on database server '[SQLServerInstance]'. Remarks: Refers to the Business Central Server instances that are configured for multitenancy. Indicates that the Business Central Server is connected to the tenant that is in the specified tenant database. Typically, this condition occurs when the Business Central Server instance starts or when the Mount-NAVTenantcmdlet is run. |
229 | Error | 12 | Admin | Message: Tenant '[TenantID]' could not be mounted due to the following error: [Message] Remarks: Refers to Business Central Server instances that are configured for multitenancy. Occurs when the Business Central Server instance cannot connect to the tenant database. |
230 | Information | 12 | Operational | Message: Tenant '[Tenant]' was dismounted. Remarks: Refers only to Business Central Server instances that are used in a multitenant environment. Typically, this condition occurs when the [Dismount-NAVTenant cmdlet is run. |
231 | Error | 12 | Admin | Remarks: This event ID is used for various errors that occur when authenticating a Business Central user who is trying to log on to the Business Central Server from a RoleTailored client. This event is caused by an error in the authentication system. This event is only relevant when the Business Central Server instance is configured for NavUserPassword or AccessControlService credential types. |
232 | Information | 12 | Operational | Message: A user successfully authenticated against the server. Remarks: This event occurs when a user successfully logs on to the Business Central Server instance from a RoleTailored client. This event is only relevant when the Business Central Server instance is configured for NavUserPassword or AccessControlService credential types. |
232 | Information | 12 | Operational | Message: A user provided invalid credentials. Authentication was not successful. Remarks: This event occurs when a user provides an invalid user name or password when the user logs on to the Business Central Server instance from a RoleTailored client. This event is only relevant when the Business Central Server instance is configured for NavUserPassword or AccessControlService credential types. |
233 | Information | 12 | Admin | Message: The session attempted to write to table '[Table Name]', but the write operation was rejected because it exceeds the optional table limit of the license. The license only permits writing to [Number] optional tables per session. The session has already written to the following tables: '[Table Name]', '[Table Name]', 'and [Table Name]'. Remarks: This event pertains to the limited user license that is used on the Business Central solution. A limited user license specifies how many optional tables a session can write to. For more information about licensing for Business Central, see Microsoft Dynamics Licensing Guide. |
700-706 | Critical, Error, Warning, Information | 33 | Admin | Telemetry events. You can configure the lowest level of telemetry events to be recorded in the event log by changing the Diagnostic Trace Level setting in the Business Central Server instance configuration. Learn more in Configuring Business Central Server. |
1000 | Error | 12 | Operational | Certificate monitoring has permanently failed and will not be restarted. Reason: [Message] Remarks: An unhandled exception occurred that prevents the certificate from being monitored. Note: Event IDs 1000 through 1006 refer to the security certificate that is used by the Business Central Server instance to protect communications with client or web services. Learn more in Using Security Certificates. |
1001 | Information | 12 | Operational | Message: Configuration setting 'ClientServicesCertificateThumbprint' has been updated. It will not take effect until the service is restarted. Remarks: Occurs when the security certificate that is used by Business Central Server has been replaced. The thumbprint is set by the ClientServicesCertificateThumbprint parameter in the CustomSetting.xml file for the Business Central Server. |
1002 | Error | 12 | Operational | Message: The service certificate is valid from [Date] to [Date] only. Remarks: Occurs when the security certificate that is used by the Business Central Server is not valid for use on the current date. |
1003 | Warning | 12 | Operational | Message: The service certificate is close to its expiration date. Remarks: Occurs for the first time 30 days before the expiration date of the security certificate that is used on the Business Central Server, and then one time each day until the certificate is replaced or renewed. |
1006 | Information | 12 | Operational | Message: Configuration setting 'ClientServicesCertificateThumbprint' has been updated. It will not take effect until the service is restarted. Remarks: Occurs when a new security certificate is applied on Business Central Server. The thumbprint is set by the ClientServicesCertificateThumbprint parameter in the CustomSetting.xml file for the Business Central Server. |
Task categories
Task categories logically classify events according to the operations that they perform. In Event Viewer, you can sort, include, or exclude events in the Windows Application log based on the task categories. A task category is defined by a decimal number. The following table lists the task categories that are associated with Business Central Server events.
Task category | Description |
---|---|
8 | Service connects to the Business Central Server instance. |
11 | Service disconnects from the Business Central Server instance. |
12 | Information, warning, or error message from the Business Central Server instance. |
13 | Exception thrown by Business Central Server. |
Related information
Monitoring Business Central Server Events Using Event Viewer
Monitoring Business Central Server Events