﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Corruption / SQL Server 7,2000  / SQL 7.0 crash and reinstall and now odbc connections wont connect / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 17:00:31 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL 7.0 crash and reinstall and now odbc connections wont connect</title><link>http://www.sqlservercentral.com/Forums/Topic1417174-265-1.aspx</link><description>below is the actual asp connection file Dim DataConn Dim Temp_ConnectionString ' Temp_ConnectionString = "Provider=SQLOLEDB.1;Persist Security Info=True;User ID=barnhart_user;Initial Catalog=BarnhartPress;Data Source=IPADDRESS;Locale Identifier=1033;Connect Timeout=15;" If Session("AccessLevel") &amp;gt;= 75 Then  Temp_ConnectionString = Application("DataConn_Admin_ConnectionString")'"Provider=SQLOLEDB.1;Persist Security Info=True;User ID=bhPress_admin;Password=REMOVEDPW;Initial Catalog=BarnhartPress;Data Source=SQLSRVR;Locale Identifier=1033;Connect Timeout=15;" Else  Temp_ConnectionString = Application("DataConn_ConnectionString")'"Provider=SQLOLEDB.1;Persist Security Info=True;User ID=barnhart_user;Initial Catalog=BarnhartPress;Data Source=SQLSRVR;Locale Identifier=1033;Connect Timeout=15;" End If Set DataConn = Server.CreateObject("ADODB.Connection") DataConn.ConnectionTimeout = Application("DataConn_ConnectionTimeout") DataConn.CommandTimeout = Application("DataConn_CommandTimeout") DataConn.Open Temp_ConnectionString</description><pubDate>Thu, 07 Feb 2013 11:31:51 GMT</pubDate><dc:creator>netadmin 17163</dc:creator></item><item><title>SQL 7.0 crash and reinstall and now odbc connections wont connect</title><link>http://www.sqlservercentral.com/Forums/Topic1417174-265-1.aspx</link><description>A company pulled me in and wanted me to help with their sql server after a raid failure.They retrieved the data off the drive and re installed on a virtual server.They hired another company to install sql 7 from scratch and import the data.The server hosts their website which ties to the SQL server and 2 programs which store data on the sql server.Now is the part i am confused on and am sure you guys will know it.I think everything is setup to work through odbc connections. (dsn)The website is showing this errorMicrosoft OLE DB Provider for ODBC Drivers error '80040e4d'[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'bhPress_user'./connect.asp, line 15On the server there are system dsn's and file dsn's in the odbc list.Since the company installed SQL 7 from scratch i believe sql lost all the login information?  Am I on the right path?How do I go about setting up all these connections back up?All help is greatly appreciated and thanks for your time guys.- Jarrod</description><pubDate>Thu, 07 Feb 2013 09:17:22 GMT</pubDate><dc:creator>netadmin 17163</dc:creator></item></channel></rss>