$tm1Ui.processExecute --> can not be found in collection of type 'Process'

Hello,

When I am trying to run a TI with the following js function,

$scope.MyTI= function () {
    $tm1Ui.processExecute('dev', 'RPS.M1').then(function (result) {
        if (result.success) {
            // Process has run successfully. Do something else here...
        }
    });
};

I get the following error message.

{code: “”, message: “‘RPS.M1’ can not be found in collection of type ‘Process’.”}

Any idea how to solve this issue?

Thanks!

Hi @jgrandry,

That error sent back by TM1 usually means it cannot find that process.

Could you try other TI process? How about using an admin account?


Paul

1 Like

Thanks @plim it was a security issue with the client using Canvas. The TM1 error message wasn’t too explicit.

Thanks for the answer.

Cheers!

1 Like