PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → ExeRun in WebDev does not work on server
ExeRun in WebDev does not work on server
Iniciado por HERNAN CASTRO ( Sana, abr., 03 2012 9:22 PM - Sem resposta
Membro registado
4 mensagems
Publicado em abril, 03 2012 - 9:22 PM
Hi all, I am making a page for an intranet site, which
view a PDF file generated by an application. To this end the
when viewed on a procedure of a dynamic page
I call the application and I hope the result to display the PDF
generado.El code is as follows.

IF NOT ExeRun (Path + "\ application.exe" + Parameters, exeActive, exeWait)
THEN
Error (ErrorInfo ())
END

FileDisplay (nombrePDF, "application / pdf")

All this works fine on my PC (Windows XP SP3) from Run Test Project (F9). But to publish it on the server does not work. The worst thing is that by making the
ExeRun application.exe calls, it generates the PDF, but this is never closed and is taken from the server CPU to 100%. I do not understand where I am comentiendo the
mistake.
I'm using WebDev 15. and the server have Windows server 2008 and IIS7. the
Application.exe is an application generated from clarion.
Thank you very much and greetings.