unable to deliver Change Sets using VS Client
I am using the RTC Visual Studio Client, connected to a RTC server.
Everything seems to be working properly.
However, upon delivering outgoing changes, I get the error:
Team Adviser reported: Failed to parse repository 192.168.0.204
project area "xxx" preconditions XML. After that the repository connection became to disconnected.
(and my changes are not delivered)
I tried the same scenario using the Eclipse RTC Client, it works fine.
Everything seems to be working properly.
However, upon delivering outgoing changes, I get the error:
Team Adviser reported: Failed to parse repository 192.168.0.204
project area "xxx" preconditions XML. After that the repository connection became to disconnected.
(and my changes are not delivered)
I tried the same scenario using the Eclipse RTC Client, it works fine.
Accepted answer
Given the above error message (related to 192.168.0.204 IP address)
and the fact that this works fine using the Eclipse RTC Client,
I suspected that there was something wrong with the repository connection parameters in the VS Client.
It is not expected / advisable to use server IP address - but rather use the server's public URL.
Changing the repository URL from 192.168.0.204 to server's public URL
fixed the issue.
and the fact that this works fine using the Eclipse RTC Client,
I suspected that there was something wrong with the repository connection parameters in the VS Client.
It is not expected / advisable to use server IP address - but rather use the server's public URL.
Changing the repository URL from 192.168.0.204 to server's public URL
fixed the issue.