Error during deliver using RTC client for Visual Studio
Hi,
I am using RTC client for visual studio.I am getting an error message like "<component> overlaps 3 folders" while i try to deliver some changes from my repository workspace to the stream.This is preventing me from deliverig the change sets to the stream. Can anyone guide me on getting this issue resolved?
Thanks in advance
Sanfi
I am using RTC client for visual studio.I am getting an error message like "<component> overlaps 3 folders" while i try to deliver some changes from my repository workspace to the stream.This is preventing me from deliverig the change sets to the stream. Can anyone guide me on getting this issue resolved?
Thanks in advance
Sanfi
3 answers
Sanfi,
For us to look into what's happening, we'd need the detailed trace. To set it up, here's what you shoukd do: Edit the devenv.exe.config file (it should be in the Common7\IDE folder in your Visual Studio install area) and add the following lines before </configuration>, at the bottpm of the file.
<system.diagnostics>
<switches>
<add name="RTCTraceLevel" value="3"/>
</switches>
</system.diagnostics>
Now you should get detailed error messages. To access your log file, navigate to Team Concert->Windows->Team Concert Log and click on "Open Log File", which will open the log file for you. If you would cut and paste the detailed message you're getting, that would be very helpful.
Just so you know, log files are stored in your user area under IBM\Rational\Team Concert Visual Studio Client. Your user area is what is pointed to by Environment.SpecialFolder.AplicationData.
regards
--Rupa
For us to look into what's happening, we'd need the detailed trace. To set it up, here's what you shoukd do: Edit the devenv.exe.config file (it should be in the Common7\IDE folder in your Visual Studio install area) and add the following lines before </configuration>, at the bottpm of the file.
<system.diagnostics>
<switches>
<add name="RTCTraceLevel" value="3"/>
</switches>
</system.diagnostics>
Now you should get detailed error messages. To access your log file, navigate to Team Concert->Windows->Team Concert Log and click on "Open Log File", which will open the log file for you. If you would cut and paste the detailed message you're getting, that would be very helpful.
Just so you know, log files are stored in your user area under IBM\Rational\Team Concert Visual Studio Client. Your user area is what is pointed to by Environment.SpecialFolder.AplicationData.
regards
--Rupa