View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001568 | JEDI VCS | Server | public | 2004-04-03 02:27 | 2005-06-13 17:00 |
Reporter | USchuster | Assigned To | diwic | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2.40 Stable (Server) | |||
Summary | 0001568: 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' | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | |||||
Releasedocumentation | |||||
|
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')); |
|
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. |
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) |