Search found 8 matches
- Thu Feb 25, 2021 7:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: copying element security data from one element to another
- Replies: 8
- Views: 302
Re: copying element security data from one element to another
Hey Adam, I wrote the process on PAW and there in the process editor settings, there is an option to enable or disable security access for the process, and for my last attempts at making the process work, I did enable security access but the result was the same. In prod environment, I used CellPutS ...
- Wed Feb 24, 2021 9:34 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: copying element security data from one element to another
- Replies: 8
- Views: 302
Re: copying element security data from one element to another
Hi Wim, My problem is that I was stupid and thought that metadata and data tabs were executing first line of code for every record in the data source and then moving to the second line and executing that for every record in the data source and so on. I just realized that it is the other way around ...
- Tue Feb 23, 2021 11:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: copying element security data from one element to another
- Replies: 8
- Views: 302
Re: copying element security data from one element to another
Thank you both for your suggestions! And yeah, after unsuccessful attempts at trying to automatize the process, and messing up the dimension structure, I decided to upload the security level via csv with ElementSecurityPut. But that function also bailed on me for some reason and didn't change the se...
- Tue Feb 23, 2021 5:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: copying element security data from one element to another
- Replies: 8
- Views: 302
copying element security data from one element to another
Hello all, I have a distributors dimension and have created elements like "distributortype1-old", "distributortype5-old" under it. What I'm trying to do is copy the element security of DistributorType1 to DistributorType1-Old. I have thought of using ElementSecurityGet and ElementSecurityPut in meta...
- Tue Feb 23, 2021 4:07 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: preventing automatic restart of databases after monthly maintenance
- Replies: 14
- Views: 288
Re: preventing automatic restart of databases after monthly maintenance
Hi all,
I got an answer from IBM support. They disabled the automatic restart for me and I asked whether I could have done it myself without consulting IBM support. They said no, because you're not a Windows admin. I did not question any further and closed the ticket.
I got an answer from IBM support. They disabled the automatic restart for me and I asked whether I could have done it myself without consulting IBM support. They said no, because you're not a Windows admin. I did not question any further and closed the ticket.

- Mon Feb 22, 2021 11:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: preventing automatic restart of databases after monthly maintenance
- Replies: 14
- Views: 288
Re: preventing automatic restart of databases after monthly maintenance
Hello, Thank you both for your help, and yes I am working on cloud environment / PAW. :) I just wondered if there was a parameter somewhere that I could change to prevent the automatic restart. I have opened a ticket to IBM support about this. Let's see what they have to say. It's a good question, a...
- Mon Feb 22, 2021 8:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: preventing automatic restart of databases after monthly maintenance
- Replies: 14
- Views: 288
preventing automatic restart of databases after monthly maintenance
Hello all, We have two databases in one tm1 instance. One of them is always kept stopped/not running because it contains the old model. Every month after IBM does it's monthly maintenance of the environments, both of the databases are started automatically. So we have to make the database containing...
- Thu Feb 18, 2021 12:03 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Moving elements under another element with a TI process
- Replies: 1
- Views: 154
Moving elements under another element with a TI process
Hello all, Sorry if this is a very basic question, I am new to TM1. So, I have a distributors dimension like below, and I want to move C0045 under DistributorType1-Old with a TI process. I have seen suggestions like using DimensionElementComponentAdd and DimensionElementComponentDelete to achieve th...