[Load request overlaps with xxx other load request(s)]
Environment:
RTC 6.0.2 command line
I have an issue loading an RTC workspace using the command line tool (lscm) and the remote road rule file. Though, if I use the same load rule file using the Eclipse client, the workspace is loaded successfully.
Finally If I fetch the load rule file first then I manage to load the workspace successfully using the command line tool.
Do you have any idea what could I do wrong, and what should I do in order to make the command line tool to load a repository workspace with a remote load rule file?
Additional Information:
Prior to loading a workspace I login to the repository:
lscm login -r https://jazz.visteon.com:9443/ccm3 -u myUserName-P MyPassword -n CCM3
Repository nickname: ccm3
LoadRule file (named "workspace.loadrule") – it is stored in a component in the repository workspace -> di-controls-RTC_LoadRule-IC_Gen4.5
The command which fails:
lscm load -r ccm3 -R "di-controls-RTC_LoadRule-IC_Gen4.5/workspace.loadrule" "test"
Result:
Invalid load request.
[Load request overlaps with 2 other load request(s)]
Component (1245) "di-controls-KSS_HUD_CDD-IC_Gen4.5"
[Load request overlaps with 1 other load request(s)]
....
Problem running 'load':
Load could not complete due to collisions. Choose a different destination for the load.
The command which works with a local load rule file:
lscm load -r ccm3 -L workspace.loadrule "test"
Comments
Krasimir Malchev
May 17 '17, 4:06 a.m.Hasn't anybody encountered this issue? It can be easily simulated.
I wonder if it is really a bug or I am doing something wrong?
Regards!