I am reading the DCR using the LiveSiteDal with following code sample. But its getting Error in the log and creates struck threads some times.
Is there a way in LiveSiteDal to validate if that dcr is present before Reading the dcr file?
Document currDcrDoc = context.getLiveSiteDal().readXmlFile(
dcrPath);