I have CF 7 with SQL SERVER 7, and it gives me this message everytime I try to setup the datasource.
Connection verification failed for data source: ssa
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a trusted SQL Server connection.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a trusted SQL Server connection.
I've tried every login I know, I'm using windows authentication on my database so it should just use my windows account login info. I've google it but none of the suggested solutions work.
Any help would be appreciated.
Thanks,
Nick
Connection verification failed for data source: ssa
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a trusted SQL Server connection.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a trusted SQL Server connection.
I've tried every login I know, I'm using windows authentication on my database so it should just use my windows account login info. I've google it but none of the suggested solutions work.
Any help would be appreciated.
Thanks,
Nick