Skip to main content

1E 8.1 (on-premises)

Configuration issues

Configuration issues that may prevent data getting into Tachyon Experience.

No data in Tachyon Experience

Component

Things to Check

Notes

Tachyon Coordinator

Log file (%programdata%\1E\Tachyon\Tachyon.Coordinator.log)

  • Check for log entries like the following to ensure that the Coordinator is successfully initiating data processing:

    INFO AggregateSoftwarePerformance - Starting full aggregation of software performance (or Starting incremental aggregation of software performance)
    INFO AggregateSoftwarePerformance - Software performance aggregation results
  • Ensure no errors are reported in the Coordinator log.

  • Additional logging of the data processing can be found in the SQL table TachyonExperience.dbo.ProcessLog, such as tasks performed, time taken and row counts. The same data is logged into the coordinator log file.

Note

The following value in %programfiles%\1E\Tachyon\Coordinator\Tachyon.Server.Coordinator.exe.config controls the frequency with which the Coordinator initiates cube processing.

<add key="ExperienceSync" value="0 2 * * * ExperienceSynchronization" /> (2am is the default)

It is not recommended that this value be changed.

1E Licensing

License file (%programdata%\1E\Licensing\Tachyon.lic

Ensure the Tachyon Server is licensed for Tachyon Experience:

<Feature name="TachyonPlatform">
<Consumer name="Platform" enable="on"> </Consumer>
<Consumer name="Experience" enable="on"> </Consumer>
Aggregated Software Data

Ensure software aggregated data has been populated

Check the LastProcessed setting in the TachyonExperience.dbo.GlobalSettings table for the last processed time. To check the sizes of aggregation tables, run a DB report Disk usage by table and verify that dbo.SoftwarePerformance_xx tables have non zero records.

230721665.png