-
Notifications
You must be signed in to change notification settings - Fork 218
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
Comments
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 |
@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 |
May be related to #412 ? |
@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? |
Would you be able to run ARX from source and debug the issue? |
I tried to run the source code, but there's a lots of dependencies which are out of the POM file. any idea? |
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 |
Hi again |
Please create an issue for this, ideally with a minimal example to reproduce the problem.
I think your browser is blocking the download, as its an executable. Please try another browser. |
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
The text was updated successfully, but these errors were encountered: