找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

初学者课程:T3自学|T6自学|U8自学软件下载课件下载工具下载资料:通资料|U8资料|NC|培训|年结积分规则 | 使用常见问题Q&A
知识库:U8 | | NC | U9 | OA | 政务U8|U9|NCC|NC65|NC65客开|NCC客开新手必读 | 任务 | 快速增金币用友QQ群[微信群]
查看: 7537|回复: 11

[求助] 保存单据时出错

[复制链接]
发表于 2010-12-20 16:44:44 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册账号

×
保存单据时出错后台报:


[AWT-EventQueue-0] DEBUG - *单据动作处理 开始
[AWT-EventQueue-0] DEBUG - *********************************************
[AWT-EventQueue-0] DEBUG - * actionName=WRITE
[AWT-EventQueue-0] DEBUG - * billType=T41
[AWT-EventQueue-0] DEBUG - * currentDate=2010-12-20
[AWT-EventQueue-0] DEBUG - * billEntity=nc.vo.bxd.funname.MyBillVO@e20c1e
[AWT-EventQueue-0] DEBUG - * userObj=nc.ui.bxd.funname.MyClientUICheckRuleGetter@898c2d
[AWT-EventQueue-0] DEBUG - * strBeforeUIClass=null
[AWT-EventQueue-0] DEBUG - * checkVo=nc.vo.bxd.funname.MyBillVO@52059c
[AWT-EventQueue-0] DEBUG - *********************************************
[AWT-EventQueue-0] DEBUG - *动作执行前提示
[AWT-EventQueue-0] DEBUG - 判断是否进行动作前提示
[AWT-EventQueue-0] DEBUG - *动作执行前处理
[AWT-EventQueue-0] DEBUG - *后台动作处理 开始
[AWT-EventQueue-0] DEBUG - enter method: nc.itf.uap.pf.IplatFormEntry.processAction(java.lang.String,java.lang.String,java.lang.String,nc.vo.pub.pf.PfUtilWorkFlowVO,nc.vo.pub.AggregatedValueObject,java.lang.Object,java.util.HashMap)
[AWT-EventQueue-0] DEBUG - Invoke nc.itf.uap.pf.IplatFormEntry.processAction write info to server spend time: 0
[AWT-EventQueue-0] DEBUG - Invoke nc.itf.uap.pf.IplatFormEntry.processAction read result from server spend time: 359
[AWT-EventQueue-0] DEBUG - leave method: nc.itf.uap.pf.IplatFormEntry.processAction(java.lang.String,java.lang.String,java.lang.String,nc.vo.pub.pf.PfUtilWorkFlowVO,nc.vo.pub.AggregatedValueObject,java.lang.Object,java.util.HashMap), spend time: 359
[AWT-EventQueue-0] ERROR - ORA-00926: 缺失 VALUES 关键字
nc.bs.dao.DAOException: ORA-00926: 缺失 VALUES 关键字
at nc.bs.pub.SuperDMO.insert(SuperDMO.java:502)
at nc.bs.trade.checkflow.AbstractPFCheckFlow.insert(AbstractPFCheckFlow.java:335)
at nc.bs.trade.comsave.BillSave.saveBillWhenAdd(BillSave.java:324)
at nc.bs.trade.comsave.BillSave.saveBillCom(BillSave.java:295)
at nc.bs.trade.comsave.BillSave.saveBill(BillSave.java:257)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.pub.pf.PfUtilTools.runClass(PfUtilTools.java:1149)
at nc.bs.pub.compiler.AbstractCompiler.runClass(AbstractCompiler.java:415)
at nc.bs.pub.action.N_T41_WRITE.runComClass(N_T41_WRITE.java:47)
at nc.bs.pub.pf.pfframe.PFRunClass.runComBusi(PFRunClass.java:119)
at nc.bs.pub.pf.pfframe.PFBusiAction.actionOnStep(PFBusiAction.java:238)
at nc.bs.pub.pf.pfframe.PFBusiAction.processAction(PFBusiAction.java:610)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.ejb.CMTProxyImpl.delegate(CMTProxyImpl.java:22)
at nc.itf.framework.ejb.CMTProxyEjbBean.delegate(CMTProxyEjbBean.java:44)
at nc.itf.framework.ejb.CMTProxy_Local.delegate(CMTProxy_Local.java:61)
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.ejb.AbstractEJBServiceHandler.invoke(AbstractEJBServiceHandler.java:56)
at nc.bs.framework.ejb.AbstractEJBServiceHandler.invoke(AbstractEJBServiceHandler.java:34)
at $Proxy7.delegate(Unknown Source)
at nc.bs.framework.ejb.CMTEJBServiceHandler.invoke(CMTEJBServiceHandler.java:32)
at $Proxy27.processAction(Unknown Source)
at nc.bs.pub.pf.pfframe.PlatFormEntryImpl.processAction(PlatFormEntryImpl.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.comn.serv.ServiceDispatcher.invokeBeanMethod(ServiceDispatcher.java:307)
at nc.bs.framework.comn.serv.ServiceDispatcher.execCall(ServiceDispatcher.java:134)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doGet(CommonServletDispatcher.java:76)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doPost(CommonServletDispatcher.java:95)

[AWT-EventQueue-0] ERROR - ORA-00926: 缺失 VALUES 关键字
nc.bs.dao.DAOException: ORA-00926: 缺失 VALUES 关键字
at nc.bs.pub.SuperDMO.insert(SuperDMO.java:502)
at nc.bs.trade.checkflow.AbstractPFCheckFlow.insert(AbstractPFCheckFlow.java:335)
at nc.bs.trade.comsave.BillSave.saveBillWhenAdd(BillSave.java:324)
at nc.bs.trade.comsave.BillSave.saveBillCom(BillSave.java:295)
at nc.bs.trade.comsave.BillSave.saveBill(BillSave.java:257)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.pub.pf.PfUtilTools.runClass(PfUtilTools.java:1149)
at nc.bs.pub.compiler.AbstractCompiler.runClass(AbstractCompiler.java:415)
at nc.bs.pub.action.N_T41_WRITE.runComClass(N_T41_WRITE.java:47)
at nc.bs.pub.pf.pfframe.PFRunClass.runComBusi(PFRunClass.java:119)
at nc.bs.pub.pf.pfframe.PFBusiAction.actionOnStep(PFBusiAction.java:238)
at nc.bs.pub.pf.pfframe.PFBusiAction.processAction(PFBusiAction.java:610)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.ejb.CMTProxyImpl.delegate(CMTProxyImpl.java:22)
at nc.itf.framework.ejb.CMTProxyEjbBean.delegate(CMTProxyEjbBean.java:44)
at nc.itf.framework.ejb.CMTProxy_Local.delegate(CMTProxy_Local.java:61)
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.ejb.AbstractEJBServiceHandler.invoke(AbstractEJBServiceHandler.java:56)
at nc.bs.framework.ejb.AbstractEJBServiceHandler.invoke(AbstractEJBServiceHandler.java:34)
at $Proxy7.delegate(Unknown Source)
at nc.bs.framework.ejb.CMTEJBServiceHandler.invoke(CMTEJBServiceHandler.java:32)
at $Proxy27.processAction(Unknown Source)
at nc.bs.pub.pf.pfframe.PlatFormEntryImpl.processAction(PlatFormEntryImpl.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at nc.bs.framework.comn.serv.ServiceDispatcher.invokeBeanMethod(ServiceDispatcher.java:307)
at nc.bs.framework.comn.serv.ServiceDispatcher.execCall(ServiceDispatcher.java:134)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doGet(CommonServletDispatcher.java:76)
at nc.bs.framework.comn.serv.CommonServletDispatcher.doPost(CommonServletDispatcher.java:95)
保存单据时出错.png
 楼主| 发表于 2010-12-22 08:42:44 | 显示全部楼层
怎么没人回答啊 自己顶一下
发表于 2011-8-8 19:36:08 | 显示全部楼层
发表于 2011-8-30 10:55:20 | 显示全部楼层
发表于 2011-12-12 11:04:37 | 显示全部楼层
呜呜 到底什么意思啊 我报这个错
回复 点赞 拍砖

使用道具 举报

发表于 2011-12-13 15:06:53 | 显示全部楼层
估计是单据上 表头或者表体某个字段,做了资源权限控制.该用户的角色没有权限,
回复 点赞 拍砖

使用道具 举报

发表于 2011-12-13 16:15:28 | 显示全部楼层
谢谢楼主,辛苦了,嘿嘿嘿
回复 点赞 拍砖

使用道具 举报

发表于 2011-12-13 17:20:59 | 显示全部楼层
不知道为什么啊,111111111111111111
回复 点赞 拍砖

使用道具 举报

发表于 2011-12-15 14:33:44 | 显示全部楼层
谢谢楼主,辛苦了,嘿嘿嘿
回复 点赞 拍砖

使用道具 举报

发表于 2012-1-5 13:31:29 | 显示全部楼层
我也遇到这个问题
回复 点赞 拍砖

使用道具 举报

发表于 2012-1-7 16:04:28 | 显示全部楼层
回复 点赞 拍砖

使用道具 举报

发表于 2013-9-30 09:55:13 | 显示全部楼层
1、该单据对应的VO的tableName的物理表,没有打到对应的数据库中。
一般ORA开头的错误 都是数据库的问题。

2、或者在该单据的保存动作脚本,需要对别的单据进行修改新增操作。而别的物理表也没有,也有类似错误。

一般都是物理表没加进去导致的。
回复 点赞 拍砖

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|站长微信|Archiver|手机版|小黑屋|用友之家 ( 蜀ICP备07505338号|51072502110008 )

GMT+8, 2024-11-18 12:27 , Processed in 0.050466 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表