从遗留系统配置业务对象及大型IT风险管理
立即解锁
发布时间: 2025-08-20 00:40:15 阅读量: 1 订阅数: 5 

### 从遗留系统配置业务对象及大型 IT 风险管理
在当今企业的业务运营和 IT 管理中,如何有效利用遗留系统来配置业务对象以及管理 IT 服务和系统获取过程中的风险,是两个至关重要的问题。下面将详细介绍相关内容。
#### 从遗留系统配置业务对象
在企业的信息化进程中,遗留系统往往包含着大量有价值的数据和功能。如何将这些遗留系统中的资源与现代业务对象相结合,是一个关键的挑战。下面将介绍一种名为 BALES 的方法,它能够帮助我们实现这一目标。
##### 反向工程阶段
在基于正向工程的 CDL 描述生成 Telos 框架并连接到 Meta - CDL 模型之后,我们进入 BALES 方法的第二阶段:反向工程阶段。此阶段包含以下几个步骤:
1. **反向工程模型构建**:构建反向工程模型,将如物料资源规划(MRP)、采购申请等反向工程的遗留流程以及如零件、工厂、仓库等包装对象在模型中表示出来。例如,物料资源规划流程用于确定维护地点的零件需求。
2. **遗留模型的 CDL 规范制定**:基于反向工程模型提供 CDL 规范。以遗留对象仓库为例,其接口用 CDL 描述如下:
```
// Definition of the legacy entity: Warehouse
[keys={orderID}] entity Warehouse
{
relationship ordered_for Many Part inverse ordered_by;
relationship has Many Plant inverse of;
attribute int plantID;
[required] attribute String warehouse_name, warehouse_address, warehouse_place;
state ordering{initial, planning, planned}
// Definition of the Material Requirements Planning business process
process Material_Requirements_Planning {
// the relations of the process object, with other components
relationship of References Part;
relationship for References Plant;
relationship in References Warehouse;
// the dynamic behavior
event register_expected;
event start_long_term_planning;
event start_stat_analysis;
// Methods to implement MRP
// forecast stock on basis of deterministic planning
void forecastDetModel (in partID, in stockID, warehouseID,
in consumptionPeriod, in consumptionHistory);
// forecast stock on basis of consumption based planning
void planProduct (in artID, in stockID, in warehouseID);
// state transition rule of MRP
apply StateTransitionRule ProgProcessing {
trigger = {register_exp_stock}
source = processing
target = handled
}; # end str
}; // end process Material_Requirements_Planning
};
// end Warehouse entity
```
从这个例子可以看出,遗留对象仓库封装了物料需求规划这一遗留流程,该流程可用于规划仓库中所有零件的需求,使用了遗留操作 `forecastDetModel`。这些定义将作为构建业务对象仓库接口的基础。
3. **CDL 规范与 Meta - CDL 遗留模型的链接**:将 CDL 定义包含到 ConceptBase 存储库后,将其实例化到 Meta - CDL 遗留模型中的相应遗留组件。例如,遗留对象仓库从 Meta - CDL 遗留建模构造 L Entity 实例化,物料
0
0
复制全文
相关推荐





