Public bug reported: *************** workaround comment out the load() ...
... and try the following: copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also) This should auto load the jar to the Java class path at start up of the IDE, so it should be found later. --------------------------------------- OS: Windows 10 SQL Server: 2012 Utilizing zxJDBC (ziclix) Driver: Microsoft JDBC driver 7.0 for SQL Server (obtained here): (https://www.microsoft.com/en-us/download/details.aspx?id=57175) With the script that I built in SIkuliX 1.1.2, I can successfully connect to our SQL Server and insert/update records. My script also works well in SikuliX 1.1.3. However, when I try to run the script in SikuliX 1.1.4, I receive this error: "driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] not found" It's the same exact script, just running in 1.1.4 instead of 1.1.3. The code that I am using to connect to SQL can be viewed in my post here: https://answers.launchpad.net/sikuli/+question/672153 Is this a bug, or do I need to load the SQL Driver differently in 1.1.4 than I do in 1.1.2 & 3? Thanks! Ron Turrentine ** Affects: sikuli Importance: High Assignee: RaiMan (raimund-hocke) Status: In Progress ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.4 ** Summary changed: - [1.1.4] IDE: load() does not seem to work anymore + [1.1.4] IDE: load() does not seem to work anymore --- workaround ** Description changed: + *************** workaround + comment out the load() ... + + ... and try the following: + copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also) + + This should auto load the jar to the Java class path at start up of the + IDE, so it should be found later. + + --------------------------------------- + OS: Windows 10 SQL Server: 2012 Utilizing zxJDBC (ziclix) Driver: Microsoft JDBC driver 7.0 for SQL Server (obtained here): (https://www.microsoft.com/en-us/download/details.aspx?id=57175) With the script that I built in SIkuliX 1.1.2, I can successfully connect to our SQL Server and insert/update records. My script also works well in SikuliX 1.1.3. However, when I try to run the script in SikuliX 1.1.4, I receive this error: "driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] not found" It's the same exact script, just running in 1.1.4 instead of 1.1.3. The code that I am using to connect to SQL can be viewed in my post here: https://answers.launchpad.net/sikuli/+question/672153 Is this a bug, or do I need to load the SQL Driver differently in 1.1.4 than I do in 1.1.2 & 3? Thanks! Ron Turrentine -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1789569 Title: [1.1.4] IDE: load() does not seem to work anymore --- workaround Status in Sikuli: In Progress Bug description: *************** workaround comment out the load() ... ... and try the following: copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also) This should auto load the jar to the Java class path at start up of the IDE, so it should be found later. --------------------------------------- OS: Windows 10 SQL Server: 2012 Utilizing zxJDBC (ziclix) Driver: Microsoft JDBC driver 7.0 for SQL Server (obtained here): (https://www.microsoft.com/en-us/download/details.aspx?id=57175) With the script that I built in SIkuliX 1.1.2, I can successfully connect to our SQL Server and insert/update records. My script also works well in SikuliX 1.1.3. However, when I try to run the script in SikuliX 1.1.4, I receive this error: "driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] not found" It's the same exact script, just running in 1.1.4 instead of 1.1.3. The code that I am using to connect to SQL can be viewed in my post here: https://answers.launchpad.net/sikuli/+question/672153 Is this a bug, or do I need to load the SQL Driver differently in 1.1.4 than I do in 1.1.2 & 3? Thanks! Ron Turrentine To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1789569/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

