...
The RPD configuration file consists of information to replace variables, connection pool users, datasources and passwords within the RPD. An example file is below:
Info |
---|
Make sure to remove any spaces from the strings or use environment instance property overrides like the example below as spaces will break the property file reader. |
Code Block |
---|
#Property Replacement File # The format is # What Type of Replacement:Name Key:Value connectionpool_ds:BSC=${{OBI_BSC_DSN}} connectionpool_user:BSC=${{OBI_BSC_USER}} connectionpool_pass:BSC=${{OBI_BSC_PASSWORD}} #You can also replace variable values like this: #variable:name:value variable:BI_EE_HOME=${{FD_ORACLE_BI_HOME}} |
...