EBS Customizations (MOSC)

MOSC Banner

deleteTempOutputFile is not working

edited Aug 13, 2019 8:27AM in EBS Customizations (MOSC)

Hi All,

I am trying to delete the temporary files which are created in the process of XML Publisher Bursting.

Below is the code

BurstingProcessorEngine dp = new BurstingProcessorEngine();

                dp.deleteTempOutputFile(true);

                dp.setTempDirectory(trx_base_dir);

                dp.setXMLAPI(controlFile);

                dp.setData(in);

                Properties prop = new Properties();

                dp.setConfig(prop);

                dp.process();

Thanks,

Sunil.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center