This error means that the versions of Flexmonster Accelerator and Flexmonster Pivot are not compatible. To fix this error, update both products to the latest available version. Refer to the Updating to the latest version guide for more details.
This error means that the versions of Flexmonster Accelerator and Flexmonster Pivot are not compatible. To fix this error, update both products to the latest available version. Refer to the Updating to the latest version guide for more details.
This error occurs when the Accelerator cannot bind to the specified port. Even if the port is free, Windows may have reserved it at the system level.
To diagnose the issue, run the following command:
netsh int ipv4 show excludedportrange protocol=tcp
If the port you specified in flexmonster.config falls within one of the listed ranges, it is reserved by the system and cannot be used. Change the port to one outside the reserved range.
This error may be caused by one of the following:
This error occurs when the Accelerator cannot find the specified cube and can be caused by one of the following:
This error is caused by a limitation or misconfiguration in SSAS. To handle this scenario on Flexmonster’s side, we recommend reducing the amount of returned data. This can be done by:
Using filters allows switching between different subsets of data that were not initially loaded, while a subquery cuts off part of the data entirely and prevents it from being loaded at all.
This error may be caused by the incorrect WINDOWS_AUTH configuration:
WINDOWS_AUTH=false, the Accelerator connects to SSAS under its service account. If this account is not an SSAS administrator and is not added to any cube role, SSAS rejects the connection. To fix this, either add the service account to a role in SSAS or change the account under which the Accelerator service runs in services.msc.WINDOWS_AUTH=true and the app is hosted on a different server, requests may be failing due to CORS restrictions. Make sure ALLOW_ORIGIN in flexmonster.config is set to the exact origin of your application (not *), and that dataSource.withCredentials is set to true. For more details, refer to Configuring the authentication process.By default, caching is enabled in the Accelerator. When the underlying database changes, Flexmonster may still display old data because the cache is no longer up to date. It is possible to disable the cache with the CACHE_ENABLED parameter in the flexmonster.config file:
CACHE_ENABLED = false
Access flexmonster.config through the Flexmonster Accelerator Manager.
Try the following steps:
If you still need additional help, collect the flexmonster.log file, the saved report configuration, and the Accelerator version, and contact our technical support.