Page 1 of 1

Admin Access via Starup Chore

Posted: Wed Mar 15, 2017 11:39 pm
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

Re: Admin Access via Starup Chore

Posted: Thu Mar 16, 2017 9:52 am
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"?

Re: Admin Access via Starup Chore

Posted: Thu Mar 16, 2017 7:57 pm
by mnaithan
Hi Edwar, I tried using both (AddClient and DimensionElementInsert) and (AssignClientToGroup and CellPutS("ADMIN",,,,), but not luck