Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with my PWS or something
Message
De
21/03/2002 14:11:36
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Problems with my PWS or something
Divers
Thread ID:
00635663
Message ID:
00635663
Vues:
40
mensajes. Enviado - 21 March 2002 12:45
--------------------------------------------------------------------------------
i have a web page working in a NT server and this has the IIS , but i have to made some changes and i can't do it on the the server so i decide to download the files to my PC i have installed the PWS software. But i have this error message:

Microsoft OLE DB Provider for ODBC Drivers error ''80004005''

[Microsoft][Administrador de controladores ODBC] The name of the data source can not find it the prederterminated controller.

/webfac/webhelp.asp, line 8

The line is:
conn.Open Application("Connection2_ConnectionString")
the connection2 it's contained in the global.asa file and this are the lines:
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
''==Visual InterDev Generated - startspan==
''--Project Data Connection
Application("Connection2_ConnectionString") = "DSN=FOXPRO2;Description=helpdesk;SERVER=ser_fac05;UID=;SourceType=DBC;PWD=;WSID=;Exclusive=No;Collate=Machine;DATABASE=whelpdesk"
Application("Connection2_ConnectionTimeout") = 15
Application("Connection2_CommandTimeout") = 30
Application("Connection2_CursorLocation") = 3
Application("Connection2_RuntimeUserName") = ""
Application("Connection2_RuntimePassword") = ""
End Sub
Sub Session_OnStart
''==Visual InterDev Generated - DataConnection startspan==
''--Project Data Connection
Session("orafac_ConnectionString") = "DSN=orafac;UID=urc;SERVER=orafac;"
Session("orafac_ConnectionTimeout") = 15
Session("orafac_CommandTimeout") = 30
Session("orafac_RuntimeUserName") = "urc"
Session("orafac_RuntimePassword") = "urc"
End Sub
</script>
the first one to the foxpro database and the other one its for oracle database. these lines belongs to the global.asa file from the server. I have defined my foxpro2 odbc .But the error still shows up.
what would it be?

thanks for the help.
Répondre
Fil
Voir

Click here to load this message in the networking platform