Hi Brice,

The INI file to be edited must be one corresponding to the instance you
are using, could check with ISQL utility:

SQL> select server_root (), virtuoso_ini_path ();

The above should show in the result the server working directory and INI
file name.

Also you can check the relevant INI setting by running following
statement via ISQL command line utility:

SQL> select cfg_item_value (virtuoso_ini_path (), 'Parameters',
'DirsAllowed');

In the result you should see the sub-string
"D:/virtuoso-opensource-win32-5.0.1/temp" inside it if you configured
correctly.
Also should check DirsDenied, it should not prohibit the above as deny
rule takes precedence .

Best Regards,
Mitko

Cesbron, Brice wrote:
> Hello,
>  
> Thanks for the quote, it was exactly the matter.
>  
> I have a question about the ConfigurationFile.ini... The one to modify
> is :
> D:\virtuoso-opensource-win32-5.0.1\var\lib\virtuoso\db\*virtuoso.ini*
> or not?
> Because I add path in virtuoso.ini : DirsAllowed
> = 
> (...),D:\virtuoso-opensource-win32-5.0.1\temp,D:/virtuoso-opensource-win32-5.0.1/temp
> Due to the fact my *iarchi.owl* is here :
> D:/virtuoso-opensource-win32-5.0.1/temp/iarchi.owl
>  
> To the end, I have this error, and don't know why :
>  
> SQL>
> RDF_LOAD_RDFXML(file_to_string_output('D:/virtuoso-opensource-win32-5.0.1/t
> emp/iarchi.owl'),0,'http://myiarchibase','');
>  
> *** Error 42000: [OpenLink][Virtuoso ODBC Driver][Virtuoso
> Server]FA010: Access
> to D:/virtuoso-opensource-win32-5.0.1/temp/iarchi.owl is denied in
> file_to_string_s
> ession() due to access control in ini file
>  
> I have restart the server, changed also the demo.ini...without any succes.
>  
> If you have the answer, you are welcome.
>  
> Best regards
>  
> Brice Cesbron
> Capgemini Marseille - France
>  
> This message contains information that may be privileged or
> confidential and is the property of the Capgemini Group. It is
> intended only for the person to whom it is addressed. If you are not
> the intended recipient, you are not authorized to read, print, retain,
> copy, disseminate, distribute, or use this message or any part
> thereof. If you receive this message in error, please notify the
> sender immediately and delete all copies of this message.
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>   


-- 
Mitko Iliev
Developer Virtuoso Team
OpenLink Software
http://www.openlinksw.com/virtuoso
Cross Platform Web Services Middleware


Reply via email to