On Planning Analytics on Cloud (PAoC) you can run batch-scripts using the TI fct ExecuteCommand as you did on your on premise environment.
For instance see the IBM technote
https://www.ibm.com/support/pages/planning-analytics-cloud-backup-process-using-powershell-script
Planning Analytics on Cloud - Backup process using PowerShell script
Summary
A Planning Analytics administrator would like to perform their own backup of the Planning Analytics Data folder by using a Planning Analytics Turbo Integrator process.
For security reasons, third-party utilities (for example 7-zip) cannot be installed on the Cloud.
outlining how to run a PowerShell-script (to backup and compress the database directory) triggered by the TI fct ExecuteCommand. The PowerShell-script itself is stored on the Shared Folder which is attached as the S:\ drive to the PAoC environment.
The same task (to backup and compress the database directory) can also be achieved using the standalone version or runtime version or portable version 7za.exe of the 7-Zip tool
https://7-zip.org/a/7z2500-extra.7z
7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager
see the web page
https://cogknowhow.tm1.dk/archives/249
Script to backup TM1 data folder to a ZIP file
As outlined by the previous IBM technote, you cannot install any software on your PAoC environment. But if there is a standalone version or runtime version or portable version of said software, which can be invoked by a command line command or executed by a batch-script, you can upload it to the Shared Folder aka the S:\ drive of your PAoC environment and trigger it using the TI fct ExecuteCommand.
------------------------------
Bernd Siebert
------------------------------
Original Message:
Sent: Mon July 14, 2025 12:37 PM
From: Jaganathan C P
Subject: Replacement for ExecuteCommand function in IBM PA Cloud
Hi,
We have .bat scripts called from TI process to copy/move files to another directory, zip files, send email out and FTP in/out in our on-prem environment.
can you pls suggest some alternate ways for us to achieve the same when we execute TI from IBM PA on cloud?
is there any way to do this without using IBM Command Center?
Thanks.
------------------------------
Jaganathan C P
------------------------------