Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error: unable to open or read setup log file on remote host" but deployment completes successfully #5

Open
enribar opened this issue Dec 2, 2020 · 3 comments

Comments

@enribar
Copy link

enribar commented Dec 2, 2020

Hi, I am trying do deploy agent 2.8 on some Windows 10 x64 and Windows 7 x32 PCs, but Deployment tool always fails with error "Error: unable to open or read setup log file on remote host". Actually the deployment completes successfully, because I can see PCs on OCS inventory web interface and also in OCS agent logs installation results completed successfully.

image

It is a bit frustrating since there is no way to know on which clients the deployment completed successfully or not.

@bontiv
Copy link

bontiv commented Jun 8, 2021

#define WIN_AGENT_SETUP_LOG _T( "OCS-NG-Windows-Agent-Setup.log")

The setup log file name is hard coded...

@pimu
Copy link

pimu commented Jan 24, 2022

#define WIN_AGENT_SETUP_LOG _T( "OCS-NG-Windows-Agent-Setup.log")

The setup log file name is hard coded...

and also the logfile name, I suppose, see for example for 64-bit version,

OCS-NG_Windows_Agent_Setup_x64.nsi

; Setup log file
!define SETUP_LOG_FILE "$exedir\OCS-Windows-Agent-Setup-x64.log"

and unfortunately they don't match..

@thenamelessthing
Copy link

thenamelessthing commented Jun 14, 2023

it will be cool to fix that... it's rather disabling not to know whether the deployment has worked or not...

@charleneauger est-ce quelque chose que vous pouvez corriger? Je confirme avoir également le même problème.

Cordialement,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants