1900 results found
Did you review the archive pointed in that message https://wyday.com/forum/t/2019/autoupdate-process-hangs/#post-11138 ?
guestaccesstoken=WWZjPfXRCjow4F4eonZj3mcBgpa2XzkZJ9I9i6AXcaA%3D&docid=102e1620b58a6419f8b4d8f2cb5b26588&rev=1" rel="nofollow">https://reallc-my.sharepoint.com/personal/rrace_rea-llc_com/_layouts/15/guestaccess.aspx?
https://wyday.com/limelm/help/getting-started/
For a full step by step tutorial see our> official help documentation:> https://wyday.com/limelm/help/using-turboactivate-with-csharp/ I've read it and it seems like a great guide but it's for winforms.
As per the description in https://wyday.com/wybuild/help/wyupdate-commandline.php, for authenticated proxy, the proxy username and password can be passed as command line arguments.
I've seen the FAQ (https://wyday.com/limelm/help/faq/#in-vm) and had one of my remote developers follow the instructions.
I see it referenced above at https://wyday.com/licensechest/ but that page just says “Coming soon.”
https://wyday.com/wybuild/help/custom-wyupdate-version.php Running wyUpdate.exe on itself updates, and running wyUpdate.exe on my main app will also updates as expected but soon as I run my app hooked up with my custom wyUpdate.exe an error occurs when attempting to update wyUpdate.
I found an answer here: https://wyday.com/forum/t/4666/counting-of-trials-and-file-path-of-activation-data/#post-21724 1- But as I already wrote, somehow I do not have any trial license in my list, so I did not expect that 1 device should use my trial account.
The DPA covers this: https://wyday.com/dpa/ You sign and agree to it when you use LimeLM.
I have a question about the `IsGenuineResult.InternetError` in the example from: https://wyday.com/limelm/help/using-turboactivate-with-python/ isGenuine = (gen_r == IsGenuineResult.Genuine or gen_r == IsGenuineResult.GenuineFeaturesChanged # an internet error means the user is activated but # TurboActivate failed to contact the LimeLM servers or gen_r == IsGenuineResult.InternetError ) In this example, if `.Genuine` and `.GenuineFeaturesChanged` are `False` but there is an .
We have gone through the Offline activation process three times with them now (https://wyday.com/limelm/help/offline-activation/), but our licensing keeps reporting being in the no-Internet Grace Period.
https://airsdk.harman.com/release_notes
---------------------------Response from advancedsearch------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => ok ) [pkeys] => SimpleXMLElement Object ( [@attributes] => Array ( [pages] => 1 [total] => 4 ) [pkey] => Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405786 [key] => ***** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no => riddhesh_raval@yahoo.com ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405089 [key] => ****** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405088 [key] => ********** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1404916 [key] => ********* [acts] => 2 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) ) ) ) --------------------------------------------FindKey------------------------------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array ( [code] => 1 [msg] => Product key not found. ) ) ) -------------------------------------------------------------Code----------------------------------FindKey--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKey($version_id, $_POST['email'])); ----------------------------------Advanced search--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKeyAll($version_id, $_POST['email'])); LimeLM function -------------public static function FindPKey($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.find', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } public static function FindPKeyAll($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.advancedSearch', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } Thanks
To do per-user-session licensing use floating licensing: https://wyday.com/limelm/help/licensing-types/#floating
Our libcurl version is only built with HTTP and HTTPS. And it's built with the system SSL libraries (Microsoft Secure Channel on Windows) rater than 3rd party SSL libs.
In the meantime configure your HTTPS frontend (sitting in front of TFS) to use TLS 1.2 and TLS 1.3.
I'm in touch with support https://www.tsohost.com/ who are my ISP. They haven't come up with anything yet.
In addition to having no trouble getting out to the internet, this machine also has no problem pinging the same server TurboActivate is connecting to: $ ping 104.20.30.216PING 104.20.30.216 (104.20.30.216): 56 data bytes64 bytes from 104.20.30.216: icmp_seq=0 ttl=58 time=66.892 ms64 bytes from 104.20.30.216: icmp_seq=1 ttl=58 time=61.017 ms64 bytes from 104.20.30.216: icmp_seq=2 ttl=58 time=47.256 ms It also has no problem connecting over https, as long as the certificate check is skipped (as the cert for that machine is for *.wyday.com, and as far as I can tell from reverse lookup there's no DNS address attached to that IP): $ wget --no-check-certificate https://104.20.30.216--2016-12-14 23:40:00-- https://104.20.30.216/Connecting to 104.20.30.216:443... connected.
6) Create a new project "MyApp" in wyBuild, 7) create a new local folder "1.0" in which copy all file of my application except my custom wyUpdate8) add all links in "Your program's folder" from the files in local folder "1.0" to the "MyApp" project9) add the address "https:\\mycompanysite.com\mycustomwyupdate\mycustomselfupdate.wys" as host of wyUpdate for "MyApp"10) setting the download site of "MyApp" to "https:\\mycompanysite.com\myapp\%file%"11) build wyUpdate of "MyApp"12 ) build updates and upload "wyserver.wys" and *.wyu file to "mycompanysite.com\myapp\" Question: like before the wyUpdate.exe obtained after the 11) is not the custom wyUpdate.exe, I have to rewrite it before build the update?