You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have found another (nice) edge case. If the }CubeProperties cube does not exist, }bedrock.cube.data.import fails for parameters pLogging 0 and 1. The error message is:
Prolog procedure line (992): Cube "}CubeProperties" Not Found
To Reproduce
Steps to reproduce the behavior:
Set up a new plain TM1 V11 Instance. Doublecheck that the }CubeProperties is not present.
Run with parameters pLogging = 0
The result is the error message from the description
Expected behavior
The }CubeProperties should be created implicitly.
Solution
Instead of reading the value directly from the cube, retrieve the logging status using CubeGetLogChanges(). This function creates the }CubeProperties if needed.
Version
OS: Windows Server 2016
TM1 Server Version: 11.8
The text was updated successfully, but these errors were encountered:
Describe the bug
I have found another (nice) edge case. If the }CubeProperties cube does not exist, }bedrock.cube.data.import fails for parameters pLogging 0 and 1. The error message is:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The }CubeProperties should be created implicitly.
Solution
Instead of reading the value directly from the cube, retrieve the logging status using
CubeGetLogChanges()
. This function creates the }CubeProperties if needed.Version
The text was updated successfully, but these errors were encountered: