博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
BizTalk 2010 单机安装
阅读量:5105 次
发布时间:2019-06-13

本文共 4256 字,大约阅读时间需要 14 分钟。

 

 

环境:

hyper-V虚拟机 :4核    8G RAM   200G HDD

Windows 2008 R2

SQL 2008 R2

Sharepoint foundation 2010

 

1.更新系统

略。

 

2.安装IIS

安装略。

 

2.1配置IIS

BAM Portal 只能运行在 32位模式下。

If you are installing IIS on a 64-bit machine then you must ensure that ASP.NET 2.0 is enabled on 32-bit mode. 更改ASP.NET成32位模式:

1.Administrative Tools--》Internet Information Services (IIS) Manager.

2.In the Connections pane, expand the server name, and then click Application Pools.
3.In the Actions pane, click Set Application Pool Defaults…

 

4.On the Application Pool Defaults dialog box, in Enable 32-bit applications, select True.

To enable it from the command prompt:

1.Click Start, right-click Command Prompt, and then click Run as administrator.

2.At the command prompt, type cd %windir%\system32\inetsrv, and then press Enter.
3.Type appcmd set config -section:system.applicationHost/applicationPools /applicationPoolDefaults.enable32BitAppOnWin64:”True” /commit:apphost, and then press Enter.

 

3.安装Microsoft Office Excel 2007 或者2010

只要安装excel即可。安装略

 

4.安装Visual Studio 2010

如果是生产环境,这一步不是必须的。

注意:千万别装Microsoft Sql Server 2008 Express Service 这个组件,否则会导致接下来的biztalk安装异常.

 

5.Install SQL Server 2008 R2

设置关于防火墙相关端口:

 

安装组件如下:

  1. Database Engine Services
    1. SQL Server Replication
    2. Full-Text Search
  2. Analysis Services
  3. Reporting Services
  4. Shared Features
    1. Business Intelligence Development Studio
    2. Client Tools Connectivity
    3. Integration Services
    4. Management Tools – Basic
      1. Management Tools – Complete
  1. On the Instance Configuration screen, select Default instance, and then click Next.
  2. Review the information on the Disk Space Requirements screen, and then click Next.
  3. On the Server Configuration screen, click Use the same account for all SQL Server instances, enter a local account or domain account and password, and then click Next.
  4. On the Database Engine Configuration screen, select Windows authentication mode, click Add Current User, and then click Next.
  5. On the Analysis Services Configuration screen, click Add Current User, and then click Next.
  6. On the Reporting Services Configuration screen, select Install the native mode default configuration, and then click Next.
  7. On the Error and Usage Reporting screen, leave the default values, and then click Next.
  8. On the Installation Rules screen, review the information and resolve any issues, and then click Next.
  9. On the Ready to Install screen, review the information, and then click Install.
  10. On the Installation Progress screen, after setup has finished, click Next.
  11. On the Complete screen, click Close.

此时最好更新一下,但不是必需的!

 

6.安装SQL Server 2005 Notification Services on top of SQL Server 2008 R2

这里需要安装三个组件,下载地址请狂戳:

  • Microsoft SQL Server Native Client
    • X86 Package (sqlncli.msi)
    • X64 Package (sqlncli_x64.msi)
  • Microsoft SQL Server 2005 Management Objects Collection
    • X86 Package (SQLServer2005_XMO.msi)
    • X64 Package (SQLServer2005_XMO_x64.msi)
  • Microsoft SQL Server 2005 Notification Services Client Components
    • X86 Package (SQLServer2005_NS.msi)
    • X64 Package (SQLServer2005_NS_x64.msi)

选择对应的版本即可。很明显我的是X64的。

下载把它们全部安装好。

这里有个极其坑爹的事情,如果你想在接下来的环境中配置 BAM,我觉得你最好在这里先确认一下,在assembly目录下,有没有Microsoft.SqlServer.SMO 版本号:9.0.242.0 ,光有10.0.0.0的是没有用的,你的之后配置BAM时是不会成功的。这里建议里找一个SQL 2005的安装光盘,装一下SQL Server 2005 Nitification Services Client组件,然后再装一下SP2.

 

 

 

7.安装Windows SharePoint Services 3.0 with SP2或者Sharepoint foundation 2010

我推荐你装WSS3.0,如果你跟我一样装2010可能 会发生一些异常配置不下去。

当然,我还是安装Sharepoint foundation 2010,安装Sharepoint foundation 2010时会验证当前环境的预装组件是不是都已经安装完成,这里提供一下Sharepoint foundation 2010预装组件的下载地址:

其实也是一个powershell 脚本中取出来的。

安装这个东西也就略了,安装好,配置,我是以场方式配置的,然后创建一个默认网站,但是在2010下我还没有找到好的方式对默认网站进行扩展,据说这一步是必需的,如果你选WSS3.0就没问题。

 

另外装Sharepoint foundation 2010的一个问题是 检测预安装文件时发现“Microsoft SQL Server 2008 Analysis Services ADOMD.NET”这个组件没有。解决方式就是下载,重新装一下,重启,再装。

 

Sharepoint Foundation 2010的安装可以参照这个文章:

 

8.禁用 SQL Server的Shared Memory 协议

  1. 打开SQL Server配置管理器.
  2. 在管理器中, 展开SQL Server 网络配置, 选择MSSQLSERVER 协议
  3. 右键点 Shared Memory, 然后选择 ”禁用“.
  4. 然后重新启动 SQL Server (MSSQLSERVER) .
  5. 完成。

 

9.来吧,安装 配置 BizTalk2010

 

首先去把Biztalk2010需要的可再发行组件包下下来(redistributable prerequisites):

安装就略了,反正安装时那些组件,全选就行了。

 

9.1配置Biztalk

 

企业SSO配置:

企业SSO密钥备份:

组配置:

BizTalk运行时:

业务规则引擎配置:

BAM工具配置:

BAM警报配置:

BAM门户配置:

Biztalk EDI/AS2运行时配置:

 

这次人品好,配置全部成功了。

EDI/AS2无所谓,我不用那东西,限制太多。

 

 

 

Sharepoint适配器配置 :

略。

10.验证

 

转载于:https://www.cnblogs.com/redroot/archive/2012/08/23/2652098.html

你可能感兴趣的文章
python常用函数
查看>>
python 描点画圆
查看>>
FastDFS使用
查看>>
服务器解析请求的基本原理
查看>>
VUE源码解析心得
查看>>
[HDU3683 Gomoku]
查看>>
【工具相关】iOS-Reveal的使用
查看>>
数据库3
查看>>
存储分类
查看>>
下一代操作系统与软件
查看>>
【iOS越狱开发】如何将应用打包成.ipa文件
查看>>
[NOIP2013提高组] CODEVS 3287 火车运输(MST+LCA)
查看>>
Yii2 Lesson - 03 Forms in Yii
查看>>
Python IO模型
查看>>
Ugly Windows
查看>>
DataGridView的行的字体颜色变化
查看>>
Java再学习——关于ConcurrentHashMap
查看>>
如何处理Win10电脑黑屏后出现代码0xc0000225的错误?
查看>>
局域网内手机访问电脑网站注意几点
查看>>
c++ STL
查看>>