How to view my FactoryTalk Logs on my DeviceLink Agent?
This article includes steps needed to view your Rockwell FactoryTalk logs in the event that they are needed for DeviceLink Agent troubleshooting
FactoryTalk Administration Console Logs
The FactoryTalk Administration Console logs are vital for diagnosing issues within the FactoryTalk Directory system. These logs contain detailed information about configuration changes, client connections, and error messages.
Steps to Access FactoryTalk Administration Console Logs:
- Open the FactoryTalk Administration Console.
- Navigate to Tools > FactoryTalk Diagnostics > Viewer from the main menu.
- The Diagnostics Viewer will open. From there, click File > Export Messages to export the logs.
FactoryTalk Event Logs
FactoryTalk Event Logs record critical events related to system operations, including server startups, client connections, and system errors. Analyzing these logs can help trace the root cause of system failures.
Steps to Access FactoryTalk Event Logs:
- Open the Event Viewer from the Windows Start menu.
- Navigate to Applications and Services Logs.
- Expand FactoryTalk Diagnostics.
- Right-click the log you wish to analyze (e.g., FactoryTalk Diagnostics) and select Save All Events As...
- Save the file in .evtx format for later analysis.
Windows Event Logs: Logon and Logoff Events
Windows Event Logs are essential for tracking system activities, including user logon and logoff events. This is especially important when monitoring service account activities as service accounts used by the Agent as a Service.
Steps to Access Logon and Logoff Events:
- Open the Event Viewer.
- Navigate to Windows Logs > Security.
- Use the Filter Current Log option to display specific events:
- Logon: Event ID 4624 (indicates a successful login)
- Logoff: Event ID 4634 (indicates a successful logoff)
- Failed Logon: Event ID 4625 (indicates a failed login attempt)
- Credential Manager credential use: Event ID 5379 (indicates usage of service account credentials)
- Right-click on the filtered log entries and select Save Filtered Log File As...
- Save the logs in .evtx format for later analysis. Windows Event Logs for logon and logoff events are essential for tracking user activity, including successful and failed authentication attempts.