Admin Access via Starup Chore

Post Reply
mnaithan
Posts: 28
Joined: Fri Mar 06, 2015 10:07 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Admin Access via Starup Chore

Post by mnaithan »

Hello, in Development environment we have list of developers which will be added them to TM1 and assign Admin access when we will do reverse migration (Prod-->DEv), I have created a Startup chore that will read client id from file and add them, the issue I am facing with Startup chore is that its not working in single Server restart and I had to restart Server 2 times , the Security Check for TI is checked , really appreciate any feedback on this, thanks
Edward Stuart
Community Contributor
Posts: 248
Joined: Tue Nov 01, 2011 10:31 am
OLAP Product: TM1
Version: All
Excel Version: All
Location: Manchester
Contact:

Re: Admin Access via Starup Chore

Post by Edward Stuart »

It would be worth posting the code so the issue could be identified easier.

If you need to restart the server twice, what do you think is happening? Dimension Updates only occur at a certain point in the process and can cause issues where you are inserting elements and attaching data to these elements, these usually get resolved by running the process twice but it is not clean.

Are you using "AddClient" or "DimensionElementInsert"?
mnaithan
Posts: 28
Joined: Fri Mar 06, 2015 10:07 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Re: Admin Access via Starup Chore

Post by mnaithan »

Hi Edwar, I tried using both (AddClient and DimensionElementInsert) and (AssignClientToGroup and CellPutS("ADMIN",,,,), but not luck
Attachments
MetaData.png
MetaData.png (10.59 KiB) Viewed 2486 times
Data.png
Data.png (9.54 KiB) Viewed 2486 times
Post Reply