Re: [Virtuoso-users] How to install isql?

2020-04-29 Thread Hugh Williams via Virtuoso-users
Hi Luis,

I don’t understand what does not make sense to you, having given you two 
methods of obtaining prebuilt Virtuoso client component only binaries in my 
last email ?

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Home Page: http://www.openlinksw.com 
Community Support: https://community.openlinksw.com 

Company Blog: https://medium.com/openlink-software-blog 

Virtuoso Blog: https://medium.com/virtuoso-blog 

Data Access Drivers Blog: 
https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers 

LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers





> On 29 Apr 2020, at 11:26, Luis de Sousa  wrote:
> 
> Hi all,
> 
> thank you for the various replies. I understand what you are saying, but it 
> makes no sense. I must install the server software on the client node in 
> order to access the actual server node? This might be feasible in a 
> development environment, but the goal would be to have Virtuoso in a 
> micro-services platform. Not sure how this is going to work.
> 
> Please let me know if there are open source alternatives to isql.
> 
> Thank you.
> 
> --
> Luís Moreira de Sousa
> ISRIC - World Soil Information
> Droevendaalsesteeg 3, Building 101
> 6708 PB Wageningen
> The Netherlands
> t: +31 643 84 40 91
> e: luis.deso...@isric.org
> Ring: luis-de-sousa
> skype: luis.a.de.sousa
> 
> 
> 
> From: Adam Sanchez 
> Sent: 29 April 2020 12:12:35
> To: Luis de Sousa
> Cc: Hugh Williams; virtuoso-users@lists.sourceforge.net
> Subject: Re: [Virtuoso-users] How to install isql?
> 
> not sure if this is what you need, but if you are using docker you can
> connect to the isql-v tool directly by doing
> 
> docker exec -it ID_CONTAINER isql-v  dba 'MYPASSWORD'
> 
> 1
> 
> Best,
> 
> Le mer. 29 avr. 2020 à 10:05, Luis de Sousa  a écrit :
>> 
>> Hi Hugh,
>> 
>> not sure how much this matters, but the server is running in a container 
>> adapted from the tenforce image [0].
>> 
>> My question is not really about the server, but the tools needed to access 
>> it. I just need to connect to this server from a client system. The 
>> documentation points to isql, which seems to do all that is necessary client 
>> side. I am not trying to install the server itself.
>> 
>> Making a parallel with another DMS, if I wish to connect to a Postgres 
>> server I can install the postgresql-client package on Ubuntu to obtain the 
>> psql tool. I am looking for something similar with isql.
>> 
>> Thank you.
>> 
>> [0] https://hub.docker.com/r/tenforce/virtuoso
>> 
>> --
>> Luís Moreira de Sousa
>> ISRIC - World Soil Information
>> Droevendaalsesteeg 3, Building 101
>> 6708 PB Wageningen
>> The Netherlands
>> t: +31 643 84 40 91
>> e: luis.deso...@isric.org
>> Ring: luis-de-sousa
>> skype: luis.a.de.sousa
>> 
>> 
>> 
>> From: Hugh Williams 
>> Sent: 28 April 2020 19:00:55
>> To: Luis de Sousa
>> Cc: virtuoso-users@lists.sourceforge.net
>> Subject: Re: [Virtuoso-users] How to install isql?
>> 
>> Hi Luis,
>> 
>> What Virtuoso installation do you have as it you compile from source 
>> (http://vos.openlinksw.com/owiki/wiki/VOS/VOSUbuntuNotes), build and install 
>> the “isql” program is placed in the “bin” directory along with the Virtuoso 
>> binary.  Or a probably older version of Virtuoso is available on Ubuntu 
>> systems ,see 
>> https://www.howtoinstall.me/ubuntu/18-04/virtuoso-opensource-6.1/  and that 
>> would include the “isql” program although I think they call it “isql-vt” and 
>> there is already an “isql” program in the system bin directory used for 
>> something else.
>> 
>> Best Regards
>> Hugh Williams
>> Professional Services
>> OpenLink Software
>> Home Page: http://www.openlinksw.com
>> Community Support: https://community.openlinksw.com
>> Company Blog: https://medium.com/openlink-software-blog
>> Virtuoso Blog: https://medium.com/virtuoso-blog
>> Data Access Drivers Blog: 
>> https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
>> LinkedIn -- http://www.linkedin.com/company/openlink-software/
>> Twitter  -- http://twitter.com/OpenLink
>> Google+  -- http://plus.google.com/100570109519069333827/
>> Facebook -- http://www.facebook.com/OpenLinkSoftware
>> Universal Data Access, Integration, and Management Technology Providers
>> 
>> 
>> 
>> 
>> 
>> On 28 Apr 2020, at 09:54, Luis de Sousa 
>> mailto:luis.deso...@isric.org>> wrote:
>> 
>> Hi everyone,
>> 
>> I would like to use isql to connect to a remote 

Re: [Virtuoso-users] How to install isql?

2020-04-29 Thread Luis de Sousa
Hi all,

thank you for the various replies. I understand what you are saying, but it 
makes no sense. I must install the server software on the client node in order 
to access the actual server node? This might be feasible in a development 
environment, but the goal would be to have Virtuoso in a micro-services 
platform. Not sure how this is going to work.

Please let me know if there are open source alternatives to isql.

Thank you.

--
Luís Moreira de Sousa
ISRIC - World Soil Information
Droevendaalsesteeg 3, Building 101
6708 PB Wageningen
The Netherlands
t: +31 643 84 40 91
e: luis.deso...@isric.org
Ring: luis-de-sousa
skype: luis.a.de.sousa



From: Adam Sanchez 
Sent: 29 April 2020 12:12:35
To: Luis de Sousa
Cc: Hugh Williams; virtuoso-users@lists.sourceforge.net
Subject: Re: [Virtuoso-users] How to install isql?

not sure if this is what you need, but if you are using docker you can
connect to the isql-v tool directly by doing

docker exec -it ID_CONTAINER isql-v  dba 'MYPASSWORD'

 1

Best,

Le mer. 29 avr. 2020 à 10:05, Luis de Sousa  a écrit :
>
> Hi Hugh,
>
> not sure how much this matters, but the server is running in a container 
> adapted from the tenforce image [0].
>
> My question is not really about the server, but the tools needed to access 
> it. I just need to connect to this server from a client system. The 
> documentation points to isql, which seems to do all that is necessary client 
> side. I am not trying to install the server itself.
>
> Making a parallel with another DMS, if I wish to connect to a Postgres server 
> I can install the postgresql-client package on Ubuntu to obtain the psql 
> tool. I am looking for something similar with isql.
>
> Thank you.
>
> [0] https://hub.docker.com/r/tenforce/virtuoso
>
> --
> Luís Moreira de Sousa
> ISRIC - World Soil Information
> Droevendaalsesteeg 3, Building 101
> 6708 PB Wageningen
> The Netherlands
> t: +31 643 84 40 91
> e: luis.deso...@isric.org
> Ring: luis-de-sousa
> skype: luis.a.de.sousa
>
>
> 
> From: Hugh Williams 
> Sent: 28 April 2020 19:00:55
> To: Luis de Sousa
> Cc: virtuoso-users@lists.sourceforge.net
> Subject: Re: [Virtuoso-users] How to install isql?
>
> Hi Luis,
>
> What Virtuoso installation do you have as it you compile from source 
> (http://vos.openlinksw.com/owiki/wiki/VOS/VOSUbuntuNotes), build and install 
> the “isql” program is placed in the “bin” directory along with the Virtuoso 
> binary.  Or a probably older version of Virtuoso is available on Ubuntu 
> systems ,see 
> https://www.howtoinstall.me/ubuntu/18-04/virtuoso-opensource-6.1/  and that 
> would include the “isql” program although I think they call it “isql-vt” and 
> there is already an “isql” program in the system bin directory used for 
> something else.
>
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software
> Home Page: http://www.openlinksw.com
> Community Support: https://community.openlinksw.com
> Company Blog: https://medium.com/openlink-software-blog
> Virtuoso Blog: https://medium.com/virtuoso-blog
> Data Access Drivers Blog: 
> https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
> LinkedIn -- http://www.linkedin.com/company/openlink-software/
> Twitter  -- http://twitter.com/OpenLink
> Google+  -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
>
>
>
>
>
> On 28 Apr 2020, at 09:54, Luis de Sousa 
> mailto:luis.deso...@isric.org>> wrote:
>
> Hi everyone,
>
> I would like to use isql to connect to a remote Virtuoso server. The 
> documentation presents the usage of this tool in detail, but does not explain 
> how to install it. Must it be compiled? The client system is Ubuntu.
>
> Thank you.
>
> --
> Luís Moreira de Sousa
> ISRIC - World Soil Information
> Droevendaalsesteeg 3, Building 101
> 6708 PB Wageningen
> The Netherlands
> t: +31 643 84 40 91
> e: luis.deso...@isric.org
> Ring: luis-de-sousa
> skype: luis.a.de.sousa
>
>
>
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
>
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users


___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] How to install isql?

2020-04-29 Thread Adam Sanchez
not sure if this is what you need, but if you are using docker you can
connect to the isql-v tool directly by doing

docker exec -it ID_CONTAINER isql-v  dba 'MYPASSWORD'

 1

Best,

Le mer. 29 avr. 2020 à 10:05, Luis de Sousa  a écrit :
>
> Hi Hugh,
>
> not sure how much this matters, but the server is running in a container 
> adapted from the tenforce image [0].
>
> My question is not really about the server, but the tools needed to access 
> it. I just need to connect to this server from a client system. The 
> documentation points to isql, which seems to do all that is necessary client 
> side. I am not trying to install the server itself.
>
> Making a parallel with another DMS, if I wish to connect to a Postgres server 
> I can install the postgresql-client package on Ubuntu to obtain the psql 
> tool. I am looking for something similar with isql.
>
> Thank you.
>
> [0] https://hub.docker.com/r/tenforce/virtuoso
>
> --
> Luís Moreira de Sousa
> ISRIC - World Soil Information
> Droevendaalsesteeg 3, Building 101
> 6708 PB Wageningen
> The Netherlands
> t: +31 643 84 40 91
> e: luis.deso...@isric.org
> Ring: luis-de-sousa
> skype: luis.a.de.sousa
>
>
> 
> From: Hugh Williams 
> Sent: 28 April 2020 19:00:55
> To: Luis de Sousa
> Cc: virtuoso-users@lists.sourceforge.net
> Subject: Re: [Virtuoso-users] How to install isql?
>
> Hi Luis,
>
> What Virtuoso installation do you have as it you compile from source 
> (http://vos.openlinksw.com/owiki/wiki/VOS/VOSUbuntuNotes), build and install 
> the “isql” program is placed in the “bin” directory along with the Virtuoso 
> binary.  Or a probably older version of Virtuoso is available on Ubuntu 
> systems ,see 
> https://www.howtoinstall.me/ubuntu/18-04/virtuoso-opensource-6.1/  and that 
> would include the “isql” program although I think they call it “isql-vt” and 
> there is already an “isql” program in the system bin directory used for 
> something else.
>
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software
> Home Page: http://www.openlinksw.com
> Community Support: https://community.openlinksw.com
> Company Blog: https://medium.com/openlink-software-blog
> Virtuoso Blog: https://medium.com/virtuoso-blog
> Data Access Drivers Blog: 
> https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
> LinkedIn -- http://www.linkedin.com/company/openlink-software/
> Twitter  -- http://twitter.com/OpenLink
> Google+  -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
>
>
>
>
>
> On 28 Apr 2020, at 09:54, Luis de Sousa 
> mailto:luis.deso...@isric.org>> wrote:
>
> Hi everyone,
>
> I would like to use isql to connect to a remote Virtuoso server. The 
> documentation presents the usage of this tool in detail, but does not explain 
> how to install it. Must it be compiled? The client system is Ubuntu.
>
> Thank you.
>
> --
> Luís Moreira de Sousa
> ISRIC - World Soil Information
> Droevendaalsesteeg 3, Building 101
> 6708 PB Wageningen
> The Netherlands
> t: +31 643 84 40 91
> e: luis.deso...@isric.org
> Ring: luis-de-sousa
> skype: luis.a.de.sousa
>
>
>
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
>
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users


___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users