I am having an issue trying to use the 'Trusted Connection' option for establishing a SQL connection. The install I'm am attempting to create must establish a connection with a SQL server that is not local and when attempting to use the 'Trusted Connection' option, it returns an error saying that the login was denied. The error message is as follows:
SQLDriverConnect: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'DOMAIN\USER$'
(I've changed the domain and user name to be generic...)
I've triple checked the fact that the login is valid on the server and trying the install runs fine when on the actual SQL server itself (logged in as the same user). The thing that appears odd to me is the '$' that occurs after the user name.
Can anyone shed any light on this? Thanks in advance!
EDIT: I am currently using AI 4.7