PLM之家精品课程培训

PLM之家精品课程培训

联系电话:18301858168   |   QQ咨询:939801026
NX二次开发培训

NX二次开发培训

UFUN/NXOpen C++和实战案例

适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术。
公众号二维码

关注公众号

点击扫描二维码免费在线高清教程

课程详情
Catia二次开发培训

Catia二次开发培训

市场需求大,掌握核心技术前景广阔

Catia二次开发的市场需求大,人才稀缺。掌握开发技能潜力巨大,随着经验积累将在汽车、航空等领域有所作为。
B站二维码

在线原创B站视频

点击关注工业软件传道士主页

课程详情
Teamcenter培训

Teamcenter培训

全方位培训,从基础应用到高级开发全覆盖

涵盖用户应用基础培训、管理员基础培训、管理员高级培训及二次开发培训等全方位内容,由多年经验讲师打造。
QQ群二维码

加入同行交流

点击扫描二维码加入QQ群

课程详情
×

PLM之家plmhome公众号

课程涵盖: PLM之家所有原创视频

×

关注B站视频

所有高清视频一览无余,全部在线播放学习

×

加入PLM之家QQ群

同行交流,疑问解答,更多互助

PLM之家PLMHome-国产软件践行者

[资料] Teamcenter BMIDE热部署原理和步骤

[复制链接]

2013-11-25 18:19:57 7692 0

mildcat 发表于 2013-11-25 18:19:57 |阅读模式

mildcat 楼主

2013-11-25 18:19:57

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x

- E; X2 T" A7 }$ X% O

4 [* I/ c2 p7 c' P+ Z. e% u% ]" b4 a

Teamcenter BMIDE热部署原理和步骤

Teamcenter BMIDE热部署原理和步骤

& j6 c, x- G  X* z7 n2 Z/ RLet‘s understand these steps in detail. - Q: K1 d  g+ C! M  l' |* _3 y8 P% h3 o2 D
1)   Package & Upload template files to FMS volume
/ P* o3 c  u  n4 y3 C/ V1 `) ta.   In this step the BMIDE client will generate the new version of the template package and upload this & S' L, i1 M9 o& U2 Z8 M
package to FMS volume using a SOA.
, Q$ i1 ?/ U9 n4 r( R2)   Download files to TC_DATA/model from dataset (Applicable from Teamcenter 8.3 onwards) 7 y$ h/ G1 P! q7 T
a.   In this step, we download files from the dataset instead of relying on files residing in TC_DATA/model 2 h5 N8 N4 d& Q( ?9 R3 S- }
folder. For details see section titled ―Storage of TC_DATA/model files in dataset‖ 6 K2 l+ n: e/ l4 W- B
3)   Download template package from FMS volume
- m& V; c; Z# _& F7 ba.   In this step, we download the latest version of the template that the BMIDE client uploaded to FMS 8 v: b, `0 M3 y" c2 V& I
volume.
* c5 E3 k9 e' s$ [  Y1 x0 U* K1 U2 p4)   Generate delta.xml " e! w# w. C4 [9 \& [
a.   In this step, the delta.xml is generated using the files in TC_DATA/model  + T6 C3 V. d4 e, ?' u# W
i.   Copy model.xml to model_backup.xml
4 _$ C8 w  z. M, [" t8 E( Kii.   Copy model_lang.xml to model_backup_lang.xml % O2 v5 G$ [- P  e5 u
iii.   Consolidate template listed in master.xml to model.xml and model_lang.xml 5 r# T6 x' l& j6 A  [$ [
iv.   Load model_backup.xml and model_backup_lang.xml as old model 2 g6 Q' V! j2 U) e
v.   Load model.xml and model_lang.xml as new model
" Q" M  w  y7 {$ N, C- ovi.   Compare and generate delta.xml  ) Z+ f2 i$ V. q4 ]3 C" u4 G6 J
4 V' F# Q: A' j- x) G1 e
- X* a4 q7 C% |% ]' X  i
b.   Teamcenter 8.3 onwards, if any errors occur during this step, we restore all files in TC_DATA/model
* I; [0 G6 A6 y, Q( H4 Z  Vfrom datasets ( except for model.xml and model_backup.xml) " z3 ^4 X  {; S9 u
5)   Update the database with delta.xml using business_model_updater 7 |4 i+ E2 X$ t! {* }* o3 r8 l
a.   This is the step where the database is updated with the new data model. The utility 4 w% ]* M( t% u! @7 ]8 p# k
business_model_updater updates the database with the contents delta.xml.
* w9 R6 H& L( Z3 Nb.   If the update of the database fails, the contents of database will be extracted into model.xml and $ E( W' h% m7 r" a$ @9 h. B# v
model_lang.xml 1 f$ s* E5 `$ Z7 b3 d% h
6)   Generate CLIPS rules, PLMXML schema file using the extracted file $ Q3 t' M6 e* e2 Z. o
a.   The CLIPS rule file is re-generated if any Condition definitions were updated / X* ~  Y" G0 n% A* o$ ^
b.   The PLMXML XSD is also re-generated
. j* [$ p8 w: @: b) s' y0 A/ ^% L7)   Upload files from TC_DATA/model to datasets (Applicable from Teamcenter 8.3 onwards)
9 n/ ]5 I' E, m  Ga.   Finally the contents of TC_DATA/model folder are uploaded back to datasets to ensure it is in sync 8 [) t6 L0 N- ^% P, X
with the database 4 N5 u0 U3 K6 Q6 v4 r6 J/ V: Y
8)   Upload log files back to FMS volume 6 ^' ^1 Q: _) Q2 r# ]9 U2 w
a.   All deploy log files are uploaded to the FMS volume
. z, `7 z, C" X9)   Download log files from FMS volume       # Y3 K' V$ w# \; ?: T( Q6 W! j
a.   BMIDE client downloads log files to the client after deployment completes.
6 m1 A$ d" [8 q; v' k1 k0 j+ F5 v" b- X4 W  F/ _
该会员没有填写今日想说内容.
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了