In addition to this. You can also get the port via the Management Console by looking at the properties of that server.
"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Dave Watts <[EMAIL PROTECTED]> To: CF-Talk <[email protected]> Sent: Tue Jul 11 23:21:28 2006 Subject: RE: Connect CFMX 7.2 to SQL 2000 and SQL 2005 on the same box > I have a dev box that was running CFMX 7.2 and SQL 2000 very > well until this morning. > Then, I installed SQL 2005 Express and after a lot of trial > and error I was finally able to restore a database previously > backed up in SQL 2000 and restore it to SQL 2005 and connect > from cfmx Admin to the new db in SQL 2005, but now the > connection to the SQL 2000 fails with the message: > Connection verification failed for data source: db_name > java.sql.SQLException: [Macromedia][SQLServer JDBC > Driver][SQLServer]Login failed for user 'sa'. > The root cause was that: java.sql.SQLException: > [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed > for user 'sa'. > > I haven't change anything on the SQL 2000 server instance. I > can connect to the db using Enterprise Manager and other > tools. The db allows mix authentication and the user id and > password are valid. > > Is it possible to connect CFMX 7.2 to SQL 2000 and SQL 2005 > all of them on the same box? If yes how? Yes, you can connect CFMX 7.0.2 to SQL Server 2000 and 2005 instances on the same box. Each instance should have its own IP listener on a unique port. I suspect that SQL Server 2005 is now listening on the port you were previously using for SQL Server 2000. You should be able to find out what's listening on what ports by running the command "netstat -ab". I don't know enough about Express specifically to know whether it has the same network management interface as SQL Server 2005 Standard or Enterprise. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246224 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

