zoukankan      html  css  js  c++  java
  • SRM Catalog的一些重要table及report

    Table:

    /CCM/D_CTLG_REQ:    Catalog Header Table for Locks

    /CCM/D_UPD_STATE:   Status of Update

    /CCM/D_VIEW_OB_R:   Table for Catalog View - Catalog View Item Relationships

    /CCM/D_PUB_ST:          Status Table for Catalog Publishing

    /CCM/D_ITM (catalog guid from table /ccm/d_ctlg_req): Table for Catalog Item Header Data

    Report:

    /CCM/CLEANUP_MAPPING

    Remove the deactived version entry and unlocked catalog, check for any mapping inconsistencies

    /CCM/CLEANUP_CATALOG 

    Unlock incative versions before running/CCM/CLEANUP_MAPPING

    [Note]:

     To cleanup the Publication status (/CCM/D_PUB_ST) , implement note 1092047 which will give a report to clear the status or enter the table and modify the record changing the status 'R'to 'E' and saving.

    How to create a new procurement catalog:

    1. Verify the data in the /CCM/MASTER_CATALOG is correct and contains all expected contract data.

    2. Create a new procurement catalog for the purposes of maintaining  system usage.

    3. Assign the same schema to this procurement catalog as is contained  in the /CCM/MASTER_CATALOG

    4. Map content from the Master -> New Procurement catalog and when  complete verify that all data mapped correctly/completely.

    5. Initiate a new contract upload using your custom interface and verify the data flow between CAT_ECC_CONTRATOS -> /CCM/MASTER_CATALOG   -> {New Proc Cat}. Ensure the data is updated across all catalogs.

    6. Create any views or rules which are required (if they are not, best   to go without, they slow down publication also.)

    7. Once the data is verified, publish the catalog in Full, no update publish is possible here as it is the first publication.

    8. Once up and running, change the relevant SRM Catalog call structures to point to the new catalog ID.

  • 相关阅读:
    字符串作为map的key
    类成员函数模板特化
    函数模板特化
    linux 下第一个Libevent代码学习
    linux下libevent安装
    随笔
    SELECT INTO 和 INSERT INTO SELECT 两种表复制语句
    字符串处理总结之一(C#String类)
    XPath语法 在C#中使用XPath示例
    C#代码实现邮箱验证C#中及一些常用的正则表达式
  • 原文地址:https://www.cnblogs.com/lazymango/p/1833896.html
Copyright © 2011-2022 走看看