Hi Roland, I would not have expected just running DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('nobody', 0); to cause the conductor UI tabs to become accessible as it doesn't occur for me, did you try running DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('nobody', 1), to reverse the operation ? If you cannot access Access the conductor then it would seem you do not have admin privileges for the "dba" user I assume you are connecting as ? You can check this using the USER_GET_OPTION function as detailed at:
http://docs.openlinksw.com/virtuoso/fn_USER_GET_OPTION.html http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#vumuseroptions Where the PRIMARY_GROUP for the 'dba' user should be 0: SQL> select USER_GET_OPTION('dba','PRIMARY_GROUP'); USER_GET_OPTION VARCHAR _______________________________________________________________________________ 0 1 Rows. -- 3 msec. SQL> and if it is not you can set it using the USER_SET_OPTION function option: http://docs.openlinksw.com/virtuoso/fn_USER_SET_OPTION.html I hope this helps ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/company/openlink-software/ Twitter -- http://twitter.com/OpenLink Google+ -- http://plus.google.com/100570109519069333827/ Facebook -- http://www.facebook.com/OpenLinkSoftware Universal Data Access, Integration, and Management Technology Providers On 30 Sep 2013, at 18:54, Roland Cornelissen <cornelis...@metamatter.nl> wrote: > Hi, > > I can login into my VOS7/conductor but that's all, any option I choose > gives me a 403 (Prohibited). > Earlier I was experimenting with Graph Security and issued the following > command to set specific privileges to given graphs for specific users, > following instructions [1]: > > DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('nobody', 0); > > Apparently I broke some privileges for dba user (or http access?). > How can I fix this? > I do have isql access for dba user! > > Thanks, > Roland > > [1] > http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFGraphsSecurity > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users