I am having problems deploying a VB application to my users. Here is what is going on:
1. Server running SQL Server 2000 and IIS.
2. On the server there is a reports directory.
3. Reports were developed using Crystal 8.5.
4. Security on the report folder on the server is
defined at the domain\user level. This was done
so that reports can be maintained in one place
instead of installing them on every WS.
5. VB app running on the client selects a report to
run. When the print preview button is selected I
get an Access denies error.
6. Development testing works in referencing the report
directory on the server. Compiled application works
in development environment as well.
Is there something I am missing here? Perhaps this approach will not work? The client workstations I have tried to install this on all can access/open the report folder on the server, so I doubt that security is the issue. The Crystal web site is no help because almost all their examples use either file-based and/or locally resident DB's.
Dave
1. Server running SQL Server 2000 and IIS.
2. On the server there is a reports directory.
3. Reports were developed using Crystal 8.5.
4. Security on the report folder on the server is
defined at the domain\user level. This was done
so that reports can be maintained in one place
instead of installing them on every WS.
5. VB app running on the client selects a report to
run. When the print preview button is selected I
get an Access denies error.
6. Development testing works in referencing the report
directory on the server. Compiled application works
in development environment as well.
Is there something I am missing here? Perhaps this approach will not work? The client workstations I have tried to install this on all can access/open the report folder on the server, so I doubt that security is the issue. The Crystal web site is no help because almost all their examples use either file-based and/or locally resident DB's.
Dave