Integration Services Question!

Guys,
I have a couple of questions regarding the Integration Services 9x.
Can we store the Metadata Catalog in one SQL server and pull the data from another SQL server. Another one is, what is the best way to migrate Metadata Catalog from EIS 7x to 9x.
Any king of info is appreciated.
Cheers
HYPUser

It is fine to have the metadata catalog on one server and the data on a different one. They are defined from the odbc connections you have created on the server. As for migrating the repository, I suggest reading the installation and configuration guide for the version you are migrating to. IT will have specifics on what you have to do.

Similar Messages

  • How can I retrieve an existing .dtsx File out on Integration Services Catalog

    I have a problem with an older SSIS Package and I am trying to decipher what exactly it does. I see the Package in Microsoft SQL Server Management Studio and in our Server and under
    Integration Services Catalog. It has a .dtsx extension on it.
    Is there any way that I can copy this Package, this .dtsx file, and open it Microsoft Visual Studio to see what exactly it does?
    There doesn't seem to be anything available when I <Right-Click> on the .dtsx Package within Microsoft SQL Server Management Studio to Save As or anything similar. This is the first time I've ever had to look at something existing in the SSIS World.
    I just don't know how to get it out and reference and view it is all.
    Any help is greatly appreciated and Thanks in advance for your review.

    Hi ITBobbyP,
    Based on your description, you want to export a .dtsx package file from Integration Services Catalogs, then open it in SQL Server Data Tools.
    Based on my test, we can create a project based on a project in Integration Services Catalogs, then we can look into the package in the project. For more details, please refer to the following steps:
    Open SQL Server Data Tools, Click File, point to New, and click Project.
    Expand Business Intelligence, and click Integration Services.
    Select Integration Services Import Wizard in the middle pane, type a name for the solution, project, and specify the folder for the project, and then click OK.
    In the Select Source page, select Integration Services Catalog option, specify the name of database server instance on which the catalog exists, and the path to the project in the catalog.
    Click Next on the Select Source page to see the Review page.
    Click Import to create a new Integration Services project based on the one you selected.
    Double-click the desired package name to open the package in the project.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • [Forum FAQ] How do I send multiple rows returned by Execute SQL Task as Email content in SQL Server Integration Services?

    Question:
    There is a scenario that users want to send multiple rows returned by Execute SQL Task as Email content to send to someone. With Execute SQL Task, the Full result set is used when the query returns multiple rows, it must map to a variable of the Object data
    type, then the return result is a rowset object, so we cannot directly send the result variable as Email content. Is there a way that we can extract the table row values that are stored in the Object variable as Email content to send to someone?
    Answer:
    To achieve this requirement, we can use a Foreach Loop container to extract the table row values that are stored in the Object variable into package variables, then use a Script Task to write the data stored in packages variables to a variable, and then set
    the variable as MessageSource in the Send Mail Task. 
    Add four variables in the package as below:
    Double-click the Execute SQL Task to open the Execute SQL Task Editor, then change the ResultSet property to “Full result set”. Assuming that the SQL Statement like below:
    SELECT   Category, CntRecords
    FROM         [table_name]
    In the Result Set pane, add a result like below (please note that we must use 0 as the result set name when the result set type is Full result set):
    Drag a Foreach Loop Container connects to the Execute SQL Task. 
    Double-click the Foreach Loop Container to open the Foreach Loop Editor, in the Collection tab, change the Enumerator to Foreach ADO Enumerator, then select User:result as ADO object source variable.
    Click the Variable Mappings pane, add two Variables as below:
    Drag a Script Task within the Foreach Loop Container.
    The C# code that can be used only in SSIS 2008 and above in Script Task as below:
    public void Main()
       // TODO: Add your code here
                Variables varCollection = null;
                string message = string.Empty;
                Dts.VariableDispenser.LockForWrite("User::Message");
                Dts.VariableDispenser.LockForWrite("User::Category");
                Dts.VariableDispenser.LockForWrite("User::CntRecords");     
                Dts.VariableDispenser.GetVariables(ref varCollection);
                //Format the query result with tab delimiters
                message = string.Format("{0}\t{1}\n",
                                            varCollection["User::Category"].Value,
                                            varCollection["User::CntRecords"].Value
               varCollection["User::Message"].Value = varCollection["User::Message"].Value + message;   
               Dts.TaskResult = (int)ScriptResults.Success;
    The VB code that can be used only in SSIS 2005 and above in Script Task as below, please note that in SSIS 2005, we should
    change PrecompileScriptIntoBinaryCode property to False and Run64BitRuntime property to False
    Public Sub Main()
            ' Add your code here
            Dim varCollection As Variables = Nothing
            Dim message As String = String.Empty
            Dts.VariableDispenser.LockForWrite("User::Message")
            Dts.VariableDispenser.LockForWrite("User::Category")
            Dts.VariableDispenser.LockForWrite("User::CntRecords")
            Dts.VariableDispenser.GetVariables(varCollection)
            'Format the query result with tab delimiters
            message = String.Format("{0}" & vbTab & "{1}" & vbLf, varCollection("User::Category").Value, varCollection("User::CntRecords").Value)
            varCollection("User::Message").Value = DirectCast(varCollection("User::Message").Value,String) + message
            Dts.TaskResult = ScriptResults.Success
    End Sub
    Drag Send Mail Task to Control Flow pane and connect it to Foreach Loop Container.
    Double-click the Send Mail Task to specify the appropriate settings, then in the Expressions tab, use the Message variable as the MessageSource Property as below:
    The final design surface like below:
    References:
    Result Sets in the Execute SQL Task
    Applies to:
    Integration Services 2005
    Integration Services 2008
    Integration Services 2008 R2
    Integration Services 2012
    Integration Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • Integration Services - Failed Install?

    All,
     I realize this may not be the best place to ask this, but I am desperate for answers.  I am at a make or break point :( I am definitely having a problem with the Integration Services.  I did a few P2Vs and found that they would not work.  I did a lot of reading and testing.  finally, I added an argument to the PowerShell script to skip the installation (-SkipInstallVirtualizationGuestServices).
    That allowed the VM to actually boot.  However, any installation of the Integrated Services causes the machine to fail booting with 0x0000007B.  This is reproducible across two separate severs. (different models, OSs, etc)  The OSs are supported, as they are both Windows 2003 SP2 (one 32b and one 64b)
    Hoping someone can offer some ideas/advice. The hosts will not work without the integration services.  (No networking -- and no legacy can be added)
    Thanks!

    Hi, 
    According to the description, the issue seems to be related to P2V. As we mainly focus on the Hyper-V question about Windows Server system and here is not the best support resource for P2V, it is recommend you to get further support in the corresponding community so that you can get the most qualified pool of respondents. Thanks for your understanding.
    For your convenience, I have list the related link as followed.
    Virtual Machine Manager – P2V/V2V
    http://social.technet.microsoft.com/Forums/en-US/virtualmachinemgrp2vv2v/threads
    Best Regards,
    Vincent Hu

  • Hyper v virtual Machines should have installed integrated services or not ?

    Hi
    In my prodcution found hyper v virtual machines have no integrated services was installed should we installed on production servers is any impact if we didnt installed them.
    if it should installed then what is the best approch to installed.
    Thanks

    You posted in the Group Policy forum...
    That's a good question for the Hyper-V forum:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverhyperv
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Chinese Character  Problem in Essbase Integration Service & Oracle9i

    I installed oracle9i on windows2000,which character set is SIMPLIFIED CHINESE_CHINA.zhs16cgb231280. And I installed Essbase Integration Service 6.5.4 on HP-UNIX server. I designed an OLAP Model in Integration Services Console and I defined some dimensions name using chinese characters. When I saved the model, the chinese characters I inputed is saved as some question marks(?) in the tables in oracle 9i. After I loaded the dimension data which include the chinese charaters, the dimension data which is chinese characters also displayed question marks in the EIS console. I have added the variable NLS_LANG="SIMPLIFIED CHINESE_CHINA.zhs16cgb231280" in the .profile, but it did not work either. How can I solve this problem? Can I do any configuration on EIS files to solve this problem? Would you please help me? Thank you very much!

    Check for SETLOCALE in EIS<BR>SETLOCALE <LANGUAGE_TERRITORY.CODEPAGE@SORT><BR>SETLOCALE .UTF8@default<BR>this might help you.

  • Sql Server 2012 Integration Services Catalog views - cpu usage history

    Hi,
    I am new to SQL Server 2012. I have deployed and executed a SSIS package on the Integration Services catalog.
    Now, to analyze the performance of the executed package I wish to query the SSISDB catalog views to retrieve the cpu & memory usage history. Please let me know in which catalog view/table I can find this info. 
    There is a column named "Process_Id" in the "catalog.operations" table. Can we tie this id to the Sql Server pid/kid and then retrieve the cpu
    usage history ?
    ** I am using Sql Server 2012 **
    Thanks

    Hi All,
    Thanks all for your inputs. One final question - 
    As I mentioned earlier, the Sql Server 2012 catalog views
    DO NOT  capture various performance metrics
    (e.g. cpu usage history, memory usage history etc) of
    an executing SSIS package . However, I am cognizant of the fact that it is possible to retrieve this exact info
    (ie. cpu usage history, memory usage history etc) for
    a Sql-Server internally generated SPID (present in [sys].[dm_exec_sessions]).
    The approach is to find a way to join/relate the catalog provided "Process_id" to the Sql Server generated internal SPIDs in a session. If I am successful in joining these 2 process ids together,
    it will allow me to gather all the information available from both sides - ie the catalog views + the sql-server internal process SPIDs of the session. Thus, by tagging the SSIS pprocess_id to
    its sql-server session it will allow to retrieve the resource usage details by the executed SSIS process.
    **Please also let me know if the above could be achieved by any other approach.
    Any help is appreciated.
    Thanks

  • SSIS 2005 - Unable to access MSDB on Integration Services

    Hi all
    I have a little problem with my IS Server.
    I am using IS 9.0.1399 (SSIS 2005).
    I have one instance for databases.
    I am able to connect to Integration Services just with the Servername (no Instance Name) and I see the folders in there.
    When I try to open the MSDB Folder (under "Stored Packages") I get the following exeption:
    "Login timeout expired
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
    SQL Network Interfaces: Connection string is not valid [87]."
    Any ideas??
    Thanks for any comment!!
    Best regards
    Jacky Barbier
    Regards, Jacky Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you.

    It may be this
    http://sqlserversolutions.blogspot.ae/2011/04/cant-expand-msdb-in-integration.html
    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

  • PI post processing - configure the role of Integration service fails

    I am running post processing template, and it keeps failing. So I have a couple questions:
    Can I rerun the PI template multiple times until the entire process completes successfully? Must every process complete successfully? I have 100% but it is red....
    The process errors out on configure the role of Integration service - error max no of 100 conversation exceeded. SXMB_SET_ROLE_TO_IS AbapConfigurationWriter FAILED.
    Any help would be greatly appreciated.
    Thanks
    Mikie

    Hi,
    >>>><i>Can I rerun the PI template multiple times until the entire process completes successfully? Must every process complete successfully? I have 100% but it is red....</i>
    If one template fails and if you re run the template it wont be successful. If you have 100% but if it is red dont worry it is a success.
    The failing of templates can be due to, if you not configured SLD first then it might give you such problems. First execute all the templates under NWA and try executing all the PI templates.
    The last method would be that you need do that configuration manually using XI installation guide, it surely works.
    Regards,
    Ramesh P

  • Bug in HyperV Integration Services 6.3.9600.16384 ?

    Hi,
    I just deployed a VM (Generation 1) hosted on a 2012 R2 Datacenter-Hypervisor. For deployment I used WDS and the VM had a "Legacy Network Adapter". Deployment works fine. After deployment I installed Hyper-V Integration Services (Version 6.3.9600.16384).
    Then I shutdown the VM, removed the Legacy network adapter and added a "normal" network adapter and started the machine again. I noticed that the network-connection is down.
    When I check the properties it says "This device cannot start. (Code 10)".
    I tried to uninstall the Adapter, I tried to remove the adapter and add a new one - no change. Even I redeployed the VM completely new...same problem...
    Does anyone know this issue?
    Regards
    Miranda

    Hi just a couple of question, what O.S version is you VM running. ? what system did you build your VM on ?/
    Try removing and re-installing the integration services on the Virtual Server. make sure it completes with no errors.
    you might need to force your VM to detect the new HAL.
    To change the HAL
    Open the System Configuration utility (MSConfig.exe). To do this, click
    Start, click Run, type msconfig, and then click
    OK.
    Click the Boot tab, and then click Advanced options.
    Select the Detect HAL check box, click OK, and then restart the virtual machine.
    Important
    Changing the HAL will usually trigger an operating system reactivation.

  • Integration Services Jobs failing

    Hi SQL Community,
    I'm new to SSIS, but I have inherited some Integration Services jobs that we depend on that are failing now.
    I've attached an example error. Any suggestions or pointers would be appreciated!

    Make sure the format of the XML and XSD files didn't change... else edit the package in SSDT/Visual Studio and check the Data Flow that has the XML source in it.
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • TFS get latest with Integration Services project causes changes to dtproj file

    Does anyone know how to stop this behaviour? Get latest should not cause changes to be made to a file so far as I know.
    Also, when viewing the differences TFS says the files are identical...
    ...And, undo pending changes just results in the same changes being made once they're undone.

    Hi Dev4,
    Sorry for bringing you any inconvenience on waiting a long time for Microsoft assistance. Unfortunately your thread did not reach into our support queue until yesterday. I would like to check with you when you renewed or registered your subscription account.
    We can see it only after you registered or renewed your subscription account.
    For this issue, based on our analysis, it is mostly related to TFS. I have involved TFS engineers for a further look at this issue. Below is from their support:
    As far as I know the Get Latest operation synchronizes your workspace with the latest version on the TFS server.
    Please consider the following scenario, for example if one of your team members makes some changes to the Integration Services project and then submits these changes to the TFS server, however if you do not get that changed  Integration Services project
    to your local machine, the dtproj file on your local machine is different from that on the TFS server. At this time, when you get do the Get Latest Version operation in the Source Explorer, the dtproj file on your local machine will be “overwritten”
    by the server version. So it seems that your local dtproj file is changed.
    If you want to undo the Get Latest Version operation, you can just use the Get Specific Version operation in the Source Explorer to get your appropriate version of the dtproj file.
    Hope this helps,
    If you have questions about TFS in future, please post them in http://social.msdn.microsoft.com/forums/en-US/tfsversioncontrol/threads/ to
    get quick support.
    Regards, 
    Jerry
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
     [email protected]

  • How to migrate to SSIS 2012 from Integration Services dtsx file?

    I am struck at migrating the dtsx file to SSIS 2012. How to migrate that dtsx file to SSIS 2012.I made it to migrate from SQL2000 to SQL 2005 dtsx. Now I want to migrate or upgrade it to SSIS 2012.How to achieve it.Help me please. 
    sammy

    Hi sammy,
    Based on your description, you want to upgrade SQL Server 2005 packages to SQL Server 2012. If there are some individual packages, I suggest that we can directly add the SQL Server 2005 package to an existing project in SQL Server Data Tools (SSDT). For
    more details, please see:
    Right click on the SSIS Packages folder in the Integration Services Project in SSDT and Select Add Existing Package from the context menu.
    In the Add Copy of Existing Package dialog box select Package location as File System from the dropdown.
    Click on the ellipsis button next to the Package path textbox.
    Locate the SSIS package (.dtsx file) which you want to add from the file system.
    Click OK in the Add Copy of Existing Package dialog box to finish adding and upgrading the package.
    If those packages are located in a project, we can open a SQL Server 2005 Integration Services (SSIS) project file in SSDT, and then use the SSIS Package Upgrade Wizard to upgrade multiple packages in the project.
    If there are any questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Execute Package Utility Requires Integration Services

    Hi,
    I am trying to run an SSIS package from a client SQL Server Management Studio 2008 and am getting the message "The Execute Package Utility requires Integration Services to be installed by one of these editions of SQL Server 2008..."
    I installed SP1 and CU6 on the PC and am still getting the message.  Any ideas?  Any help is appreciated.
    Thanks

    Hello,
    I was getting same error message and This post helped me.
    I got more info from below:
    http://www.rad.pasfu.com/index.php?/archives/41-Minimum-Requirement-To-Execute-SSIS-Package.html
    Minimum Requirement To Execute SSIS Package
    A very common question is that : 
    what is minimal requirements for run a package? 
    Minimal Requirements to run SSIS package is :
    DTEXEC which can be installed
    with Integration Service at the SQL Server setup media. Note that you should Install Integration Services, because if you install DTEXEC without Integration Service then you will got this message when you try to execute a package from DTEXEC command line:
    The SQL Server Execute Package Utility requires Integration Services to be installed by one of these editions of SQL Server 2008: Standard, Enterprise, Developer, or Evaluation. To Install Integration Services,
    run SQL Server Setup and select Integration Services. 
     This is same operation on a machine who has Integration Service Installed:
    Another option to execute SSIS package is with BIDS, you can select it during SQL Server setup steps.
    So as a result you need to have one of these options to run a package on a machine: SSIS or BIDS.
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Integrations services error 4000 - integration services does not match the expected version

    I have a 2 node high availability cluster built on 2012r2 DataCentre. One VM continually fails to backup and gives the event log error
    "Hyper-V Volume Shadow Copy Requestor failed to connect to virtual machine 'QuadPro' because the version does not match the version expected by Hyper-V (Virtual machine ID 094B6B22-BBED-4D0B-8E47-D8D4D0D3F986). Framework version: Negotiated (0.0) -
    Expected (3.0); Message version: Negotiated (0.0) - Expected (5.0). To fix this problem, you must upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup Disk from the Action menu."
    When I do the suggested action I get a message stating
    "The computer is already running the current version of integration services (version 6.3.9600.16384)".
    This VM was built through the failover management console under 2012r2. The VM in question is a 2008r2 standard server running a single database application.
    Please advise.
    Matt

    Hi,
    I have run the command using both nodes and get the following error:
    PS C:\Users\*******> Get-VMIntegrationService -ComputerName node01 -VMName quadpro
    Get-VMIntegrationService : A parameter is invalid. Hyper-V was unable to find a virtual machine with name quadpro.
    At line:1 char:1
    + Get-VMIntegrationService -ComputerName node01 -VMName quadpro
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (quadpro:String) [Get-VMIntegrationService], VirtualizationInvalidArgum
       entException
        + FullyQualifiedErrorId : InvalidParameter,Microsoft.HyperV.PowerShell.Commands.GetVMIntegrationServiceCommand
    However I tried one of the other VMs for testing purposes (and to check syntax etc) and got the following success message.
    PS C:\Users\******> Get-VMIntegrationService -ComputerName node02 -VMName appserver01
    VMName      Name                    Enabled PrimaryStatusDescription SecondaryStatusDescription
    Appserver01 Time Synchronization    True    OK
    Appserver01 Heartbeat               True    OK                      
    OK
    Appserver01 Key-Value Pair Exchange True    OK
    Appserver01 Shutdown                True    OK
    Appserver01 VSS                     True    OK
    Appserver01 Guest Service Interface False   OK

Maybe you are looking for