
Hi Jenni,
Appreciate your time Jennie, for clarity, we had installed Monetdb using
the steps shared in my earlier email and were actively using the database
for our evaluation. We faced the aforesaid issue when the server crashed
due to an outage and was started again. I would be happy to hear from you
if there were anything that would help us correct our installation steps.
---------- Forwarded message ---------
From: Kalaiarasi Gowtham
Send users-list mailing list submissions to users-list@monetdb.org
To subscribe or unsubscribe via the World Wide Web, visit https://www.monetdb.org/mailman/listinfo/users-list or, via email, send a message with subject or body 'help' to users-list-request@monetdb.org
You can reach the person managing the list at users-list-owner@monetdb.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of users-list digest..."
Today's Topics:
1. Re: pymonetdb issue (ferreira) 2. Re: Monetdb (Ying Zhang)
----------------------------------------------------------------------
Message: 1 Date: Tue, 7 Jan 2020 17:22:59 +0000 From: ferreira
To: Communication channel for MonetDB users , ALEX OSSIPOV Subject: Re: pymonetdb issue Message-ID: <0e74a920-b2ad-2993-b1dc-fcd7a49105bb@monetdbsolutions.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" Hello Alex,
I just looked at pymonetdb source code and indeed it does not support IPv6 yet. I'm going to create an issue to request for it. The reason is because in the past, the MAPI protocol (which MonetDB uses for socket connections) didn't support IPv6, so the clients (Python, Ruby, JDBC, etc.) never had to implemented them. However they can now add this option.
Best regards,
Pedro
On 12/22/19 5:30 AM, ALEX OSSIPOV wrote:
Hi All I installed pymonetdb v 1.2.1 and trying to connect to remote server?MonetDB v11.35.3 (Nov2019) listening on IPV6 only. I have got next error in python client:
mapi_connection.connect(hostname="
", port=xxxxx, username="monetdb", password="monetdb", database="demo", language="sql", unix_socket=None, connect_timeout=-1) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/pymonetdb/mapi.py", line 143, in connect self.socket.connect((hostname, port)) socket.gaierror: [Errno -2] Name or service not known My pc client is also using ipv6 to connect to MonetDB server. I also have jdbc connection that works fine. Question: Does it mean pymonetdb does not support ipv6 only environment? What would be the reason if it has nothing to do with protocol?
Thanks Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list