K3CLOUD 7.3 创建ORACLE业务数据中心时新增了与数据库服务器的连接校验
出现数据库服务器必须能从应用服务器下载文件这一项时或这创建业务数据中心时闪退
解决方案:
1. 将 {安装目录}\kingdee\k3cloud\MangeSite\CommonFileServer 目录下的所有文件(含子文件夹) 复制到 {安装目录}\kingdee\k3cloud\CommonFileServer,然后删除 {安装目录}\kingdee\k3cloud\MangeSite\CommonFileServer;
2. 打开IiS管理器,在ManageSite站点中创建虚拟目录CommonFileServer
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
推荐阅读