<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>亿信社区专业的大数据分析-数据治理交流平台 - 睿治-心得体验</title>
    <link>https://bbs.esensoft.com/forum-152-1.html</link>
    <description>Latest 20 threads of 睿治-心得体验</description>
    <copyright>Copyright(C) 亿信社区专业的大数据分析-数据治理交流平台</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Apr 2026 12:50:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.esensoft.com/static/image/common/logo_88_31.gif</url>
      <title>亿信社区专业的大数据分析-数据治理交流平台</title>
      <link>https://bbs.esensoft.com/</link>
    </image>
    <item>
      <title>在greenplum数据库新建数据库和用户的操作</title>
      <link>https://bbs.esensoft.com/thread-154937-1-1.html</link>
      <description><![CDATA[在greenplum数据库新建数据库和用户的操作如下：①登录服务器并切换到 gpadmin 用户，输入如下命令su - gpadmin②连接到 postgres 数据库，输入以下命令psql -d postgres执行后，命令行提示符会变成 postgres=#，表示已成功连接到 psql 交互终端③创建新用户 (eng_rw)， ...]]></description>
      <category>睿治-心得体验</category>
      <author>清香茉莉</author>
      <pubDate>Tue, 09 Sep 2025 08:59:39 +0000</pubDate>
    </item>
    <item>
      <title>设置tab页组件标签字体的颜色脚本</title>
      <link>https://bbs.esensoft.com/thread-154917-1-1.html</link>
      <description><![CDATA[1、需求描述
在数据分析模块拖入tab页组件到分析区，选择了风格“热点黄2”，在这个风格基础上，想改变tab标签字体颜色，该组件的属性中没办法设置标签字体颜色


2、解决方案
在tab页组件的【内容自定义样式】属性中添加如下脚本，可解决问题：
.xtabctrl .xtab-header ...]]></description>
      <category>睿治-心得体验</category>
      <author>清香茉莉</author>
      <pubDate>Thu, 28 Aug 2025 11:24:53 +0000</pubDate>
    </item>
    <item>
      <title>数据资产-api服务调用测试方法</title>
      <link>https://bbs.esensoft.com/thread-147952-1-1.html</link>
      <description><![CDATA[1.申请接口使用2.接口数据源调用该接口，传入秘钥，获取token
通过平台测试方法：数据集成-数据源-接口数据源配置如下：3. 接口数据源调用对应的服务接口，将token至传写入请求体参数EDAPI-TOKEN点击测试：数据返回成功~


 ...]]></description>
      <category>睿治-心得体验</category>
      <author>土豆我是马铃薯</author>
      <pubDate>Sat, 18 Jan 2025 09:18:23 +0000</pubDate>
    </item>
    <item>
      <title>pc门户左侧菜单栏支持点击新开标签页</title>
      <link>https://bbs.esensoft.com/thread-147942-1-1.html</link>
      <description><![CDATA[脚本写在树组件的鼠标单击事件里面，如下图所示：
if(url.indexOf(\&quot;#\&quot;)== 0){
  EUI.openWindow(url.substring(1));
  return;
}]]></description>
      <category>睿治-心得体验</category>
      <author>chenzy</author>
      <pubDate>Fri, 10 Jan 2025 10:27:53 +0000</pubDate>
    </item>
    <item>
      <title>数据库连接池修改当前默认的 schema / database</title>
      <link>https://bbs.esensoft.com/thread-147937-1-1.html</link>
      <description><![CDATA[方法一：
直接修改连接信息或者数据库配置
方法二:
修改数据库连接池的扩展属性，示例如下：
default_schema=XXX     注意大小写，与数据库保持一致
initsql=alter session set current_schema=XXX





 ...]]></description>
      <category>睿治-心得体验</category>
      <author>chenzy</author>
      <pubDate>Fri, 10 Jan 2025 10:01:56 +0000</pubDate>
    </item>
    <item>
      <title>睿治连接Hive数据源</title>
      <link>https://bbs.esensoft.com/thread-147927-1-1.html</link>
      <description><![CDATA[1.连接Hive数据源的时候报错找不到驱动类库。
解决方法：在连接池扩展属性里面加个参数，参数值为hive驱动的路径。driverFiles=D:%users\\liujin\\xxx.jar

2.测试报错：javalang.NoClassDefFoundEror: org/apache/hive/service/rpc/thrifyTCLiService$lface

报错原因： ...]]></description>
      <category>睿治-心得体验</category>
      <author>pandabuxizao</author>
      <pubDate>Fri, 10 Jan 2025 09:01:55 +0000</pubDate>
    </item>
    <item>
      <title>脚本模式接口开发</title>
      <link>https://bbs.esensoft.com/thread-147914-1-1.html</link>
      <description><![CDATA[场景描述：3个非必填参数A,B,C；如果A不为空，B、C为空，则把A作为条件查询；如果A、B 不为空，则把A、B作为条件查询（and关系），以此类推；如果A、B、C均为空，返回全量数据
where 1=1
 and A like CONCAT(\'%\',#{A},\'%\')
 and B like CONCAT(\'%\',#{B},\'%\')
 and C lik ...]]></description>
      <category>睿治-心得体验</category>
      <author>chenzy</author>
      <pubDate>Thu, 09 Jan 2025 09:43:33 +0000</pubDate>
    </item>
    <item>
      <title>资源管理器下调整平台各种上传文件大小类型限制</title>
      <link>https://bbs.esensoft.com/thread-147907-1-1.html</link>
      <description><![CDATA[资源管理器配置地址：/root/products/esysmgr/uploadconfig/uploadconfig.properties （保存立即生效，优先级高）
例：edst-importdoc_size=100   标准文档上传文件大小限制，单位MB
1、模块上传类型_size      上传文件大小配置属性，单位：MB2、模块上传类型_count
单 ...]]></description>
      <category>睿治-心得体验</category>
      <author>chenzy</author>
      <pubDate>Wed, 08 Jan 2025 10:36:03 +0000</pubDate>
    </item>
    <item>
      <title>自定义门户中去顶部菜单栏的应用小分享</title>
      <link>https://bbs.esensoft.com/thread-147859-1-1.html</link>
      <description><![CDATA[你知道吗？在睿治/ABI产品中，自定义门户时，可以将产品界面现有的菜单模块，个人中心等模块的页面链接直接放到门户菜单中引用，特别是“我的收藏”，“我的分享”，“我的资源”，“站内信”，“待办事项”“个人设置”等这些公共模块功能，可直接用在自定义门户中的相 ...]]></description>
      <category>睿治-心得体验</category>
      <author>西瓜小姐</author>
      <pubDate>Thu, 19 Dec 2024 08:52:19 +0000</pubDate>
    </item>
    <item>
      <title>采集共享文件夹里的文件</title>
      <link>https://bbs.esensoft.com/thread-147598-1-1.html</link>
      <description><![CDATA[1.在共享文件夹服务器上安装mq，将下载的插件，在采集的服务器上执行，插件会生成端口号，http://服务器的ip地址+端口号，来配置数据源

注意：
①必须有jdk1.7+以上环境
②windows平台上运行 run.bat
③linux平台上运行 run.sh
④默认访问地址是 http://主机名:8686/  ...]]></description>
      <category>睿治-心得体验</category>
      <author>fenglan</author>
      <pubDate>Thu, 18 Apr 2024 09:17:28 +0000</pubDate>
    </item>
    <item>
      <title>通过数据交换循环跑批抽取数据入库</title>
      <link>https://bbs.esensoft.com/thread-147457-1-1.html</link>
      <description><![CDATA[本例中的业务场景如下：
某公司有上千名员工，每天都会填写工作周报，现因数据库变更需要将原库中工作周报的业务数据（FACT_GRZB）迁移到另外一张库表（YGXX_）中，考虑到数据量较大，决定根据库表的日期字段（RQ）分批次抽取不同年份的数据。



应用场景：
当源表数据 ...]]></description>
      <category>睿治-心得体验</category>
      <author>leiz</author>
      <pubDate>Mon, 22 Jan 2024 07:11:30 +0000</pubDate>
    </item>
    <item>
      <title>质检规则SQL脚本示例</title>
      <link>https://bbs.esensoft.com/thread-146635-1-1.html</link>
      <description><![CDATA[介绍
sql脚本检查是通过执行存储过程检查主题表数据是否满足要求。定义sql脚本检查前，需要在对应的数据库连接池内自定义存储过程。规则执行时系统调用存储过程，传递数据期，数据级次相关参数，由存储过程返回临时表。

计算逻辑
使用sql脚本规则，需要提前创建一张临 ...]]></description>
      <category>睿治-心得体验</category>
      <author>chestnut</author>
      <pubDate>Tue, 09 May 2023 10:25:34 +0000</pubDate>
    </item>
    <item>
      <title>元数据采集pg库最小权限集</title>
      <link>https://bbs.esensoft.com/thread-145334-1-1.html</link>
      <description><![CDATA[给系统表查看权限就行
pg_proc，pg_namespace，pg_trigger，pg_class，pg_namespace，pg_views，pg_constraint

PG_AM，PG_STAT_ALL_INDEXES，PG_INDEX，PG_DESCRIPTION，PG_INDEXES，pg_database，pg_shdescription]]></description>
      <category>睿治-心得体验</category>
      <author>缱绻</author>
      <pubDate>Wed, 16 Nov 2022 08:17:52 +0000</pubDate>
    </item>
    <item>
      <title>睿治-数据质量模块关键字的作用</title>
      <link>https://bbs.esensoft.com/thread-145271-1-1.html</link>
      <description><![CDATA[睿治-数据质量模块关键字的作用（1）质检方案，执行的时候，不用覆盖的方式，用更新的方式需要设置关键字 （2）质量监控，在查看错误数据，查看某条数据详情信息的时候会用到（关键字要具有唯一性否则定位不到具体的某一条数据），若是不查看某条数据详情信息就不用设置 ...]]></description>
      <category>睿治-心得体验</category>
      <author>hesj</author>
      <pubDate>Fri, 21 Oct 2022 03:26:32 +0000</pubDate>
    </item>
    <item>
      <title>根据定义好的数据标准，自动设置数据质量规则</title>
      <link>https://bbs.esensoft.com/thread-145267-1-1.html</link>
      <description><![CDATA[我们定义好的数据标准，想要自动生成质量规则的配置方法

我们在标准集属性中，要设置对应的质量属性，只有质量属性可以自动生成数据质量规则



设置好标准后需要进行定版发布才可以生成质量规则

来到数据质量模块，在质量质量里面建质量模型，创建规则时候选择根据标 ...]]></description>
      <category>睿治-心得体验</category>
      <author>xinying</author>
      <pubDate>Thu, 20 Oct 2022 15:34:36 +0000</pubDate>
    </item>
    <item>
      <title>数据质量下的质量分析报告自定义</title>
      <link>https://bbs.esensoft.com/thread-145266-1-1.html</link>
      <description><![CDATA[数据质量下面的质量分析报告和数据分析的领导驾驶舱一直，可以自定义设置质量报告页面

路径：系统设置--数据分析--主题集--编辑对应的数据分析页面


按照ABI的操作手册可以进行编辑
https://help.esensoft.com/doc-view-488.html


 ...]]></description>
      <category>睿治-心得体验</category>
      <author>xinying</author>
      <pubDate>Thu, 20 Oct 2022 15:23:10 +0000</pubDate>
    </item>
    <item>
      <title>mysql8作为表输入时sql解析报错</title>
      <link>https://bbs.esensoft.com/thread-145265-1-1.html</link>
      <description><![CDATA[我们使用Mysql8数据库作为数据源，配置ETL过程时，表输入报错
在数据源高级扩展属性里指定mysql8的驱动地址也报同样的错误。



解决：
mysql8不支持数据库模式名带点号，更改数据库名称或者重新更换数据库即可解决该问题。
 ...]]></description>
      <category>睿治-心得体验</category>
      <author>xinying</author>
      <pubDate>Thu, 20 Oct 2022 14:43:44 +0000</pubDate>
    </item>
    <item>
      <title>每个页面下面的版权进行隐藏</title>
      <link>https://bbs.esensoft.com/thread-145264-1-1.html</link>
      <description><![CDATA[应用场景：不想有亿信的logo在页面底部，需要隐藏下面的版权信息



配置路径：系统设置下的资源管理器 vfs 中/root/products/emainframe/mainframe.xml 文件，配置每个菜单的 showVersion=false 来隐藏版权信息




 ...]]></description>
      <category>睿治-心得体验</category>
      <author>xinying</author>
      <pubDate>Thu, 20 Oct 2022 14:14:38 +0000</pubDate>
    </item>
    <item>
      <title>门户挂某个页面，该页面上面有目录，找到具体页面的url链接方式</title>
      <link>https://bbs.esensoft.com/thread-145260-1-1.html</link>
      <description><![CDATA[应该场景：门户上需要挂某页面的URL链接，如我们需要睿治的工作台页面。


但我们可以看到该页面上有目录，我们需要的是下面红框的位置



具体操作：在这个页面，按F12打开控制台，然后点控制台左上角那个拾取的，然后鼠标放在左侧，点击需要的页面，这个要注意范围


 ...]]></description>
      <category>睿治-心得体验</category>
      <author>xinying</author>
      <pubDate>Thu, 20 Oct 2022 09:48:47 +0000</pubDate>
    </item>
    <item>
      <title>睿治-各功能模块路径显示乱码</title>
      <link>https://bbs.esensoft.com/thread-145228-1-1.html</link>
      <description><![CDATA[睿治-各功能模块路径显示乱码


1、看中间件是否是UTF-8模式（中间件是否修改成汉语文字可以显示的），若不是，修改成功后，再重启中间件例如：东方通中间件修改完中间件，清理下中间件缓存，和浏览器缓存，然后在中间件中重启系统，不要在系统中重启系统，在系统中重启 ...]]></description>
      <category>睿治-心得体验</category>
      <author>hesj</author>
      <pubDate>Fri, 14 Oct 2022 03:56:48 +0000</pubDate>
    </item>
  </channel>
</rss>