When publish data dictionary of a custom type(publish_dd,c,,custom_type,,T), I get below error message:
[DM_DATA_DICT_E_COULD_NOT_PUBLISH_DATA_DICTIONARY_INFORMATION]error: "The Data Dictionary was unable to publish information for tcustom_type, locale en, an error occured."
[DM_DATA_DICT_E_UNABLE_TO_PUBLISH_INFO]error: "An error occured while trying to publish data dictionary information for handle tcustom_type, locale en"
[DM_DATA_DICT_F_SYNCHRONIZE_WITH_TYPE_FAILED]fatal: "Failure synchronizing dm_aggr_domain '51xxxxxxxxxxxxxxx' with type custom_type."
[DM_DATA_DICT_E_SCOPE_CONFIG_CANT_FETCH]error: "Cannot fetch - Invalid object ID '6cxxxxxxxxxxxxxxx'."
[DM_DATA_DICT_E_SCOPE_CONFIG_CANT_FETCH]error: "Cannot fetch - Invalid object ID '6cxxxxxxxxxxxxxxx'."
[DM_OBJ_MGR_E_FETCH_FAIL]error: "attempt to fetch object with handle 6cxxxxxxxxxxxxxxx failed"
Then I found dm_scope_config which has id=6cxxxxxxxxxxxxxxx does not exist, however type custom_type
still hold it in its scope_config attribute of dmi_dd_type_info object. Then I tried to modify the dmi_dd_type_info object by api remove, save commands, but failed.
Finally, success to remove the not existing scope config value from the dmi_dd_type_info object by:
Get all scope_configs by:
#1. select r_object_id,scope_config from dmi_dd_type_info where type_name='custom_type';
and record the valid ones.
#2. alter type custom_type truncate scope_config; (clear all scope_configs)
#3. alter type custom_type append scope_config='6cxxxxxxxxxxxxxxx' publish;(add all valid scope_configs back)
分享到:
相关推荐
目录 |01.Paimon课程介绍 02.Paimon概述_简介 03.Paimon概述_核心特性 ...18.集成Flink_DQL_批量查询_时间旅行和增量查询 19.集成Flink_DQL_流式查询_时间旅行&注意细节 20.集成Flink_DQL_流式查询_ 等等
【标题】"udemy-DQL_paper_to_code:Udemy课程的练习" 是一个与学习和实践编程相关的项目,特别是针对Python语言。这个项目可能是基于Udemy上的一门课程,目的是帮助学员将理论知识转化为实际编码技能。"DQL"可能代表...
DQL_基本查询.sql
### MySQL DQL思维导图详解 #### 数据查询语言(DQL) 数据查询语言(Data Query Language,简称DQL)主要用于从数据库中检索数据。在SQL语言中,DQL是最常用的部分之一,它允许用户通过简单的命令来获取所需的...
Lotus Domino DQL 查询前提条件 Lotus Domino 是一款功能强大且灵活的企业级软件平台,提供了强大的数据存储和查询功能其中,DQL(Domino Query Language)是 Lotus Domino 中的一种查询语言,允许用户使用 SQL ...
SQL中DQL语言笔记
姚骏琦2021402078_1012_dql.sql
dql_-达能媒介提案(英文版).ppt
**PyPI 官网下载 | dql-0.3.0.tar.gz** PyPI(Python Package Index)是Python开发者发布和获取Python软件包的主要平台。它是一个存储库,提供了广泛的Python模块、脚本和工具,使得全球的Python开发者能够轻松地...
详细介绍了oracle的建表语句 增删改查 内外连接查询 授权用户 建sequence oracle常用内置函数 ddl语句 事务控制语句 tcl 等
oracle细粒度审计(FGA) 是oracle提供的对表细粒度的级别的审计功能,可以捕获DML、SELECT等客户端发起的操作。
该内容是本人博客练习sql使用的原素材,主要有:创建sql语句和插入大量数据。让你将更多的精力放在sql语句的其他学习方向上,而不再需要自己做创建sql语句和插入大量数据这样既浪费时间又毫无技术含量的工作。
LNH_MySQL 20-DQL之select知识实战讲解.mp4
【达能媒介提案】主要关注的是如何通过有效的媒体策略来提升达能品牌,特别是TUC饼干在目标市场中的知名度和品牌形象。以下是对提案中的关键知识点的详细解释: 1. **媒体目标**:针对TUC面临的主要挑战,如整体...
学习mysql查询命令,可以帮助你快速掌握,里面的东西比较齐全,知识比较详细,可观性较强,希望里面的东西能够帮助到你
【达能媒介提案】主要关注的是如何通过有效的媒体策略来提升达能品牌,特别是TUC饼干在市场中的地位。提案的焦点在于理解目标受众的媒体消费习惯,制定出高效的媒体计划,以达到既定的营销目标。...
BD-1.dql
MySQL基本查询-DQL
LNH_MySQL 21-DQL之select多表连表查询实战.mp4