How to restore any Apps executable ( FNDLIBR/ADADMIN/ADCTRL/ADPATCH)
Let us take example one by one
1)Suppose user deleted the FNDLIBR executable accidently
How to restore FNDLIBR executable
1. Invoke adadmin on concurrent manager node
2. Select option 2. Maintain Applications Files menu
3. Select 1. Relink Applications programs
4. Enter FND when it prompts for
Enter list of products to link (‘all’ for all products) [all]
5. When prompted for
Generate specific executable for each selected product [No] ? YES
select YES
& from list of executable select FNDLIBR.
This will create new FNDLIBR executable
2) Suppose user deleted the adpatch executable accidently
How to restore adpatch executable
1. Invoke adadmin on concurrent manager node
2. Select option 2. Maintain Applications Files menu
3. Select 1. Relink Applications programs
4. Enter AD when it prompts for
Enter list of products to link (‘all’ for all products) [all]
5. When prompted for
Generate specific executable for each selected product [No] ? YES
select YES
& from list of executable select adpatch.
This will create new adpatch executable
3) Suppose user deleted the adadmin executable accidently
$AD_TOP/bin/adrelink.sh force=Y ranlib=Y “AD adadmin”
The above type command can be used for any executable if dont want to use adadmin to restore the executable
excellent blog i ever found. thanks a lot.