The System Center 2012 Orchestrator Integration Toolkit has undergone some significant changes in the underlying framework since the previous release as the Opalis Quick Integration Kit. These changes make activities created using the CLI Wizard and activities developed using the Opalis API, as well as Integration Packs packed by the QIK Wizard incompatible with Orchestrator. In order to utilize these activities in Orchestrator, they must be converted to use the new framework. The manner in which these activities were created determines the process required to convert them:
- Activities created using the QIK CLI Wizard
and used in workflows via the Invoke .NET activity need
simply to be loaded and regenerated using the new Command-Line
Activity Wizard.
- Activities created using the QIK CLI Wizard
and then packaged into an Integration Pack using the QIK Wizard
require a two-step process. This includes regenerating the assembly
or assemblies for the activities , and then repackaging the IP
using the new Integration Pack Wizard.
- Activities developed using the Opalis API and
then packaged into an Integration Pack using the QIK Wizard also
require a two-step process which involves modifying the source
code, and then repackaging the IP using the new Integration Pack
Wizard.
For More Information
See System Center 2012 - Orchestrator Integration Pack Wizard on TechNet.