Filepro task under server 2008
Richard Kreiss
rkreiss at verizon.net
Sun May 2 20:40:04 PDT 2010
-----Original Message-----
From: Kenneth Brody [mailto:kenbrody at spamcop.net]
Sent: Sunday, May 02, 2010 9:35 PM
To: Richard Kreiss
Cc: filepro-list at lists.celestial.com
Subject: Re: Filepro task under server 2008
On 5/2/2010 6:33 PM, Richard Kreiss wrote:
> I have a task set to run under windows server2008 on a server called
> ccpdbsvr (e:\company\filepro). FilePro 5.6.
>
> My client runs the application from a mapped drive F either from their
local
> computers or from Terminal server when logged in on ccpiissvr.
>
> When I initially set filePro tasks to run in the iis server, then would
run
> but nothing was generated. It appears as though the task could not see
the
> network drive.
[...]
Drive mapping is on a per-user basis. IIS probably runs in a separate user
session w/o the mapping in place.
Either make sure the drive is mapped for IIS:
http://support.microsoft.com/kb/257174
or use UNC paths instead.
--
Kenneth Brody
Ken,
I did use UNC for setting filePro's configuration but the tasks failed in
the IIS server.
With the tasks running on the db server, e is a local drive letter.
This is the task batch file:
set fplmhost=localhost:6556
set PATH=c:\windows\system32
set pfcmark=20
set PFDSK=\\ccpdbsvr\filepro
set PFDATA=\\ccpdbsvr\filepro
set PFPROG=\\ccpdbsvr\filepro\fp56
set PFDIR=
set PFGLOB=
set PFCONFIG=
set PFTMP=c:\FPTEMP
set PATH=%pfprog%;%PFPROG%\fp;%path%
echo stuff > fp$$$$$$.bat
del fp$$*.bat>NUL
%pfprog%\fp\rreport mem_report_docs -f make_report -r "daily" -a -u
CALL c:\batch\e_delete_txt.bat
AS I said, when run manually from the db server this file works but fails
when run from the task manager.
Richard
More information about the Filepro-list
mailing list