After installing new plasticscm from the download page on Windows 10, choosing default or creating new repo, going to the Branch Explorer, I can't use "Sync with Git..." feature, it tells me "The user appears as an inactive user because his/her license has been deactivated. Please, activate it and then try again".
First I don't get, why the license is deactivated by default, but I followed instructions from https://www.plasticscm.com/documentation/technical-articles/user-license-is-deactivated.html and tried to create a user, but when I call "cm au ", then I get error "You don't have permissions to activate user . You need to be repository server administrator in order to be allowed to complete this operation." and when I call "cm sto -user= repserver:localhost:8087", I get error "You don't have permissions to activate user . You need to be repository server administrator in order to be allowed to complete this operation." again.
How to fix my situation?
Maybe the address "repserver:localhost:8087" should be differently, because I don't know what to put instead of repserver, but using the name of the repo instead, I get error "Error: Uvedený formát cesty není podporován." meaning that the format of the path is not supported.
EDIT: I realized something strange after reading again output of "cm li":
Plastic SCM license information:
* User-license information:
salichl INACTIVE (Not licensed)
---------------------------------------
Licensed to: Plastic SCM trial license
Expiration date: 23.11.2016 19:12:23
Edition: team
Total licensed users: 1
Total activated users: 0
Total available users: 1
---------------------------------------
and maybe I know how it happened, because I had some old plasticd.lic on plasticscm web and after logging in, it changed "EXPIRATION" to the date, which is in the past and after downloading it, it changed status to "Expired", but before I realized it, I used it and after using it, I couldn't probably change the "plasticd.lic" back to the original one downloaded with the plasticscm installation even though I rewritten it back.
So in the end, I probably shouldn't log in to the plasticscm web, because it changed the old (and in that time valid) licence to invalid one without informing me (the rules for the licences were probably changed in the meantime, because it was 3 years old) and now I can't even use the 5 day trial and must wait, if someone hopefully enables "Personal Edition" (I only wanted to try using Branch Explorer on git repositories and check if it works, because the git shows branches terribly for me).
EDIT2: I guess the strange behavior for me is As Designed...