This is a collection of questions and answers about Microsoft® Content Management Server (MCMS) gathered from the MCMS newsgroup. This content is provided "AS IS" with no warranties, and confers no rights. If you have feedback about one of these topics or would like to add information, please post your comments to the MCMS newsgroup. Thank you, Stefan Goßner Escalation Engineer Steve Cawood Program Manager
When using Authoring Connector I received "400 bad request" and "502 Error response received from gateway" errors. How can I correct this?
This is most likely the problem discussed in the following KB article:
810957 - You receive more than one "400 bad request" response to one HTTP request in IIS
Background information for the UploadReadAheadSize metabase property discussed in the article can be found here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/8b7978ef-2034-4301-a432-29bc90508e8c.asp
I have Authoring Connector installed on a client machine with the MCMS server it points to just upgraded to .NET Framework 1.1 and MCMS SP1. Now when I go to create a page with MCMS Authoring Connector on my client machine I get a 500 server error.
The .NET Framework ships with a new feature to identify potentially harmful content in post requests. MCMS expects such content so this feature needs to be disabled.
These changes require that you modify the web.config file for your MCMS applications (e.g. '\Program Files\Microsoft Content Management Server\Server\MCMS\web.config' and '\Program Files\Microsoft Content Management Server\Sample Data\WoodgroveNet\web.config').
Add/modify this line:<pages smartNavigation="false" validateRequest="false" />
The "Send To MCMS" menu item in Microsoft® Word is missing or grayed out
Here are some things to consider:
An empty task list is displayed in the Authoring Connector wizard.
Is it possible to change the server that Microsoft® Word docs are pointing to? I would like to do this without having to open each document and change the server using the Authoring Connector? I created a lot of word docs to use with the Authoring Connector. When I move them to production, even if I set the default server in Authoring Connector to be the new production server the Word doc is still trying to replace the page on the staging server.
Authoring Connector stores the MCMS published server URL in a custom document property ('CmsServerUrl'). You could write a VB script to point this custom property to the new MCMS server. This would eliminate the need to manually launch Word, invoke Authoring Connector and publish the doc to the new MCMS server.
But please keep in mind that this is unsupported. In a future release, this custom property could change.
I'm using Authoring Connector to publish some Microsoft® Word documents but the document looks completly different. How can I resolve this?
Authoring Connector uses the "Save as Html (Filtered)" function of Word. The final appearance is determined by this function.
Please perform the following test:
The result you receive here is the optimum you can achieve using Authoring Connector.
If this result still looks better than the results in Authoring Connector, then most likely the style sheet applied to the template does not fit the content sent by Authoring Connector.
To improve the results, you need to apply the style sheet used by Word when generating the html page.
Please open the html page generated before in notepad and copy the <style>...</style> section to a text file with the extension .css and add it to your template project.
Then add this style sheet to the template you are using to publish this document. Now the look and feel in the posting should be as good as the result you got when saving the document using the "Save as Html (filtered)" option.
I get an error saying "requested resource not found" when trying to proceed from the Authoring Connector 'Welcome' screen to the next dialog.
I have added a new publishing task to the XML file, but it does not show up in the Authoring Connector Wizard. What could be wrong?
Updating an existing page (that was previously published) fails when I use the Authoring Connector. What could be wrong?
500 server error in Authoring Connector. When I enter the URL in Internet Explorer I get a more detailed error message:
This is an ASP.NET issue. The solution for the issue is discussed in the Microsoft Knowledge Base article 316721
This is because Authoring Connector has been disabled. To enable it do the following:
This White Paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.
Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation.
Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property.
© 2004 Microsoft Corporation. All rights reserved.
Microsoft, ActiveX, Visual Studio, Windows, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
The names of actual companies and products mentioned herein may be the trademarks of their respective owners.