Planning and Consolidation comes with some proprietary tasks. Before you can use them to create custom packages, you must register them in Microsoft SQL Server Business Intelligence Developer Studio.
You can register all Planning and Consolidation tasks at one time, or do them separately.
Copy the required <task>.dll files from <BPC_home>/BPC/Websrvr/Bin to the Microsoft SQL Server Business Intelligence Developer Studio tasks folder (/Program Files/Microsoft SQL Server/100/DTS/Tasks)
Recommendation
You must copy the files on the server where you intend to edit the SSIS packages using Visual Studio. In a multiserver environment, we recommend that this is on the application server tier not the database server tier.
The files to copy are some or all of the following:
OSoftTaskAdmin2008.dll
OSoftTaskAvailable2008.dll
OSoftTaskComment2008.dll
OSoftTaskConvert2008.dll
OSoftTaskDumpLoad2008.dll
OSoftTaskFtp2008.dll
OSoftTaskLogic2008.dll
OSoftTaskMakeDim2008.dll
OSoftTaskOwnership2008.dll
OSoftTaskSendMail2008.dll
OSoftTaskTrigger2008.dll
From the server where you want to edit the SSIS packages, choose
Choose
Select Business Intelligence Projects
Select Integration Services Project
Enter the package name, for example, test1 and click OK
In SSIS, click Toolbox on the Tool bar to open the Toolbox view
Right click the Toolbox label and select Choose Item
In the Choose Toolbox Items view, select the SSIS Control Flow Items tab and then select all the tasks that you copied in step 1
Click OK
This registers the custom tasks and makes them visible in the toolbox. By default, the custom tasks are added to the Control Flow Items tab.
To make a new tab for the custom tasks, do the following:
Right click the Toolbox label and select Add Tab
Enter a suitable title
Move all the custom tasks to the new tab using drag and drop
In Microsoft SSIS, create or open the package to which you want to add the task.
Choose
.Task description: Ensure that the task description matches the task name.
Location: <BPC_home>/BPC/Websrvr/Bin/[task name].dll
Click OK.