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

推荐订阅源

小众软件
小众软件
N
News and Events Feed by Topic
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
H
Heimdal Security Blog
Schneier on Security
Schneier on Security
Engineering at Meta
Engineering at Meta
Google Online Security Blog
Google Online Security Blog
宝玉的分享
宝玉的分享
AI
AI
The GitHub Blog
The GitHub Blog
MongoDB | Blog
MongoDB | Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
The Last Watchdog
The Last Watchdog
T
Troy Hunt's Blog
S
Security @ Cisco Blogs
H
Hacker News: Front Page
F
Fortinet All Blogs
博客园_首页
S
Secure Thoughts
N
News and Events Feed by Topic
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Spread Privacy
Spread Privacy
Hacker News - Newest:
Hacker News - Newest: "LLM"
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Hugging Face - Blog
Hugging Face - Blog
Hacker News: Ask HN
Hacker News: Ask HN
C
CXSECURITY Database RSS Feed - CXSecurity.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Stack Overflow Blog
Stack Overflow Blog
L
LINUX DO - 最新话题
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
Know Your Adversary
Know Your Adversary
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Scott Helme
Scott Helme
P
Privacy & Cybersecurity Law Blog
S
Securelist
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
O
OpenAI News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
PCI Perspectives
PCI Perspectives
L
LangChain Blog
雷峰网
雷峰网
Security Archives - TechRepublic
Security Archives - TechRepublic
V2EX - 技术
V2EX - 技术

博客园 - 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自定义实体使用“查找地址”功能从客户自动带出地址信息 开始Silverlight之旅--建立Silverlight开发环境 微软CRM打上rollup3补丁后导致工作流无法发布问题解决方法 微软CRM 中文技术支持部博客 Reporting Service 在文本框中换行的问题 报价单转订单时把报价单产品客户化属性映射到订单产品客户化属性 MSCRM4.0商机移除价目表引起的问题 - Batistuta Cai - 博客园 MSCRM4.0删除Money类型属性可能引起的问题 - Batistuta Cai - 博客园 MSCRM调用外部JS文件 - Batistuta Cai - 博客园
在Microsoft SQL Server 2008环境下安装mscrm4.0报“The specified path is not a metabase path”错误解决方法 - Batistuta Cai
Batistuta Ca · 2010-04-07 · via 博客园 - Batistuta Cai

When you install Microsoft Dynamics CRM 4.0 together with Microsoft SQL Server 2008 and SQL Server 2008 Reporting Services all on the same server, you may receive the following error message:

"The specified path is not a metabase path." Platform Error: System.Exception: Action Microsoft.Crm.Setup.Server.RSConfigAction failed. ---> System.ArgumentException: The specified path is not a metabase path.

This issue occurs when the path of Reporting Services does not exist on the server.

To work around this issue, create a Web site that runs on the same port and the same URL that the Reporting Services server is using. In SQL Server 2008 Reporting Services, IIS is not used for accessing reports. However, if Microsoft Dynamics CRM 4.0 is installed on the same server, Microsoft Dynamics CRM 4.0 must find a Web site that has the same URL to bypass the error. To verify the URL of Reporting Services, follow these steps:

  1. Click Start, click All Programs, click Microsoft SQL Server 2008, click Configuration Tools, and then click Reporting Services Configuration Manager.
  2. Click connect to connect to your report server instance.
  3. Click the Web service URL, and see what the report server Web service URL is. For example, the URL may be http://SQLServername:8181/ReportServer.

In Windows Server 2008, follow these steps:

  1. Click Start, click Run, and then type inetmgr.
  2. Expand the server name, right-click Sites, and then click Add Website.
  3. Enter a name for the site, and then select a physical path.
  4. Enter the port number of the report server Web service. For example, enter 8181.
  5. Click OK.

In Windows Server 2003, follow these steps:

  1. Click Start, click Run, and then type inetmgr.
  2. Expand the server name, right-click Web Sites, click New, and then click Web Site.
  3. Enter a description for the site, and then click Next.
  4. Enter the port number of the report server Web service. For example, enter 8181, and then click Next.
  5. Enter a path for the Web site, and then click Next.
  6. On the Permissions page, click Next.
  7. Click Finish.

posted on 2010-04-07 16:16  Batistuta Cai  阅读(1507)  评论()    收藏  举报