Data Source OK But Code Can't Find It
I'm migrating a multiple-instance site from CF MX 6 to CF 8, both using Windows Server 2003. The first instance, which uses a Microsoft Access file for its data source, is working fine. The second instance uses a separate Access file for its data source. It should be working fine but isn't. While the CF administrator shows that the data source is OK, when I run the CF code this message comes up:
Datasource irms_prd could not be found. | |
| The error occurred in E:\www\irms\html\VideosIRMS.cfm: line 12 | |
10 : </CFIF> 11 : 12 : <CFQUERY NAME="GetSubjects" DATASOURCE="#REQUEST.dsn#"> 13 : SELECT subject_code, 14 : subject_description | |
The data source name in CF administrator matches the one in the error message, irms_prd
As far as I can tell everything is configured the same as in the other server, where it works. It's the same file, which I can open with Access so it hasn't been corrupted. I haven't been able to find anything informative in the log files either.
Any suggestions would be greatly appreciated!
Thank you,
Adam Glass
