Some folders not included in the context of a RRC baseline
2 answers
Hi,
No, this is not expected. The baseline should copy all the folders and subfolders.
Does this problem happen with just this project or all projects?
Does this problem happen with just this project or all projects?
After the baseline gets created, do you see any errors in the jts.log or rm.log?
It doesn't look like a problem with the permission in creating the baseline itself, but are there any particular permissions on these individual folders, and if you were to try with a user that had none, then does it include them all?
Hello,
The folders in the baseline should always match the folders in the project at the time the baseline is taken. I wonder if there are problems or maybe some corruption with the folder since it does not display properly in the baseline. Do you see any problems with folders in the current version of the project?
You could use the following to describe an artifact who's parent folder isn't displaying properly in the baseline.
Describe:
https://<server>:<port>/rm/query?accept=*&private=true&describe=https://<server>:<port>/rm/resources/<artifactUID>
To get the <artifactUID> open the artifact in RRC web. In the web browsers address bar you should be able to find the UID of the artifact. It will look something like this _SYitHUYfEeGJF8TTfvPqAg
This will return XML data and it should display the parent folder. If the parent folder value is unexpected, this may be an issue.
I hope this helps.
The folders in the baseline should always match the folders in the project at the time the baseline is taken. I wonder if there are problems or maybe some corruption with the folder since it does not display properly in the baseline. Do you see any problems with folders in the current version of the project?
You could use the following to describe an artifact who's parent folder isn't displaying properly in the baseline.
Describe:
https://<server>:<port>/rm/query?accept=*&private=true&describe=https://<server>:<port>/rm/resources/<artifactUID>
To get the <artifactUID> open the artifact in RRC web. In the web browsers address bar you should be able to find the UID of the artifact. It will look something like this _SYitHUYfEeGJF8TTfvPqAg
This will return XML data and it should display the parent folder. If the parent folder value is unexpected, this may be an issue.
I hope this helps.