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
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
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
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
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