No announcements
Found 2601690 threads
-
0 Votes
Child Package Variable to Parent Package Variable
Though i am interested in your flow, why do you want to update the parent package variable, Rather What you should do is call the ...Answered | 4 Replies | 1580 Views | Created by Vinuthna - Monday, April 29, 2013 6:17 AM | Last reply by AB82 - Monday, April 29, 2013 7:40 PM -
0 Votes
Parent Package and child Package
The package(s) started by the parent package are called child packages.Answered | 2 Replies | 2609 Views | Created by Subathra-Subathra - Tuesday, September 24, 2013 8:21 AM | Last reply by SSISJoost - Tuesday, September 24, 2013 9:42 AM -
0 Votes
parent child package relationship?
how is the parent child package related?Answered | 3 Replies | 2924 Views | Created by KalishavaliShaik - Monday, October 31, 2011 9:55 AM | Last reply by Jamie Thomson - Monday, October 31, 2011 12:25 PM -
0 Votes
Reading parent package variables from a child package - no package config needed?
Since you 've probably use dtexec.exe to call the "child" package that is still being able to read presumably a XML based config file of the "parent" ...Answered | 1 Replies | 723 Views | Created by shiftbit - Wednesday, October 30, 2013 12:51 PM | Last reply by ArthurZ - Wednesday, October 30, 2013 2:52 PM -
0 Votes
regarding ssis - reading parent/child package variables
You can read parent package variables in a child package by using a Script Task or Parent Package Variable ...Answered | 1 Replies | 1533 Views | Created by Koteswararao Bellam - Monday, July 1, 2013 4:23 AM | Last reply by SSISJoost - Monday, July 1, 2013 5:48 AM -
2 Votes
SSIS 2012 transfer child package variable values to parent package
If you want to pass a value from child package to parent then: Step1: Create a variable (var_capture_child_value) in ...Answered | 13 Replies | 5206 Views | Created by jhowe1 - Thursday, November 28, 2013 2:25 PM | Last reply by RodWall - Friday, January 22, 2016 10:40 AM -
0 Votes
How to stop a child package from the parent package
Hey Yuval If your parent Package stops, your child package will stop as well.Answered | 2 Replies | 1142 Views | Created by yuval dror - Monday, March 23, 2015 11:34 AM | Last reply by Visakh16 - Monday, March 23, 2015 5:30 PM -
1 Votes
use variable in child package which is set in parent package
Hi arkiboys, In addition, you can also pass variable from parent package to child package with ...Answered | 3 Replies | 6716 Views | Created by arkiboys - Monday, June 6, 2016 3:43 PM | Last reply by arkiboys - Wednesday, June 15, 2016 4:40 PM -
1 Votes
Event logging in Parent-Child packages
To the PackageLog table I added a ParemtExecutionID value, which was passed into the child package through a Parent Variable Configuration.Answered | 11 Replies | 10065 Views | Created by SuraMan - Monday, May 2, 2011 2:54 AM | Last reply by RyanAB - Sunday, March 23, 2014 11:12 PM -
0 Votes
parent package validates the child package but doesn't execute it
Hi, In my packages the parent package opens the child package, validates it & then stops.Answered | 6 Replies | 4753 Views | Created by abhinav.s - Friday, April 8, 2011 8:15 AM | Last reply by abhinav.s - Monday, April 18, 2011 6:31 AM -
0 Votes
parent package variable
what did you call the variable in the child package?Answered | 7 Replies | 2997 Views | Created by sql.anandan - Wednesday, March 7, 2012 9:03 AM | Last reply by GeoffBarraclough - Wednesday, March 14, 2012 9:39 AM -
0 Votes
Creating directory - Parent child package problem
Depends on the SSIS version the variable propagation across parent and child packages is not very transparent See how to deal with ...Answered | 1 Replies | 1047 Views | Created by Greg3tl - Monday, October 7, 2013 11:49 PM | Last reply by ArthurZ - Thursday, October 10, 2013 4:04 PM -
0 Votes
child package propagates error to parent
Hi, I have a package which calls a child package.Answered | 2 Replies | 3099 Views | Created by panlondon - Monday, October 31, 2011 4:23 PM | Last reply by Alejandro Leguizamo - Tuesday, September 11, 2012 8:16 AM -
0 Votes
Passing variable value from child to parent package in SSIS 2012
http://wilberbeast.com/2014/08/15/code-reuse-in-ssis-passing-values-to-and-from-child-packages/#comment-3613 It looks like above ...Answered | 4 Replies | 2853 Views | Created by SyedF - Tuesday, February 16, 2016 9:26 PM | Last reply by ArthurZ - Friday, February 19, 2016 8:44 PM -
0 Votes
SSIS 2012 Parent to Stop Project Referenced child package in script
To achieve the desired result just change the reference type to be a child package.Answered | 7 Replies | 2482 Views | Created by KennethAugustine - Wednesday, June 20, 2012 7:16 PM | Last reply by ArthurZ - Monday, June 25, 2012 3:27 PM -
0 Votes
Parent and Child package exectution based on varibales in 2012
Get the information based on ID at the run time in the variables, and then control the packages execution by using expression.Answered | 4 Replies | 1615 Views | Created by NarendraKumarMishra - Monday, March 14, 2016 6:53 AM | Last reply by Charlie Liao - Tuesday, March 15, 2016 6:39 AM -
0 Votes
Parent Package variable Configuration Approach
"do you want to pass values from parent to child package?Answered | 9 Replies | 3054 Views | Created by SQLDev555 - Wednesday, October 12, 2011 9:28 AM | Last reply by SQLDev555 - Wednesday, October 12, 2011 12:16 PM -
1 Votes
Parent/Child Package call
., then selected Existing file as usage type, then browsed to the dtsx file, then hit ok, now when i go back to the execute package task I'm unable to select the file connection to the dtsx ...Answered | 3 Replies | 2436 Views | Created by youranonymous2727 - Friday, March 16, 2012 1:44 PM | Last reply by youranonymous2727 - Friday, March 16, 2012 4:36 PM -
0 Votes
Call child package x number of times from parent package
Another option is to generate/start Agent jobs with SSIS step(s) that runs the package(s), but then there is no master package as such and it all completes whenever.Answered | 2 Replies | 850 Views | Created by tkizer - Wednesday, March 4, 2015 7:17 PM | Last reply by tkizer - Tuesday, March 10, 2015 5:24 PM -
0 Votes
Master child Package Example package
Specify the child package for the Execute Package Task in the parent package, and then add a Parent package variable type ...Answered | 3 Replies | 2403 Views | Created by mukejee - Monday, December 23, 2013 7:31 AM | Last reply by Mike Yin - Wednesday, December 25, 2013 6:13 AM - Items 1 to 20 of 2601690 Next ›
No announcements