Database Connection with the Agfa Impax System

Technical support

Moderators: Bob Cergol, Data Access, Cintac

Database Connection with the Agfa Impax System

Postby stefan » Wed Aug 19, 2009 7:41 am

the problem is that I am able to connect to the Database and if I test the connection it is succesfull, but if I try to view the Tables the program only shows retrieving data and nothing happens.
please help
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby admin » Wed Aug 19, 2009 8:23 am

Hi Stefan,

I'd be happy to help you if I can, but I am not familiar with the Impax system other than what I've been able to Google. Do you know what the underlying database is? Or can you show me screen shots of the ODBC database connection setup (if it is ODBC of course)

You can email me on boa@cintac.com

Best regards
Bo
User avatar
admin
Certified Dynamic AI Professional
 
Posts: 177
Joined: Thu Jan 01, 1970 1:00 am
Location: Copenhagen, Denmark

Postby stefan » Wed Aug 19, 2009 11:19 am

I sent you an e-mail
best regards
Stefan
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby admin » Wed Aug 19, 2009 11:29 am

Hi Stefan

Thanks for informing me that its a Microsoft SQL Server.

Thats a bit surprising - usually SQL server behaves very well.

What permissions does the user test have on the sql server? Maybe the account can connect, but not list tables - I don't know which version of sql server you have - but you could test by assigning the dbowner role and see if that makes a difference.

If not, try - just to test, see if you get any results if you
a) insert dbo in the katalog field.

or

b) try to connect to a different database on the sqlk server (sometimes northwind or adventureworks databases are present)

Let me know how it goes

Bo
User avatar
admin
Certified Dynamic AI Professional
 
Posts: 177
Joined: Thu Jan 01, 1970 1:00 am
Location: Copenhagen, Denmark

Postby stefan » Wed Aug 19, 2009 11:42 am

I changed the owner to dbo and it does not change anything
On the server I have got only the permission to read.
The MVF database is the only one on the server ,which i can access.
best regards
stefan
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby admin » Wed Aug 19, 2009 11:46 am

Hi Stefan

Can you try checking the Read only (Nur Lesen) box on the connection definition in Dynamic?

Best regards

Bo
User avatar
admin
Certified Dynamic AI Professional
 
Posts: 177
Joined: Thu Jan 01, 1970 1:00 am
Location: Copenhagen, Denmark

Postby stefan » Wed Aug 19, 2009 11:49 am

Did not change anything
best regards stefan
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby admin » Wed Aug 19, 2009 12:10 pm

Hi Stefan

Would it be possible for you to find out which version of SQL Server you're running, and the exact permissions the account "test" has on the database you connect to?

I will then try to reproduce the problem to be able to suggest a solution.

Best regards

Bo
User avatar
admin
Certified Dynamic AI Professional
 
Posts: 177
Joined: Thu Jan 01, 1970 1:00 am
Location: Copenhagen, Denmark

Postby stefan » Wed Aug 19, 2009 1:09 pm

I'll find it out and write you tomorrow the exact sql version and the permissions
best regards stefan
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby stefan » Thu Aug 20, 2009 9:45 am

It is the Microsoft SQL Server 2000
and i have got the permission to read from the database
I have also got the permission to access the server
Best regards stefan
stefan
 
Posts: 16
Joined: Wed Aug 19, 2009 7:26 am

Postby admin » Thu Aug 20, 2009 10:47 am

Hi Stefan

To check if the error occurs because your account does not have the necessary permissions to retrieve table and view information on the SQL server, you can try creating a dynamic view that retrieves data from a table you know exists.

You need to save your connection (you probably already did)
then
Image
click dynamic view:
Image
then give the view a name, select your connection and type some valid sql:
Image

If you can retreive data from that Dynamic AI SQL view, it's probably a permissions issue.

Thanks for your patience

Best regards

Bo
User avatar
admin
Certified Dynamic AI Professional
 
Posts: 177
Joined: Thu Jan 01, 1970 1:00 am
Location: Copenhagen, Denmark


Return to Technical Support

cron