Ciao a Tutti,
avevo gia' postato il problema a settembre dell' anno scorso... ora mi si ripresenta in questa veste:
ho la mia pagina macro.asp che a me utente sul server funziona:
<%@ Language=VBScript %>
<%
Option Explicit
Dim access
'
'
set access = server.createobject("Access.Application")
access.visible = false
'access.opencurrentdatabase "c:\inetpub\wwwroot\fpdb\ri_wkp.mdb"
access.opencurrentdatabase "\\nome_server\fpdb\ri_wkp.mdb"
access.docmd.runmacro "macro_update_Mp"
access.quit
Response.Write "Your macro has been run!"
'
'
%>
<HTML>
<BODY BACKGROUND="../images/sfondo.gif">
testo
</BODY>
</HTML>
Mentre alla mia collega, che risiede su un altro PC da' il seguente errore:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object .
Ho dedicato tante ore in internet x vedere di risolvere il problema:
ho cambiato i permessi in windows\system32\msvbvm60.dll
ma non ho risolto niente:
In Strumenti di amministrazione / Servizi Componenti sono andato su Component Services / Computer / Risorse del Computer / Proprieta' e nella label Protezione COM ho consentito tuto cio' che era possibile ...
non so che altro fare ...![]()
Grazie mille in anticipo x l' aiuto !!!!
P.S. Ho Windows XP e IIS 5.1 con database access 2003 e IE6

Rispondi quotando
