<?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"
	>
<channel>
	<title>Comments on: Addressing Licensing Issues With Adobe CS3 Apps On SoftGrid</title>
	<atom:link href="http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid</link>
	<description>Aaron Parker's IT infrastructure blog</description>
	<pubDate>Tue, 30 Sep 2008 23:43:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: The World Simplified is a Virtual World : Recipes and Step-By-Steps</title>
		<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13598</link>
		<dc:creator>The World Simplified is a Virtual World : Recipes and Step-By-Steps</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13598</guid>
		<description>[...] Addressing Licensing Issues With Adobe CS3 Apps On SoftGrid [...]</description>
		<content:encoded><![CDATA[<p>[...] Addressing Licensing Issues With Adobe CS3 Apps On SoftGrid [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13452</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 29 May 2008 10:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13452</guid>
		<description>The FlexNet service doesn't seem to behave well when playing with others.

In the installation source (under payloads) is the "AdobeALMAnchorServiceAll" folder, this contains the FlexNet service. This can be installed locally on the machine (as it's just an MSI)... and should be installed on your sequencer machine. This can then be excluded from the bubble and can be used by all Adobe apps. We are running Photoshop, InDesign and Illustrator, which now all use the local service.

The service manages a local security database for the licences, and a config file for the apps supported. (from what I can make out). 

If we ran 2 apps, that had their FlexNet service in the bubble, that would have some sort of conflict, and come up the the standard licensing error. We are running these on a Terminal Server, which makes running one Adobe app at a time impossible.

We can now run multiple Adobe apps on the same servers with no issue.</description>
		<content:encoded><![CDATA[<p>The FlexNet service doesn&#8217;t seem to behave well when playing with others.</p>
<p>In the installation source (under payloads) is the &#8220;AdobeALMAnchorServiceAll&#8221; folder, this contains the FlexNet service. This can be installed locally on the machine (as it&#8217;s just an MSI)&#8230; and should be installed on your sequencer machine. This can then be excluded from the bubble and can be used by all Adobe apps. We are running Photoshop, InDesign and Illustrator, which now all use the local service.</p>
<p>The service manages a local security database for the licences, and a config file for the apps supported. (from what I can make out). </p>
<p>If we ran 2 apps, that had their FlexNet service in the bubble, that would have some sort of conflict, and come up the the standard licensing error. We are running these on a Terminal Server, which makes running one Adobe app at a time impossible.</p>
<p>We can now run multiple Adobe apps on the same servers with no issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13445</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Sat, 17 May 2008 05:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13445</guid>
		<description>WordPress strikes again. I'll fix the script when I get back to London next week.</description>
		<content:encoded><![CDATA[<p>WordPress strikes again. I&#8217;ll fix the script when I get back to London next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13443</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 16 May 2008 13:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13443</guid>
		<description>Is it just me, or has the POST LAUNCH script turned invisible?</description>
		<content:encoded><![CDATA[<p>Is it just me, or has the POST LAUNCH script turned invisible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13387</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 18 Apr 2008 11:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/virtualisation/addressing-licensing-issues-with-adobe-cs3-apps-on-softgrid#comment-13387</guid>
		<description>I had the same problem, but was unable to kill the process (mainly due to my lack of hacking skills no doubt :)). I resorted to writing a batch file, called from the OSD file, that kills the licensing process...the syntax is...
@TASKKILL /F /IM FNPLicensingService.exe. Also, thanks for your help earlier Aaron</description>
		<content:encoded><![CDATA[<p>I had the same problem, but was unable to kill the process (mainly due to my lack of hacking skills no doubt :)). I resorted to writing a batch file, called from the OSD file, that kills the licensing process&#8230;the syntax is&#8230;<br />
@TASKKILL /F /IM FNPLicensingService.exe. Also, thanks for your help earlier Aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
