Spiga

How to activate Document Conversion

A nice feature in sharepoint for users that like to use word as a content editor. They can upload a word docx document and convert it to a web page in sharepoint.

http://www.sharepointblogs.com/ajp/archive/2008/04/06/document-conversion-turn-your-docx-to-a-html-page.aspx

Solves the problem of a hung Load balancer

http://support.microsoft.com/kb/941212

Step 1: Stop the Document Conversions Launcher Service

1.Click Start, click Run, type cmd, and then click OK.
2.At the command prompt, type the following command:
cd \Program Files\Common Files\microsoft shared\web server extensions\12\bin
3.At the command prompt, type the following command to create a .txt file that contains the names of all the services, and then press ENTER:
stsadm -o enumservices > Drive\serv.txt
Note In this command, Drive is the letter of the drive in which you want to save the .txt file.
4.At the command prompt, type the following command, and then press ENTER:
stsadm -o provisionservice -action stop -servicetype ServiceTypeName -servicename ServiceName
Note In this command, ServiceTypeName is the name of the servicetype that is contained in the serv.txt file. Additionally, ServiceName is the servicename that is contained in the serv.txt file.
5.At the command line, type the following to reset Internet Information Services (IIS), and then press ENTER:
iisreset

Step 2: Start the Document Conversions Launcher Service

1.Click Start, click Run, type cmd, and then click OK.
2.At the command prompt, type the following command:
cd \Program Files\Common Files\microsoft shared\web server extensions\12\bin
3.At the command prompt, type the following command, and then press ENTER:
stsadm -o provisionservice -action start -servicetype ServiceTypeName -servicename ServiceName
Note In this command, ServiceTypeName is the name of the servicetype that is contained in the serv.txt file. Additionally, ServiceName is the servicename that is contained in the serv.txt file.
4.At the command line, type the following to reset Internet Information Services (IIS), and then press ENTER:
iisreset

0 comments: