Yes! Contact me via private messageflorentR2 wrote: ↑March 20, 2020 - 12:25 PM
Hello,
I see "guacamole client" in your screenshot. Are you using the Apache Guacamole solution? (https://guacamole.apache.org/)
If so, I would be interested in discussing this with you.
Have a good day everyone and good luck!
The search returned 8 results
- March 20, 2020 - 1:37 PM
- Forum: Your opinion
- Subject: [Teleworking] Using WAPT
- Answers: 12
- Views : 86917
Re: [Teleworking] Using WAPT
- March 20, 2020 - 12:10
- Forum: Your opinion
- Subject: [Teleworking] Using WAPT
- Answers: 12
- Views : 86917
Re: [Teleworking] Using WAPT
Hello,
at our company, it allowed us, in conjunction with MDT, to deploy 10 new laptops received on Monday morning. They were ready by 11:00 AM.
As usual, WAPT can be integrated almost anywhere.
I had to urgently deploy "VDI" VMs, something we never normally do.
At first, I...
at our company, it allowed us, in conjunction with MDT, to deploy 10 new laptops received on Monday morning. They were ready by 11:00 AM.
As usual, WAPT can be integrated almost anywhere.
I had to urgently deploy "VDI" VMs, something we never normally do.
At first, I...
- January 15, 2020 - 3:43 PM
- Forum: Reporting - SQL Queries
- Subject: Retrieving community version posts
- Answers: 0
- Views : 12075
Retrieve community version posts
Hello,
Small useful request to retrieve positions with the agent in Community version.
SELECT h.uuid,h.computer_name,install_date::date,version,h.listening_timestamp::timestamp,name from hostsoftwares s
left join hosts h on h.uuid=s.host_id
where
s.key='WAPT_is1'
AND (name ilike 'WAPT ...
Small useful request to retrieve positions with the agent in Community version.
SELECT h.uuid,h.computer_name,install_date::date,version,h.listening_timestamp::timestamp,name from hostsoftwares s
left join hosts h on h.uuid=s.host_id
where
s.key='WAPT_is1'
AND (name ilike 'WAPT ...
- October 24, 2019 - 10:19
- Forum: WAPT Packages
- Subject: [WAPT 1.6.2][Error] Creating an Oracle 11 package
- Answers: 11
- Views : 70873
Re: [WAPT 1.6.2][Error] Creating an Oracle 11 package
Hi!
I haven't had any problems with that.
Setup file
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
ORACLE_HOME = r'C:\Oracle11\product\11.2.0\client_1'
RegInventory = r'SOFTWARE\Oracle'
RegOracle = r'SOFTWARE\WOW6432Node\Oracle'
def install():
if not isfile ...
I haven't had any problems with that.
Setup file
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
ORACLE_HOME = r'C:\Oracle11\product\11.2.0\client_1'
RegInventory = r'SOFTWARE\Oracle'
RegOracle = r'SOFTWARE\WOW6432Node\Oracle'
def install():
if not isfile ...
- May 22, 2019 - 3:15 PM
- Forum: WAPT Packages
- Subject: [WAPT 1.6.2][Error] Creating an Oracle 11 package
- Answers: 11
- Views : 70873
Re: [WAPT 1.6.2][Error] Creating an Oracle 11 package
I continued my tests, and the installation is now working correctly, no more problems. However, I'm getting an error when WAPT tries to kill the process, I think: AccessDenied: psutil.AccessDenied (pid=6328)
Here is the updated setup.py:
# -*- coding: utf-8 -*-
from setuphelpers ...
Here is the updated setup.py:
# -*- coding: utf-8 -*-
from setuphelpers ...
- May 21, 2019 - 11:40
- Forum: WAPT Packages
- Subject: [WAPT 1.6.2][Error] Creating an Oracle 11 package
- Answers: 11
- Views : 70873
Re: [WAPT 1.6.2][Error] Creating an Oracle 11 package
Yes, thank you, I noticed that later! :)
However, the installation doesn't work when launched with wapt. I have the impression that the System account is causing the problem because when I launch the installation from PyScripter, everything works correctly.
Oracle gives me an error...
However, the installation doesn't work when launched with wapt. I have the impression that the System account is causing the problem because when I launch the installation from PyScripter, everything works correctly.
Oracle gives me an error...
- May 20, 2019 - 8:08 PM
- Forum: WAPT Packages
- Subject: [WAPT 1.6.2][Error] Creating an Oracle 11 package
- Answers: 11
- Views : 70873
Re: [WAPT 1.6.2][RESOLVED] Creating an Oracle 11 package
Problem solved!
I'm using a .bat file which avoids throwing an error. It's probably not the best method, but it works.
I also managed to handle the uninstallation.
So, if anyone is looking to deploy Oracle 11 (32-bit), here's what I did:
Structure of the...
I'm using a .bat file which avoids throwing an error. It's probably not the best method, but it works.
I also managed to handle the uninstallation.
So, if anyone is looking to deploy Oracle 11 (32-bit), here's what I did:
Structure of the...
- May 20, 2019 - 2:23 PM
- Forum: WAPT Packages
- Subject: [WAPT 1.6.2][Error] Creating an Oracle 11 package
- Answers: 11
- Views : 70873
[WAPT 1.6.2][Error] Creating an Oracle 11 package
Hello,
I'm creating a package to install Oracle 11.
I'm encountering a problem during the installation process. For a silent installation, setup.exe must be run with an .rsp file. No problem so far. The issue is that setup.exe is executing the...
I'm creating a package to install Oracle 11.
I'm encountering a problem during the installation process. For a silent installation, setup.exe must be run with an .rsp file. No problem so far. The issue is that setup.exe is executing the...
