Creating a Sandbox with TI/VBA

Post Reply
Malcolm MacDonnell
Posts: 26
Joined: Thu May 29, 2008 2:58 am

Creating a Sandbox with TI/VBA

Post by Malcolm MacDonnell »

Hi All,

Is anyone aware of a way to create a sandbox with code (TI or the API?)

Some undocumented feature maybe?

Thanks
Mal
Gabor
MVP
Posts: 170
Joined: Fri Dec 10, 2010 4:07 pm
OLAP Product: TM1
Version: [2.x ...] 11.x / PAL 2.0.9
Excel Version: Excel 2013-2016
Location: Germany

Re: Creating a Sandbox with TI/VBA

Post by Gabor »

I know, that the following line compiles in TI at least in later 10.2 versions, though I haven't really used it.
Maybe you need to play a little with it to see if/how it works.
ServerSandboxCreate( 'sandboxname' );
Post Reply