cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upgrade BPC SSIS Packages from SQL 2012 to SQL 2014

Former Member
0 Likes
1,538

Hi,

I have recently migrated and re-installed our BPC MS from BPC10.0 on SQL 2012 to BPC 10.1 MS SP05 on a SQL Server 2014 Platform.

We installed BPC on a clean Windows Server and SQL 2014 Server and then restored the Environment and ran the Migration from the Server Manager.

At this point, on the testing server, everything is all on one physical machine. (BPC + SQL + OLAP)

The Data Packages don't want to work. I get the error:

To use the SQL Server 2012 package, you must install SQL Server 2012 Integration Services, SQL Server 2012 SQL Data Tools, SQL Server 2012 Client Tools Connectivity, SQL Server 2012 Client Tools SDK, and BPC SSIS_Client 2012 on the application server.

I am battling to really understand Chapter 8 (Installing SSIS Custom Tasks) of the Installation Guide (BPC 10.1 MS, version 1.8)

At this point, I have installed the 2012 SSIS tasks and the 2014 SSIS tasks. This by unzipping the files and running OSoftSetup.exe

I have also copied the 2012 and the 2014 BPCTask*.dll files into C:\Program Files\Microsoft SQL Server\120\DTS\Tasks

Still the same error. Is it the version of the .dtsx that is wrong (somewhere in the XML) or I am missing something more fundamental?

Kind Regards

Nick

View Entire Topic
lsingh_cad
Explorer
0 Likes

Hello,

We faced a similar situation, figured out this is because of the BPC custom tasks in SSIS packages.

You may need to recreate the SSIS packages for the Data manager package.
Alternatively, you can create a mapping file in XML and save it at this location "C:\Program Files (x86)\Microsoft SQL Server\120\DTS\UpgradeMappings", import the SSIS packages into a project and the mapping will take care of recreation of packages.

After the import is successful copy the SSIS packages from project directory to the target directory for DM packages and it should be working fine.

Thanks.