Before I attempt to answer this, I'd like to state that I have very little experience with CFMX on Linux, so I'm just guessing with this.
> Following the application of the CFMX Pro upgrade, we found > that the new JDBC-equivalent "goober" is listing in the CF > Administrator as having a JDBC driver type of "ODBC socket". > Rather curious, since "ODBC socket" isn't one of the JDBC > drivers that comes with CFMX-Linux Pro (you only get SQL > Server and MySQL). I suspect this is due to the CFML code within the Administrator used to migrate settings from CF 5 to CFMX - it's probably the same for all platforms, and doesn't take into consideration the fact that CFMX on Linux doesn't have the ODBC Socket stuff. > An exception occurred when invoking an external process. > The cause of this exception was that: java.io.IOException: > \opt/coldfusionmx/db\slserver52\admin\swcla.exe: not found. This code is attempting to invoke the Sequelink driver, which provides the ODBC Socket service. Not that this information is especially helpful, but it's kind of interesting I guess. You can see it's designed for Windows, based on the slashes in the file path after the "db" directory. > We also tried to delete the "goober" datasource by deleting > its XML declaration in > .../servers/default/SERVER-INF/jrun-resources.xml, but > regardless of whether we restarted the CFMX server or even > rebooted the whole machine, this change didn't seem to affect > the continued listing of "goober" in the Administrator, > Datasources page. We tried to figure out (by searching the > system and searching JRun and JDBC documentation) where else > within the Linux filesystem the JDBC datasources are defined > or listed (i.e., where does the CF Administrator, > Datasources page get its listing of datasources from?), but > it's a mystery to us. I think you'll also have to edit the file /cfusionmx/lib/neo-query.xml. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

