Page 1 of 1

Working with SandBox in TI

Posted: Wed Mar 25, 2015 6:51 am
by roei61
Hi All,

I want to build an TI process that loads a csv file to a cube.
I need that the loaded data will be created as a sandbox to particular users.

The following are the difficult that I'm facing:
1. How I can create a new sandbox to a different user through TI? ( It can also be done by creating the sandbox locally and then to shared it with the user - if it's possible )
2. How I can insert values through TI to the created sandbox?
3. How I can delete a sandbox from a particular user while the others can still see it?
4. How I can delete a sandbox from all the users?

Thanks to the helpers

Re: Working with SandBox in TI

Posted: Thu Mar 26, 2015 9:55 am
by TrevorGoss
hello,

This post may help you, it has to do with SandBoxes and TIs.

http://www.tm1forum.com/viewforum.php?f=3

Trevor.

Re: Working with SandBox in TI

Posted: Thu Mar 26, 2015 10:35 am
by declanr
Based on your requirement I think it sounds like sandboxes might be the wrong way to go and you could just add a "version" dimension to your relevant cubes; then apply security to define which users can use which versions etc.

Sandboxes should really be kept to a personal thing in my mind that the user is forced to own and maintain outside of the system administration processes IMHO. From what you have described it just sounds like you want a fairly classic versioned model.

Re: Working with SandBox in TI

Posted: Mon Mar 30, 2015 6:13 am
by roei61
Hi,

thanks for your replays.

Declanr- Yes, i agree with you, but this is the client's request. He do not another version for approvals.

TrevorGoss - I did not found the post you refered me to. Can you please paste the link from the post and not from the post page?

Thanks