View Issue Details

IDProjectCategoryView StatusLast Update
0001568JEDI VCSServerpublic2005-06-13 17:00
ReporterUSchusterAssigned Todiwic 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version2.40 Stable (Server) 
Summary0001568: Ini of a renamed service is at the wrong location
Description(reported by Arnd Iffland in newsgroup)
The CPL creates an INI-file in the windows dir but the service excepted it
in the application dir! Also the CPL creates a file named JCSSrv.ini, but if
the service-exe is renamed, the ini file is not there.
SvrServiceUnit.pas, line 285 change to:
  FIniFileName := ExtractFileName(ChangeFileExt(ParamStr(0), '.ini'));
or better
FIniFileName := 'JVCSSvr.INI'
TagsNo tags attached.
Fix in JVCS version
Releasedocumentation

Relationships

child of 0002361 closedTHuber Releaseinfo: 2.40 server issues 

Activities

THuber

2004-04-23 14:31

developer   ~0004038

The most recent version of the CPL allows the selection of a ini file. This should be changed to the selection of the service application jvcssrv.exe. With this the ini-file should be read over
FIniFileName := ExtractFileName(ChangeFileExt(ParamStr(0), '.ini'));

diwic

2004-11-10 00:31

developer   ~0005601

Now the .ini and the .exe always must be in the same directory, and there is no possibility to let them be in different directories.

Issue History

Date Modified Username Field Change
2004-04-03 02:27 USchuster New Issue
2004-04-23 14:31 THuber Note Added: 0004038
2004-04-23 14:31 THuber Status new => confirmed
2004-11-10 00:31 diwic Status confirmed => resolved
2004-11-10 00:31 diwic Resolution open => fixed
2004-11-10 00:31 diwic Assigned To => diwic
2004-11-10 00:31 diwic Note Added: 0005601
2005-01-15 05:52 THuber Relationship added child of 0002361
2005-06-13 17:00 THuber Status resolved => closed
2005-06-13 17:00 THuber Fixed in Version => 2.40 Stable (Server)