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

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

博客园 - 学途

重复安装Lync导致发布拓扑失败 Lync激活用户遇到ConstraintViolationNoLeadingOrTrailingWhitespace错误 JS认证Exchange ExcelService数据来自SharepointList 配置MOSS爬网时错误:访问被拒绝。请验证默认内容访问账户是否有权限 PDA开发个人总结 feature激活时提示“未将对象引用到实例化” 【转】提高InfoPath表单填写速度的小技巧 sharepoint2010安装问题记录 转-SharePoint相关笔记 纠结的TreeView动态加载节点 - 学途 - 博客园 SharePoint安全性验证无效 Treeview.nodes.remove不起作用问题 moss里用Response生成Excel以后页面按钮失效问题 增加内容查询部件的显示字段 备份还原站点笔记 sharepoint中flash展示图片库 AJAX12030和500问题 自定制SharePoint WebServices取附件
Microsoft CRM 安装问题汇总
学途 · 2009-12-24 · via 博客园 - 学途

记录安装过程遇到的问题:

1. Windows 2003必须是SP2版本,和R2版本是有区别的。

2.framework 3.0和3.5其实都是可以的。如果出现如下错误:

The type initializer for 'Microsoft.Crm.LocatorService' threw an exception

The type initializer for 'Microsoft.CRM.ServerLocatorService' threw an exception.  

Input string was not in a correct format

网上有说是要用3.0,其实可以尝试在命令提示行中执行C:\windows\system32下的lodctr /r。

3.SqlServer2005必须是SP2版本,而且需要安装ReportingService,同一台服务器上包含ReportingService的实例都必须升级,否则配置工具报错:8000000A。

4.可以不使用SqlServer默认实例的。(培训的时候老师说必须@@)

5.在Reporting Services配置器中,“报表服务器虚拟目录”、“报表管理器虚拟目录”可以重新建,因为选择不是默认实例的时候,虚拟目录路径很怪异,“WEB 服务标示”都选“Classic .NET AppPool”,然后访问reportserver的网站,对提示没有权限的文件添加Everyone的读取和执行权限。(据说添加NetService账号就可以)

6.安装完成后打开网站出错,如下错误:Caller does not have enough privilege to set CallerOriginToken to the specified value. 而无法访问CRM4.0
解决方法:安装CRM4.0的域用户添加到“PrivUserGroup"组下,然后重启计算机这样就可以访问了 

以上出错信息记录不全,有空再补充完整。