Crystal Report Problem

bradwest1217

New member
Joined
Aug 18, 2006
Messages
3
Programming Experience
Beginner
Hello all,

I know this is not a problem or an error but I need a way around it. I run a report in ASP2.NET (.NET 2005) and I get this message:

The report you requested requires further information.
Repository
Server name:
Database name:
User name:
Password:
Use Integrated Security (Checked)


The server name and database name is in there, but the user and password are not. I want to be able to display the report without having to have this screen come up. I use active directory and want to set it as a trusted connection like when I created the connection in the report design. Basicaly I want the windows credentials to authenticate. It works fine on my development PC (doesn't ask for more information) but when I deploy it to the server it doesn't (asks for more information)

Thanks

Brad West
 
Back
Top