Share SSIS Packages / projects between users

Dom 941 Reputation points
2023-04-14T12:52:57.1966667+00:00

I have a bunch of SSIS Packages I created. They are all saved to an SSIS Project in the file system. I just hired another employee and would like for him to be able to execute my packages. I gave him access to the folder where I store the packages (it is on my OneDrive). He can open the project in VS, but when he attempts to execute the package, he gets a slew of errors (see screenshot). Is it because it is on OneDrive? What is the best way to set up an environment where we can store the project (and all the packages) and BOTH use it? Picture1

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 Reputation points
    2023-04-14T15:52:16.6666667+00:00

    Hi @Dom,

    First, you need to change ProtectionLevel setting to DontSaveSensitive value. It shall be done on two levels:

    • VS SSIS Project level
    • Every single SSIS package.

    Please see below. SSIS - ProtectionLevel

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.