Single XML configuration file for all the SSIS packages(including parent and child packages)

Hi
I have some 16 ssis packages. source Db and destination Db for these packages are common. I am calling these child packages in a master package.
I want to use only one XML config file for this master.
How do i use same for all child packages?
and can i do it with parent package variable?

I created a master package with a variable master, and in value i have entered the configuration file path.
Hi vjp dinu,
You should create variables in the parent package to pass values to variables in each child package rather than pass the file path of the XML Configurations file of the parent package.
As Visakh mentioned, you can achieve your goal by creating corresponding variables in the parent package for each child package, and enable Package Configurations for the parent package so that you can control the values through the XML Configurations file
for the variables of the parent package.
Supposing there is a variable FilePath in child package 1, a variable ServerName in child package 2, then, we need to create two variables pFilePath, pServerName in the parent package. After configuring the Parent package variable in each child package (e.g.
mapping pFilePath to FilePath, pServerName to ServerName), you can enable XML Configurations for the parent package, and expose the value property for both pFilePath and pServerName variables. In this way, you can modify the XML Configurations file of the
parent package and the specified values will passed to the child packages.
Reference:
http://microsoft-ssis.blogspot.com/2011/06/passing-variables-from-parent-package.html 
Regards,
Mike Yin
TechNet Community Support

Similar Messages

  • HT3669 I only have a HP printer and why I need to install a file for all the HP printers drivers 590MB??? if normally the size of my file should be 5MB.  some one could me help to avoid installation of 590MB for my new mountain lion software???

    Hi guys..!!
    I would like to know if someone could help on this:
    I just have a HP printer (HP Designjet 100) and for some reason I need to install a file for all the HP printers drivers in total 590MB to be able to use my printer in my mountain lion???
    If normally the size of my files in the for previous software was more or less 5MB why now i need to install 590?
    Some one could help me how to avoid installation of 590MB for my new mountain lion software???
    Thanks

    If you go to http://support.apple.com/downloads and locate the HP Printer Drivers installer, you will find that it is 473.4 MB (for version 2.11). If you install this, it will install the full set of drivers for every model of HP printer that is supported by the drivers distributed through Apple. The disk space occupied once installed will probably be larger than the download, since the downloaded file is compressed.
    On the other hand, if you have an HP printer connected and you use Software Update (or the Update tab in App Store), that should offer you a much smaller set of HP drivers, which are only applicable to your printer (and possibly a few similar ones). These updates are typically only tens of megabytes rather than hundreds of megabytes.
    If Software Update doesn't offer you any HP drivers then it either thinks you have the latest drivers installed already, or the printer model is not supported by the drivers available from Apple.
    This article lists all of the printer models for which Apple distributes the driver:
    http://support.apple.com/kb/HT3669

  • How to create a single 'not null ' validation for all the items in a page ?

    Hi everyone ,
    how to create a single 'not null ' validation for all the items in a page ? I have many textfields . Instead of creating 'not null' validation for each item , I would like to create a a single validation control that will serve the purpose
    Thanks & Regards
    Umer

    Nice1 wrote:
    bob , as u said I have done the following :
    1) under create button , there are 9 items and for each item I have set Required to 'Yes'
    2) under delete button , there is 1 item and have set Required to 'Yes' for the item
    3) defined page validation for 9 items under 'create ' button and have set it to fire when 'create ' button clicked
    4) defined page validation for 1 item under 'delete ' button and have set it to fire when 'delete ' button clicked
    now , when I click 'create' button it even shows for the item under 'Delete ' button that it is a required itemSorry, I didn't see this note. The required template won't work, there is no way to attach it to the button.
    The best solution is as the reply a couple replies up
    Create 2 page type validations as a PL/SQL with code
    1st validation
    :P1_ITEM1 IS NOT NULL and :P1_ITEM2 IS NOT NULL ...... and :P1_ITEM9 IS NOT NULL  include all 9 items
    Set the When Button Pressed to the CREATE button
    2nd validation
    :P1_ITEM10 IS NOT NULL
    Set the When Button Pressed to the DELETE buttonI think that's going to be the easiest way to do it.
    Edited by: Bob37 on Apr 27, 2012 12:02 PM

  • How to generate an XML Configuration File for EBS Source Type

    Hi,
    We have installed SES, I want to integrate it to enable for searching repository contracts.
    In the sources I have selected oracle.apps.okc.repository.textsearch.server.RepHeaderSearchExpVO.
    For this source I need to specify the Configuration URL.
    Here I need to provide the path for configuration XML file. But before that I need to generate the XML Configuration file.
    Is there any steps on how we can create this XML file.
    like I would want to know how we can create the XML file and on which folder on the server should I be putting it
    Thanks

    Hi there,
    We are running into same issue and need the exact same information. Can someone help with this question on priority?
    Thanks,
    Darshan

  • OIM API - How to get the values in the process form (both parent and child)

    Hi,
    I created an RO with a Process form (both Parent and Child).I created a unconditional process task which takes in the processinstance key and tried to retrieve the process form datas.When i tried to provison the resource,the process task is getting triggered and I could able to get the parent form data but not the child form data.
    Any idea why is this happening?.Is it mandatory to have the "Triggers" ON to get the Child Form data.?
    Thanks,

    try this
    tcResultSet childResults = formOper.getChildFormDefinition(
                             formOper.getProcessFormDefinitionKey(procInstanceKey),
                             formOper.getProcessFormVersion(procInstanceKey));
    This should work,
    Regards,
    Raghav

  • Configuring EarlyWatchAlert for all the systems in the landscape

    Gurus ,
    In SDCCN can i configure EARLYWATCHALERT session with targethost as SDCC_OSS
    now this has been only for production system . can this be done to all the systems in the landscape ?

    Hi Susin,
    As per me i could say the EWAlert only be configured for your production system rather
    than the other systems(Dev/QA) existing in your ladscape.
    If you are thinking to schedule this Alert for other products(BI/EP/XI) or for other SIDs,
    then yes...please go ahead.
    Why i am saying we can only schedule the EWAlert for production system, coz the
    the EarlyWatch report uses the SDCC_OSS RFC, which is a copy of the SAPOSS connection. And the target destination refers to SAP's system where one copy of your
    weekly shceduled EWAlert report goes to SAP end as well.
    Please inform me incase any other queries...
    Thank you,
    Tilak

  • Is Source Code availble for all the iFS clases (i.e.: webui package)

    I am trying to build some custom pages to interact with iFS. Some of them are similar to the prebuilt pages (to do searches for example).
    I found the class files that the JSPs use but cannot find any source code for them. Are they available? I know there are several packages that the API is provided for but by looking at how the webui classes, etc. interact it would provide insight into how to use them.
    For example I want search pages that will take a list of folders and fillnames(via a Query string) and generate a list similar to what "container" does via the "advancedfind.jsp" page.
    Basically I am found the jar files such as
    ...\jsp\lib\ojsp.jar
    ...\ifs1.1\lib\webui.jar
    ...\ifs1.1\lib\utils.jar
    ...\ifs1.1\lib\email.jar
    I am looking for source and JavaDoc for these classes if it exists.
    Thanks,
    Simon

    the source code for the WebUI and other modules that make up 9iFS is not available to the public. there is example code for using the API in the 9iFS (version 9.0.1) installation. you can also consult the documentation and whitepapers here on OTN.

  • The best CC's for all the different categories. Giving and looking for recommendations.

    Hopefully this will help others just as much as it'll help me. I'm looking to add one or two more CC's (maybe more, you know how it is =P) to my wallet soon to end up with a total of 4-5 maybe 6 CC's.  I currently have a Sears store card $6k, QS1 $9k, and DCU Platinum $15k.  I'm trying to cover all my bases to round out my wallet for best savings, utilization, and earnings... 1) Low APR: I already have my low APR CC in case i need to carry a balance - DCU Platinum Visa with a 8.5% APR.  It was super easy to qualify for.  The instantly approved me when i applied for my auto loan.  They offered a $5k limit, i told them i needed a $20k limit, the countered with a $15k limit.2) Everyday Cash Rewards: I already have an everyday cash rewards CC for more of my spending - QuicksilverOne which is of course 1.5% cash back on everything (I plan to PC to Quicksilver with no AF or maybe get a JCB Marukai [3% cash back but really low credit limit] or Citi Double Cash [2% cash back})3) Gas Rewards: I need a gas rewards card since i work in the auto industry and i spend a lot on gas. Considering a Sallie May MasterCard for the 5% cash back on the first $250 of gas.  Only thing about that is i spend much more than $250 on gas a month.  What else would you folks recommend?4) Super High Limit: I'm also looking for an easily attainable super high limit CC.  There's been talk about Lowes offering credit lines in the $30k+ range.5) Rotating Rewards: Looking for a rotating rewards card.  I'll probably apply for a Discover IT card since i have good history with them, paid on time and in full and closed account years ago.  Some people advise to get two rotating rewards cards, so maybe Chase Freedom?6) "Baller Status": Maybe looking for the "baller status" card eventually but this is less of a priority for me.  Maybe Chase Sapphire Preferred or Amex Gold or Platinum?  CSP is made of metal and looks nice.  Amex seems to cater to the upper percentile. Any suggestions to consider?  Other categories i may have missed?

    Monoglot wrote:
    jfriend33 wrote:
    kdm31091 wrote:
    Discover IT is much nicer than Freedom IMO, on a cash back basis (without a CSP). Broader categories. You don't really need both unless you want both, because they are very similar throughout the year albeit at different times. General spend, well QS and DC are really not terribly different. If you have the QS, no reason to really rush and upgrade to a DC unless your uncategorized spend is very large as the difference is not going to be great. As far as gas yes the Sallie is an option for 5% up to 250, then you could have a second card like BCP or Cash Rewards, etc for 3% on the remaining gas spend. BCP does have an AF though. "Amex catering to the upper pecentile" is just a mere stereotype. They aren't any more high end than any other issuer. Point is, if you aren't really interested in their products, getting an Amex just to have an Amex is not necessary. As for CSP, run the numbers. Takes a good deal of spend to justify the fee. This +1 Couldn't agree more!  Unless you are a churner, which if you are, you better get that CSP/Freedom ASAP.... I will say as much as I hate chase bank, you could wait for the freedom to have the $200 sign up bonus, and double app for the CSP. This would net you 60k UR points which are slightly more versatile than Amex MR points. Then you can earn 5% rotating, dont take cash, send points to CSP, then xfer those to your company of choice...and only use CSP for dining/travel expenses. The 95 dollar fee is kinda high. If you only spend 500 a month on dining/travel, thats 6 grand in a year, or 12k UR points. If they were redeemed at their 2cents a point average, thats only $240... less the fee is 145. Not to mention their min spend would be 3500 for csp/freedom in 90 days.  Bank Of America may be your ticket. And I am not just saying that because I have one in my signature. However, they do offer generous limits, I have seen as high as $40k. Their rewards are good but not great though.  Your best bet is a trio of cards like you said.  Discover for double cash back (great for black friday shopping).  How much do you spend a month on everything?  Its going to boil down to which categories you need besides gas. How much gas a month do you spend? What are your scores? The marukai is nice but you have to spend a certain amount first to even begin earning the 3%....scroll down to spending table: http://www.doctorofcredit.com/credit-cards/cash-back/marukai-premium-jcb-card-review/  I recently discovered this and saw you have to spend a min of 20 grand a year just to get the 3%. I am sure I could run everything on a card, but 3% cash back...not great compared to other rewards and signup bonuses.... Would I say NO if chase offered me the CSP and freedom? Maybe...probably not. But still, the 2 grand in 90 days you would spend for Amex ED and PRG, that could net you up to 1500 or more in rewards..... You spend 4 grand with the CSP you will barely get 800.  Is that table accurate?... I wanted to get that card, but if that table is accurate, I see no point of getting the JCB for a college student like myself.On small spends, the difference between a tiered 3% and a 2% card is going to be very small.   I didn't know about this though: For every $100 you spend you’ll receive 1-3 JCB cash back points, depending on which tier you’re currently in (see above). This is calculated on a per month basis (e.g if you make $99 in purchases for a month you’ll receive no cash back points). That reduces the earnings, as on average you could lost the points on $50 each month, and up to $99.99.    But if you can put  nearly all except your 5% spend on it, I guess that doesn't matter that much.

  • 1 configuration file for all control files

    I happen to use sqlldr many times in my automation work. Most of the times few things in all my control files are same like
    LOAD DATA
    FIELDS TERMINATED BY ','
    TRAILING NULLCOLS
    However if for some reason, something like delimiter changes, then I have to change the second line in all my control files and this makes maintenance tough.
    Was just wondering if its possible to store the common configuration settings in 1 config file and making sqlldr ctl files picking those common settings from 1 single file?
    Regards,
    Parag
    Edited by: Parag Kalra on Jul 25, 2010 12:15 AM
    Edited by: Parag Kalra on Jul 25, 2010 12:22 AM

    Of course you don't mention a version. Type four digits and three dots: too much work.
    Anyway: if you submit it as a feature request on Metaclunk, it might be arranged in release 13<whatever>, two years from now.
    Sybrand Bakker
    Senior Oracle DBA

  • XML configuration file does not show entry for PI_BASIS for PREPARE

    Hello SAP Gurus,
    We are doing ECC 6.0 SR3 upgrade including EHP3 SP3
    We generated XML configuration file for EHP3 from MOPZ
    But during XML file does not contains any information for PI_BASIS target level or source level
    current level is 2006_1_620
    We tried that XML file in PREPARE during EHP_INCURSION phase
    but failed all time.
    Let me know what we have to generate XML file with proper information including PI_BASIS
    Even PI_BASIS not appearing in MOPZ list for selection, its surprising for us.
    Any idea/direction would be highly appreciated.
    Thanks,
    Amit Lal

    Hi,
    I forwarded my query to AGS Dev support, They verified Solution manager and found no problem since it was up to date SPS15 ST400
    Problem was in SAPup, they provide the lastest sapup tool that was again released for this specific problem. See notes for SAPup with keyword EHP
    thanks,
    Amit

  • Execute Process Task showing all the SSIS Config variables in SQL Job History

    Hi,
    Am using an Execute Process task to execute my child package. And executing the Parent package from a SQL JOB.
    I am using the same config file for both Parent and Child packages.
    After the Job execution was Successful / Failure, in Job history it is showing all the variables from Config file which are not using in Child package. With the below message.
    "The package path referenced an object that cannot be found"
    I don't want to catch all the Variables information in Job History. Instead I need only the Success / Failure message.
    PFA Screen.
    Thanks,
    Sailaja

    see
    http://www.mssqltips.com/sqlservertip/1417/custom-logging-in-sql-server-integration-services-ssis/
    https://www.simple-talk.com/sql/ssis/ssis-event-handlers-basics/
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Query level formula is not working for all the amounts

    Hi Friends,
    In my production system I found new thing that in my query level I done some calculation (as per my requirement I done amount devide by 100 to get correct values)
    It is working for all the amounts except 1or 2 amounts, im uploading same source file for  all the amountsu2026 why it is happening like this u2026and is there any availability to change those 1 or 2 values at data base tables level  or at any pleace (I hope in SAP it is may not possible)u2026can any body tell me why it is happening like this. u2026 because of  this issue only my report is pending to sign off u2026.please  can any body find  the solution ASAP.
    Regards,
    VENKAT

    Are they non decimal currencies?
    If yes, create RKF1 on amount field excluding the currencies for which you are not getting currect values then in CKF or formula as RKF1 / 100.   Similarrly create another RKF2 on amount only including the currencies which are excluded in RKF1, create a CKF or formula as RKF2/10000. Then created another formula wich adding CKF1 and CKF2.

  • Check for same parent and child combination

    hi all i am using oracle 10g. can you please help me in this issue.
    how do i know if the same combination of parent and child present in the table
    key value and value are the values given by user.
    if the user try to create a same profile with same set of key_value and value then that should be avoided
    so how to achieve that.
    example profile already in the table
    -- PROFILE_ID,DETAIL_ID,PARENT_DETAIL_ID,KEY_VALUE, VALUE, LAST_IND
    100,               1,               NULL,                      1,              CDE,     N
    100,               2,              1,                            2,              XXX,     N
    100,               3,              1,                            2,              YYY,    N
    100,               4,              1,                            4,              NEW,    Ynew profile by user -- it should throw an error saying that same profile already present
    -- PROFILE_ID,DETAIL_ID,PARENT_DETAIL_ID,KEY_VALUE,VALUE,LAST_IND
    101,               5,               NULL,                      1,              CDE,    N
    101,               6,              5,                            2,              XXX,    N
    101,               7,              5,                            2,              YYY,    N
    101,               8,              5,                            4,              NEW,    YEdited by: DeepakDevarapalli on Dec 9, 2009 9:48 AM
    Edited by: DeepakDevarapalli on Dec 9, 2009 9:59 AM

    sir i have used your logic, each query works fine and displays the correct results below are the results.
    SELECT   SUBSTR (t.ptxt, 2, LENGTH (ptxt)) profile_values
        FROM (SELECT     SYS_CONNECT_BY_PATH (rtxt, ',') AS ptxt
                    FROM (SELECT key_value || '/' || VALUE AS rtxt,
                                 ROW_NUMBER () OVER (PARTITION BY profile_id ORDER BY key_value,
                                  VALUE) AS rnum
                            FROM sp_profile_detail
                           WHERE profile_id IN (100, 101))
                   WHERE CONNECT_BY_ISLEAF = 1
              START WITH rnum = 1
              CONNECT BY rnum = PRIOR rnum + 1) t
    GROUP BY ptxtresults from query 1
    profile_values
    1/CDE,2/XXX,2/YYY,4/111
    1/CDE,2/XXX,2/YYY,4/222
    SELECT   SUBSTR (s.ptxt, 2, LENGTH (ptxt)) profile_values
        FROM (SELECT     SYS_CONNECT_BY_PATH (rtxt, ',') AS ptxt
                    FROM (SELECT key_value || '/' || VALUE AS rtxt,
                                 ROW_NUMBER () OVER (ORDER BY key_value,
                                  VALUE) AS rnum
                            FROM sp_profile_detail1)
                   WHERE CONNECT_BY_ISLEAF = 1
              START WITH rnum = 1
              CONNECT BY rnum = PRIOR rnum + 1) s
    GROUP BY ptxtresults from query 2
    profile_values
    1/CDE,2/XXX,2/YYY,4/111
    but when i tried to combine both and do a minus it throws me an error .
    ORA-00600: internal error code, arguments: [expcmo_strdef1], [27], [27], [], [], [], [], []
    -- target
    SELECT   SUBSTR (t.ptxt, 2, LENGTH (ptxt)) profile_values
        FROM (SELECT     SYS_CONNECT_BY_PATH (rtxt, ',') AS ptxt
                    FROM (SELECT key_value || '/' || VALUE AS rtxt,
                                 ROW_NUMBER () OVER (PARTITION BY profile_id ORDER BY key_value,
                                  VALUE) AS rnum
                            FROM sp_profile_detail
                           WHERE profile_id IN (100, 101))
                   WHERE CONNECT_BY_ISLEAF = 1
              START WITH rnum = 1
              CONNECT BY rnum = PRIOR rnum + 1) t
    GROUP BY ptxt
    MINUS
    -- staging
    SELECT   SUBSTR (s.ptxt, 2, LENGTH (ptxt)) profile_values
        FROM (SELECT     SYS_CONNECT_BY_PATH (rtxt, ',') AS ptxt
                    FROM (SELECT key_value || '/' || VALUE AS rtxt,
                                 ROW_NUMBER () OVER (ORDER BY key_value,
                                  VALUE) AS rnum
                            FROM sp_profile_detail1)
                   WHERE CONNECT_BY_ISLEAF = 1
              START WITH rnum = 1
              CONNECT BY rnum = PRIOR rnum + 1) s
    GROUP BY ptxt

  • Failed to load the configuration file for the workflow

    Hi experts, yesterday I created and publish custom workflow using SPD from client pc using site administrator account but today its shows error message. I tried creating new test workflows, edit and publish to think it will push a fresh SPD settings
    in working condition and it works pretty right.
    But the thing I noticed after closing SPD Im not able to re-open workflows and it gives the same error message Failed to load the configuration file for the workflow. This issue only happen today since day one  I used SPD and all the time
    Im using the same pc.
    Any ideas will be appreciated.
    Cheers, R2C3 ----------------------------------- starting sharepoint :)

    HI
    Maybe you have permission problem or there is invalid xoml murkup.
    To verify this from SharePoint Designer use the following steps.
    In Office SharePoint Designer, in the folder list, select the plus sign next to Workflows library to expand it
    1.Next select the plus sign of the workflow in question to expand it
    2.Double-click the configuration file (Workflow_name.xoml.wfconfig.xml) to open it
    3.Right-click on the page, and then select Verify well-formed XML
    4.Correct any errors and save the file
    5.Reopen the workflow to test
    Also double check that you are using SPD with the same credentials you created workflow
    Hope this will help.
    Regards,
    Marcin

  • CsrAttachmentUploadDiv part attachment is not rendered SP 2013(Attach file in not working for all the list forms)?

    csrAttachmentUploadDiv partattachment  is not rendered SP 2013(Attach file in not working for all the list forms)?
    Ravi
    function ShowPartAttachment() {
    ULSopi:
        if (document.getElementById("part1") == null || typeof document.getElementById("part1") == "undefined") {
            alert(Strings.STS.L_FormMissingPart1_Text);
            return;
        (document.getElementById("part1")).style.display = "none";
        (document.getElementById("partAttachment")).style.display = "block"; //problem here

    Am also facing the similar problem....any iputs are highly appriciated.
    Issue..
    1) Defined the attachment type in IMG.
    2) Added the attachment type "SFREEATTM" by selecting other attributes---> Attachment Types.
    3) Attached the excel file in the design.
    See the screen shot below:
    The Issue is when testing through tcode nwbc in the inbox the attachment tab is not visible after selecting the particular form.
    Please see the screen shot below:
    Did i miss any Configuration?? Please suggest...
    Regards,
    Naveen

Maybe you are looking for