惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
J
Java Code Geeks
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
雷峰网
雷峰网
D
DataBreaches.Net
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta

博客园 - Batistuta Cai

分享一本微软CRM2011标准功能介绍书籍 微软CRM 2011 新功能之四:审核 微软CRM 2011 新功能之三:可新增客户化活动类型实体 微软CRM4.0Plugin抛出异常信息实现换行功能 微软CRM 2011 Beta 新功能之二:不同组织不同基本语言 微软CRM 2011 Beta 新功能之一:全局选项集 微软CRM 2011 Beta Show 微软CRM 2011 Beta 发布了 微软CRM记录列表每页显示超过250个记录解决办法 微软CRM4.0表单Tab数量限制解决方法 微软CRM4.0自定义实体使用“查找地址”功能从客户自动带出地址信息 在Microsoft SQL Server 2008环境下安装mscrm4.0报“The specified path is not a metabase path”错误解决方法 - Batistuta Cai 开始Silverlight之旅--建立Silverlight开发环境 微软CRM 中文技术支持部博客 Reporting Service 在文本框中换行的问题 报价单转订单时把报价单产品客户化属性映射到订单产品客户化属性 MSCRM4.0商机移除价目表引起的问题 - Batistuta Cai - 博客园 MSCRM4.0删除Money类型属性可能引起的问题 - Batistuta Cai - 博客园 MSCRM调用外部JS文件 - Batistuta Cai - 博客园
微软CRM打上rollup3补丁后导致工作流无法发布问题解决方法
Batistuta Cai · 2009-11-15 · via 博客园 - Batistuta Cai

打上补丁后导致工作流无法发布,开启Trace后错误信息如下:
Crm Exception: Message: The ticket specified for authentication is expired, ErrorCode: -2147180287。

解决方法:
1. Go to IIS in CRM --> Right CRM website --> Properties --> Home Directory --> Copy the link in the Local Path --> Open the link copied just now --> Find the config.web file in this folder--> Open this file in notepad or Visual Studio

2. Please find the below entry in your web.configure file. If you could not find it. please add a new "authorizedType" entry as below to the "System.Workflow.ComponentModel.WorkflowComplier" in the "authorizedTypes" section in your web.configure.

<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Globalization" TypeName="CultureInfo" Authorized="True"/>

3. Save the file and reset iis on your crm server.

4. Test if you can publish your workflow now.

5. If not, I suggested you to reinstall your rollup3 to see if this issue can be resolved.

posted on 2009-11-15 21:51  Batistuta Cai  阅读(1285)  评论()    收藏  举报