Posts posted by Paul
-
-
-
-
@KerryCÂ for the crashes, did you see any "Application Error" error too? Can you please send us a screenshot of that event too?
If the service is marked for deletion it should be removed upon a reboot. Once it's removed, you can use installutil from the C:\Windows\Microsoft.NET\Framework64\v4.0.30319 folder to manually register the service:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installutil.exe "c:\program files\pulseway\pcmonitorsrv.exe"
-Paul
-
-
Incidentally Google Firebase has deprecated their v1 push notification API which is what has caused the Pro / Free tier to stop sending Push notifications. We've patched it for the team plan but for the Pro / Free plan we're unable to fix it as it's running a really old version of the server software.
Trust me when I am saying that we're not deprecating the Free and Pro plans because of an attempt to convert the user base to paid plans, it's just impossible for us to support that business model in the server software as we've been fighting compatibility issues for 9 years now since the launch of the multitenancy model on the Team plan.
This was not an easy decision to make and we're doing what we can to make the transition smoother.
-Paul
-
Hello @SESNut,
Are you on the Pulseway Pro / Free plan by any chance? Those plans are being discontinued and they are indeed having some issues with Android notifications. We can help you migrate to a Pulseway Team plan.
-Paul
-
Hey @Martin Petersson,
We don't support custom installers for macOS just yet however this is something that we're considering for the future.
Sorry for that!
-Paul
-
Hey @Mahesh De Silva,
Try using this batch script (remember to add each line in the pem file in the script as separate echo calls):
(@echo -----BEGIN CERTIFICATE----- & echo line1 & echo line2 & echo line3 & echo -----END CERTIFICATE-----)>warp.cer & certutil -addstore ca warp.cer & certutil -addstore root warp.cer
-Paul
-
-
@otto.kovar We're working on expediting an app update to be released.
@SteveAtVarlink Can you please PM me your instance name? Is the problem still present?
-Paul
-
We've discovered that some old installations of the Pulseway app are incorrectly displaying the "This application version is no longer supported, please update it" message. To resolve the issue, you just have to sign in again. Our development team is working on releasing an update that detects this situation and prompts you to re-authenticate automatically.
On the Android app, if you don't can't use the "Log out" function, just long press on the app from the home screen and select "Clear storage" and you should be prompted to authenticate when you open the app.
We apologize for the inconvenience caused.
-Paul
-
@Jerdal, I cannot locate your email by date nor by address hence why I need your email headers to identify the message IDs and see if our email provider has received it. In the meantime, just PM me your instance name, username and the last 4 digits on the credit card on profile.
-Paul
-
Hey @Nelson,
Can you alter the token value to be 'redacted' and then PM me your full request (include HTTP headers)?
-Paul
-
-
Hi @Jerdal,
Please contact customer support at support@pulseway.com. We'll help you recover access to your account. Please be advised that you will have to undergo an identity verification process.
-Paul
-
-
Thanks for letting us know. Did you change the resolution recently? Do you use a custom scale factor (DPI)?
@Mark here's an interesting one for you.
-Paul
-
Hi @Starscreem,
This is not the case. This needs to be done only on client machines from where you connect to other systems. Running the application as an administrator will enable the secure communication protocol TLS 1.2 which is required to ensure product security.
-Paul
-
Hi @techtedg,
You can definitely do this through an automation script. You can create a custom field called "AssignedUser" and make it be of system scope. Then assign the custom field to the systems you want to name (you don't have to do it for all systems, the script I have built below will only overwrite the computer name for systems that have a custom field value assigned). Then you will need to create a powershell automation script, add an input variable that is bound to the custom field you've just created and use the powershell script below:
$AssignedUser = ''; # this will get automatically generated for you when you create the input variable, you don't need to add this line if ([string]::IsNullOrEmpty($AssignedUser)) { Write-Output "Missing AssignedUser custom field value, aborting..."; exit 0; } $newComputerName = "$AssignedUser $env:COMPUTERNAME"; Set-ItemProperty -Path 'HKLM:\SOFTWARE\MMSOFT Design\PC Monitor' -Name 'ComputerName' -Value $newComputerName; Write-Output "Computer display name changed to '$newComputerName'."; exit 0;
Let me know how it goes
-Paul
-
Hi @at26574,
There was a problem with a cloud service that just got resolved. Can you try again now and let us know if everything goes well?
-Paul
-
-
-
-
Hi @BromTeque,
Many thanks for the detailed report. I've raised the alarm with the development team. I'll keep you posted with updates as I have them.
-Paul
Pulseway agents not working anymore after Windows NET.Framework Patch
in Bugs
Update, we've identified the issue and we've built a correction script that must be executed as an administrator on affected machines:
We apologize for the inconvenience caused.
-Paul