Scheduling Agent 1.0.4 Released!

This forum is designated to discuss SiComponents Scheduling Agent.
Post Reply
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Scheduling Agent 1.0.4 Released!

Post 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.
Last edited by isiticov on Thu Nov 30, 2006 1:19 am, edited 1 time in total.
CarlDippel
Posts: 15
Joined: Thu Nov 13, 2003 7:41 pm
Location: LI, NY
Contact:

Error installing v1.04 for D5; fixed

Post 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. Image
Anonymity negates sincerity.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Post Reply