《统一产品入库操作手册.doc》由会员分享,可在线阅读,更多相关《统一产品入库操作手册.doc(2页珍藏版)》请在三一办公上搜索。
1、统一产品入库操作手册正式库产品导入:1:找要入库的产品执行/array_niam02/inter/src/wk_shell/nation_chang.sh2:在113主机/array_niam02/inter/exe/import/nation_product/work下找到用户要求入库的产品 3:执行程序前先关注select max(y.sync_relation_no) from TD_B_PRODUCTcrm2bill y 的sync_relation_no4: 执行nation_product start5:查看select *from TD_B_PRODUCT 里面新增的sync_r
2、elation_no6:查看select * from pm_nationally_prod_rela_t 表的数据通过下面脚本: select * from pm_nationally_prod_rela_t t where t.f_nationally_prod_id in ( select productcode from TD_B_PRODUCTcrm2bill where sync_relation_no in (新增的sync_relation_no) 7: select * from pm_sp_info_t 在这张表中添加F_CHARGE_ID通过下面的脚本找到资费信息,营业库
3、执行select b.f_nationally_prod_id, b.f_prod_id, a.productname , a.productexplain, substr(g.service_id,1,2) from TD_B_PRODUCTcrm2bill a ,pm_nationally_prod_rela_t b ,pm_sp_info_t c ,TD_B_productCategorycrm2bill d ,TD_B_productSeriescrm2bill e ,td_b_spServiceInfocrm2bill f , party_product gwhere a.produ
4、ctcode=b.f_nationally_prod_id and b.f_prod_id=c.f_prod_idand a.productcode=d.productcode(+)and a.productcode=e.productcode (+)and a.productcode=f.productcodeand g.product_id=f.spProductId;6:执行pm_oper_sp_info_p过程,和VAC进行同步资费7:修改下面产品表中产品生命状态select * from pm_product_t t where t.f_prod_id in ( select f_p
5、rod_id from pm_nationally_prod_rela_t t where t.f_nationally_prod_id in ( select productcode from TD_B_PRODUCTcrm2bill where sync_relation_no in (新增的sync_relation_no) )8:如果没有产品的话 1) 查看程序日志2)select * from BI_PRODUCT_IMP_TEMP_T where sn = 0 用这个查一下,大多数错误,我记录到这个表里3)没有问题的话,把bak目录下的执行完的备份文件放到work目录下,在执行一遍
6、程序测试库进行测试:1:把有问题的总部下发文件放到/array_niam02/inter/src/import/nation_product/src/work 目录下2:执行程序 nation_product start3:查看select * from pm_nationally_prod_rela_t 表的数据4:如果没有产品的话 1) 查看程序日志2)select * from BI_PRODUCT_IMP_TEMP_T where sn = 0 用这个查一下,大多数错误,我记录到这个表里3)没有问题的话,把bak目录下的执行完的备份文件放到work目录下,在执行一遍程序4)在TD_B_PRODUCT表找到入参,调试程序pm_new_batch_create_prod_p