#ProcessOlap - The attribute Unit does not have any members
#Problem
There will be times that when running the ProcessOlap command, the following error occurs:
#Resolution
Use the following list of suggestions to troubleshoot the issue:
#Check if data was loaded and processed
Follow these instructions to check if data was loaded and processed from the the Open iT Core Server database:
Go to the Analysis Server Log directory, which is by default in
C:\Program Files\OpeniT\Analysis Server\Log
.Open the
OpeniT.Server.Etl.Console.log
log file.Look for the latest execution of ProcessSQL.
Verify that the InsertNewLicenses affected rows is greater than zero (0).
If the affected rows are zero, run the command RunEtl and make sure that data is loaded and processed.
#Check the configured Core Server Database Path
Follow these instructions to check if the configured Core Server database path is correct:
Go to the Configuration page under the Administration tab of the Analysis Server web interface.
Look for the configuration key Root.Etl.CoreDatabasePath.
Verify that the value of the key is correct.
Analysis Server Troubleshooting: Check Core Server Database PathIf the value is incorrect, update the configuration key and execute the command RunEtl using the Analysis Server console.