[resolved] The project null with the svn url unreachable
I'm trying to install the Talend client on my desktop so I'm trying to setup my 1st remote project. In the 'TIS Admin Centre' on the VM running the server side I try & setup my project but I get the error '!!!The project 'null' with the svn url 'https://localhost:80/svn/ ' is unreachable!!!', but it is when I put that url into a browser. All this is going on in the VM.
Any ideas ?
To access a project that you have created in the TAC, you need to give the Studio user the appropriate rights.
You need to:
1) Create a user in the TAC, and give them the appropriate role (typically Designer)
2) Give this user access to the project you created in the Project Authorizations section of the TAC
3) Provide this user's credentials when defining the Studio's remote repository connection.
Once these steps are in place, the Studio's user should have rights to 'see' the project you created, and it will appear as in the screenshot.
Hi
Which version of TIS are you using? Can you connect to a remote project on Talend client studio even though it displays unreachable in configuration page?
Best regards
Shong
Hi,
Version 4.1.2.r53616
and no, I can't yet connect to a remote project. I'm new to this so I'm not sure if its really a Talend issue, SVN issue or just me being stupid.
Thanks
May I suggest you try replacing localhost with the full IP, and remove the "svn/" part of your path?
I would expect your URL to look something like:
http://your.ip.address.here:80/repotis/TEST2 regards
If I create a project called Test2, without checking the "advanced settings" tab, it works, and populates the URL with http://192.168.56.101:8282/reportis/TEST2. If I create a project called Test2, check "advanced settings", and fill in the same values as above manually, I get the same error as you. This might be because it's trying to validate a URL to an SVN project that the TAC hasn't created yet. Can you try creating your project without checking the "Advanced Settings" checkbox?