cancel
Showing results for 
Search instead for 
Did you mean: 

Can't push client to Windows 2008 from console

james2k6
Level 4
Hi,

I get this error message. -Error E0D3EBC0: Cannot deploy the Agent to 172.31.160.15.--172.31.160.15,  Exception occurred: Attempt to access the remote Service Manager failed.
The requested control is not valid for this service.

Can I also ask how to manually install client?  Thanks
1 ACCEPTED SOLUTION

Accepted Solutions

Markus_Koestler
Moderator
Moderator
   VIP   

Then try this one for agent only:
setup.exe /s /v"/qb PQPUSH=Y PQAGENT=Y PQCONSOLE=N PQBROWSER=N REBOOT=R /l* BESR_MSI.LOG ADDLOCAL=Agent,Shared,BESRSecurityShortCut"

View solution in original post

4 REPLIES 4

Markus_Koestler
Moderator
Moderator
   VIP   
If you want to do a silent setup, just use the setup.exe from the product CD with the following parameters:

setup.exe /l1033 /s /v"/qb! PQPUSH=1 REBOOT=R ProductLanguage=1033 UserLanguageID=1033 /l* BESR_MSI.LOG"

This will install the english version of the agent, the console and the recovery point browser.



james2k6
Level 4

Thanks for your reply.  I only want to install the agent.  Not console or other stuff.

Markus_Koestler
Moderator
Moderator
   VIP   

Then try this one for agent only:
setup.exe /s /v"/qb PQPUSH=Y PQAGENT=Y PQCONSOLE=N PQBROWSER=N REBOOT=R /l* BESR_MSI.LOG ADDLOCAL=Agent,Shared,BESRSecurityShortCut"

james2k6
Level 4

thank you so much.  that works like a charm.