Skip to content

Intuit Support service requests for 'intuit_tid' but it is not possible to obtain in code #355

@vlukanin7

Description

@vlukanin7

Hi,
we use a distributed .Net cloud app with many instances, is it really not possible to get 'intuit_tid' programmatically that is required to investigate QBO error response?
Documentation https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/net/logging states that it is possible to enable logging of request and response XML files to a local file system that is not good option for Multi instance cloud service. Also, I do not need to log everything, I just need to call batch.Execute(); and get the intuit_tid returned for this call.

Is there a workaround?

Also same documentation states 'In Visual Studio make sure that the Intuit.Ipp.Diagnostics assembly is referenced. ' but I cannot find such NuGet package.

upd. it seems I found the solution at NuGet package page here:

Context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.CustomLogger = new CustomLogger();_

I believe this should also be mentioned in the Intuit documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions