Siebel IP2017 Why is RepositoryType = SRF under [InfraObjMgr]
Based on the answer here Siebel Tools SRF in IP2017
I understand that setting EnableSafeBoot to TRUE will use the standard configuration and it does not read from SRF file while setting this to FALSE it will read from the workspace defined in [Workspace].
When I installed Siebel IP2017 Tools and Client I found the following entries in my CFG files by default:
tools.cfg | swtools.cfg | uagent.cfg |
---|---|---|
[InfraObjMgr] RequestServerName = RepositoryType = SRF EnableSafeBoot = TRUE [Workspace] Name = MAIN Version = Latest | [InfraObjMgr] RequestServerName = $(RequestServer) |
[InfraObjMgr] RequestServerName = $(RequestServer) RepositoryType = RUNTIME [Workspace] Name = MAIN Version = Latest |
So my questions are:
1. In tools.cfg under [InfraObjMgr],