Thanks Hugh,
The reasons for not wanting to run it as a service is I am currently
just doing testing on Windows, at some later point after I have things
working roughly the way I want them I will want to port it over to a
linux server. The windows machine I am doing testing on is my own
machine, and I suppose I only need it to run when I am programming the
solution or demoing for some people.

The reason not to just put in on linux currently is I don't have a
linux machine which isn't dedicated to something else - could do VM
but I figured I actually have to just set the bookmarks application up
and extract data, put data in it to test some stuff.


Cheers,
Bryan Rasmussen

On Wed, Oct 22, 2008 at 12:46 PM, Hugh Williams
<hwilli...@openlinksw.com> wrote:
> Hi Brian,
> If you are not wanting to register the Virtuoso Server as a Windows service,
> then you must first start the it manually from the command line for it to be
> accessible remotely or locally. This is pretty simply (think in unix mode)
> as all you have to do it start the server as follows with the a Virtuoso
> binary referencing a valid configuration like the one provided in the
> %VIRTUOSO_HOME%\database directory :
> C:\Users\HWILLI~1\VIRTUO~1.8\VIRTUO~1\database>..\bin\virtuoso-t -f -c
> virtuoso.ini
>                 Wed Oct 22 2008
> 11:26:26 [Using virtuoso.ini in
> C:\Users\HWILLI~1\VIRTUO~1.8\VIRTUO~1\database]
> 11:26:26 { Loading plugin 1: Type `plain', file `wikiv' in `../hosting'
> 11:26:26   WikiV version 0.6 from OpenLink Software
> 11:26:26   Support functions for WikiV collaboration tool
> 11:26:26   SUCCESS plugin 1: loaded from ..\hosting\wikiv.dll }
> 11:26:26 { Loading plugin 2: Type `plain', file `mediawiki' in `../hosting'
> 11:26:26   MediaWiki version 0.1 from OpenLink Software
> 11:26:26   Support functions for MediaWiki collaboration tool
> 11:26:26   SUCCESS plugin 2: loaded from ..\hosting\mediawiki.dll }
> 11:26:26 { Loading plugin 3: Type `plain', file `creolewiki' in `../hosting'
> 11:26:26   CreoleWiki version 0.1 from OpenLink Software
> 11:26:26   Support functions for CreoleWiki collaboration tool
> 11:26:26   SUCCESS plugin 3: loaded from ..\hosting\creolewiki.dll }
> 11:26:26 { Loading plugin 4: Type `plain', file `im' in `../hosting'
> 11:26:26   IM version 0.4 from OpenLink Software
> 11:26:26   Support functions for Image Magick 6.2.4
> 11:26:26   SUCCESS plugin 4: loaded from ..\hosting\im.dll }
> 11:26:26 { Loading plugin 5: Type `plain', file `wbxml2' in `../hosting'
> 11:26:26   WBXML2 version 0.9 from OpenLink Software
> 11:26:26   Support functions for WBXML2 0.9.2 Library
> 11:26:26   SUCCESS plugin 5: loaded from ..\hosting\wbxml2.dll }
> 11:26:26 { Loading plugin 6: Type `plain', file `hslookup' in `../hosting'
> 11:26:26   HSLOOKUP version 0.1 from OpenLink Software
> 11:26:26   Support functions for Handle System 5.3.3
> 11:26:26   SUCCESS plugin 6: loaded from ..\hosting\hslookup.dll }
> 11:26:26 { Loading plugin 7: Type `Hosting', file `hosting_php.dll' in
> `../hosti
> ng'
> 11:26:26   Hosting version 3034 from OpenLink Software
> 11:26:26   PHP engine version 5.2.4
> 11:26:26   SUCCESS plugin 7: loaded from ../hosting/hosting_php.dll }
> 11:26:26 OpenLink Virtuoso Universal Server
> 11:26:26 Version 05.08.3034-threads for Win32 as of Aug 27 2008
> 11:26:26 uses parts of OpenSSL, PCRE, Html Tidy
> 11:26:26 Database version 3016
> 11:26:27 SQL Optimizer enabled (max 1000 layouts)
> 11:26:29 Compiler unit is timed at 0.000799 msec
> 11:26:31 Roll forward started
> 11:26:31 Roll forward complete
> 11:26:49 Checkpoint made, log reused
> 11:26:49 HTTP/WebDAV server online at 8893
> 11:26:49 Server online at 1113 (pid 3836)
> This command starts the Virtuoso Server in foreground mode such that any
> server activity written to the log is also written to the screen and is
> useful when setting things up. If you want it to run in the background
> remove the "-f" option when starting. Note also that Ctrl ^C can be used to
> shutdown the server when running in foreground mode.
> Having said that why do you not want to run the Virtuoso Server as a Windows
> service ? The reason we recommend the creation of the Windows service is
> that it allows the Virtuoso server to continue running even if you log off
> the machine ie in unattended mode and also enables the server to
> automatically start/ shutdown on machine startup/shutdown by default or you
> can config it not to in the services control panel.
> The ODBC DSN configuration images in our online documentation you refer to
> are slightly out of data and do need updated which I have placed an internal
> request to have done, but the basic configuration is the same you simply
> specifiy the hostname:sqlport the server is running on give it valid uid/pwd
> and if the server is running in the location specified the and ODBC
> connection will be possible ...
> Let me know if this works for you ...
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software
> Web: http://www.openlinksw.com
> Support: http://support.openlinksw.com
> Forums: http://boards.openlinksw.com/support
>
>
> On 22 Oct 2008, at 11:12, bryan rasmussen wrote:
>
> Hi,
> I am trying to do the OpenVirtuoso Windows installation following the
> documentation from here:
> http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows
> I have done the following:
> Created a system variable VIRTUOSO_HOME pointing to the folder with
> virtuoso components.
> registered virtodbc.dll  which succeeded
> Now I don't want to use it as a Windows Service so I tried looking at
> this article
> http://docs.openlinksw.com/virtuoso/odbcimplementation.html#virtdsnsetup
> It should first of all be noted that the appearance of the dialog is
> not exactly the same on my system as it is in the referenced article.
> I supposed this was due to being on Windows XP, for example there is
> no port field, so I made my Server be localhost:1111
> At any rate when I get to the end of the configuration when I try to
> connect I get the message:
> SQL State: S2801
> [OpenLink][Virtuoso ODBC Driver]CL033: Connect failed to
> localhost:1111 = localhost:1111.
> Any suggestions, am I going to have to make a go with the Windows
> Service? I'm using the current binary at
> http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload
> Best Regards,
> Bryan Rasmussen
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>

Reply via email to