Arc to set the MT related para, working on some instances, but not others

For ARC to setup the tm1s.cfg settings, version 2.2
Anyone know how to “enable” MTCubeLoad settings, it shows and works on some instances, but not on others. see two screens below. anything I need to do to make it available in ARC?

Hi @lwang,

Are the TM1 version the same on these instances?

Could you please add more information? TM1 version? Arc version (Mac, Windows or Linux).

Cheers,

Vincent

The one doesn’t show MTCubeLoad is version: 11.6.00000.14 (PA 2.0.8) on CentOS / Linux
The one does show MTCubeLoad is version: 11.8.00200.24 (PA 2.0.9.3) on CentOS / Linux

Arc is version 2.2 the same, on CentOS / Linux

Hi @lwang,

As the TM1 versions are different, it looks like the issue is coming from the TM1 REST API. As it is working with TM1 v11.8, you could upgrade the server.

Just to confirm if the issue is coming from the TM1 version, you could use Postman to check if you can see MTCubeLoad from the result of the REST API query that Arc is doing

  • {{protocol}}://{{serverName}}:{{httpPortNumber}}/api/v1/ActiveConfiguration

Using the TM1 REST API collection for Postman might help you, more information here:

Cheers,

Vincent