Cannot use linked server in CFQuery in ColdFusion 2018
I am using a linked server in the CFQUERY.
The data source is type Microsoft SQL Server.
The error page says “access to the remote server is denied because no login-mapping exists”.
Worked OK in ColdFusion 10 on SQL 2012, but has this error in ColdFusion 2018 on SQL 2017.
The linked server on this new SQL 2017 server should match the one on the SQL 2012 server.
I created a view that uses the linked server, and then put that in the CFQuery. Got the same error.
Is there a way to fix or work around this?
