devcenter API always returns cabDownloadable as false

Trijimon P R 1 Reputation point
2021-09-17T02:52:25.023+00:00

Based on document - https://learn.microsoft.com/en-us/windows/uwp/monetize/get-details-for-an-error-in-your-app I created an account with Manager role and I am able to query failurehits and failure details API. However, I see that the field "cabDownloadable": is always set to false for all events (even recent ones). Has anyone else faced this issue? Please do let me know if you have any suggestions/solutions.

HTTP GET : https://manage.devcenter.microsoft.com/v1.0/my/analytics/desktop/failuredetails?ApplicationId=XXXXXXXXXXXXX&failureHash=afe695a1-b435-9ec7-2bc8-361d997b751c

Authorization header – Valid token from https://login.microsoftonline.com/

Response :

{  
    Value: [  
        {  
            applicationId: XXXXXXXXXXXXX,  
            failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,  
            failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,  
            date: 2021-07-23 20:51:49,  
            cabIdHash: bb4922b8-4fcd-477e-b241-208be9ed3f41,  
            cabType: UnKnown,  
            cabExpirationTime: 2021-08-22 20:51:49,  
            market: US,  
            osBuild: 6.3.9600.16384,  
            applicationVersion: 10.20.0.11,  
            deviceModel: Unknown,  
            osVersion: Windows 8.1,  
            osRelease: RTM,  
            osArchitecture: x64,  
            deviceType: Unknown,  
            cabDownloadable: false  
        },  
        {  
            applicationId: XXXXXXXXXXXXX,  
            failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,  
            failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,  
            date: 2021-08-09 12:32:06,  
            cabIdHash: c81fee71-df8a-44f1-ab3d-627db30d2b3a,  
            cabType: UnKnown,  
            cabExpirationTime: 2021-09-08 12:32:06,  
            market: US,  
            osBuild: 6.3.9600.16384,  
            applicationVersion: 10.20.0.11,  
            deviceModel: Unknown,  
            osVersion: Windows 8.1,  
            osRelease: RTM,  
            osArchitecture: x64,  
            deviceType: Unknown,  
            cabDownloadable: false  
        },  
        {  
            applicationId: XXXXXXXXXXXXX,  
            failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,  
            failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,  
            date: 2021-08-02 07:12:46,  
            cabIdHash: e7c3c0ab-fab5-4df5-aeb8-29ae50755f49,  
            cabType: UnKnown,  
            cabExpirationTime: 2021-09-01 07:12:46,  
            market: US,  
            osBuild: 6.3.9600.16384,  
            applicationVersion: 10.20.0.11,  
            deviceModel: Generic Desktop,  
            osVersion: Windows 8.1,  
            osRelease: RTM,  
            osArchitecture: x64,  
            deviceType: Unknown,  
            cabDownloadable: false  
        }  
    ],  
    TotalCount: 3  
}  

P.S - Raised a ticket with Microsoft support, but they suggested reaching out to public dev forums for answers!:)

Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
316 questions
0 comments No comments
{count} votes