<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for SCORCH Dev</title>
	<atom:link href="http://opalis.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://opalis.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 23:47:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Runbook Sanitation Utility by randorfer</title>
		<link>http://opalis.wordpress.com/2012/05/12/runbook-sanitation-utility/#comment-306</link>
		<dc:creator><![CDATA[randorfer]]></dc:creator>
		<pubDate>Tue, 07 May 2013 23:47:26 +0000</pubDate>
		<guid isPermaLink="false">https://opalis.wordpress.com/?p=476#comment-306</guid>
		<description><![CDATA[Hey Manuel,

This project is based on an older codebase, I will move it over to reference the orchestrator.administration.dll project (same project that is used to sanitizing using the parse orchestrator export tool). I will also update that project to handle SCOM 2007 and 2012 configuration schemas as you have described above.

The inconsistences you are pointing out in how configurations are referenced has to do with a difference between &#039;native&#039; and &#039;oit&#039; developed integration packs. Native IPs are kind of the wild west of integration packs, the author gets their own table(s) inside of the database and can pretty much do / configure their IP however they want. OIT (the publically available development toolkit) makes you implement a standardized interface when creating IPs. This causes all of their exports to have a consistent schema. Internally we don&#039;t use any Microsoft Developed integration packs (we develop our own and release them out to scorch.codeplex.com). This means that we have been buffered from these problems since the Opalis days :-).]]></description>
		<content:encoded><![CDATA[<p>Hey Manuel,</p>
<p>This project is based on an older codebase, I will move it over to reference the orchestrator.administration.dll project (same project that is used to sanitizing using the parse orchestrator export tool). I will also update that project to handle SCOM 2007 and 2012 configuration schemas as you have described above.</p>
<p>The inconsistences you are pointing out in how configurations are referenced has to do with a difference between &#8216;native&#8217; and &#8216;oit&#8217; developed integration packs. Native IPs are kind of the wild west of integration packs, the author gets their own table(s) inside of the database and can pretty much do / configure their IP however they want. OIT (the publically available development toolkit) makes you implement a standardized interface when creating IPs. This causes all of their exports to have a consistent schema. Internally we don&#8217;t use any Microsoft Developed integration packs (we develop our own and release them out to scorch.codeplex.com). This means that we have been buffered from these problems since the Opalis days <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Runbook Sanitation Utility by Manuel</title>
		<link>http://opalis.wordpress.com/2012/05/12/runbook-sanitation-utility/#comment-305</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Tue, 07 May 2013 12:58:13 +0000</pubDate>
		<guid isPermaLink="false">https://opalis.wordpress.com/?p=476#comment-305</guid>
		<description><![CDATA[Hi Ryan,
another very useful tool from you (yes, I&#039;m the same one who&#039;s currently commenting on your &quot;Parse Orchestrator Export Tool&quot; as well :); found it while I was basically trying to do the same.
Well, you said &quot;all feedback is appreciated&quot;, so here I go: there are issues with at least two IPs (SCCM 2007, SCOM 2007R2), where global configurations are removed from the export file even when they&#039;re referenced in an activity.

You probably know most of the following already from your &quot;Parse Orchestrator Export&quot; tool, but just in case, here&#039;s what I have found so far.
These issues are probably related to the multiple (if not to say &quot;inconsistent&quot;, but I don&#039;t know enough about the inner workings of Orchestrator to justify that) ways configurations can be referenced in the export file.
For most IPs, it just seems to be a node &quot;Configuration&quot; in the &quot;Object&quot; node.
Not so for ...
- SCCM 2007 IP, which refers to the activities&#039; configuration with a &quot;ConnectionName&quot; node.
- SCOM 2007R2 IP, which refers to the activities&#039; configuration with a &quot;Connection&quot; node.

And while most IPs do store their configurations&#039; settings inside a &quot;Configurations&quot; node for each entry, these two do not (&quot;List&quot; for SCOM, &quot;ServerList&quot; for SCCM).

As if that wasn&#039;t enough, the SCOM Configuration doesn&#039;t even have a configurable &quot;Name&quot; property, the &quot;Connection&quot; name is generated dynamically by using some of the configuration&#039;s configurable properties (domain name, user name, SCOM server name), concatenating them to &quot;[DOMAIN]:[SERVER]:[ACCOUNT]&quot;. In other words: for SCOM, there won&#039;t be a proper &quot;[Name]Some SCOM Configuration Name[/Name]&quot; node in GlobalConfigurations, but the configuration object based on its GUID would have to examined whether the properties of one of its entries will form a connection name referenced in an exported Activity object (which leaves the problem on how to determine the SCOM configuration(s) without hardcoding GUIDs in the program and limiting it to certain IP releases...).

Regards,
Manuel]]></description>
		<content:encoded><![CDATA[<p>Hi Ryan,<br />
another very useful tool from you (yes, I&#8217;m the same one who&#8217;s currently commenting on your &#8220;Parse Orchestrator Export Tool&#8221; as well <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ; found it while I was basically trying to do the same.<br />
Well, you said &#8220;all feedback is appreciated&#8221;, so here I go: there are issues with at least two IPs (SCCM 2007, SCOM 2007R2), where global configurations are removed from the export file even when they&#8217;re referenced in an activity.</p>
<p>You probably know most of the following already from your &#8220;Parse Orchestrator Export&#8221; tool, but just in case, here&#8217;s what I have found so far.<br />
These issues are probably related to the multiple (if not to say &#8220;inconsistent&#8221;, but I don&#8217;t know enough about the inner workings of Orchestrator to justify that) ways configurations can be referenced in the export file.<br />
For most IPs, it just seems to be a node &#8220;Configuration&#8221; in the &#8220;Object&#8221; node.<br />
Not so for &#8230;<br />
- SCCM 2007 IP, which refers to the activities&#8217; configuration with a &#8220;ConnectionName&#8221; node.<br />
- SCOM 2007R2 IP, which refers to the activities&#8217; configuration with a &#8220;Connection&#8221; node.</p>
<p>And while most IPs do store their configurations&#8217; settings inside a &#8220;Configurations&#8221; node for each entry, these two do not (&#8220;List&#8221; for SCOM, &#8220;ServerList&#8221; for SCCM).</p>
<p>As if that wasn&#8217;t enough, the SCOM Configuration doesn&#8217;t even have a configurable &#8220;Name&#8221; property, the &#8220;Connection&#8221; name is generated dynamically by using some of the configuration&#8217;s configurable properties (domain name, user name, SCOM server name), concatenating them to &#8220;[DOMAIN]:[SERVER]:[ACCOUNT]&#8220;. In other words: for SCOM, there won&#8217;t be a proper &#8220;[Name]Some SCOM Configuration Name[/Name]&#8221; node in GlobalConfigurations, but the configuration object based on its GUID would have to examined whether the properties of one of its entries will form a connection name referenced in an exported Activity object (which leaves the problem on how to determine the SCOM configuration(s) without hardcoding GUIDs in the program and limiting it to certain IP releases&#8230;).</p>
<p>Regards,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Orchestrator Export Tool by randorfer</title>
		<link>http://opalis.wordpress.com/2013/04/11/parse-orchestrator-export-tool/#comment-302</link>
		<dc:creator><![CDATA[randorfer]]></dc:creator>
		<pubDate>Mon, 06 May 2013 15:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=914#comment-302</guid>
		<description><![CDATA[Thanks for the continued feedback Manuel I hope to have some time later in the week to continue addressing these useability issues
-Ryan]]></description>
		<content:encoded><![CDATA[<p>Thanks for the continued feedback Manuel I hope to have some time later in the week to continue addressing these useability issues<br />
-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Orchestrator Export Tool by Manuel</title>
		<link>http://opalis.wordpress.com/2013/04/11/parse-orchestrator-export-tool/#comment-301</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Mon, 06 May 2013 06:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=914#comment-301</guid>
		<description><![CDATA[That was fast, thank you.

Just noticed that in my earlier post, some information for &quot;Alternate Runbook Users:&quot; I put between &quot;&quot; was swallowed.
For the sake of completeness, that should have been
Alternate Runbook Users:
- When the alternate user account is picked from Global Variables or from Published Data, the &quot;raw&quot; names (&quot;\`d.T.~Ed/{[Activity GUID]}.[PD Name]\`d.T.~Ed/&quot;, &quot;\`d.T.~Vb/{[Variable GUID]}\`d.T.~Vb/&quot;) are displayed as domain/user names; ideally, variable account names would be resolved to &quot;[Activity Name].[PD Name]&quot; or &quot;[Global Variable Name]&quot; in the treeview, and the &quot;Objects&quot; viewlist would display the respective Names, Types (&quot;Published Data&quot;, &quot;Global Variable&quot;) and GUIDs used in the account settings.

Some feedback to the changes:
GUI:
- The vertical scroll bar now remains in place when resizing the window.

Global Configurations:
- Multiple configurations for the same IP are now listed.
- Configurations for SCCM, SCOM, &quot;Standard Logging&quot; are now picked up; the former two as &quot;NativeConfig:{[GUID]}&quot; (can&#039;t be resolved in the export, I know), the latter with its name. 

Regards,
Manuel]]></description>
		<content:encoded><![CDATA[<p>That was fast, thank you.</p>
<p>Just noticed that in my earlier post, some information for &#8220;Alternate Runbook Users:&#8221; I put between &#8220;&#8221; was swallowed.<br />
For the sake of completeness, that should have been<br />
Alternate Runbook Users:<br />
- When the alternate user account is picked from Global Variables or from Published Data, the &#8220;raw&#8221; names (&#8220;\`d.T.~Ed/{[Activity GUID]}.[PD Name]\`d.T.~Ed/&#8221;, &#8220;\`d.T.~Vb/{[Variable GUID]}\`d.T.~Vb/&#8221;) are displayed as domain/user names; ideally, variable account names would be resolved to &#8220;[Activity Name].[PD Name]&#8221; or &#8220;[Global Variable Name]&#8221; in the treeview, and the &#8220;Objects&#8221; viewlist would display the respective Names, Types (&#8220;Published Data&#8221;, &#8220;Global Variable&#8221;) and GUIDs used in the account settings.</p>
<p>Some feedback to the changes:<br />
GUI:<br />
- The vertical scroll bar now remains in place when resizing the window.</p>
<p>Global Configurations:<br />
- Multiple configurations for the same IP are now listed.<br />
- Configurations for SCCM, SCOM, &#8220;Standard Logging&#8221; are now picked up; the former two as &#8220;NativeConfig:{[GUID]}&#8221; (can&#8217;t be resolved in the export, I know), the latter with its name. </p>
<p>Regards,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Orchestrator Export Tool by randorfer</title>
		<link>http://opalis.wordpress.com/2013/04/11/parse-orchestrator-export-tool/#comment-287</link>
		<dc:creator><![CDATA[randorfer]]></dc:creator>
		<pubDate>Thu, 02 May 2013 19:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=914#comment-287</guid>
		<description><![CDATA[Hey Manuel,
I have updated this project to address a number of your bugs, working on addressing the rest of them
-Ryan]]></description>
		<content:encoded><![CDATA[<p>Hey Manuel,<br />
I have updated this project to address a number of your bugs, working on addressing the rest of them<br />
-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Orchestrator Export Tool by randorfer</title>
		<link>http://opalis.wordpress.com/2013/04/11/parse-orchestrator-export-tool/#comment-282</link>
		<dc:creator><![CDATA[randorfer]]></dc:creator>
		<pubDate>Tue, 30 Apr 2013 16:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=914#comment-282</guid>
		<description><![CDATA[Hey Manuel,

Thanks for the feedback I&#039;ll look into the suggestions you brought up

-Ryan]]></description>
		<content:encoded><![CDATA[<p>Hey Manuel,</p>
<p>Thanks for the feedback I&#8217;ll look into the suggestions you brought up</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Orchestrator Export Tool by Manuel</title>
		<link>http://opalis.wordpress.com/2013/04/11/parse-orchestrator-export-tool/#comment-281</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Tue, 30 Apr 2013 08:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=914#comment-281</guid>
		<description><![CDATA[Great tool, thank you.
Some things I noticed, though (with the export tool v1.0.0.0.0, dll v1.0.0.0, released Apr 11, 2013; exported on SCORCH 2012 SP1).
GUI:
- When the program window is resized to more than its initial width (about 800), the vertical scroll bar of the &quot;Folders and Policies&quot; treeview disappears (the whole treeview is basically pulled &quot;below&quot; the &quot;Properties&quot; and &quot;Objects&quot; fields).
- It would be very helpful if the columns in the &quot;Objects&quot; listview would keep their size when selecting a different runbook; currently, the columns always return to their default column size.
- When &quot;Alternate Runbook Users&quot; is selected, the &quot;Objects&quot; listview isn&#039;t updated/cleared and will still display the properties of the last object visited.

Alternate Runbook Users:
- If the runbook user account is picked from Global Variables or from Published Data, the &quot;raw&quot; names (&quot;\`d.T.~Ed/{}.\`d.T.~Ed/&quot;, &quot;\`d.T.~Vb/{}\`d.T.~Vb/&quot;) are displayed as domain/user names; ideally, variable account names would be resolved to &quot;.&quot; or &quot;&quot; in the treeview, and the &quot;Objects&quot; viewlist would display the respective Names, Types (&quot;Published Data&quot;, &quot;Global Variable&quot;) and GUIDs used in the account settings.

Global Configurations:
- If more than one configuration is present for an IP, &quot;Global Configurations&quot; seems to pick up only the first one listed in the export file.
- It doesn&#039;t pick up Configurations for some of the more common integration packs, for example &quot;System Center Configuration Manager 2007&quot;, &quot;System Center Operations Manager 2007 R2&quot; (and at least one of the more uncommon ones, &quot;Standard Logging&quot; from http://orchestrator.codeplex.com/releases/view/76097)

Regards,
Manuel]]></description>
		<content:encoded><![CDATA[<p>Great tool, thank you.<br />
Some things I noticed, though (with the export tool v1.0.0.0.0, dll v1.0.0.0, released Apr 11, 2013; exported on SCORCH 2012 SP1).<br />
GUI:<br />
- When the program window is resized to more than its initial width (about 800), the vertical scroll bar of the &#8220;Folders and Policies&#8221; treeview disappears (the whole treeview is basically pulled &#8220;below&#8221; the &#8220;Properties&#8221; and &#8220;Objects&#8221; fields).<br />
- It would be very helpful if the columns in the &#8220;Objects&#8221; listview would keep their size when selecting a different runbook; currently, the columns always return to their default column size.<br />
- When &#8220;Alternate Runbook Users&#8221; is selected, the &#8220;Objects&#8221; listview isn&#8217;t updated/cleared and will still display the properties of the last object visited.</p>
<p>Alternate Runbook Users:<br />
- If the runbook user account is picked from Global Variables or from Published Data, the &#8220;raw&#8221; names (&#8220;\`d.T.~Ed/{}.\`d.T.~Ed/&#8221;, &#8220;\`d.T.~Vb/{}\`d.T.~Vb/&#8221;) are displayed as domain/user names; ideally, variable account names would be resolved to &#8220;.&#8221; or &#8220;&#8221; in the treeview, and the &#8220;Objects&#8221; viewlist would display the respective Names, Types (&#8220;Published Data&#8221;, &#8220;Global Variable&#8221;) and GUIDs used in the account settings.</p>
<p>Global Configurations:<br />
- If more than one configuration is present for an IP, &#8220;Global Configurations&#8221; seems to pick up only the first one listed in the export file.<br />
- It doesn&#8217;t pick up Configurations for some of the more common integration packs, for example &#8220;System Center Configuration Manager 2007&#8243;, &#8220;System Center Operations Manager 2007 R2&#8243; (and at least one of the more uncommon ones, &#8220;Standard Logging&#8221; from <a href="http://orchestrator.codeplex.com/releases/view/76097" rel="nofollow">http://orchestrator.codeplex.com/releases/view/76097</a>)</p>
<p>Regards,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orchestrator Link Best Practices by Michael</title>
		<link>http://opalis.wordpress.com/2013/04/12/orchestrator-link-best-practices/#comment-256</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 06:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=934#comment-256</guid>
		<description><![CDATA[Hi Ryan,
with the new version it&#039;s working fine!
Thank you.

Regards
Michael]]></description>
		<content:encoded><![CDATA[<p>Hi Ryan,<br />
with the new version it&#8217;s working fine!<br />
Thank you.</p>
<p>Regards<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orchestrator Link Best Practices by randorfer</title>
		<link>http://opalis.wordpress.com/2013/04/12/orchestrator-link-best-practices/#comment-251</link>
		<dc:creator><![CDATA[randorfer]]></dc:creator>
		<pubDate>Fri, 19 Apr 2013 21:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=934#comment-251</guid>
		<description><![CDATA[Hey Michael,
I have realeased a new version give it a try and see if you get the same error!
-Ryan]]></description>
		<content:encoded><![CDATA[<p>Hey Michael,<br />
I have realeased a new version give it a try and see if you get the same error!<br />
-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bulk Set Orchestrator Max Policy Requests by Parse Orchestrator Export &#124; SCORCH Dev</title>
		<link>http://opalis.wordpress.com/2013/04/17/bulk-set-orchestrator-max-policy-requests/#comment-250</link>
		<dc:creator><![CDATA[Parse Orchestrator Export &#124; SCORCH Dev]]></dc:creator>
		<pubDate>Fri, 19 Apr 2013 19:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://opalis.wordpress.com/?p=943#comment-250</guid>
		<description><![CDATA[[...] http://opalis.wordpress.com/2013/04/17/bulk-set-orchestrator-max-policy-requests/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://opalis.wordpress.com/2013/04/17/bulk-set-orchestrator-max-policy-requests/" rel="nofollow">http://opalis.wordpress.com/2013/04/17/bulk-set-orchestrator-max-policy-requests/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
