How does the issue actually occur for a user?
If a user accidentally shutdown the server or if they reboot the system the permissions which are already been configured will be removed by default.
When the user tries to start Skedler reports the application won't start and throws an error,
Follow the below steps to overcome the issue,
1. The user once again needs to add permissions that are required to make the Skedler application up and running.
Provide the required permission to install.sh in $skedler home script file using the command
cd $skedler_home
sudo chmod u+x install_as_service.sh
2. Install Skedler Reports using the below command. Run install.sh as sudo user
sudo ./install_as_service.sh
3. Then start Skedler as service using the following command,
sudo service skedler start
This avoids the uninterrupted service and runs the Skelder application hassle-free in the user's environment
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article