Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Dariusz Macina
Oct 28, 2008
  8153
(0 votes)

Getting started with Windows Live Writer - troubleshooting

Yes, finally I've decided to create my blog page :)

I was thinking about things to write about and in general didn't expect technical problems in establishing a blog page.

Well... I was wrong.

 

Yes... I was following the blogging guidelines (http://world.episerver.com/en/System/Blog-info/Blogging-on-EPiServer-World/) and everything was fine until I tried to integrate my fresh EPiServer blog with Windows Live Writer.

Picture 1. Configuring Windows Live Writer

 

After entering homepage url, user credentials and clicking the 'Next' button... quite nasty and not much saying exception has occurred!

Picture 2. Unexpected exception

 

I have totally no idea why it did occur and if someone else had the same problem so I decided to ask the oracle - google of course ;)

But it gave me no clear answer. This was something really unexpected but made my brain up and running :)

Finally, I solved the problem and posted something here :)

 

If you're encountering the similar problem the following may help you.

1. Enter your newly created blog page

In my case: http://world.episerver.com/blogs/dariusz-macina

2. Take a look into the source of the page

In the <head> section you'll find something like this:

http://world.episerver.com/util/xmlrpc/RSD.aspx?pageid=25466

The link will get you to the RSD (Really Simple Discovery) file. The file in fact is an XML describing blog engine and what is more interesting (from this article point of view) containing a link to the API exposed by the EPiServer blog (methods used by the engine).

In my case it looks like:

<rsd version="1.0">

<service>

<engineName>MetaWeblog (EPiServer)</engineName>

<engineLink>http://www.episerver.com</engineLink>

<homePageLink>http://world.episerver.com/</homePageLink>

<apis>

<api name="Metaweblog" blogID="25466" preferred="true" apiLink="http://world.episerver.com/util/xmlrpc/Handler.ashx?pageid=25466" />

</apis>

</service>

</rsd>

 

Ok, we're getting closer.

 

3. Use the apiLink url instead of your blog page url

Yes, that did the trick - no exception anymore :)

Picture 3. Correct homepage URL 

 

4. Select the correct provider

Windows Live Writter won't detect the blog engine type automatically so we have to do it ourselves.

The engine type can be retrieved from the RSD file. Check the <engineName> node and you'll see that in our case the engine is MetaWeblog.

 

Select the MetaWeblog from the list and provide the apiLink url once more.

Picture 4. Selecting provider

 

5. Here it is up and running

Picture 5. Mission completed!

 

As you can see the homepage is now set to something like:

http://world.episerver.com/Templates/Blog/Pages/PersonalStart.aspx?id=25466&epslanguage=en

which is your newly created EPiServer blog page - problem solved :)

 

Enjoy!

Oct 28, 2008

Comments

Eric
Eric Sep 21, 2010 10:32 AM

You should now be able to follow our guidelines instead. We have hade some problems with upgrades of the module but it should now work! /Eric

Please login to comment.
Latest blogs
Solving the mystery of high memory usage

Sometimes, my work is easy, the problem could be resolved with one look (when I’m lucky enough to look at where it needs to be looked, just like th...

Quan Mai | Apr 22, 2024 | Syndicated blog

Search & Navigation reporting improvements

From version 16.1.0 there are some updates on the statistics pages: Add pagination to search phrase list Allows choosing a custom date range to get...

Phong | Apr 22, 2024

Optimizely and the never-ending story of the missing globe!

I've worked with Optimizely CMS for 14 years, and there are two things I'm obsessed with: Link validation and the globe that keeps disappearing on...

Tomas Hensrud Gulla | Apr 18, 2024 | Syndicated blog

Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog

Azure AI Language – Abstractive Summarisation in Optimizely CMS

In this article, I show how the abstraction summarisation feature provided by the Azure AI Language platform, can be used within Optimizely CMS to...

Anil Patel | Apr 18, 2024 | Syndicated blog

Fix your Search & Navigation (Find) indexing job, please

Once upon a time, a colleague asked me to look into a customer database with weird spikes in database log usage. (You might start to wonder why I a...

Quan Mai | Apr 17, 2024 | Syndicated blog