Re: [Virtuoso-users] Inserting RDF graphs

2008-07-14 Thread Mitko Iliev
Hi Praki, Apparently you are issuing HTTP requests against ODBC/SQL port (). Please look at ServerPort value in HTTPServer section of the virtuoso.ini file for correct port number. Best Regards, Mitko On Jul 11, 2008, at 2:35 AM, Praki Prakash wrote: Hi, I am a new user of Virtuos

Re: [Virtuoso-users] Inserting RDF graphs

2008-07-11 Thread Praki Prakash
Ivan and Hugh, - thanks, indeed, I was connecting to the wrong port. With the right port, it is working as expected. Praki On Fri, Jul 11, 2008 at 1:38 AM, Hugh Williams wrote: > Hi Praki, > > The port number of being specified in your URI is incorrect as this is > the SQL port of the Vir

Re: [Virtuoso-users] Inserting RDF graphs

2008-07-11 Thread Hugh Williams
Hi Praki, The port number of being specified in your URI is incorrect as this is the SQL port of the Virtuoso Server and not its HTTP port which is typically 8890 by default. If you check your virtuoso.log file you will see entries of the following form indicating the SQL and HTTP p

Re: [Virtuoso-users] Inserting RDF graphs

2008-07-11 Thread Ivan Mikhailov
Hello Praki, I guess that you're connecting to ISQL port instead of HTTP one. The port you're using for ISQL connection is only for ODBC connections, not for HTTP. Refer to [HTTPServer] section of virtuoso configuration file (e.g. virtuoso.ini), parameter ServerPort . Best Regards, Ivan Mikhailo

[Virtuoso-users] Inserting RDF graphs

2008-07-10 Thread Praki Prakash
Hi, I am a new user of Virtuoso (Server OpenLink Virtuoso Server, PlatformWin32, Build Date Mar 26 2008). I am working through the documentation and trying some samples. When I try HTTP PUT with the following command, curl -T myfile.rdf http://localhost:/DAV/dba/rdf_sink/myf