Friday 3 May 2013

APP-FND-01630 cannot open .dbc file for reading.

This thursday 02/may/2013 user ping me and reported that they are not able to to launch the forms.
Usually we use to get many requests in a day.i logged in to oracle application and when i try to launch forms
i am getting this error APP-FND-01630 cannot open .dbc file for reading.
By seeing this i understand the issue is related to DBC file when i go and check the DBC file the issue is related to permisions.so i gave the permision and try it and it was working fine.


When i click on ok button i got another screen with different error.let me share this screen.



Solution*:
Give permision to DBC file,if it exists in the FND_SECURE path .

cd $FND_SECURE
chmod 755 TEST.dbc


Solution 2*:
If the dbc file doesnot exists in the $FND_SECURE location run adgendbc.sh file which will generate the dbc file.
To check how to run/generate dbc file click on the below link.
http://abduulwasiq.blogspot.in/2013/05/node-id-does-not-exist-for-current.html

In my case dbc file was exists so no need to generate dbc file.

Solution 3*:
If you missed dbc file what to do?
Run autoconfig which will generate the dbc file;
;);



The best way is learn to teach !!!

2 comments:

  1. Actually I installed Vision Database , for practice and R&D purpose. The Installation in successful. And all the services are running fine . except concurrent manager. The internal concurrent manager is running fine, but other concurrent managers are not working . when I am starting any concurrent request it shows me , phase inactive , no manager{no concurrent manager is defined to run this specific request}. I am struggling to resolve it for too long, but still not getting any success. Plz help .

    ReplyDelete
  2. There is also one more thing
    ICX: Forms Launcher profile option of user is set for production.. So change it but have to change for all users.

    ReplyDelete