erp concurrent process can not start

Concurrent Managers Fail to Start, Verify that findev has been registered for concurrent processing

Symptoms
After migration of the Applications tier the concurrent managers do not start. Only a single FNDLIBR process is seen and the following errors are seen in the log file:

Process monitor session started : 04-DEC-2007 12:01:49
Could not contact Service Manager FNDSM_DHSRVMDS518_SDBA. The TNS alias could not be located, the listener process on DHSRVMDS518 could not be contacted, or the listener failed to spawn the Service Manager process.

Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 04-DEC-2007 12:06:02
Starting STANDARD Concurrent Manager : 04-DEC-2007 12:06:02
Could not initialize the Service Manager FNDSM_DHSRVMDS519_SDBA. Verify that DHSRVMDS519 has been registered for concurrent processing.
Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u02/app/oracle/sdbaappl/fnd/11.5.0/bin/FNDLIBR.

 

 

Cause
The issue was caused by incorrect node names in the FND_NODES table, the table had not been updated to remove non existent nodes.

Solution
1  Run AutoConfig on the database tier.

2. Execute FND_CONC_CLONE.SETUP_CLEAN

3  Run AutoConfig on the apps tier

4. Check if AutoConfig completed successfully.

5. Verify the managers not start

--参考了n多个文档,最后对fnd_node和FND_CONCURRENT_QUEUES的target_node更新成了大写,执行了上述操作后成功。

metalink上也有如下解决方案,未果,估计适合机器更名。

Shutdown Concurrent Managers and update the FND table:
1. Go to the $OAD_TOP/admin/scripts
2. adcmctl.sh apps/ stop
3. Connect to SQL*PLUS apps/

4. SQL > select target_node from FND_CONCURRENT_QUEUES;
--------------------
This may return the name of an old machine

5. SQL > update FND_CONCURRENT_QUEUES
set target_node=''
where target_node='';

6. SQL > commit;
7. SQL > exit
8. adcmctl.sh apps/apps start

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/46907/viewspace-217011/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/46907/viewspace-217011/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值