All eazyBI for Jira eazyBI for Confluence Private eazyBI

Troubleshooting
eazyBI for Jira eazyBI for Confluence

On this page:

Installation

Jira issues import

Import error notification email

If the scheduled data import fails with an error, eazyBI automatically tries to reimport data 10 minutes after the failed import and repeats these attempts 9 more times. Note that import itself might take some time until it fails and eazyBI starts reimporting data 10 minutes later. After the 10th unsuccessful import attempt, a notification email would be sent to the eazyBI account's owner and the user who authorized data import from Jira. If eazyBI can not detect the owner or authorized import user, the notification will be sent to the technical contact registered for the eazyBI app license. 

eazyBI log files

eazyBI stores its log files in the Atlassian product (Jira or Confluence) home directory log subdirectory. You can find the home directory location in the Jira or Confluence Administration section:

On the server, in the home directory, look for the eazyBI log files:

You can download a ZIP archive with all eazyBI logs from the Troubleshooting page as well.

If you have enabled Mondrian logging - Mondrian log files won't be included in the ZIP archive because of their possible huge size. You can access Mondrian log files only directly in the file system.

Reports

Backup for eazyBI

eazyBI stores data in its own database, so Jira backup does not include eazyBI data. To back up eazyBI on Jira Datacenter, you should use a backup tool provided by your database server. A good practice would be creating a daily backup task. 

Only back up the main eazyBI database/schema. Data warehouse databases/schemas generated by eazyBI don't require backup. They can be restored by running data import. The exception is the Confluence data source, where some data may not be recreatable.

HAR file

HAR is the short form for HTTP ARchive format, which tracks all the logging of a web browser's interaction with a site.

HAR files can be a requirement for troubleshooting issues, specifically for problems listed below:

First-line troubleshooting can be conducted by following this guide. Providing this information to the support team will help expedite the troubleshooting process.

  1. Open problematic page
  2. Open Developer Tools using Keyboard Shortcut (⌘⌥ + i on OS X, Ctrl + Shift + i on Linux, F12 on Windows)
  3. Navigate to the Network tab on the Developer Tools
  4. Reload problematic page so that all network traffic is recorded
  5. Right-click on the Developer Tools and Select Save as HAR with content

Send us a generated HAR file.

Please read about HAR files for other browsers here.