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

推荐订阅源

腾讯CDC
Schneier on Security
Schneier on Security
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
A
About on SuperTechFans
Recorded Future
Recorded Future
Recent Announcements
Recent Announcements
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
The GitHub Blog
The GitHub Blog
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
V2EX - 技术
V2EX - 技术
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
V
Visual Studio Blog
Martin Fowler
Martin Fowler
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Exploit Database - CXSecurity.com
F
Full Disclosure
Scott Helme
Scott Helme
H
Heimdal Security Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
Application and Cybersecurity Blog
Application and Cybersecurity Blog
V
Vulnerabilities – Threatpost
Blog — PlanetScale
Blog — PlanetScale
Security Latest
Security Latest
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Troy Hunt's Blog
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
Jina AI
Jina AI
S
Securelist
小众软件
小众软件
Simon Willison's Weblog
Simon Willison's Weblog
J
Java Code Geeks
AWS News Blog
AWS News Blog
N
News and Events Feed by Topic
博客园 - 三生石上(FineUI控件)
量子位

博客园 - 学途

重复安装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"组下,然后重启计算机这样就可以访问了 

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