Re: Moving a site to a new server

Ron Staton wrote:
>> Hi everyone,
>>
>> I know very little about ASP but I inherited an internal web site
>> that uses it. The server that it resides on is being decommissioned
>> so I need to move it to a new server. I've copied the site to the
>> new server, set up the ODBC connector pointing to the new database
>> server, restored a copy of the database and tested the connection.
>> My ODBC connector passes and I can run a simple query of the
>> database that returns data. Unfortunately when I try to access the
>> data through the login page I get an error:
>>
>> Server object error 'ASP 0177 : 800401f3'
>> Server.CreateObject Failed
>> /masudafunai/formlogin.asp, line 6
>> 800401f3
>> Looking at the code I see the following:
>>
>> <!-- #include file="masudawebucc\include\dbconnection.inc" -->
>> <SCRIPT LANGUAGE="VBScript" RUNAT="SERVER">
>> Dim clientList
>> Sub getAccessLevel
>> Dim mo_security,accessLevel
>> Set mo_security=Server.CreateObject("ucc_server.security_level")

<snip of totally irrelevant stuff - html is irrelevant for ASP problems>

>
>> The Include file is this:
<snip>
>> set mo_Connection = Server.CreateObject("ucc_server.db_connection")
<snip>
Somebody built a custom component called ucc_server. It needs to be
installed on your web server


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
reb01501 [ Do, 17 Mai 2007 21:46 ] [ ID #1714186 ]
Webserver » microsoft.public.inetserver.asp.db » Re: Moving a site to a new server

Vorheriges Thema: need ASP Code - Send mail via POP3
Nächstes Thema: need ASP Code - Send mail via POP3