Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Data from PostgreSQL not working "Couldn't access table" #303

Open
inesreinecke opened this issue Mar 12, 2020 · 9 comments
Open

Comments

@inesreinecke
Copy link

Hi All,
I am new to ARX, currently testing it. I prefer to access data directly from the database. Therefore I am using the import data wizard with option "Database (JDBC)" -> PostgreSQL. The wizard says "Successfully connected to database" after I entered all required DB server credentials. In the next window "Tables" I see all available tables, but unfortunately I am not able to choose a table and click next, since I receive the message "Couldn't access table".

Is this a know issue already or can be fixed easily?
Many thanks in advance. Cheers Ines

@prasser
Copy link
Collaborator

prasser commented May 3, 2020

Hi Ines,

thanks for your interest in ARX and for reporting this issue. Also, sorry for the delay in replying.

This is not a known issue, unfortunately. Would you be able to help us with debugging this by running ARX from source?

Thanks again
Fabian

@inesreinecke
Copy link
Author

@prasser Sorry, I missed your update. I still have the same issue with ARX Version 3.9.0. I'll try to run ARX from source and update you soon. Ines

@prasser
Copy link
Collaborator

prasser commented Sep 15, 2022

May be related to #412 ?

@FatemehNSR
Copy link

@prasser Hi, I have the same problem on importing JDBC and I suggests that this error were occurred because of (BLOB) data type records on Database, is there any way to access a table that contains (BLOB) data?

@prasser
Copy link
Collaborator

prasser commented Jul 9, 2023

Would you be able to run ARX from source and debug the issue?

@FatemehNSR
Copy link

I tried to run the source code, but there's a lots of dependencies which are out of the POM file. any idea?

@prasser
Copy link
Collaborator

prasser commented Jul 24, 2023

By default, ARX is build with Ant and not with Maven. No build system is needed for debugging in Eclipse. This should help with setting up a development environment: iaBIH#5

@FatemehNSR
Copy link

Hi again
I've ran an example that used ImportAdapterJDBC class to connect and read a Data base table.
if I try to read a table contains BLOB, this error will be shown:
"Couldn't retrieve data from database"
moreever I couldn't download Linux version of ARX from website. (https://arx.deidentifier.org/downloads/)
there is something I should install before download it?

@prasser
Copy link
Collaborator

prasser commented Aug 24, 2023

if I try to read a table contains BLOB, this error will be shown:
"Couldn't retrieve data from database"

Please create an issue for this, ideally with a minimal example to reproduce the problem.

Moreever I couldn't download Linux version of ARX from website. (https://arx.deidentifier.org/downloads/)
there is something I should install before download it?

I think your browser is blocking the download, as its an executable. Please try another browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants