Jump to content
DeployCentral

Unable to connect to remote computer....


wajtech

Recommended Posts

Hi Trying to push out an application. I am getting this message and the package fails:

Unable to connect to remote Computer, Ensure this computer is not managed by another Console.

I assure you it is not- I have uninstalled the client and reinstalled verifying it is connected to my console.

Once that occures my machine is then gray in the console. It does try to repush it out and fails again.

The desktop is a WIndows 10/64 bit PC on Active Directory

Under Services there is a process that is "starting" but does not seem to ever complete  starting. Its the SmartDeploy service- Enables the launch of tasks with admin privileges.

Thoughts?

Thanks in advance

 

Link to comment
Share on other sites

You won't be able to initiate any actions from the console to clients that appear greyed out like that. It may be that the service needs restarting, or the required ports aren't open. (Sometimes restarting the Console service helps too)

When you look at the services, you should see the SmartDeploy service only if an image was deployed to that device with SmartDeploy. (It's only used during deployment.)The service below that, the SmartDeploy Enterprise Client Service should be running, if the client was installed.

image.png

You can check the ports using these PowerShell commands;
Test-NetConnection -Port 8734 -ComputerName [Your SD Console Host IP/Name] -InformationLevel Detailed
Test-NetConnection -Port 8735 -ComputerName [Your SD Console Host IP/Name] -InformationLevel Detailed

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...