Skip to content

Failed to clone connection with latest package 1.0.39 #362

@chironh

Description

@chironh

Works with previous packages (reverting back to 1.0.26 resolves the problem). Works locally, but not in an Azure Function.

Nothing too fancy:

Parallel.ForEach( batches, new ParallelOptions() { MaxDegreeOfParallelism = service.RecommendedDegreesOfParallelism }, () => { return service.Clone(); }, (batch, loopstate, index, threadLocalSvc) => {

Seems this exception is being thrown:

throw new DataverseConnectionException("Failed to Clone Connection", ex);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions