openHistorian icon indicating copy to clipboard operation
openHistorian copied to clipboard

Reinstall under different service credentials does not overwrite HTTP reservations

Open ritchiecarroll opened this issue 3 years ago • 2 comments

Further testing shows that original reservations associated with initial service install are not always being removed.

Could be an issue with code call from uninstall operation - perhaps DLL gets removed before call executes reservation removal?

ritchiecarroll avatar Dec 15 '21 02:12 ritchiecarroll

Removal occurs during install, right before adding new ones. https://github.com/GridProtectionAlliance/gsf/blob/fb778cb5c3720775d1329222ffbc24306fe6ca46/Source/Libraries/GSF.InstallerActions/CustomActions.cs#L527-L533

StephenCWills avatar Dec 15 '21 02:12 StephenCWills

The issue is that it's missing the slash at the end of the URL. https://github.com/GridProtectionAlliance/gsf/blob/fb778cb5c3720775d1329222ffbc24306fe6ca46/Source/Libraries/GSF.InstallerActions/CustomActions.cs#L919

StephenCWills avatar Dec 15 '21 02:12 StephenCWills