January 24, 2020 at 6:13 pm
you can't.
SSIS Catalog packages execute on the server where the catalog is installed so your setup needs to be
Server A
- SQL Server Instance
- - User databases
- - ReportServer db's - (optional but not advisable)
Server B
- SQL Server instance
- - SSIS Catalog
- - ReportServer db's - (optional if you choose to install its db on the application server - not advisable)
- SSIS Integration Services (required to create SSIS Catalog and to allow execution of DTS Packages from the command line
- SSAS instance
- SSRS Instance
- - ponting to either ReportServer db's on Server B or Server A (Not advisable)
January 24, 2020 at 6:53 pm
Frederico is spot on.
In addition, note that SSDT is a client tool and should, therefore, not be installed on either of your servers.
January 24, 2020 at 7:07 pm
Thanks guys. All makes sense.
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply