I have installed Crystal Reports 8 on my local machine and installed the hotfix for the crystal report viewer.
The hotfix solved my previous issue of users not being able to view reports without crystal on their own machines.
Now I have a new issue. Users, including myself are constantly being prompted to enter their username and password. No combination will work. Users are continually prompted until they hit cancel and the report viewer is empty.
[tt]
1. My reports are located in a sub directory of the virtual directory.
2. The reports use an ODBC connection to access the datasource.
3. The datasource is a stored procedure on SQL Server 2000.
4. Here is an example of the URL for my reports
Response.Redirect("reports/newbusinessreport.rpt?user0=rptvwr&password0=rptvwr&promptonrefresh=0&prompt=" & cboIssue.SelectedItem.Value)
5. The username and password passed in the URL only has access to view report information, so I know the permissions are correct. The user is a sql server user not a domain user
[/tt]
Thank you for your assistance
Jason Meckley
Database Analyst
WITF
The hotfix solved my previous issue of users not being able to view reports without crystal on their own machines.
Now I have a new issue. Users, including myself are constantly being prompted to enter their username and password. No combination will work. Users are continually prompted until they hit cancel and the report viewer is empty.
[tt]
1. My reports are located in a sub directory of the virtual directory.
2. The reports use an ODBC connection to access the datasource.
3. The datasource is a stored procedure on SQL Server 2000.
4. Here is an example of the URL for my reports
Response.Redirect("reports/newbusinessreport.rpt?user0=rptvwr&password0=rptvwr&promptonrefresh=0&prompt=" & cboIssue.SelectedItem.Value)
5. The username and password passed in the URL only has access to view report information, so I know the permissions are correct. The user is a sql server user not a domain user
[/tt]
Thank you for your assistance
Jason Meckley
Database Analyst
WITF