2016-12-14 09:21 AM
does anybody know how to remove old entires abnout trial license? we have already installed new licenses. It does not work to move to metered since it is greyed out.
2016-12-14 01:46 PM
mongo sa
db.entitlement.find()
Then once you have the ServiceID, for example 561cd383f280f20154b944fe, SSH to SA appliance.
mongo sa
db.entitlement.remove({ _id: ObjectId("561cd383f280f20154b944fe")})
exit
stop jettysrv && start jettysrv