xebialabs-community / xlr-tfs-plugin

Integration between XLR and TFS 2013 and TFS 2015
MIT License
3 stars 5 forks source link

Test Connection throws an ImportError #4

Closed istairbn closed 7 years ago

istairbn commented 7 years ago

Downloaded the latest release and installed, received the following error when trying test connection over Rest API:

Can't connect to Tfs: Server. ImportError: No module named microsoft

Looks like it's relying on the TFS core modules for the NTLM

jdewinne commented 7 years ago

Did you install the sdk as described in the readme

istairbn commented 7 years ago

Aha! No, we're using 2015 so I've removed access to all but the REST API. I didn't realise that the SDK section would still be a requirement as it appears deprecated for older versions.