Modeler v7.20.1 and above having Team Server connecting issues

0
Hi, Could someone please help me with the below error message, please? I’ve downloaded new MX Modeler v7.20.1. And created new testApp but when the Modeler tried to download the app from the Team Server it threw me an error. I’ve tried re-started my computer. Then open the Modeler again and Try to download the testApp from the Team server multiple times but nothing worked. Editing my post: I’ve downloaded v7.22.1 and 7.22.2 and getting the same error message as below: SharpSvn.SvnSystemException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/32ce829d-3986-4674-b407-22a08894d89b/trunk' ---> SharpSvn.SvnSystemException: Could not resolve proxy server 'https://teamserver.sprintr.com/12cdd57d-e0ce-4ca9-96e5-e76fa152ec8c ': The requested name is valid, but no data of the requested type was found.     --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)    at Mendix.Modeler.VersionControl.SvnConnector.Checkout(Uri urlToCheckout, String targetProjectDirectory) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 126
asked
3 answers
2

We've seen similar issues with a colleague of ours. In our case it helped to change his project role (from SCRUM Master to Business Engineer) in the app settings within the Mendix portal (Sprintr).

Go to app > Security > App team tab > change role of team member.

Also another suggestion; Was your password changed recently? It may occur you change your password in the developer portal while not having re-logged in in the desktop modeler.

answered
0

Are you behind a proxy server in your company?

The message is really weird. It refers to the team server as a proxy server, but those are two completely different things. Also, there is a space at the end of  'https://teamserver.sprintr.com/12cdd57d-e0ce-4ca9-96e5-e76fa152ec8c '.

Update: do your colleagues (if any) have the same kind of problems?

Update 2: can you sign in to the Modeler on some else’s computer and see if you can download projects then? If so, the issue is with your laptop. If not, the issue is with your account. It would be helpful to know where the problem lies.

answered
0

Hm, I had a similar problem 2 months ago which was caused by a password-bug on the Teamserver that did not occur on the sprintr-server. The workaround then was choosing a password without UTF-8 specific characters. They said they would solve the bug, but I don't know if they have done so. So it is an option for you to try to change your password to something simple.

answered