HI Alexander,

The Virtuoso open source public bug tracker can be accessed from source forge 
at:

        http://sourceforge.net/tracker/?group_id=161622&atid=820574

We shall look into this issue with the use of IPV6 sockets and report back with 
our findings and/or a fix ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink

On 26 Jan 2010, at 15:38, Alexander Sidorov wrote:

> Hello!
> 
> Please let me know if there is any public bugtracker for virtuoso. As I 
> didn't find it, I'll post the following information here.
> 
> I had problems connecting to Virtuoso using ADO.NET provider. IPV6 disabling 
> resolved this problem. It is okay for developer machine, but such a solution 
> won't be suitable for our customers :)
> 
> I have found the following code using Reflector at virtado3.dll library's 
> TcpConnection.Open method:
> Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, 
> ProtocolType.Tcp);
> 
> This blogpost 
> (http://blogs.msdn.com/wndp/archive/2006/10/24/creating-ip-agnostic-applications-part-2-dual-mode-sockets.aspx)
>  tells how to make sockets work with both IPv4 and IPv6 (shortly, we just 
> need to create IPv6 socket and disable IPV6_V6Only option).
> 
> Regards,
> Alexander
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to