--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Please note that this is just my observation from the info you provided. I did not experiment with DB from RF.(I don't know about CPython usage, if is totaly compatible with Robot Framework)The driver should be pymssql.Looks like you are mixing DB systems.You setup to MySQL but you want to access a Microsoft SQL server.
Suite Setup Connect To Database pymysql
On Tue, Dec 15, 2015 at 1:33 PM, E T H I E S <kisna...@gmail.com> wrote:
I could not figure out why RIDE is not connecting with MSSQL.
But I can successfully connect MSSQL from python directly.
The setup is as below:
*** Settings ***
Suite Setup Connect To Database pymysql ${DBName} ${DBUser} ${DBPass} ${DBHost} ${DBPort}
Error on Run as below:
"OperationalError: (2013, 'Lost connection to MySQL server during query ([Errno 10054] An existing connection was forcibly closed by the remote host)')"
Additional note:
Using RF with Python 2.7 version.
Successfully installed 'pymssql' and 'CPython'
Did I have missed any thing to update to my system?
Requesting your help on this? and please let me know if you require more information.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.