QIK Wizard - how to choose all the classes in given library file
-
Wednesday, November 30, 2011 10:18 AM
I have got 900 activity classes generated within a single class, QIK wizard expect you to select each of the activity classes separately. I observed that it creates an XML file something like <name>Objects.xml file with objects entry like this, during the process:
<Object>
<ObjectType>{0767C2EE-D778-433C-A254-5593AA2A7799}</ObjectType>
<Name>Authentication</Name>
<Description/>
<Details>Authentication</Details>
<Bitmap16>BMP_QIK_DOTNET_16</Bitmap16>
<Bitmap32>BMP_QIK_DOTNET_32</Bitmap32>
<BitmapMask>000000</BitmapMask>
<ServerExtension>{56D5B012-95ED-49FA-8520-F26EC4A9F853}</ServerExtension>
<ClientExtension>{705211D8-758F-4DD5-B0C3-EA7CA13167FE}</ClientExtension>
<Event>False</Event>
−
<Pages>
<Page GUID="{5B451CE7-CDE8-4611-B8B3-B562E8B2FFA8}"/>
<Page GUID="{E63C35B4-8955-4EC8-9F03-A3F22954A60C}"/>
</Pages>
<ExecutionData/>
<ShowAlternateDisplayPage>True</ShowAlternateDisplayPage>
</Object>
For me generating this XML programatically for all my 900 activities is simpler than choosing each class 900 times in wizard menu. Is there any way i can generate this object file and pass it to wizard to get all 900 activities available in my integration pack.- Moved by Robert_HearnOwner Friday, May 04, 2012 12:56 AM wrong forum (From:Opalis Integrations)
All Replies
-
Friday, May 04, 2012 12:50 AMOwner
I guess my first question is why do you have 900 activities in an IP? That number of activities is simply not usable by the average IT admin and the activities pane in the Designer will be REALLY crowded.
Yes, there is a way to have a more automated way of generating IPs without using the Wizard. I will have to publish something to the TechNet Wiki or the blog describing the process because it's a little complicated.
Robert Hearn • Sr. Program Manager
Opalis / System Center Orchestrator -
Friday, June 01, 2012 9:59 PMOwner
See this Wiki article: http://social.technet.microsoft.com/wiki/contents/articles/10746.automating-builds-of-orchestrator-integration-packs.aspx
Robert Hearn, Sr. Program Manager
Private Cloud Orchestration
Cloud & Datacenter Management, Microsoft Corp.
Orchestrator Blog http://blogs.technet.com/b/Orchestrator Orchestrator on CodePlex http://orchestrator.codeplex.com
- Marked As Answer by Robert_HearnOwner Friday, June 01, 2012 9:59 PM

