admin 发表于 2019-12-4 13:57:58

Teamcenter 12.2 两层客户端安装图文教程MS SQL数据库

Teamcenter 12.2 两层客户端安装图文教程MS SQL数据库
需要下载和安装的软件版本要求如下,具体的可以参考西门子的要求。

图文教程,

(1) 下载后的安装包文件如下:


这里主要是TC的安装包,Java去下载最新的,1.8.20以后的都可以支持,另外就是license server下载最新的

(2)Java安装,数据库安装
Java安装很简单,这里不啰嗦,数据库这里使用的是mssql 2016,安装过程官方的具体说明如下:
已经非常详细了,这里截图关键步骤,主要是数据库的名称不要和原始的重复,修改下,混合模式,添加本地管理员















[*]Log on to an account with system administrator privileges.
[*]Launch the Microsoft SQL Server Installation Center application (setup.exe).
[*]In the SQL Server Installation Center dialog box, click Installation in the navigation pane on the left side.
[*]Click New SQL Server stand-alone installation or add features to an existing installation.The SQL Server Installation Center launches the SQL Server Setup wizard.
[*]Proceed through the pre-installation tests and other initial setup panes to the Install Setup Files pane. Click Install to install SQL Server setup support files.After setup support files are installed, the wizard displays the Install Rules pane. Click Next.
[*]In the Feature Selection pane, select Instance Features→Database Engine Services and any other features you want to include.Click Next.
[*]In the Instance Configuration pane, select an instance type. Teamcenter supports both Default Instance and Named Instance.NOTE
NoteA default instance in a Microsoft SQL Server installation uses the name MSSQLSERVER. Teamcenter's persistent object manager (POM) utilities cannot connect to an instance with this name. If you use a default instance, make sure you connect to the instance using a port connection rather than the name.If you use a named instance, make sure the instance has a unique name other than MSSQLSERVER.

[*]Enter remaining instance configuration values, and then click Next,
[*]Proceed to the Server Configuration pane.

[*]Click the Service Accounts tab.
[*]Enter account information for starting SQL Server services.
NoteThe SQL Server Setup wizard validates user accounts for SQL Server services. Make sure the accounts you enter exist on the host.

[*]Click the Collation tab.
[*]On the Collation tab, click Customize.The wizard displays a customization dialog box for database engine collation.
[*]Select Windows Collation designator and sort order.
[*]In the Collation designator box, select Latin1_General and then select Binary.
[*]Click OK.
[*]In the Server Configuration pane, click Next.
[*]Proceed to the Database Engine Configuration pane.

[*]Click the Server Configuration tab.
[*]Under Authentication Mode, select Mixed Mode and define a password for the SQL Server sa logon account.
[*]Specify at least one SQL Server administrator account.
[*]Click Next.
[*]Proceed to the Ready to Install pane and click Install to install.
Teamcenter requires TCP/IP protocol to be enabled, but this protocol is disabled by default when you install Microsoft SQL Server. Before you install Teamcenter, make sure you enable TCP/IP protocol.For more information about enabling TCP/IP protocol in Microsoft SQL Server, see the Microsoft online help resources on the Internet.


(3)License 安装
配置好license,一步步安装完成即可,license会自动启动,注意计算机名不要有特殊的符号



(4)数据库模版修改和创建

这里还是仿照官方的说明,非常详细,修改相关配置信息,创建数据库实例。

这里自己下载个MSSM,然后执行下修改后的sql






[*]Make sure you have access to the Teamcenter software kit.
[*]Launch Microsoft SQL Server Management Studio:Start→Programs→Microsoft SQL Server→SQL Server Management Studio
Alternatively, search the start menu for SQL Server Management Studio.
[*]In the SQL Connect to Server dialog box, log on using the system administrator (sa) logon name and password.
[*]Choose File→Open→File or press Control+O.
[*]Browse to the tc\db_scripts\mssql directory in the Teamcenter 12 software kit.
[*]Select the create_database.sql.template file and click Open.If SQL Server Management Studio prompts you to log on, enter the system administrator (sa) logon name and password.
[*]Edit the database template (create_database.sql.template) to replace the necessary values.The following table describes the database parameters to replace in the template. Within the template file, there are also comments on values that must be replaced.
ParameterExample valueDescription
@DB_NAME@TCName of the database to create.
@DATA_PATH@D:\MSSQL_DATAPath to the directory in which to place the data file.
@USER_NAME@infodbaDatabase logon name for the Teamcenter database.
@PASSWORD@infodbaPassword for the database logon name.
@COLLATION@Latin1_General_BINCollation sequence you want the Teamcenter database to use. Choose the appropriate collation for your locale. The collation value must end with _BIN.NOTE.Collation defines the alphabet or language whose rules are applied when data is sorted or compared. The collation value determines the character set used by the database server.
@LANGUAGE@us_englishDatabase language.

[*]Save the newly modified file as filename.sql, removing the _template extension.
[*]Open the new file in Microsoft SQL Server Management Studio.
[*]In the SQL Editor toolbar, click Execute (or choose Query→Execute to begin creating the database.
[*]When creation of the MS SQL database instance is complete, verify the newly created database. In the Object Explorer pane, under the MS SQL Server host name, expand the Databases tree. Verify the new database name is included in the list of databases.


(5)Teamcenter 两层安装
到了软件安装过程了,确保连个压缩包都解压,集中放在第一个里面。
注意jre64_home的环境变量设置正确,我个人通常就是启动cmd命令,直接set下即可,确保tem.bat 界面启动,简单起见,我们这里将 corporate server,volume server,相关服务装在这一台机器上,一次性安装完毕两层。








(5) NX软件安装
安装NX软件,只需要安装NX即可。

(6)NX集成安装
安装后,需要安装和TC的集成模版,启动TC命令行,访问NX安装目录下的UGII/templates/sample/安装 模版



需要再次启动安装好的TC tem环境,勾选NX集成相关的选项,安装完成即可

(7)测试,验证,启动ok ,NX 保存ok




其他相关安装可以参考之前的版本,基本上变化不大



zjb9151 发表于 2019-12-4 15:55:13

:handshake:handshake:handshake:handshake:handshake:handshake:handshake:handshake:handshake

zjb9151 发表于 2019-12-5 16:18:49

666666666666666666666666666666666666666666666666
页: [1]
查看完整版本: Teamcenter 12.2 两层客户端安装图文教程MS SQL数据库