Oracle Transactional Business Intelligence Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

[Bug?] BICC JSON file provides more attributes that documented

7
Views
0
Comments
User_3BBMU
User_3BBMU Rank 1 - Community Starter

I have a JSON file that is generated and stored in an OCI bucket for every schedule. Here is how an example JSON content looks like

{
    "statuses": [
        {
            "name": "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.CodeCombinationExtractPVO",
            "code": "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.CodeCombinationExtractPVO",
            "status": "SUCCESS",
            "errorMessage": null,
            "runDate": "2026-01-20T06:10:13.019Z",
            "connDurationInSec": 1,
            "metadataDurationInSec": 0,
            "queryDurationInSec": 2,
            "readDurationInSec": 0,
            "extractDurationInSec": 0,
            "uploadDurationInSec": 0,
            "totalDurationInSec": 4,
            "rowCount": 1,
            "filesCount": 1,
            "filesSize": 817,
            "fileName": null
        }
    ]
}

However, the official documentation (page 17) only mentions some of the attributes.

Can you provide support for fileName attribute such that it shows the name of the file / report present within the ZIP generated by BICC? If a zip can contain multiple files, then fileName attribute should hold an array rather than a single string.

Tagged:
2
2 votes

Submitted · Last Updated