FastStats Service not producing log files

FastStats Service not producing log files

The obvious thing to check is that the log file path and file name has been configured and that this exists.


It is also worth checking the Log level. If this is set to Warning or Error then it will only write out warnings and errors. Try setting this to Verbose.

The other thing to check is that the user that is running the FastStats Service has access to the Log file location. You can check this from Windows' Services or by looking within the FastStats Configurator (you might need to scroll the window to the right to see the Account field):


The other thing to check is that the connection string to the FS_Config database is not set to use a Trusted Connection but the user that is being used to run the FastStats Service is not permitted to access the FS_Config database within SQL Server. If this is the case then the FastStats Service would not be able to find a valid configuration. In this scenario, you would get an error logged into Windows' Event Viewer.

To check the connection string to the FS_Config database, choose Manage Services and then select Edit database config


If this is set to use a Trusted Connection then try changing this to the 'faststats_service' SQL Server user.

If there are errors reported within Windows' Event Viewer then it is worth ensuring that crash dumps have been configured.

From the File menu of the FastStats Configurator choose User Mode Dump Configuration


Make sure the Dump folder is set to a location to which the faststats service can write and that the Dump Count value is greater than 0.

You will need to restart the FastStats Service in order for the changes to take effect.

    • Related Articles

    • Limits issue within FastStats

      We’ve found and fixed an issue with the query component, where in rare situations we didn’t fully clear the limit properties between queries. This could cause a query limit clause to be mistakenly applied to a subsequent query. To apply this fix: ...
    • How can I schedule the Variable Scanner?

      It is possible to schedule the running of the Variable Scanner by using a command line and then using Windows' Task Scheduler in order to schedule the batch file. Firstly, you need to install and configure the Variable Scanner so that it scans your ...
    • PS Unable to find the versioned file

      In Q3 23 we changed the default stance on versioned selections to error if it can not find the latest version available for the selection that is being used in the Campaign. To revert this back to use versioned files in the db, please set this in the ...
    • Admin User cannot see Users Explorer tab or Licences and Bundles screen in FastStats

      A user who believed they were set up as an admin user, reported logging into FastStats but not seeing either the Users tab or the Administration options. After checking the users settings were correct, we realised that in this case the issue was ...
    • Error Message with Login Service on new Orbit setup

      A user queried a message received in Orbit whilst moving a system to AWS. Everything seemed to be working correctly so he questioned the message given: Our answer was that the Login Service is something we use as part of the SSO login process. ...