• No, it is not installed on other machine.

    Actually, i installed SSIS on nyabc server last week. I have added SSIS feature and restarted the server. When i tried to open SSMS to deploy the package i got the error and i searched Google and changed msdtdsrvr.ini file like below.

    <?xml version="1.0" encoding="utf-8" ?>

    - <DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>

    - <TopLevelFolders>

    - <Folder xsi:type="SqlServerFolder">

    <Name>MSDB</Name>

    <ServerName>nyabc</ServerName> ----This is changed

    </Folder>

    - <Folder xsi:type="FileSystemFolder">

    <Name>File System</Name>

    <StorePath>..\Packages</StorePath>

    </Folder>

    </TopLevelFolders>

    </DtsServiceConfiguration>