Client Generator failed

Get help with installation and setup problems
Post Reply
khiu001
Posts: 9
Joined: Wed Mar 28, 2018 3:12 pm

Client Generator failed

Post by khiu001 » Thu Mar 29, 2018 10:17 am

TSplus was installed on Amazon t2.micro with Server 2012r2.

I tried to generate a Client exe but failed.

Aut2Exe Error : Unable to add resources C:\Users\Administrator\appData\Local\autoltv3\Aut2Exe\autECA4.tmp.exe

Did not install any Antivirus on this Server.

TSplus version: 11.30.3.24

Kindly assist.

Thanks.
Attachments
Capture.PNG
(8.23 KiB) Downloaded 1148 times

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Client Generator failed

Post by admin » Fri Apr 06, 2018 6:45 pm

Hello,

This is probably because of Windows defender preventing the execution of the client generator. Because of this major issue, we are planning on re writing the client generator. This should be available in June.
Olivier
TSplus support team administrator
Image

khiu001
Posts: 9
Joined: Wed Mar 28, 2018 3:12 pm

Re: Client Generator failed

Post by khiu001 » Sat Apr 07, 2018 9:45 am

How can I disabled Windows Defender for Server 2012r2 ?

Generate client should be set to installation folder of TSplus

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Client Generator failed

Post by admin » Sun Apr 08, 2018 1:03 pm

Hello,

Open a cmd prompt with admin rights and type in the following :

Turn off Windows Defender Real-Time Protection using PowerShell

Set-MpPreference -DisableRealtimeMonitoring $true

Add a File path exclusion for TSplus:

Set-MpPreference -ExclusionPath "C:\wsession", "C:\Program files (x86)\TSplus"
Olivier
TSplus support team administrator
Image

khiu001
Posts: 9
Joined: Wed Mar 28, 2018 3:12 pm

Re: Client Generator failed

Post by khiu001 » Tue Apr 10, 2018 4:32 pm

Get error when running cmd as admin right and PS.
Set MpPreference.PNG
I am paying for the software (Enterprice 10 users) and 1 year support but no able to generate a client exe.

What a waste of money.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Client Generator failed

Post by admin » Wed Apr 11, 2018 8:06 am

Hello,

The problem here is that we don't know how to reproduce your issue. There is a security somewhere that is preventing you from using the client generator. As a workaround, you can copy the client generator program located in C:\Program Files (x86)\TSplus\Clients\WindowsClient

Copy these two files : ClientGenerator.bin and ClientGenerator.exe on a different computer, this will allow you to generate your connection client.
Olivier
TSplus support team administrator
Image

Post Reply