UBE Output Retrieval From Database
Hi,
We upgraded to 9.2.2.5 tools release and changed the default UBE output location to the database .
We have few UBE's in which the report output is emailed to the customers , in this UBE's logic is to retrieve the path from "Read INI" BSFN.
Read INI
"INSTALL" -> BF szSectionName
"B9" -> BF szVariableName
VA evt_57szInstallDir_DVAL <- BF szValueForEntryDefault
Since the output storage format is changed from print queue folder to the database, i guess this BSFN needs to be replaced with other bsfn where it retrieves the print queue path from the database.
Is there any standard BSFN for accomplishing this request ?