搜索

Help

第109页,共495页。 显示 4,943 条结果 (0.134 秒)

  1. 系统环境要求

    推荐配置 Smartbi及其组件部署的硬件推荐配置如下: 服务 CPU推荐 内存推荐 硬盘推荐 备注 Smartbi 8核+ 2.0 GHZ 以上 32G+ 200GB+ JVM内存16G以上 知识库 8核+ 2.0 GHZ 以上 16G+ 200GB+ smartbi-mpp 8核+ 2.0 GHZ 以上 32G+ 2TB+ smartbi-export 8核+  2.0 GHZ 以上 16G+ 200GB+ smartbi-olap 8核+  2.0 GHZ 以上 32G+ 200GB+
  2. 查询预览报错:数据库执行sql偶现报Broken pipe或提示查询超时

    ) at smartbi.freequery.querydata.store.DBSQLResultStore.executeInDatabaseInner(DBSQLResultStore.java:1678) at ...(...) at smartbi.freequery.querydata.store.DBSQLResultStore.runRawSQL(DBSQLResultStore.java:3866) Caused … ) at smartbi.freequery.querydata.store.DBSQLResultStore.runRawSQL(DBSQLResultStore.java:3866
    FAQ中心四月 30, 2025
  3. rancher高性能版本控制台证书过期解决方案

    smartbi-rancher 如下图,提示x509:certificate has expried or is not yet valid,说明rancher控制台证书过期了。 rancher-logs.jpg 2.2.4版本解决方案 rancher版本2.2.4版本,可以参考以下解决方案 查看证书有效期 cd Smartbi_All/rancher_data/management-state/tls openssl x509 -enddate -noout -in localhost.crt 如下图,证书有效期是到2022年9月23号 rancher-zhengshu.jpg 处理方法 重命名证书 mv
    FAQ中心六月 09, 2025
  4. 仪表盘筛选器相关宏

    。 image2023-1-13_11-37-44.pngimage2023-1-13_12-0-56.png 代码示例: image2023-1-13_11-47-28.png function main(page: IPage, portlet: IFilterPortlet) { // 下拉组件控件类型 let config: any = [{ type … ' }, { type: 'PARAM_TREE', multi: '.param-tree-view-wrapper' }]; /** 最多选择数量 */ const MAX_NUM = 2; let conf = config
    FAQ中心三月 14, 2025
  5. 数据挖掘版本更新

    如果使用了数据挖掘服务,在更新war包时要 同步更新数据挖掘引擎服务。 1.exe安装包版本 1)获取最新版本的数据挖掘引擎安装包。 2)停止服务器上的数据挖掘引擎的后台服务: 3-1.png 3)获取新版本的数据挖掘引擎安装包并进行解压缩。 4)进入smartbi数据挖掘的安装目录,选择engine目录,右键–》删除 3-2.png 5)复制解压缩的engine目录到smartbi的数据挖掘安装目录。 3-3.png 6)后台服务启动数据挖掘引擎。 3-4.png 2. 手工部署版本 1)获取最新版本的数据挖掘引擎安装包,并解压。 2)用putty工具连接到服务器进入安装目录 /usr/local
  6. 垃圾数据导致操作报错(No row with the given identifier)

    。 image2020-8-26_19-38-26.png 场景4:数据源测试连接通过,打开数据库管理界面显示空白,并报未指定错误。 image2020-9-23_18-36-7.png 场景5:数挖启动的,但是前端测试链接报错,日志输出 异常 https://wiki.smartbi.com.cn/download/attachments/134450168/image2024-6-4_10-30-33.png?version=1&modificationDate=1717468231000&api=v2 https://wiki.smartbi.com.cn/download/attachments/134450168
    FAQ中心昨天2:02 下午
  7. ETL-执行节点出现提示信息

    。 image2022-3-2_15-20-3.png 具体可参考此文档说明: https://history.wiki.smartbi.com.cn/pages/viewpage.action?pageId=58101001 https://history.wiki.smartbi.com.cn/pages
    FAQ中心昨天5:53 下午
  8. 一站式数据工作平台

    的Tab页页签内 2、组件设置中设置如下: 卡片列表:【类型】 我发起的;【最大条数】7; 组件:标题为“我发起的”,隐藏标题 图例:位置选择无图例 详情请参考 卡片列表组件设置 https://wiki.smartbi.com.cn/pages/viewpage.action?pageId … 质量检验协会logo”;【背景】颜色,透明; image2021-10-19_11-0-1.png 详情请参考 便捷入口组件设置 https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=52628503&src
  9. nginx实现仅能移动端企微访问到报表

    ; } if ($uri ~* ^(.*)/(config|config.jsp|index.jsp|login.jsp|createresource.jsp|openmodule.jsp|sysmonitor.jsp)$){ set $flag 0
    FAQ中心九月 11, 2024
  10. 3 模型取数

    ## 数据模型取数 - <strong>接口调用-方式1</strong> ```java import smartbi.net.sf.json.JSONObject; import smartbi.net.sf.json.JSONArray; import smartbi.sdk.ClientConnector; import smartbi.sdk.InvokeResult; public class DataModelDemo { public static void main(String[] args) { // 用户名 String user