Hi, 

I tried to establish connection. But following error message displayed.

My Code:

class Program
    {
        static void Main(string[] args)
        {
            IIgnite ignite = Ignition.Start();      
            OdbcConnection con = new OdbcConnection("DRIVER={Apache
Ignite};ADDRESS= localhost:10800;CACHE=MyCache;");
            con.Open();
        }
    }

Error: 
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in
System.Data.dll

Additional information: ERROR [08001] Failed to establish connection with
the host.




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Connection-not-established-tp11303.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to