Monday 11 March 2019

EBS : After cloning forms are not opening FRM-40010

Error: 

FRM-40010: Cannot read form , fnd/12.0.0/forms/US/FNDSCSGN

Solution:

1. Backup $CONTEXT_FILE
2. Change variable s_formsfndtop in the context file from "FND_TOP" to "full path of FND_TOP"
Eg: /data/appl/apps_st/appl/fnd/12.0.0
3. Run AutoConfig
4. Restart application services
5. Retest the forms are opening.


No comments:

Post a Comment

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...