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

Reply via email to