The search returned 8 results

by Rudy
January 6, 2016 - 5:04 PM
Forum: WAPT Packages
Subject: Unable to upload a package
Answers: 0
Views : 2751

Unable to upload a package

Hello everyone,

I need some help.

After building my package,
I can't send a packet to my WAPT server. I get the following error message:
FATAL ERROR: ConnectionError: HTTPConnectionPool(host='wapt', port=80): Max retries exc
eeded with url: /upload_package/hg-visio2007_12 ...
by Rudy
November 3, 2015 - 3:52 PM
Forum: WAPT Server
Subject: random DMI - serial number
Answers: 3
Views : 5231

Re: Random DMI - Serial Number

Hello,

I was able to solve my problem by running the following command on the client machines: `wapt-get register`.
It's strange that the agent wasn't sending the information during installation.

So I created a package incorporating the above command and then deployed it to all my machines.
by Rudy
November 2, 2015 - 3:28 PM
Forum: WAPT Server
Subject: random DMI - serial number
Answers: 3
Views : 5231

random DMI - serial number

Hello,

I'm having trouble with the BIOS information retrieval, specifically the serial number of the machines.
Some machines retrieve the information correctly, while others don't.
I've checked the execution of dmidecode.exe, which works correctly and displays all the machine information...
by Rudy
November 2, 2015 - 3:19 PM
Forum: WAPT Packages
Subject: Creating an MS-Office 2013 package
Answers: 20
Views : 21681

Re: Creating MS-Office 2013 package

Good morning,

I managed to solve my problem by adding parentheses and removing quotation marks from the execution code of silent.msp.

Code: Select all

cmd = (r'setup.exe /adminfile silent.msp')
Thank you for your help.
by Rudy
October 29, 2015 - 11:11
Forum: WAPT Packages
Subject: Creating an MS-Office 2013 package
Answers: 20
Views : 21681

Re: Creating MS-Office 2013 package

Hello,

I'm reaching out to the community again because I'm still unable to install Office 2010 or 2013 using WAPT.
I've tried deploying the Office suite on a freshly installed Windows 7 machine, but I'm still getting the same errors...
by Rudy
October 26, 2015 - 3:23 PM
Forum: WAPT Packages
Subject: Creating an MS-Office 2013 package
Answers: 20
Views : 21681

Re: Creating MS-Office 2013 package

Here are the errors I'm getting on the console (attached).

I also noticed that when I perform a local installation before publishing the package on my server, I get an Office error (error3.png)

. Apparently, the installation can only be completed if it's the first time. So, on the machine...
by Rudy
October 24, 2015 - 5:47 PM
Forum: WAPT Packages
Subject: Creating an MS-Office 2013 package
Answers: 20
Views : 21681

Re: Creating MS-Office 2013 package

Thank you for your quick response.
I'm getting an error on the WAPT console while monitoring the task execution.
I get the message: "installing "package name"" for a while, without any installation taking place on the client, and then the message: "PackageEntry "package name..." appears.
by Rudy
October 23, 2015 - 2:43 PM
Forum: WAPT Packages
Subject: Creating an MS-Office 2013 package
Answers: 20
Views : 21681

Re: Creating MS-Office 2013 package

Hello,

having followed the steps carefully, I'm getting an error during installation: PackageEntry "packagename" unavailable. The interface remains frozen on the package installation screen.
I also tried downloading the file from the link posted above, but I'm still encountering the same problem...