As Alan said, please raise an issue on the Cubewise Arc support portal: https://support.cubewise.com/code/arc/-/issues. This is the best place to go if you have a question or an issue with Arc.
Hi @pandeytm777, About Parallel loading, I would recommend you to read this article (https://code.cubewise.com/blog/4-ways-to-speed-up-your-processes-in-ibm-tm1-and-planning-analytics). It explains 4 different ways to do parallel loading in TM1. Tomok, MTQ and parallel loading are two separate thing...
Hi Neelutm1, Pulse v5.1.5 is a very old version of Pulse. I would highly recommend to upgrade to the latest version v5.8.2 which you can download here: https://forum.cubewise.com/t/pulse-release-v5-8-2/3166 In the future if you have an issue with Pulse, I would recommend to create an issue on the Pu...
If you want to boost your productivity as TM1 developer, Arc is the right tool for you! With its latest release v1.7, it is time to say goodbye to our good friend Architect and embrace Arc! Arc v1.7 includes 13 new features, 14 enhancements and 16 fixes: • A new cube viewer using a new grid. This me...
There is a Postman collection for the TM1 REST API available for free, I would recommend starting with this collection, just Google TM1 and Postman and you will find it. There are also articles which will explain to you how to connect to your TM1 instance.
Hi All, A new version of TM1py is now available, v1.3.1 . TM1py is an open source Python package that wraps the TM1 REST API in a simple-to-use library. That makes it easy to build stuff with TM1 and python. The main enhancement in this new version is the **support for SSO with CAM Security**, to au...
Hi roei61, It would help if you could add more information such as TM1 version (TM1py supports 10.2 FP5 as minimum), TM1 security, TM1py and Python version. If TM1py can't connect, check.py should generate an error, so I'm not sure why it froze. According to your screenshot, the Client CAMURI is emp...
A new version of Arc is now available. Arc v1.2 includes a new multi-window layout and a lot of other fixes and enhancements, more information in the release notes: https://github.com/cubewise-code/arc-issues/blob/master/releases/v1.2.0.md Download and try it for free for 3 months: https://code.cube...
Hi nikhilkaplish88, Yes Canvas has write back facility to TM1, it connects to TM1 using the TM1 REST API. Canvas is cell based oriented, it has a similar function has the DBRW which is called tm1-ui-dbr. With the tm1-ui-dbr, you can Write/Read to a TM1 cell. What is more is that you can even add a v...
TM1 Web is great to build TM1 applications but it has its limits. There are many application features which can’t easily be authored in Excel, which business users want and need...such as Search bar, Sort and Filter the table or do paging. All these features and more come as standard inclusions with...
Hi nlashin, You should definitely use Parallel processing in order to speed up your TI. If your TI copy a full year data from Cube A to cube B, instead of using one TI to copy the full year, you could run 12 TI, one TI load one month, it will run 12 times faster Parallel processing works very well w...
Hi iahobson, I think you're using PersistentFeeders ON, With persistent feeders, there are 2 important things that you need to know 1 - when you restart your TM1 instance, if the feeders file exists, TM1 will not recreate the feeders file. 2 - In the rule file, if you change a rule, TM1 will not rep...
Hi, I confirm as well that CAFE works with CAM security and you do not need to have Admin right to see a cube in CAFE. CAFE is using the TM1 web URL to connect to the cubes, I would recommend you to check if TM1 web is set up correctly. Configuring Perspective to work with CAM Authentication is quit...
Hi, Could you check if your TI are calling the "Securityrefresh;" function ? The SecurityRefresh can block the operation and that can cause rollback if it can't acquire the block. I've seen this behavior twice, a TI was looping several times because there was a SecurityRefresh in the epilo...