Page 1 of 1

TM1 v12 Deprecated Functions replacement

Posted: Mon Nov 17, 2025 6:44 pm
by sg9489
Hi All,

We are currently migrating to TM1 v12 and are encountering several errors due to deprecated functions. I have resolved a few already, but I’m unsure how to address the following:

1. SwapAliasWithPrincipalName
2. ExecuteCommand – I understand this is replaced by ExecuteHttpRequest, but I need more information on how to call a batch script using the new function.

Is there any documentation that explains the replacements for these functions, or does Bedrock v5 handle them?

Any insights or experiences with similar issues during a v12 migration would be greatly appreciated. Thank you in advance.

Regards,
SG

Re: TM1 v12 Deprecated Functions replacement

Posted: Mon Nov 17, 2025 7:08 pm
by Wim Gielis
Hello,

For the swap, I can only think of a semi-manual/semi-automatic approach. You could use Bedrock to export and import data but other than that, it’s a manual task.
For ExecuteCommand, some of the use cases can be handled by ExecuteHttpRequest, some cannot. You will maybe have to rethink your approach for some of the TIs that are involved.