We have many site specific environment variables in default.env that work properly as we can get access them using tool_env.getvar.
However in reports we cannot access these variables even if we add them to the reports.bat command file which is said to be called by the running reports.
We are using the in process server wls_reports… What is strange is that if we use rwbuilder.bat which calls reports.bat the environment variables can be read when running from builder.
How to you get reports to be able to user the same environment variables from actual runtime.
Thanks.