Page 1 of 1

Unable to Publish a Private view to public

Posted: Fri Jan 13, 2012 6:53 am
by Radhika
Hi All,
We are using a TM1 v9.5.1 , Windows 2003 -32 bit machine.
I am trying to publish a TM1 Private view to Public manually through Architet but I am unable to. This View is created by a non-administartive user but myself I belong to Administartor group.

As an andministrator I should see the all the private views, or else should I create a TI process to do this activity. Please suggest.

Thanks,
Radhika

Re: Unable to Publish a Private view to public

Posted: Fri Jan 13, 2012 8:21 am
by lotsaram
Unless you have access to the data directory via the file system then even as an administrator you have no access to private views and subsets. If you have access to the file system then you can copy the user's vue folder for the cube to your private folder then if you log out and in again you will see the view as your private view and you can then publish it.

You can go a more automated route utilizing TI and batch scripts. This has been discussed elsewhere (multiple times).

Re: Unable to Publish a Private view to public

Posted: Fri Jan 13, 2012 8:23 am
by Catherine
Hi,
Radhika wrote:As an andministrator I should see the all the private views
No, you don't see all private views as an administrator in Architect. You see public views and your own private views.
There are two ways of publishing the view:
-Either you copy paste the file view.vue from the user folder to the public one. Then you need to restart the instance.
-Or you create a process that can be run by the user taking the cube and view to be published as parameters, and using the PublishView function.

Re: Unable to Publish a Private view to public

Posted: Fri Jan 13, 2012 10:18 am
by Radhika
Thank you all for your response.