Marius Wirtz
Marius Wirtz
I built this for a project the other day in which we needed warning and error logs not just written to a local python log file but also delegated to...
Thanks, @rclapp. Logguru looks very human-friendly. That nice. I will check it out.
Are you trying to use TM1py with CAM SSO? If yes, does SSO work in your environment for other TM1 clients like TM1web or Architect/Perspectives?
@aagrawal12 be careful, the namespace is case sensitive.
@aagrawal12, We have an open discussion about (potential) issues with CAM SSO. Can you please try to follow the steps discussed here: https://github.com/cubewise-code/tm1py/issues/399#issuecomment-729668567 The MR has been merged in the...
Hi @aagrawal12, could you please try if the below workaround proposed by @ChristianThieme works for you? https://github.com/cubewise-code/tm1py/issues/124#issuecomment-491852908
@meyersrl can you confirm that the issue persists after you made the following change to the Cognos configuration: - Security -> Authentication -> Cognos -> Allow Anonymous Access? to **True**....
This is definitely related to encoding. I think Arc does something differently than TM1py.
Hi @scrumthing, please install the issue branch and see if it resolves the issue `pip install https://github.com/cubewise-code/tm1py/archive/issue/process-ui-data-encoding.zip --upgrade`
I would like to simplify it. So you are suggesting that for all dimensions on the rows/columns, we retrieve the "Member Properties" by default, right? In the `get_member_properties` function, there...