当前位置:网站首页>如何解决ecology9.0执行导入流程流程产生的问题
如何解决ecology9.0执行导入流程流程产生的问题
2022-07-05 23:59:00 【kaka_1994】
在执行导入的过程中出现: java.lang.Exception:Invalid column name 'UUID'

原因:原测试系统中导出的流程中新增了机器人节点,而正式系统流程中没有机器人节点。
解决办法:将测试系统中的流程机器人节点改成一般节点后,重新导出,接着更新正式系统。如果导入失败将会自动回滚到原来的状态,并不会影响什么。

原因:测试系统中的'ecnlssj'这个字段和正式系统中的‘ecnlssj’存在,所以导入的话就会报这个错。
解决方式: 将测试系统中的这个‘ecnlssj’字段删除重新导出,接着更新正式系统即可。
边栏推荐
- MySql——CRUD
- DEJA_VU3D - Cesium功能集 之 055-国内外各厂商地图服务地址汇总说明
- 云呐|固定资产管理系统功能包括哪些?
- MySQL之函数
- Knowledge about the memory size occupied by the structure
- FFT learning notes (I think it is detailed)
- 18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
- 7.5 simulation summary
- What is information security? What is included? What is the difference with network security?
- C # input how many cards are there in each of the four colors.
猜你喜欢
随机推荐
[Luogu p3295] mengmengda (parallel search) (double)
软件测试工程师必会的银行存款业务,你了解多少?
Chapter 16 oauth2authorizationrequestredirectwebfilter source code analysis
[online chat] the original wechat applet can also reply to Facebook homepage messages!
PV static creation and dynamic creation
C file and folder operation
openssl-1.0.2k版本升级openssl-1.1.1p
15 MySQL stored procedures and functions
N1 # if you work on a metauniverse product [metauniverse · interdisciplinary] Season 2 S2
Permission problem: source bash_ profile permission denied
JS 这次真的可以禁止常量修改了!
Knowledge about the memory size occupied by the structure
关于结构体所占内存大小知识
Mathematical model Lotka Volterra
教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!
What is information security? What is included? What is the difference with network security?
【EF Core】EF Core与C# 数据类型映射关系
Huawei equipment is configured with OSPF and BFD linkage
[binary search tree] add, delete, modify and query function code implementation
Gd32f4xx UIP protocol stack migration record









