<?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/"
		>
<channel>
	<title>Comments on: Installation of EPiServer components</title>
	<atom:link href="http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/</link>
	<description>Chatter about EPiServer, ASP.NET, CSS and Web Development.</description>
	<lastBuildDate>Wed, 21 Dec 2011 01:21:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-4232</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 21 Dec 2011 01:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-4232</guid>
		<description>I have chased the same error to Majid&#039;s: Invocation of webservice failed: http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.

We have customised the episerver.word.wsc script to utilise a better word-to-HTML conversion prior to upload.  It seems that [perhaps] as a result from CMS5 to 6 this process became broken and I struggled to get past the somewhat unhelpful PageService.asmx error.  

When debugging I found that the shipped script and the customised script managed the page create and content upload part of process.  However, the custom version failed at the page-commit stage.  The solution was that our Word-to-HTML conversion produced an HTML fragment, rather than a full HTML page.  Once the converted content was wrapped in a &#039;full&#039; HTML document the customised process also completed successfully.

Perhaps the webservices have been updated to parse the uploaded data to ensure it conforms to expected web content.  

Be sure to ensure any custom conversion provides a full web document for upload.





I intend to cross-post on episerver world site.</description>
		<content:encoded><![CDATA[<p>I have chased the same error to Majid&#8217;s: Invocation of webservice failed: <a href="http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx" rel="nofollow">http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx</a> Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.</p>
<p>We have customised the episerver.word.wsc script to utilise a better word-to-HTML conversion prior to upload.  It seems that [perhaps] as a result from CMS5 to 6 this process became broken and I struggled to get past the somewhat unhelpful PageService.asmx error.  </p>
<p>When debugging I found that the shipped script and the customised script managed the page create and content upload part of process.  However, the custom version failed at the page-commit stage.  The solution was that our Word-to-HTML conversion produced an HTML fragment, rather than a full HTML page.  Once the converted content was wrapped in a &#8216;full&#8217; HTML document the customised process also completed successfully.</p>
<p>Perhaps the webservices have been updated to parse the uploaded data to ensure it conforms to expected web content.  </p>
<p>Be sure to ensure any custom conversion provides a full web document for upload.</p>
<p>I intend to cross-post on episerver world site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3906</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3906</guid>
		<description>Hi Majid!

Start by checking that you have changed authorization in &lt;em&gt;web.config&lt;/em&gt; to allow anonymous calls into &lt;em&gt;OfficeIntegration&lt;/em&gt; folder. This section is usually commented out of security reasons.

Next step is to ensure that you have the correct &lt;em&gt;Permissions for functions&lt;/em&gt; in admin mide so you are allowed to use the office integration. You should also read the &lt;a href=&quot;http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Microsoft-Office-Integration/&quot; rel=&quot;nofollow&quot;&gt;Tech Note on EPiServer World&lt;/a&gt; for more information.</description>
		<content:encoded><![CDATA[<p>Hi Majid!</p>
<p>Start by checking that you have changed authorization in <em>web.config</em> to allow anonymous calls into <em>OfficeIntegration</em> folder. This section is usually commented out of security reasons.</p>
<p>Next step is to ensure that you have the correct <em>Permissions for functions</em> in admin mide so you are allowed to use the office integration. You should also read the <a href="http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Microsoft-Office-Integration/" rel="nofollow">Tech Note on EPiServer World</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: majid</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3905</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Wed, 30 Jun 2010 07:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3905</guid>
		<description>Hi Fredrik,
i&#039;m getting this error :
Invocation of webservice failed: http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx

Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.
Also do u know how to trace into EPiServer.Word.wsc ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Fredrik,<br />
i&#8217;m getting this error :<br />
Invocation of webservice failed: <a href="http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx" rel="nofollow">http://mysite/mysiteui/OfficeIntegration/WebServices/PageService.asmx</a></p>
<p>Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.<br />
Also do u know how to trace into EPiServer.Word.wsc ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: per-erik</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3773</link>
		<dc:creator>per-erik</dc:creator>
		<pubDate>Wed, 26 May 2010 08:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3773</guid>
		<description>Thanks a bunch, Fredrik. I will investigate more. (Yes I am administrator.)</description>
		<content:encoded><![CDATA[<p>Thanks a bunch, Fredrik. I will investigate more. (Yes I am administrator.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3772</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Tue, 25 May 2010 12:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3772</guid>
		<description>The Client Components are not the same thing as the Office Add-in. Keep the two problems separate.

You install the office add-in with an installation program on your computer and it integrates into Office (as a publish button in word). What you see as &quot;activated&quot; in the beginning of you video is only information that this EPiServer site has stored its address locally so the Office-plugin knows where to publish.

The Client components are &quot;Active X&quot;-components that can be installed and executed from the web to get multiple files upload, spell checking and export to excel support in your browser.

There are several things that can block installation of Active X controls since they in most cases are very dangerous. You can have an anti-virus system that prohibits this. It can be policy settings the domain administrator has done for the whole network. It can be the default security in IE that prevents installation. You might not have the administrative rights to install stuff on your computer. A lot of things that can be the cause...

I do not know if you are an administrator or not but you need to go through your partner that can create a support case for this at EPiServer.</description>
		<content:encoded><![CDATA[<p>The Client Components are not the same thing as the Office Add-in. Keep the two problems separate.</p>
<p>You install the office add-in with an installation program on your computer and it integrates into Office (as a publish button in word). What you see as &#8220;activated&#8221; in the beginning of you video is only information that this EPiServer site has stored its address locally so the Office-plugin knows where to publish.</p>
<p>The Client components are &#8220;Active X&#8221;-components that can be installed and executed from the web to get multiple files upload, spell checking and export to excel support in your browser.</p>
<p>There are several things that can block installation of Active X controls since they in most cases are very dangerous. You can have an anti-virus system that prohibits this. It can be policy settings the domain administrator has done for the whole network. It can be the default security in IE that prevents installation. You might not have the administrative rights to install stuff on your computer. A lot of things that can be the cause&#8230;</p>
<p>I do not know if you are an administrator or not but you need to go through your partner that can create a support case for this at EPiServer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: per-erik</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3753</link>
		<dc:creator>per-erik</dc:creator>
		<pubDate>Fri, 21 May 2010 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3753</guid>
		<description>I cannot install EPiServer CMS Client Components (using Ver 5), and obviously is missing something in IE7 or Vista. Even setting security level to minimum does not help. The result when I try is just a broken image window, see here: http://www.webkommunikasjon.no/Episerver-Install-Components-Problem.wmv
I have reinstalled Office 2007, but all the IE7 versions I have found says I must have XP when trying to reinstall. It used to work before I did some spring cleaning up on my computer. The Episerver partner in Norway are not able to help...</description>
		<content:encoded><![CDATA[<p>I cannot install EPiServer CMS Client Components (using Ver 5), and obviously is missing something in IE7 or Vista. Even setting security level to minimum does not help. The result when I try is just a broken image window, see here: <a href="http://www.webkommunikasjon.no/Episerver-Install-Components-Problem.wmv" rel="nofollow">http://www.webkommunikasjon.no/Episerver-Install-Components-Problem.wmv</a><br />
I have reinstalled Office 2007, but all the IE7 versions I have found says I must have XP when trying to reinstall. It used to work before I did some spring cleaning up on my computer. The Episerver partner in Norway are not able to help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Woodford</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3284</link>
		<dc:creator>Steve Woodford</dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3284</guid>
		<description>We are deploying the Episerver components as described above by manually registering the .dll files in the registry via a script file. The problem is that staff in our organisation do not have admin rights to their PC&#039;s so these need to be registered by logging on as an administrator first. However it appears that these components need registering per user so this does not work. What we have been doing is temporarily giving the user admin rights on their account, installing the components and then revoking the access rights which is very cumbersome! Is there a work around to this? Is it possible to register the components for all users of a PC and not just the user currently logged on?</description>
		<content:encoded><![CDATA[<p>We are deploying the Episerver components as described above by manually registering the .dll files in the registry via a script file. The problem is that staff in our organisation do not have admin rights to their PC&#8217;s so these need to be registered by logging on as an administrator first. However it appears that these components need registering per user so this does not work. What we have been doing is temporarily giving the user admin rights on their account, installing the components and then revoking the access rights which is very cumbersome! Is there a work around to this? Is it possible to register the components for all users of a PC and not just the user currently logged on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3226</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3226</guid>
		<description>hmm, cant put in web config coe but yes I enabled the office integration and allowed users *

//Diego</description>
		<content:encoded><![CDATA[<p>hmm, cant put in web config coe but yes I enabled the office integration and allowed users *</p>
<p>//Diego</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3225</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3225</guid>
		<description>hi Fredrik,

My lines wherent concidered in yout form, will try again...

&quot;
    
      
        
      
    
  
&quot;

cheers Diego</description>
		<content:encoded><![CDATA[<p>hi Fredrik,</p>
<p>My lines wherent concidered in yout form, will try again&#8230;</p>
<p>&#8221;</p>
<p>&#8221;</p>
<p>cheers Diego</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3224</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3224</guid>
		<description>Hi Fredrik,

Yes I did allow anonymous acces according to these lines:


    
      
        
      
    
  
	</description>
		<content:encoded><![CDATA[<p>Hi Fredrik,</p>
<p>Yes I did allow anonymous acces according to these lines:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3222</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Mon, 09 Mar 2009 13:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3222</guid>
		<description>Diego, did you changed web.config to allow anonymous access to office integration web service according to the setup instructions?

http://world.episerver.com/en/Documentation/Items/Tech-Notes/EPiServer-CMS-5/EPiServer-CMS-5-R2-SP1/Microsoft-Office-Integration/</description>
		<content:encoded><![CDATA[<p>Diego, did you changed web.config to allow anonymous access to office integration web service according to the setup instructions?</p>
<p><a href="http://world.episerver.com/en/Documentation/Items/Tech-Notes/EPiServer-CMS-5/EPiServer-CMS-5-R2-SP1/Microsoft-Office-Integration/" rel="nofollow">http://world.episerver.com/en/Documentation/Items/Tech-Notes/EPiServer-CMS-5/EPiServer-CMS-5-R2-SP1/Microsoft-Office-Integration/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/22/installation-of-episerver-components/comment-page-1/#comment-3220</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 08 Mar 2009 19:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=154#comment-3220</guid>
		<description>Hello again Fredrik,

as allways a great article, im having problems with the add in. It seems to install correctly and I get the add in on word. I also see the sites I activated it for but when I click on them i don&#039;t seem to be able to log in to them. I have put the access rights for the functions and uncommented the web.config part for the add in. I also have the right authentication method is IIS (removed the basic authentication in IIS).Also I have the site in the trusted sites in IE.
The message I get is the following:
Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.[200]

I see all the sites in the add in so it must be able to communicate whit them...
any help would be apreciated. I have a new instalation of episerver CMS 5 R2
cheers
Diego</description>
		<content:encoded><![CDATA[<p>Hello again Fredrik,</p>
<p>as allways a great article, im having problems with the add in. It seems to install correctly and I get the add in on word. I also see the sites I activated it for but when I click on them i don&#8217;t seem to be able to log in to them. I have put the access rights for the functions and uncommented the web.config part for the add in. I also have the right authentication method is IIS (removed the basic authentication in IIS).Also I have the site in the trusted sites in IE.<br />
The message I get is the following:<br />
Failed to contact EPiServer CMS, make sure the URL is valid and you are authorized to perform this action.[200]</p>
<p>I see all the sites in the add in so it must be able to communicate whit them&#8230;<br />
any help would be apreciated. I have a new instalation of episerver CMS 5 R2<br />
cheers<br />
Diego</p>
]]></content:encoded>
	</item>
</channel>
</rss>

