how can I use PeopleCode to get the current Report Repository Path?
I want to get the current environment's Report Repository path (root dir) while running a PeopleCode program (online). I know how to get environment variables [GetEnv()], but this path is apparently not stored as an environment variable on the app server, or in the %Session system var.
Our web profiles are currently blank in on this property - we use the "configuration.properties" file to set the ReportRepositoryPath property on the web server. So, I cannot query table PSWEBPROFNVP for PROPERTYNAME = 'REPORTREPOSITORYPT' and find our path.
Is this path available anywhere for access within PeopleCode? (PS_CDM_DIST_NODE did not have the actual path - only a relative path)