The error typically occurs when the Linux machine where Vembu BDR is being installed lacks the Perl package. Without Perl, the installation process fails and results in the mentioned "Access Denied" error.
To resolve the "Access Denied" issue, follow these steps:1. Install Perl Package:Description: Install the Perl package on the problematic Linux machine. Since Vembu BDR server is designed for installation on Ubuntu-flavored Linux servers, use the following command to install Perl:Command: `yum install perl`