TFS 2015 on-prem licensing issue on REST API -
we have upgraded our tfs 2012 tfs 2015 update 1 , use new tfs rest api retrieve tests cases/plans instance.
so made quick test browser using following url , went : http://.../defaultcollection/_apis/projects?api-version=1.0
but when tried test plans in particular using url : http://.../defaultcollection/projectxyz/_apis/test/plans?api-version=1.0
i obtained following error :
{"$id":"1","innerexception":null,"message":"tf400409: not have licensing rights access feature: web-based test case management","typename":"microsoft.teamfoundation.server.core.missinglicenseexception, microsoft.teamfoundation.server.core, version=14.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a","typekey":"missinglicenseexception","errorcode":0,"eventid":3000}
so how activate "license" ?
ok problem solved following following instructions : http://www.alexandervanwynsberghe.be/tf400409-you-do-not-have-licensing-rights/
so had set "default access level" advanced in web control panel.
Comments
Post a Comment