Skip to content

SOP - Collecting Rover, QM, and M3 Services Support Logs

Purpose

Use this SOP to identify and collect the most relevant logs and troubleshooting artifacts for Rover, QM, and M3 Services support cases.

Scope

This SOP covers:

  • Rover install and deployment issues
  • Rover client configuration issues
  • Legacy M3 client issues
  • M3 Services status/history issues
  • Login and logout audit requests

SOP

1. Identify the symptom

SymptomPrimary artifact to collect
Rover install failed or upgrade failedRover MSI verbose install log
Silent install did not apply settingsRover MSI verbose install log
Rover client settings are wrong or missingconfiguration.json and settings.json
Legacy M3 client issueSession activity log
Need live host/client troubleshooting for legacy M3Debug Window output
Batch service did not start or stopped unexpectedlyService status log entries in BS.E
Need user login/logout historyUSERLOG.R1 output
QM issueNo publicly documented QM support log verified

2. Collect the correct log or artifact

Product / componentArtifactWhat it is used forHow to collectLocation
Rover desktop installerMSI verbose install logInstall, upgrade, deployment, and CLI property troubleshootingRe-run installer with verbose logging, for example: msiexec /i "rover-installer.msi" /l*v "C:\Logs\rover_install.log"Whatever path is specified in the msiexec /l*v command
Rover desktop clientconfiguration.jsonVerifies connection settings, field visibility, and read-only stateCopy file from user profile%APPDATA%\Zumasys\Rover\configuration.json
Rover desktop clientsettings.jsonVerifies stored client settings such as AllowMultipleConfigsCopy file from user profile%APPDATA%\Zumasys\Rover\settings.json
Legacy M3 clientSession activity logCaptures session-level client activity for troubleshootingEnable logging, reproduce issue, collect logSame folder as the M3 client program
Legacy M3 clientDebug WindowDisplays live traffic between host and clientEnable Debug Window and capture the displayed dataNo documented file location
M3 Services / batch servicesService status log entriesConfirms process start/stop history and recent service eventsReview service history in BS.ENo documented filesystem path
Rover / M3 applicationUSERLOG.R1 outputConfirms who logged in, from where, and whenRun USERLOG.R1 with needed filters and export/print resultsReport output, not a documented OS log file
QMSeparate QM support logNot publicly documented in reviewed sourcesNot currently documentedNot currently documented

3. Add case notes before escalation

Record the following in the ticket:

  • exact issue description
  • date and time of issue
  • affected user and workstation
  • environment or account
  • steps to reproduce
  • artifact collected
  • whether the issue was reproduced while logging was enabled

4. Escalation notes

Escalate after collecting the primary artifact for the symptom. Include:

  • the collected file or report output
  • screenshots where applicable
  • whether issue is reproducible
  • any missing documented log source, especially for QM or M3 Services file-path questions

Known gaps

AreaGap
QMNo verified public documentation for a distinct support log name or path
Rover desktop runtime loggingNo verified public documentation for a separate runtime log file path
M3 Services file storageNo verified public documentation for a filesystem location of retained service logs

Internal note

Some items in this SOP are troubleshooting artifacts rather than traditional log files. They are included because support commonly needs them and they are documented as part of troubleshooting.