May 2, 2017 at 4:01 am
Hi,
I'm hoping someone can tell me that I'm mistaken and have missed something but I've installed Visual Studio Professional 2017 (15.1 - 26403.7) Release.
The project template for SSIS packages is missing so I installed SSDT,taking the installer from here https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt
This installed successfully, however there is still no template for SSIS projects and attempting to open an existing VS2012/2015 SSIS projects results in an error.
So I started to look around and from what I can see VS 2017 does not yet support SSIS projects, is that right? or am I missing something?
I came across this
https://developercommunity.visualstudio.com/content/problem/25001/cannot-open-integration-services-ssis-projects.html
Which to me indicates SSAS and SSRS are supported via extensions but not SSIS. Please say I'm missing something.
Thanks,
Nic
May 2, 2017 at 4:09 am
SSIS has not been released yet for VS 2017. Probably because the latest SQL 2017 CTP version doesn't support SSIS yet either (due in the next month or 2 I think?).
It'll come; my personal guess is when SSIS is available for SQL 2017.
EDIT/P.S. ARGH!!! What made you choose to use the abomination of a font! Mine EYES!!! 😉
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
May 2, 2017 at 5:42 am
NicHopper - Tuesday, May 2, 2017 4:01 AMHi,
I'm hoping someone can tell me that I'm mistaken and have missed something but I've installed Visual Studio Professional 2017 (15.1 - 26403.7) Release.The project template for SSIS packages is missing so I installed SSDT,taking the installer from here
https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt
This installed successfully, however there is still no template for SSIS projects and attempting to open an existing VS2012/2015 SSIS projects results in an error.So I started to look around and from what I can see VS 2017 does not yet support SSIS projects, is that right? or am I missing something?
I came across this
https://developercommunity.visualstudio.com/content/problem/25001/cannot-open-integration-services-ssis-projects.htmlWhich to me indicates SSAS and SSRS are supported via extensions but not SSIS. Please say I'm missing something.
Thanks,
Nic
Your suspicions are confirmed on the SSDT 2017 page here.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
May 2, 2017 at 6:27 am
Thanks for the replies.
As for the font - I thought I'd Jazz it up a bit. 🙂
May 29, 2018 at 6:19 pm
I have found a SOLUTION!!! This is for 2012 solution/project but should work for all...
1) Install SSDT for VS 2017; I ONLY installed Integration services (NOT Analysis or Reporting Services)
2) Restart Computer after install
3) Open Visual Studio-->Tools-->Extensions and Updates-->ENABLE Integration services extension (NEVER knew this was an extension/option)
4) Restart Visual Studio
5) Open solution. The Project may still error; if it does, right click on the project and rebuild project. It should now open and have the version in parenthesis
May 30, 2018 at 1:47 am
pat.lendrum - Tuesday, May 29, 2018 6:19 PM​I have found a SOLUTION!!! This is for 2012 solution/project but should work for all...
1) Install SSDT for VS 2017; I ONLY installed Integration services (NOT Analysis or Reporting Services)
2) Restart Computer after install
3) Open Visual Studio-->Tools-->Extensions and Updates-->ENABLE Integration services extension (NEVER knew this was an extension/option)
4) Restart Visual Studio
5) Open solution. The Project may still error; if it does, right click on the project and rebuild project. It should now open and have the version in parenthesis
The solution was to wait for the RTM release? Now that it's out, yes SSIS is part of the suite. The OP was using a CTP version of SSDT; which didn't support SSIS at the time.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
May 30, 2018 at 12:04 pm
Thom A - Wednesday, May 30, 2018 1:47 AMpat.lendrum - Tuesday, May 29, 2018 6:19 PM​I have found a SOLUTION!!! This is for 2012 solution/project but should work for all...
1) Install SSDT for VS 2017; I ONLY installed Integration services (NOT Analysis or Reporting Services)
2) Restart Computer after install
3) Open Visual Studio-->Tools-->Extensions and Updates-->ENABLE Integration services extension (NEVER knew this was an extension/option)
4) Restart Visual Studio
5) Open solution. The Project may still error; if it does, right click on the project and rebuild project. It should now open and have the version in parenthesis
The solution was to wait for the RTM release? Now that it's out, yes SSIS is part of the suite. The OP was using a CTP version of SSDT; which didn't support SSIS at the time.
Yes, however, when you install SSDT for Integration services this is DISABLED by default which throws the SAME error. You need to manually go to tools, enable and then you can do it. WHY the f*** does MSFT disable a component that I am specifically installing?!?! That is where this thread came from and NO answers as to why it still did not open older package version inherently. i should NOT have to enable that SSDT extension after installing (enabled should be the default).
May 30, 2018 at 1:00 pm
pat.lendrum - Wednesday, May 30, 2018 12:04 PMThom A - Wednesday, May 30, 2018 1:47 AMpat.lendrum - Tuesday, May 29, 2018 6:19 PM​I have found a SOLUTION!!! This is for 2012 solution/project but should work for all...
1) Install SSDT for VS 2017; I ONLY installed Integration services (NOT Analysis or Reporting Services)
2) Restart Computer after install
3) Open Visual Studio-->Tools-->Extensions and Updates-->ENABLE Integration services extension (NEVER knew this was an extension/option)
4) Restart Visual Studio
5) Open solution. The Project may still error; if it does, right click on the project and rebuild project. It should now open and have the version in parenthesis
The solution was to wait for the RTM release? Now that it's out, yes SSIS is part of the suite. The OP was using a CTP version of SSDT; which didn't support SSIS at the time.
Yes, however, when you install SSDT for Integration services this is DISABLED by default which throws the SAME error. You need to manually go to tools, enable and then you can do it. WHY the f*** does MSFT disable a component that I am specifically installing?!?! That is where this thread came from and NO answers as to why it still did not open older package version inherently. i should NOT have to enable that SSDT extension after installing (enabled should be the default).
SSIS isn't disabled by default... I installed it on 3, machines last month, SSDT comes with all 3 BI tools out the box. Sounds like you didn't tick the right box I'm afraid.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
May 30, 2018 at 1:00 pm
pat.lendrum - Wednesday, May 30, 2018 12:04 PMYes, however, when you install SSDT for Integration services this is DISABLED by default which throws the SAME error. You need to manually go to tools, enable and then you can do it. WHY the f*** does MSFT disable a component that I am specifically installing?!?! That is where this thread came from and NO answers as to why it still did not open older package version inherently. i should NOT have to enable that SSDT extension after installing (enabled should be the default).
I did not have to do this when I installed SSDT 2017.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
May 30, 2018 at 1:23 pm
Phil Parkin - Wednesday, May 30, 2018 1:00 PMpat.lendrum - Wednesday, May 30, 2018 12:04 PMYes, however, when you install SSDT for Integration services this is DISABLED by default which throws the SAME error. You need to manually go to tools, enable and then you can do it. WHY the f*** does MSFT disable a component that I am specifically installing?!?! That is where this thread came from and NO answers as to why it still did not open older package version inherently. i should NOT have to enable that SSDT extension after installing (enabled should be the default).I did not have to do this when I installed SSDT 2017.
I definitely ticked the 1st box for integration services and left RS and AS unticked...
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply