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 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.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.