Page 1 of 1
Scheduling Agent 1.0.4 Released!
Posted: Mon May 23, 2005 5:27 am
by isiticov
We're glad to announce the release of VCL Scheduling Agent version 1.0.4!
This is maintainance release that contains few improvements.
Error installing v1.04 for D5; fixed
Posted: Wed May 25, 2005 11:59 am
by CarlDippel
After running
setup.exe I installed
SchedSuit_D5.dpk and got this error:
Code: Select all
[Fatal Error] SchedSuite_D5.dpk(54): File not found: 'saUtils.dcu'
Checking the directory structure I noticed that the
saUtils.pas file was not one level above the dpk file as coded...
Code: Select all
contains
saUtils in '..\saUtils.pas',
saRegistration in '..\saRegistration.pas',
saTask in '..\saTask.pas',
MSTask in '..\MSTask.pas',
saDialogs in '..\saDialogs.pas';
but two levels above the dpk file. I modified the dpk code accordingly...
Code: Select all
contains
saUtils in '..\..\saUtils.pas,
saRegistration in '..\..\saRegistration.pas',
saTask in '..\..\saTask.pas',
MSTask in '..\..\MSTask.pas',
saDialogs in '..\..\saDialogs.pas';
I was then able to successfully able to install the dpk.
This was probably an error in the setup.exe file. It's my guess that the source files should have been in the
Source directory not the
Scheduling Agent directory. I didn't check any of the other versions.

Posted: Wed May 25, 2005 3:53 pm
by isiticov
Thank you for your information. We've already fixed it and on site there is placed updated version. Thank you again. And you're right source must be under Source directory.