Summary
Compress output prior delivery
Content
To divide the large data set in multiple data set in OTBI we have option to use bursting.
By using bursting we have written logic which is working , but when we are compressing that output at the time of scheduling, system is putting same file in different zip. We are using ( compress output prior delivery) option.
Example :
In Busrting Test XLSX format zip we're running REP_SPC_DEM_INV_VIS_CUBE1 BIP report and splitting report output in multiple chunks with delivery channel used as SFTP.
Following zip folders are created at SFTP path,
REP_SPC_DEM_INV_VIS_CUBE_0
REP_SPC_DEM_INV_VIS_CUBE_1
REP_SPC_DEM_INV_VIS_CUBE_2
REP_SPC_DEM_INV_VIS_CUBE_3
But if you open all these folder, you can see it contains same file i.e. REP_SPC_DEM_INV_VIS_CUBE_1.xlsx.
So our ask is, why system is putting same csx or exls file in different zip folder? is it bug or product limitation?