Team Server connection error

0
Hello Menidx community  Would you please help me on this error  I did all of below  1-Sign out sign in 2-leave the application and some one invite me back. 3-Reinstall Mendix software 4- restrart PC. 5- delete local folder and readded. 6-checking network -and white list URL  Mendix.Modeler.VersionControl.VersionControlException: An error occurred while retrieving the branches. ---> SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/217fccef-8b93-4ecb-b8c5-e67028925946/branches' ---> SharpSvn.SvnRepositoryIOForbiddenException: Access to '/217fccef-8b93-4ecb-b8c5-e67028925946/branches' forbidden    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.List(SvnTarget target, SvnListArgs args, EventHandler`1 listHandler)    at Mendix.Modeler.VersionControl.Windows.SvnConnector.<>c__DisplayClass11_0.<GetBranchesFromFolder>b__0(ISvnClient c) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 126    at Mendix.Modeler.VersionControl.Windows.SvnConnector.UriClientDo(Uri repositoryUri, Action`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 347    at Mendix.Modeler.VersionControl.Windows.SvnConnector.GetBranchesFromFolder(IRemoteRepository repository, String folderName) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 136    --- End of inner exception stack trace ---    at Mendix.Modeler.VersionControl.Windows.SvnConnector.GetBranchesFromFolder(IRemoteRepository repository, String folderName) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 140    at Mendix.Modeler.VersionControl.Operations.Svn.SvnGetBranchesOperation.Execute(GetBranchesRequest& request) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Svn\SvnGetBranchesOperation.cs:line 37  
asked
1 answers
1

Hi Osama,

 

Please check:

https://docs.mendix.com/refguide/troubleshoot-version-control-issues/#28-getting-an-error-with-the-message-sharpsvnsvnrepositoryioforbiddenexception-access-to-svnrvr1trunk-forbidden

I see you have the forbidden message so I would check those options.

Please also make sure that the role in the project you are added as, has access to the team server.

answered