Registering external node and creating Desktop DBC file
Hi All,
I want to create a desktop DBC file by registering an external node with existing R12.1.1 application server. I used the following command.
[appltest@ebstest ~]$ java oracle.apps.fnd.security.AdminDesktop apps/apps7st CREATE \ NODE_NAME=AnishMichael IP_ADDRESS=192.168.1.194 DBC=/Testloc/oracle/appsloc/apps/TEST_ebs12tst/appl/fnd/12.0.0/secure/TEST.dbc
Committing changes
CREATE executed successfully - TEST_ANISHMICHAEL.dbc
[appltest@ebstest ~]$
command executed successfully and created Desktop DBC file by the name ( TEST_ANISHMICHAEL.dbc ).But i cant see the file where it is created . i even searched in the original dbc file location ( $FND_TOP/secure , $FND_SECURE ) it is not there.