• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problem Scheduled asp page

G

gixerino

Guest
Hi I have the ncessità to schedule an ASP page that has as a function of sending an email. The data of this message come from a database.
I created a vbs file that I open the asp page.
If I do a test by clicking on the vbs file locally to the procedure works fine and I get the email with data from the db.

But if I run a scheduled task to plesk, following the instructions, I get the email scheduling operation took place but not the email must be generated from the asp page.

The error in the vbs file is as follows:

"Microsoft VBScript runtime error: Permission denied: 'CreateObject'"

Loggetta is represented by: "InternetExplorer.Application"

This is the code of the VBS file:
' Creo l'oggetto
Dim IE
Set IE = CreateObject("InternetExplorer.Application")

' Rendo invisibile l'operazione
' (Se fosse settato su True si aprirebbe la finestra di explorer
' nel bel mezzo del nostro video)
IE.Visible = False

' Imposto la pagina web da visitare...
' ...cioè la URL dello script che voglio eseguire!
IE.navigate("http://www.fffffdfgdfgg.it/test.asp")

' Chiudo
Set IE = Nothing

Quale potrebbe essere il problema.

Grazie a tutti in anticipo.
 
Back
Top