SSIS Package Bypass Request for Permission to Use a Key

  • We have an SSIS package that uses two-way client SSL certs. The package connects to a web service on another server, and sends an update. We get a pop-up form that says "Grant or deny this application permission to use this Key". We are on Windows 7 and using Microsoft Visual Studio 2008. We just want it to assume permission so the package can run on its own.

    This is the line of code that throws pop-up box

    object[] results = this.Invoke("notifyWorkAssignmentStatus", new object[] {

    StandardRequest,

    WorkAssignment,

    Task,

    PricingDocumentDescription});

    Can someone please help? Thank you.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply