广分星空组2019年10月技术问题总结-ORACLE创建业务数据中心问题
金蝶云社区-GARYQIU
GARYQIU
4人赞赏了该文章 263次浏览 未经作者许可,禁止转载编辑于2019年11月08日 14:19:32

K3CLOUD 7.3 创建ORACLE业务数据中心时新增了与数据库服务器的连接校验

未命名图片.png

出现数据库服务器必须能从应用服务器下载文件这一项时或这创建业务数据中心时闪退

解决方案:
1. 将 {安装目录}\kingdee\k3cloud\MangeSite\CommonFileServer 目录下的所有文件(含子文件夹) 复制到 {安装目录}\kingdee\k3cloud\CommonFileServer,然后删除 {安装目录}\kingdee\k3cloud\MangeSite\CommonFileServer;

2. 打开IiS管理器,在ManageSite站点中创建虚拟目录CommonFileServer CreateVDCommonfilesv.png

3.修改{安装目录}\MangeSite\App_Data\KDEnvironment.xml
   将下述结点

<FTPFileServer HostName="{机器名}">

<AbsolutePath>/K3CloudFileServer/</AbsolutePath><Port>21</Port><LocalMapDirectory>{安装目录}\kingdee\k3cloud\ManageSite\CommonFileServer</LocalMapDirectory></FTPFileServer>

<FileSite HostName="{机器名}"><AbsolutePath>/CommonFileServer/</AbsolutePath><Port>8000</Port><LocalMapDirectory>{安装目录}\kingdee\k3cloud\ManageSite\CommonFileServer</LocalMapDirectory></FileSite>

更改为

<FTPFileServer HostName="{机器名}">

<AbsolutePath>/K3CloudFileServer/</AbsolutePath><Port>21</Port><LocalMapDirectory>{安装目录}\kingdee\k3cloud\CommonFileServer</LocalMapDirectory></FTPFileServer>

<FileSite HostName="{机器名}"><AbsolutePath>/CommonFileServer/</AbsolutePath><Port>8000</Port><LocalMapDirectory>{安装目录}\kingdee\k3cloud\CommonFileServer</LocalMapDirectory></FileSite>



4. 重启IIS

注意:安装包6.2安装后CommonFileServer文件的位置略有不同,所以针对v6.2,第一步操作更改为:安装目录\Kingdee\K3Cloud\ManageSite\App_Data\CommonFileServer目录下的所有文件(含子文件夹) 复制到 安装目录\Kingdee\K3Cloud\CommonFileServer,然后删除 安装目录\Kingdee\K3Cloud\ManageSite\App_Data\CommonFileServer

第三步修改配置中也修改为对应的位置


本文转载自:金碟社区

作者:kim_gong@op

原文链接:https://club.kingdee.com/forum.php?mod=viewthread&tid=757240

赞 4