Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Folder Permissions 1

Status
Not open for further replies.

joevig

Programmer
Feb 17, 2005
4
CA
I'm setting up an VB6 app that uses crystal 8.5. It's installed on Windows 2003 server. When I run the app all is well. When another user runs the app they get 'Can't open sql server'. I had admin rights, the other users don't. If I give them admin, it works as it should. It's a permissions thing, but I don't know what folders should have what permissions. Any help would be appreciated.
 
When you say 'admin permissions', do you mean the Windows login, or the Server/DB login?

What code are you using to call the reports, and what type of db/connectivity/security are you dealing with?

-dave
 
They are the windows login permissions. I'm using VB6 calling a crystal report via crystal.ocx using ADO for db access to a sql server 2000 backend. It all runs fine if you have admin privleges. If you don't, it doesn't work. There must be a folder somewhere that requires admin privledges, but I don't know where! Could it be a Sql Server 2000 issue?
 
It could be a SQL Server issue if you're using Windows Authentication. Are you sending and ADO recordset to the report at runtime? If so, what driver is the report using (it should be pdsmon.dll or p2smon.dll, which is the Active Data driver).

If you're using ODBC, have a look here:

Also, be aware that Server 2003 is not a supported/tested platform for CR 8.5.

-dave
 
Thanks for the tip. The problem was the odbc driver. Followed the link, installed fix and it worked...
Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top