bos工具发布业务单元报错,报错如下:
[错误!][dbSyncTask] 同步TABLE元数据失败!数据中心:xxx
[错误!][dbSyncTask] Error at get connection:Listener refused the connection with the following error:
[dbSyncTask] ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
[dbSyncTask] C:\kingdee\bos\BOSModular\bim\eclipse\plugins\com.kingdee.bos.bim_6.1.0\configs\ant\deploy.xml:65: Error at get connection:Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
at com.kingdee.bos.bim.ant.task.DbSyncTask.getConnection(DbSyncTask.java:109)
at com.kingdee.bos.bim.ant.task.DbSyncTask.synchronize(DbSyncTask.java:81)
at com.kingdee.bos.bim.ant.task.DbSyncTask.execute(DbSyncTask.java:48)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
解决措施:
bos\BOSModular\bim\eclipse\plugins\com.kingdee.bos.bim_6.1.0\configs\ant中的deploy.xml文件注释或删除下面配置项
推荐阅读