- Joined
- Nov 27, 2015
- Messages
- 276
- Reaction score
- 93
Has anyone successfully installed Desktop app on a terminal server in a domain environment?
I installed through per posted instructions:
1. Connect to the server with a user with admin rights.
2. Open “Control Panel > Programs > Install Application on Remote Desktop…”
3. In the pop-up message click “Yes”
4. Browse to the installation file, click “Next” and when installation is complete click “Finish”
Users will connect as normal users on terminal server, open the WebClient and provision the Desktop App with their account. No installation is required by the users.
User's directory should be :
%appdata%\3CXDesktopApp\
Installation directory should be:
C:\Program Files\3CXDesktopApp
What I'm experiencing is, it runs fine in an account signed on as a local computer user, but any domain user, even domain admins, I just get the desktop app white screen, desktop app processes keep suspending. In the desktop app log:
[2021-12-22 05:06:04.689] [error] (unhandled-rejection-error-hook) {
message: "Error: ERR_FAILED (-2) loading 'voipc://electron/index.html'\n" +
' at rejectAndCleanup (electron/js2c/browser_init.js:213:985)\n' +
' at Object.stopLoadingListener (electron/js2c/browser_init.js:213:1360)\n' +
' at Object.emit (events.js:327:22)',
type: 'generic'
3CX support says permission issue, which I don't necessarily disagree with, but I cannot find what the issue is.
Domain users have full control on their user directories. I've tried adding additional permissions to both :
c:\Users\%appdata%\3CXDesktopApp\
C:\Program Files\3CXDesktopApp
I'm at a loss.
I've tried on two different terminal servers to rule out issue with specific server.
I installed through per posted instructions:
1. Connect to the server with a user with admin rights.
2. Open “Control Panel > Programs > Install Application on Remote Desktop…”
3. In the pop-up message click “Yes”
4. Browse to the installation file, click “Next” and when installation is complete click “Finish”
Users will connect as normal users on terminal server, open the WebClient and provision the Desktop App with their account. No installation is required by the users.
User's directory should be :
%appdata%\3CXDesktopApp\
Installation directory should be:
C:\Program Files\3CXDesktopApp
What I'm experiencing is, it runs fine in an account signed on as a local computer user, but any domain user, even domain admins, I just get the desktop app white screen, desktop app processes keep suspending. In the desktop app log:
[2021-12-22 05:06:04.689] [error] (unhandled-rejection-error-hook) {
message: "Error: ERR_FAILED (-2) loading 'voipc://electron/index.html'\n" +
' at rejectAndCleanup (electron/js2c/browser_init.js:213:985)\n' +
' at Object.stopLoadingListener (electron/js2c/browser_init.js:213:1360)\n' +
' at Object.emit (events.js:327:22)',
type: 'generic'
3CX support says permission issue, which I don't necessarily disagree with, but I cannot find what the issue is.
Domain users have full control on their user directories. I've tried adding additional permissions to both :
c:\Users\%appdata%\3CXDesktopApp\
C:\Program Files\3CXDesktopApp
I'm at a loss.
I've tried on two different terminal servers to rule out issue with specific server.