Questions tagged [simba]

Simba is an open source program which can be used to automate tasks.

Simba is an open source program which can be used to automate tasks. The capabilities of Simba include:

  • Finding and reading colours on the screen.
  • Clicking or moving the mouse to a specific position on the screen.
  • Reading text on the screen and turning it into actual text. (Optical Character Recognition)
  • Capturing and analysing images on the screen.
  • Reading and writing files.
78 questions
0
votes
0 answers

Can we install ODBC Simba driver in docker for windows and deploy in Azure App service?

I need to connect to the hive Database using .Net Core so I'm using ODBC Simba driver to perform operations with Hive Data connections. Now the problem I'm facing is I need to install the ODBC driver in Azure App Service (we cannot install custom…
Sai Teja
  • 1
  • 1
0
votes
1 answer

I want to Install SIMBA ODBC drivers in AZURE PAAS

I have implemented a .Net console application which pulls the data from databricks Applications . I have installed SIMBA ODBC drivers in my local and was able to connect to databricks cluster from my local .net application. Now I want to host my…
mohan
  • 75
  • 1
  • 10
0
votes
2 answers

How to connect to Amazon Athena using Simba ODBC

I am attempting to connect to Athena from RStudio using DBI::dbConnect, and I am having issues with opening the driver. con <- DBI::dbConnect( odbc::odbc(), Driver = "[Simba Athena ODBC Driver]", S3OutputLocation =…
0
votes
1 answer

Getting Error "Found: int64, expected: integer" while Migrating Java application with Hibernate from DB2 to BigQuery

I am trying to migrate a Java application backend from DB2 to BigQuery but getting a datatype mismatch error. In DB2 as well as BigQuery field type is defined as INTEGER, but behind the scene INTEGER is INT64 in BigQuery. So when the Java…
Rajat
  • 19
  • 1
  • 1
  • 6
0
votes
0 answers

Understand Intermittent SSL error from dbGetQuery

I can use some help understanding the following intermittent error we get w/ an R/shiny app deployed to rs-connect from RStudioPro. The calling code (which usually works) is RAW <- dbGetQuery(imp_connect, "SELECT * from XXXX.XXXXX") imp_connect…
bill rowe
  • 43
  • 5
0
votes
1 answer

Connecting Simba ODBC Driver

I have configured a Simba ODBC driver in my local Machine, driver is connected and successfully data got from source Database. I am writing a web API to get data from source table. The same configured in our live server which is production server…
0
votes
1 answer

AWS - DSN ODBC 64 bits - Simba Athena

I'm trying to config one connection DSN 64 Bits with an Simba Athena driver. But when test i'm getting the follow error: Can you help me solve this problem?
0
votes
1 answer

BigQuery stored procedure access through simba jdbc driver

All, I am trying to execute a stored procedure in google bigquery using a jdbc connection but having no luck with it. I followed the example here…
sramalingam24
  • 1,297
  • 1
  • 14
  • 19
0
votes
1 answer

Upload data from KNIME to Bigquery / GCS

I'm using KNIME's Database Connection & Database Writer in combination with Simba's JDBC driver to try uploading a dataset as a BigQuery table. However, I don't get it working. For example, I don't know where to specify a BiqQuery dataset. Do I…
0
votes
1 answer

Accessing Metadata of specific Google bigquery dataset using SImba JDBC Driver

Here is what I have done so far: We are using Simba Google BigQuery JDBC driver (version 41_1.2.0.1) in Teiid WildFly server to connect to bigequery. We are using below connection…
0
votes
2 answers

Support for Google BigQuery JDBC Driver using KNIME

I get an error when using the following JDBC driver to retrieve BigQuery data in KNIME The Error Message is in the Database Connection Table Reader node as follow: Execute failed: " Simba BigQueryJDBCDriver 100033" Error getting job…
0
votes
0 answers

Load all jars from directory dynamically using URLClassLoader to Driver

I have created a plugin application and need to pass multiple dependency Jars from a folder dynamically at runtime for JDBC connection. When using single jar, works fine., try { URL u = new URL("jar:file:"/path/to/file.jar"!/"); …
Praz Solver
  • 513
  • 3
  • 12
0
votes
0 answers

java.sql.SQLException: [Simba][SparkJDBCDriver](500151) Error setting/closing session: Open Session Error

i want to connect sparksql with jdbc in code import jaydebeapi conn = jaydebeapi.connect('com.simba.spark.jdbc41.Driver',"jdbc:spark://localhost:10000/default;AuthMech=3;SSL=0",{'user': 'spark', 'password':…
0
votes
0 answers

SQL Server2016 Linked Server>>A transport-level error has occurred...provider: Shared Memory Provider, error: 0 - The pipe has been ended

I setup a linked server with Simba ODBC Driver using SQL Server 2016 linked server and the connection is successful. I can execute the queries but sometimes the SQL Server service/Agent crashes(not running), and no results are returned for the…
attano
  • 1
  • 2
0
votes
0 answers

ODBC driver - IgnoreTransactions advanced option

According to the release notes, the IgnoreTransactions advanced option was added to the ODBC driver in 2.1.16. We found documentation…
StarQuest
  • 1
  • 1