I have some .bqy (Brio query file) files I need to loop through them and read the metadata which is the OCE (database connection strings) and write them to an excel file.
Using Javascript to read metadata from .bqy (Brio query file) file
362 Views Asked by ivric At
2
Unfortunately, a bqy doesn't know the information contained in the oce. It pretty much only knows what's in the Connection Manager tool (thing you get when you press F11), even if that information is wrong and won't connect.
The official Oracle documentation says the data you're seeking might be in the
bqmeta0.inifile, if it's provided by a third party vendor: https://docs.oracle.com/cd/E17236_01/epm.1112/ir_user/ch36s09s01.htmlThere are a lot of read only Properties under the
DataModelobject, which might be useful: https://docs.oracle.com/cd/E17236_01/epm.1112/ir_user/ch30s18.html https://docs.oracle.com/cd/E17236_01/epm.1112/ir_user/ch30s17.html