楼主: icesoft

po 无法审批 请教

[复制链接]
论坛徽章:
4
授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34BLOG每日发帖之星
日期:2007-07-27 01:06:16生肖徽章:猪
日期:2007-09-13 15:07:19
11#
发表于 2005-3-8 11:27 | 只看该作者
看看这些有问题的单据是不是固定的某些用户操作的,如果是可能就和用户的设置有关。

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33奥运会纪念徽章:自行车
日期:2008-07-12 11:31:48
12#
发表于 2005-3-8 12:49 | 只看该作者
yes, you should check the setup of the employee and user who create po doucment.

which version your application is?
if your app is 11.5.9, first you should run Synchronize WF LOCAL tables request by the system administrator responsiblility, then find error processes and retry.

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33ITPUB社区千里马徽章
日期:2013-08-22 09:58:03
13#
 楼主| 发表于 2005-3-8 13:37 | 只看该作者
app  ver 11i
审批人更换过,但更换之前也有类似错误。例如:单据管理器未能向系统管理员发出通知。
po的创建人有很多,都有过这类错误。迷茫:(

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33ITPUB社区千里马徽章
日期:2013-08-22 09:58:03
14#
 楼主| 发表于 2005-3-8 16:01 | 只看该作者
再顶

使用道具 举报

回复
论坛徽章:
123
授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34ITPUB北京香山2007年会纪念徽章
日期:2007-01-24 14:35:02ITPUB元老
日期:2007-02-14 20:28:31在线时间
日期:2007-05-26 04:01:02会员2007贡献徽章
日期:2007-09-26 18:42:10ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:狗
日期:2008-03-29 22:25:44奥运会纪念徽章:垒球
日期:2008-05-26 14:32:41奥运会纪念徽章:现代五项
日期:2008-05-29 19:10:29
15#
发表于 2005-3-8 16:05 | 只看该作者
能贴出英文的错误提示吗

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33ITPUB社区千里马徽章
日期:2013-08-22 09:58:03
16#
 楼主| 发表于 2005-3-8 16:15 | 只看该作者
Document Manager failed to sysadmin
metalink 上给出的solution 都是 retry
retry 之后 有一个 exception  
问题依旧

使用道具 举报

回复
论坛徽章:
123
授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34ITPUB北京香山2007年会纪念徽章
日期:2007-01-24 14:35:02ITPUB元老
日期:2007-02-14 20:28:31在线时间
日期:2007-05-26 04:01:02会员2007贡献徽章
日期:2007-09-26 18:42:10ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44生肖徽章2007版:狗
日期:2008-03-29 22:25:44奥运会纪念徽章:垒球
日期:2008-05-26 14:32:41奥运会纪念徽章:现代五项
日期:2008-05-29 19:10:29
17#
发表于 2005-3-8 19:23 | 只看该作者
The solution is to set these attributes via the workflow builder.

Utilize the workflow builder to connect to the database followed by a load of
the 'PO Error' workflow item type.

Once the PO Error workflow process is loaded, please move to the 'PO Approval
Error' and then to the 'Item Attributes' section. You will need to find the 3
attributes - Timeout Value, System Administrator User Name, Auto Retry for
Document Manager.   

These attributes should be set to the appropriate values. By double clicking on
the attribute a properties screen will appear - which at the bottom has a
section for 'Defaults'.  In the value column - enter the appropriate value.

Ex. Timeout Value = 300
    System Administrator User Name = SYSADMIN
    Auto Retry for Document Manager = 10

Setting up the values will ensure the new PO Error process can run smoothly
when the document manager goes down or encounters an error condition.

For the Purchase Orders which are stuck in process, the following sql can be
executed:

select item_type, item_type_display_name, item_key, activity_label from
wf_item_activity_statuses_v
where item_type = 'POAPPRV'
and activity_name = 'OPEN_DOCUMENT_STATE'
and activity_result_display_name not in ('Activity Performed')
and activity_result_code = '#EXCEPTION';

This will assist in locating Purchase Order processes which have failed due to
the attributes above not being set.

It is possible to update item attributes for the given workflow processes which
are in error via the following:
1. Login as the workflow administrator.
2. Choose the Responsibility - Workflow Administrator For Web Applications
3. In the Submenu choose - Find Processes
4. Select the PO Approval process from the list of values and then enter the
   item key returned from the sql above into the appropriate label.
5. Hit the Find button - this will return both the Approval process and the
   Approval Error handling sub process.
6. Choose the Error Handling sub process - usually an item key of WF#####.
7. After the action is on the Workflow Error process, choose View Diagram
8. The diagram will appear - and at the bottom right is a button labeled
   Item Attributes - please select this button.
9. Locate the item attributes mentioned above and enter the appropriate values.
10. Click on the activity in the diagram where the workflow has stopped - it is
    where the green line ends.
11. Choose the 'Expedite' button - and then select 'Retry' from the modal window
12. Wait a moment - the workflow should now have advanced via representation of
    the green line - as the attributes are now set for the workflow generated by
    the Purchase Order Approval in question.
13. This would have to be done for all records returned in the above query.

If there are a large number of records which require this type of processing,
please raise a tar via metalink so Oracle Support Services can assist in
delivering a script that will reset the Purchase Order Approval process so the
users can take the Approval actions again.  The attributes should be updated
prior to the re-attempt of the Approval Process.

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33ITPUB社区千里马徽章
日期:2013-08-22 09:58:03
18#
 楼主| 发表于 2005-3-9 14:19 | 只看该作者
已经试过metalink 的 solution , 问题依旧。
看样子只能cacell掉,重新create 了。
谢谢大家

使用道具 举报

回复
论坛徽章:
0
19#
发表于 2005-3-9 15:14 | 只看该作者
采购订单状态是未完成,还是处理中 。
如果提交审批后还是未完成,应该是没有提交到上级那里,是审批层次结构问题。

使用道具 举报

回复
论坛徽章:
2
授权会员
日期:2005-10-30 17:05:33ITPUB社区千里马徽章
日期:2013-08-22 09:58:03
20#
 楼主| 发表于 2005-3-9 16:20 | 只看该作者
还是处理中,如果是未完成就好办了。呵呵

使用道具 举报

回复

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

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表