Application holds on to an old datasource
I had a similar problem in this thread: Finding the Oracle datasource...
I have a CF 10 application interfacing with an Oracle 11g database; Windows Server 2012. The original developers had different names for the datasources for Test (abcdTest) and Production (abcdProd). I attempted to access Test after being on another project for quite a while and received the message that the datasource abcdProd could not be found... that is correct because I was logged into the Test machine. I searched my source code and for some reason the datasource abcdProd was assigned in numerous places in the Application.cfc. I changed all the references, cleared cache, restarted the browser and tried to login again. Same error. There are no references to abcdProd in the code base I am currently working with. I have verified with the Gov't SysAdmin that CF Admin is set up correctly and my code should be pointing to abcdTest. But it is not. I can't seem to get it to recognize abcdTest. I an hoping the CF server doesn't need to be restarted. I requested that during the above mentioned thread and was told, "there are 50 other applications on this machine and none of them require what you require. The restart will have to be scheduled", so unless that is the only way to fix it, I'd like to avoid that option. Has anyone had this problem? What was done to fix it? Thank you.
