Aaron,
Thanks for your reply..
It's exactly what I did :-)
Stan
--
---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"
Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> a écrit dans le message de
news:
eUadZ3iTEHA.3752@TK2MSFTNGP12.phx.gbl...[color=blue]
> So, is ASP running as IUSR or as an authenticated user? Might try to run[/color]
as[color=blue]
> the latter, or else make sure that IUSR has proper permissions on the EXE
> that is used to create the PDF file, and the folder where the PDF file[/color]
will[color=blue]
> be output.
>
> A typical workaround for this is to have the ASP page simply store the[/color]
"job"[color=blue]
> information in a table, and an executable or VBS script wakes up every[/color]
five[color=blue]
> minutes, and processes any new jobs that have been added. This way, the
> executable can be run as an administrator or power user, instead of a very
> limited anonymous user. Not immediate real-time, but for e-mailing a PDF[/color]
it[color=blue]
> is probably close enough.
>
> --
>
http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
>
>
> "Stan Sainte-Rose" <stan@cyber972.com> wrote in message
> news:eViZu9hTEHA.1984@TK2MSFTNGP12.phx.gbl...[color=green]
> > Hi Patrice,
> > In fact, with Aspexec, I get an "Access is denied" error..
> > About the vbs script, it generates a pdf doc and sends an email...
> >
> > Any idea ?
> >
> > Stan
> >
> >
> >
> > --
> >
> >
> > "Patrice" <nobody@nowhere.com> a écrit dans le message de news:
> >
ODTzTohTEHA.332@TK2MSFTNGP11.phx.gbl...[color=darkred]
> > > This is the same language. Depending on what the script does, you[/color][/color][/color]
could[color=blue][color=green][color=darkred]
> > > likely just include the VBS file and call the function it exposes ?
> > >
> > > BTW, it doesn't work but what is the behavior you see ? You could try[/color][/color]
> with[color=green]
> > a[color=darkred]
> > > very simple script to see if it's the call from ASP or the script[/color][/color][/color]
itself[color=blue][color=green][color=darkred]
> > > that fails.
> > >
> > >
> > > "Stan Sainte-Rose" <stan@cyber972.com> a écrit dans le message de
> > > news:ecUKI9gTEHA.2128@TK2MSFTNGP11.phx.gbl...
> > > > Hi guys,
> > > >
> > > > I would like to run a vbs script from an asp page.
> > > > I ve tried many directions but no one works..
> > > > The first was :
> > > > Dim oShell
> > > > Set oShell = Server.CreateObject("WSCript.shell")
> > > > i=oShell.run
> > > > ("w:\wwwroot\look\j_consultation\j06_suivi\modules _stan\GenPDF.vbs 1[/color][/color][/color]
2[color=blue][color=green][color=darkred]
> > > 23,25
> > > > byAffaire N 1 FR
stan@cyber97.com" )
> > > > Set oShell = Nothing
> > > >
> > > >
> > > >
> > > > The second used AspExec componant
> > > > Set Executor = Server.CreateObject("ASPExec.Execute")
> > > > Executor.Application =
> > > > "w:\wwwroot\look\j_consultation\j06_suivi\modules_ stan\GenPDF.vbs"
> > > > Executor.Parameters = "1 2 23,25 byAffaire N 1 FR
stan@cyber97.com"
> > > > resultat=Executor.ExecuteWinApp
> > > >
> > > > Thanks for your help
> > > >
> > > >
> > > >
> > > > Stan
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]