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
5
votes
0 answers

Simba Phoenix ODBC driver Kerberos

I have configured Phoenix Query server for HBase datasource with kerberos authentication. When trying to connect with query server using Simba Phoenix ODBC driver getting HTTP Request/Response error with Authentication type as kerberos. Error Msg:…
Karthik Sridhar
  • 239
  • 1
  • 6
3
votes
1 answer

Connecting Simba ODBC driver for big query issue - SSL Verification

When I tried to connect with bigquery using OAuth Mechanism as "user Authentication" we are facing below error getting Refresh token DSN configuration Error. (1120) SSL verification failed because the server host name specified for the connection…
Surya
  • 3,408
  • 5
  • 27
  • 35
3
votes
1 answer

Connecting to Athena using Simba ODBC Driver - Long string converts to Text issue

We have recently moved to AWS Data Lake using Athena. We connect to Athena using a LinkedServer in SQL which works with ODBC using Simba Driver. Issue we are facing is that whenever there is any string in Athena which is longer than 4000 characters,…
Muds
  • 4,006
  • 5
  • 31
  • 53
3
votes
2 answers

Simba Athena ODBC: unable to use SQLGetPrivateProfileString functions

This is very strange, I want to setup a connection from RStudio to my instance in AWS Athena. I am using unixodbc as the driver manager, and succeded by testing the connection using isql -v 'Simba Athena'. However, when I test the connection in…
3
votes
1 answer

"Requested conversion is not supported" when selecting bigquery table using linked server is SQL Server

I'm trying to select data from Bigquery to SQL Server, using a linked server with ODBC with Simba driver. Environment: Microsoft SQL Server 2012 (SP1) - 64 bit Simba Driver 64 bit Some datatypes are returned ok (INTEGER, TIMESTAMP, BOOLEAN) but…
2
votes
0 answers

Databricks Cluster failed to respond

On Azure, I have database (delta) on ADLS (gen2) which can be accessed by Databricks. I am doing a performance test from a client application which usage Simba JDBC driver to connect to data bricks and get data from database. When I do a continuous…
AmitG
  • 519
  • 6
  • 19
2
votes
0 answers

Connecting to Athena using JDBC driver from a Spring Java application

I am trying to connect to Athena via latest (2.16) JDBC driver jar from a Java Spring web application. The application also connects to S3 to upload files there. I am seeing this exception when bean for s3 client is being instantiated on addition of…
Anu
  • 57
  • 1
  • 2
  • 7
2
votes
1 answer

When a BigDecimal value is inserted into a NUMERIC column using the Simba JDBC Driver for BigQuery, why is the numeric precision lost?

When inserting a BigDecimal value into a NUMERIC column using a JDBC prepared statement with a bind variable, the decimal fraction is lost. On the other hand with a bind variable is not used, the decimal fraction is preserved. create table…
Jeff Moszuti
  • 63
  • 1
  • 6
2
votes
0 answers

Windows ODBC connection to Presto (Kerberized) service

I have a linux server running Presto with Kerberos authentication enabled (https://prestodb.io/docs/current/security/server.html). Everything is well configured on the server since I get authenticated and I can run queries from clients running on…
Xavier Ñauñay
  • 309
  • 2
  • 5
  • 15
2
votes
0 answers

SAS to Google Bigquery using Simba ODBC Driver

Not able to connect from SAS to Google Bigquery using Simba ODBC Driver. OS:Linux ODBC.ini [GoogleBQ] Driver= Description=Simba ODBC Driver for Google BigQuery (64-bit) DSN …
2
votes
1 answer

BigQuery Simba ODBC Connection - Google Drive OAuth Error

I am trying to export the results of a BigQuery view to Excel using the Simba ODBC Connection. The view I am querying references tables which are linked to Google Sheets, however I can't get the permissions to pass through to the Google Sheet,…
MVData
  • 21
  • 1
  • 3
2
votes
1 answer

Google BigQuery dataset

I have installed simba Google BigQuery ODBC driver (V2.0) and would like to connect publicdata (Sample dataset) to third party application through ODBC driver. I tried to create DSN. In catalog(project) drop down box, Publicdata project does not…
Kavitha M
  • 263
  • 1
  • 7
  • 23
2
votes
0 answers

Simba BigQuery ODBC connection error

I have downloaded and install the Simba Big Query ODBC connector. When I try to configure following the instructions on Simba's website, when I enter the confirmation code at which point the refresh token should populate I get error…
mez63
  • 166
  • 4
  • 20
2
votes
2 answers

Simba ODBC Driver - Tableau+MongoDB - Can't view published Tableau dashboards in Tableau Server

I'm using Simba's ODBC driver for connecting Tableau to MongoDB. I connected my workbook to MongoDB, developed my dashboard and everything went pretty smooth. However, after I publish my workbook to Tableau server and try to open it, I get an error…
Onca
  • 1,113
  • 3
  • 17
  • 31
1
vote
0 answers

SIMBA Amazon Athena JDBC driver causes LogFactoryImpl does not implement org.apache.commons.logging.LogFactory

As of 2.0.31 to current (2.0.35), it appears that SIMBA did not shade logging as they had in prior releases such as 2.0.28. Appears to be a SIMBA (InsightSoftware) defect, is anyone aware of them having an open defect for this? Up to 2.0.28, the…
mainstreet
  • 11
  • 2
1
2 3 4 5 6