After quite some time doing trial and error, I found out how to compile the VAD.
Path handling of DB.DBA.VAD_PACK is buggy I think.

DB.DBA.VAD_PACK ( in sticker_uri varchar , in base_uri_of_resources varchar , in package_uri varchar );

First of all I tried absolute paths and got the error:
*** Error 42VAD: [Virtuoso Driver][Virtuoso Server]Inexistent file resource (./vad/vsp/ontowiki/favicon.png) Which clearly indicates that it doesn't really cara about paths being absolute. Then as I found out that the files have to be relative to the path were the virtuoso-t is started from, I played a little with the second parameter, only to find out, that it is completely ignored.
so
DB.DBA.VAD_PACK ('tmp/ow_vad_sticker.xml' , 'put/anything/you/like/here' , 'ontowiki_fs.vad' ); still compiles the VAD correctly as it seems, if the files are in ./vad/vsp/

so I tested parameter 1 and 3 and they work fine with absolute paths and relative paths, but parameter 2 is ignored.

Regards,
Sebastian



--
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org


Reply via email to