1. The status of the configurations is always in "Ready to Execute" state. Why?
Check the following:
Questions
2. Unable to deploy the software. Why?
When Software Deployment fails, you will get to see any of the following errors in the Remarks column of the Execution Status of that configuration:
Some of the common solutions include:
- Check whether the software being deployed can be installed in silent mode.
- The network share from where the software has to be installed do not have necessary privileges. The network share should have read permissions for the "Authenticated Users" group for the software installation to work properly.
- Check whether the Endpoint Central agent has been installed in all the computers within the defined scope. To verify this, view the Agent Installation Summary by clicking Admin --> Scope of Management link.
- If an OU or a Group is specified as the target for a configuration, check whether that OU/Group has users and computers within it. You should login as that user or restart the computers within that OU/Group to get the configurations deployed.
- When the machine running Endpoint Central has multiple IP Addresses, like a Virtual Adapter, two NICs, etc. Try disabling the virtual Adapters, if any.
- When the Firewall running in the m/c running Endpoint Central Server blocks the data. Ensure that the Endpoint Central Port (default is 8020) is added to the exceptions list.
2.1 The Wait Option has been timed out
Cause: The installation is waiting for the user input or could not be completed within the specified time limit.
Solution: Check whether proper silent installation options have been specified correctly. Try installing the application manually in one computer using the specified options. You should not get any pop up during the installation.
If problems persists, contact support with the following details:
- Log files from Endpoint Central Server
- Log files from Endpoint Central Agent pertaining to the computer where installation has failed.
- The Software Package that you were trying to install.
2.2 The Network path not found
Cause: The network path specified while creating the package is not found
Solution: Ensure the following:
- The path specified is correct.
- The path is accessible from the client computer where the software is being installed.
- The path and the file is shared with necessary privileges.
2.3 The system cannot find the file specified
Cause: The executable file is not available in the specified path.
Solution: Check the following:
- The file name has been specified correctly
- The file is available in the specified path
- The file can be accessed from the client computer
- Try maually accessing the file from the client computer
2.4 Access is Denied
Cause: The file or the path do not have access privileges to all the users (everyone)
Solution:
- Check whether the network share has READ Access to Authenticated Users and Everyone
- If you have used Run As option while installing the software, ensure that the user as whom the software is installed has necessary privileges to install the software and to create folders under "Program Files"
2.5 The handle is invalid
Cause: Error while setting the given path as the working directory
Solution: Check the following:
- The Root Directory has been specified correctly while adding the package.
- The root directory is accessible from the client computer where the software is being installed.
- The network share has READ & EXECUTE permission to Authenticated Users and Everyone
- Both the network share and the client computers are in the same domain.
If problems persists, contact support with the following details:
- Log files from Endpoint Central Server
- Log files from Endpoint Central Agent pertaining to the computer where installation has failed.
- The Software Package that you were trying to install.
2.6 Incorrect Function
Cause: The installation process has quit abruptly.
Solution: Check the following:
- Whether shutdown / log off has been called while the installation is in progress.
- Whether there is enough space to install the software
- Whether there came a pop-up that the end user had rejected during installation.
- Whether there was a pop-up with an error message
- Try installing the application manually in one computer using the specified options.
If problems persists, contact support with the following details:
- Log files from Endpoint Central Server
- Log files from Endpoint Central Agent pertaining to the computer where installation has failed.
- The Software Package that you were trying to install.
2.7 Fatal Error during installation
Check the following:
- Whether the software is already installed in the client computer (for EXE based applications only)
- Whether the User /Computer has necessary privilege to install the software
- Try installing the application manually in one computer using the specified options.
- For MSI applications, try selecting the "Enable Logging for troubleshooting" option while adding the package and check the logs for any application specific errors.
If problems persists, contact support with the following details:
- Log files from Endpoint Central Server
- Log files from Endpoint Central Agent pertaining to the computer where installation has failed.
- The Software Package that you were trying to install.
2.8 The storage control block address is invalid
Cause: The network path specified is invalid
Solution: Check whether the network path specified while adding a package is correct.
2.9 Failed with unknown error code : <error code>
Cause: Due to some specific error related to the application being installed.
Solution:
- Check whether the application is already installed in the client computer
- Try installing the application manually in one computer using the specified options.
- For MSI applications, try selecting the "Enable Logging for troubleshooting" option while adding the package and check the logs for any application specific errors.
If problems persists, contact support with the following details:
- Log files from Endpoint Central Server
- Log files from Endpoint Central Agent pertaining to the computer where installation has failed.
- The Software Package that you were trying to install.
Questions