Hi, I built develop/7 as recommended.
This time, the show stops already during the build of conductor_dav.vad: > Making all in yacutia > ... > ***FAILED: execution of DB.DBA.VAD_PACK('vad_dav.xml', '.', > 'conductor_dav.vad') > *** Error 42VAD: [Virtuoso Driver][Virtuoso Server]Inexistent file resource > (./vad/vsp/conductor/folder_error.vspx) The reason is this commit: > commit bb89146c0782be90e124d8e5c42593d28b1ee492 > Author: VOS Maintainer <vos.ad...@openlinksw.com> > Date: Sun Oct 20 13:16:28 2013 +0200 > > Added error page for WebDAV skin > > M binsrc/yacutia/conductor.list > M binsrc/yacutia/folder.vspx which adds folder_error.vspx to conductor.list: conductor/folder.vspx +conductor/folder_error.vspx but doesn't contain the new file folder_error.vspx which is also missing from the head of the branch. Shall I subscribe to virtuoso-devel and post this problem there? I will write another email regarding my original problem. Cheers Kambiz Hugh Williams <hwilli...@openlinksw.com> wrote: > > Hi > > Have you tried building from the develop/7 branch where all the latest > fixes reside to see if this issue occurs in this branch, as that is > soon to be merged into the stable/7 branch and is where any fixes > would be applied etc ? > > 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 10 Nov 2013, at 22:20, Kambiz Darabi <dar...@users.sourceforge.net> > wrote: > > Hello, > > as a new (potential) user I would like to thank you for providing > Virtuoso as OSS. > > As I would like to try VOS 7, I cloned the git repo and built from > branch stable/7 without problems on my Ubuntu raring amd64 > machine. When > I try to import the Framework VAD, I get the following error: > > > 14:07:17 INFO: PL LOG: SQ200: No table sn_person > while executing the following statement: > --no_c_escapes- > create procedure wa_sn_user_ent_set () > { > if (registry_get ('__wa_sn_user_ent_set_done') = 'done_2') > return; > > 14:07:17 INFO: PL LOG: SR185: Undefined procedure > DB.DBA.wa_sn_user_ent_set. > while executing the following statement: > --no_c_escapes- > wa_sn_user_ent_set () > in file: > /DAV/VAD/wa/sn.sql > > > I then tried to execute the statements in sn.sql manually from the > conductor console, where this statement > > create table sn_person (under sn_entity) > > leads to an error > > > SQLState: 37000 Message: VEC..: The UNDER is not supported in > vectored execution > > > I tried to look up that message in the code and found in ddlrun.c: > > switch (constr->type) > { > case TABLE_UNDER: > { > ... > sqlr_new_error ("37000", "VEC..", "The UNDER is not supported in > vectored execution"); > > > Does that mean that I would have to disable vectored execution to > be > able to use 'UNDER'? Is that possible at all in Virtuoso 7? > > Or did the build process (for which I used the files in the > debian/ > subdir of the git repo and the usual debian dpkg-buildpackage) > create > something which cannot be used with the Framework VAD? > > > As my goal is to run Semantic Mediawiki in VOS, can you point me > to some > docs about how to achieve that: to enable php hosting and run the > mediawiki VAD? > > > Thank you > > > > Kambiz > > > ------------------------------------------------------------------- > ----------- > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming > models. Explore > techniques for threading, error checking, porting, and tuning. Get > the most > from the latest Intel processors and coprocessors. See abstracts > and register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg. > clktrk > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users