In HP ALM
Table SMART_REPOSITORY_LOGICALFILE
there is a column SRLF_PARENT_PATH
I need to know where the path segments come from since I'm experiencing massive issues after upgrade...
Sample:
.\hist\REQ\0000\0042\0123\4567\3
I only know where the last two segments are coming from:
- "4567" is the Requirement Id
- "3" is the version number of the requirement
But where does 0000\0042\0123
come from?
There is no physical path like that on the entire server...