The Gov't DBA refreshed Test from Production. I went to the option that displays records to attach a file to, and there is no data. I go into production and it displays data. So, it seems I have a problem somewhere. Not sure what. But I can't test this further until I can have records display. While trying to figure out the above, I went into the option where records are entered to ensure there is data. When I do, I immediately get an error that makes no sense. An error occurred: http://TestServer/secure/Requirement/requirementsum.cfm? frompage=orig&CFID=59365&CFTOKEN=a9a9c1564abec472-8C0B8613-0C2B-AB85-779367BB7D8FD763 Time: 7/1/16 1:58 PM Error - struct Cause: [struct] Column: 40 Detail: The CFML compiler was processing: The tag attribute prod2, on line 6, column 31. A CFQUERY tag beginning on line 6, column 10. A CFQUERY tag beginning on line 6, column 10. EOFSeen: NO ErrorText: " KnownColumn: -1 KnownLine: -1 KnownText: <unknown> Lexstate: 3 Line: 6 Message: Invalid token " found on line 6 at column 40. Snippet: The CFML compiler was processing: The tag attribute prod2, on line 6, column 31. A CFQUERY tag beginning on line 6, column 10. A CFQUERY tag beginning on line 6, column 10. EOFSeen: NO ErrorText: " KnownColumn: -1 KnownLine: -1 KnownText: <unknown> Lexstate: 3 Line: 6 Message: Invalid token " found on line 6 at column 40. Snippet: Line 6 of the listed .cfm file is the comment/header for the file. There are no " or references to prod2 anywhere in the file. BTW, prod2 is another user/schema in the same database. The one that should be referenced in this case would be test. My question is, is there a mismatch somewhere else in code before this file is included? I have inserted <cfdump var ="#application.datasource#"> to ensure the code is pointing to the correct database. In every case the proper one is displayed, even when the "Event Handler Exception" error page is displayed. Once again, I am at a loss.
... View more