Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It seems that your child package is not getting the connection string from your parent package .You need to pass connection string from Parent to child package .</p> <p>Check this <a href="http://technet.microsoft.com/en-us/library/ms345179.aspx" rel="nofollow noreferrer">article</a> </p> <p>Update :-</p> <p>When you have <a href="http://msdn.microsoft.com/en-us/library/ms141747.aspx" rel="nofollow noreferrer">EncryptSensitiveWithPassword</a> as an access control for both your child and parent package then while executing the child pkg from parent package </p> <p>You will be prompted to enter the password for your child package during execution .</p> <p>There may be scenarios that even after entering the password at the run time child pkg execution fails due to acquire connection error .This may happens ( im not sure ) due to the child connection string (In Execute Package Task ) which may still be pointing to the old child package which has not been rebuild after the modification . </p> <p>My Suggestion is when you drag a <code>Execute SQL Task</code> onto the control flow use the file System Location and point to the updated child package placed in the bin folder ( or your deployment path ) and enter the password of your child package in the task </p> <p><img src="https://i.stack.imgur.com/8NTN2.gif" alt="enter image description here"></p> <p>In order to run the parent package from Integration Service (MSDB) then you need to some how pass the child decryption key while executing at run time .</p> <p>Edit : Step 1 : Create a Package Configuration for parent SSIS package .<code>Execute Package Task</code> has a property <code>PackagePassword</code>.You need select this property while creating the config file</p> <pre><code> Executables-&gt;ExecutePackageTask-&gt;PackagePassword </code></pre> <p><img src="https://i.stack.imgur.com/FN2uK.gif" alt="enter image description here"></p> <p>Step 2 : After creating the XML file open it and search for the ConfiguredType=property and in the configured Value enter the password for your child package</p> <p><img src="https://i.stack.imgur.com/YgazM.gif" alt="enter image description here"></p> <p>Step 3:After importing the parent package in MSDB select the configuration file in the configuration tab <img src="https://i.stack.imgur.com/SxfOX.gif" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload