壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1243|回复: 15

[财务] 新建供应商点会计页面时显示Error Page

[复制链接]
发表于 2013/2/21 15:56:43 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

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

x
本帖最后由 stefanie_abby 于 2013/2/21 15:57 编辑

新建或更改供应商点会计页面时显示Error Page
会计.jpg
查询或新建供应商,点击会计页签修改会计科目时
error page.jpg
就显示这个了,有同仁遇到过没?
详细报错信息见附件




icon_logo.jpg 该贴已经同步到 stefanie_abby的微博

详细报错.txt

24.57 KB, 下载次数: 10, 下载积分: 努力值 -5 点

发表于 2013/2/21 19:20:03 | 显示全部楼层
发表于 2013/2/21 19:20:03 | 显示全部楼层
发表于 2013/2/21 19:20:03 | 显示全部楼层
最近是不是动过业务组\n\n 来自 Eric_Wang_Chen 的新浪微博
发表于 2013/2/21 19:20:03 | 显示全部楼层
最近是不是动过业务组\n\n 来自 Eric_Wang_Chen 的新浪微博
发表于 2013/2/21 22:05:06 | 显示全部楼层
回复@Eric_Wang_Chen:没动过业务组,只是重起过服务器\n\n 来自 stefanie_abby 的新浪微博
发表于 2013/2/21 22:05:06 | 显示全部楼层
我之前遇到的是bug,业务组和ou是一张表,业务组第三个选项员工自动编号是a,字符型,导致供应商会计设置那里读取ou信息报错,数字型。后台把业务组那条记录的a擦了就好了\n\n 来自 Eric_Wang_Chen 的新浪微博
发表于 2013/2/21 22:50:07 | 显示全部楼层
回复@Eric_Wang_Chen:明天我去看看,我印象中没设置字符型的\n\n 来自 stefanie_abby 的新浪微博
发表于 2013/2/22 08:48:37 | 显示全部楼层
之前也有遇到过,Metalink上有,是Bug;临时解决办法,可以清空一个表中的数据就好了……
Metalink ID:
R12: JBO-27122 Error Message Clicking On Supplier Accounting Link With Unexpected Error [ID 1218903.1]

Cause

This is caused by corruption in the FND_LOV_CHOICE_VALUES table. This table holds a cache of LOV results by user and LOV.

From Bug:9527712:
   The FND_LOV_CHOICE_VALUES is used to store the user selected values for specific lov in order to
   reuse it next visit. This table can be cleared without effecting the application. Next time the user select a value
   from the lov and submit, the "correct" data will be populated.

More information can be found in Bug:9527712
Solution

To implement the solution in your instance follow the below detailed steps:

    1) Delete data in fnd_lov_choice_values
    2) Clear cache and bounce Apache
    3) Download and apply Patch:9527712:R12.FWK.B (no password required)
        Check if the following file version has been installed on your instance:
             OADataBoundValueLovChoiceData.java 120.9.12010000.2
        You can use the following command: strings -a $XX_TOP/filename |grep '$Header'
发表于 2013/2/22 10:35:26 | 显示全部楼层
回复@Eric_Wang_Chen:组织里的业务组信息的员工该编号生成是自动还是人工吗?只能选自动,木有选是字符还是数字类型的啊?还是系统默认是字符的?\n\n 来自 stefanie_abby 的新浪微博
发表于 2013/2/22 15:51:46 | 显示全部楼层
系统只让你选人工或自动,所以是oracle的bug,去数据库里把不管是自动还是人工擦了就行了,通过介面搞不定的\n\n 来自 Eric_Wang_Chen 的新浪微博
 楼主| 发表于 2013/3/4 18:23:10 | 显示全部楼层
houwanglong 发表于 2013/2/22 08:48
之前也有遇到过,Metalink上有,是Bug;临时解决办法,可以清空一个表中的数据就好了……
Metalink ID:
...

{:soso_e183:}谢啦,按照方法做了,已经可以了~~
发表于 2013/3/4 19:12:32 | 显示全部楼层
路过,学习。9楼是高手
发表于 2013/3/5 08:35:30 | 显示全部楼层
stefanie_abby 发表于 2013/3/4 18:23
谢啦,按照方法做了,已经可以了~~

{:soso_e100:}相互学习,相互进步……有问题互相交流嘛
发表于 2013/8/20 10:25:07 | 显示全部楼层
本帖最后由 kenny_2006 于 2013/8/20 10:26 编辑
houwanglong 发表于 2013/2/22 08:48
之前也有遇到过,Metalink上有,是Bug;临时解决办法,可以清空一个表中的数据就好了……
Metalink ID:
...


分享一个我遇到的类似的错误,就补充在houwanglong老大这个了

错误出现的方式一样,供应商--会计---ERROR PAGE 。ERROR有所不同:
Error Page  
Exception Details.  
oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.  Statement: SELECT * FROM (select set_of_books_id, name, short_name, description, currency_code, period_set_name from gl_sets_of_books where set_of_books_id in (SELECT hou2.set_of_books_id FROM  hr_operating_units hou2 WHERE mo_global.check_access(hou2.organization_id) = 'Y')) QRSLT  WHERE (SET_OF_BOOKS_ID = :1)
……
java.sql.SQLSyntaxErrorException: ORA-01722: invalid number
……

通过houwanglong老大的帮助,从ORACLE官方得到的方案是打补丁:p12731705_R12.POS.B_R12

点评

不错不错~  发表于 2013/8/21 18:28
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 04:03 , Processed in 0.031927 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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