Im trying to make a connection from a crystal report to a Microsoft SQL Server with an Active Directory domain account. So basically the Crystal Report/driver need to be able to logon and run under an account that has been authenticated through an Active Directory domain before it reaches the SQL database server.
The SQL database server has a security group setup with read access to the database. The security group then contains the Active Directoy account I want to use to login to the database. When the report attempts a connection with user name and password the server rejects the request to authenicate because it is not coming in as an authenticated domain user.
Does anyone know what driver and driver settings can be setup to make this type of connection?
rick_fatty (BOB member since 2009-04-30)