Search found 3 matches
- Wed May 13, 2020 1:20 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Linux shell
- Replies: 5
- Views: 4389
Re: TM1 Linux shell
We tried both of these. Job ran without errors but nothing was created in either of the commands. No idea what is going on.
- Tue May 12, 2020 6:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Linux shell
- Replies: 5
- Views: 4389
Re: TM1 Linux shell
The script runs good from terminal / bash but will not run when called from tm1. We gave it 777 just to be safe.
We even put a simple echo hello world >> log.txt in the script to see if it ran.
We even put a simple echo hello world >> log.txt in the script to see if it ran.
- Tue May 12, 2020 3:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Linux shell
- Replies: 5
- Views: 4389
TM1 Linux shell
What is the proper way to call a bash shell script in TM1 on linux. We can get it to work on windows with the following ExecuteCommand ( 'PowerShell /data/disk1/xxx/ftp.sh',1); When I try to run the shell using something like this nothing happens : ExecuteCommand ( 'bash /data/disk1/xxx/ftp.sh',1); ...