Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
KevinFournier
About
- Username
- KevinFournier
- Joined
- Visits
- 2,123
- Last Active
- Roles
- Administrator
Comments
-
That explains it. SRP Mail was built using .NET 4, which requires at least OI 9.3. Email security has advanced over the years, so we changed platforms to keep up. I highly recommend upgrading OI.
-
Line 37 is the call to start up RevDotNet. What version of OI are you on?
-
Are you calling SRP_Mail or SRP_Send_Mail in your code? You should be calling the latter.
-
I should chime in here and note that the installer does not pass "nothing" for the password. If you omit the password, it uses the supplied USERNAME as both username and password. This is why it works with OI 10, if you setup OI 10 to allow for such…
-
Oh, try calling SRP_Send_Mail instead of SRP_Mail. SRP_Mail is a convenient wrapper, which you are welcomed to use, but it has totally different parameters.
-
The fact that you're getting nothing leads me to believe that SRP_Send_Mail is actually just not getting called. Can you make sure there aren't additional copies of $SRP_SEND_MAIL in SYSOBJ? Also, since SRP Mail 3.0 relies on RevDotNET, you might to…
-
Try "TLS12" on Config<8>.
-
Gmail no longer supports SSL. Try using port 587 and setting Config<8> to "TLS". If that doesn't work, you might need to upgrade SRP Mail.
-
The Schedule control is the way to go. Each column/row (based on your preferred view) are called Entities. Entities are your resources. They could be cement trucks or, in your case, employees. Then you add Appointments, which would represent jobs in…
-
I'm not sure how these get there, but I see it from time to time. There was a bug in SRP_Get_Utilities_Version that would crash in OI 10, but it was fixed in version 2.2.6. The latest version is 2.2.8, so make sure you get up to date.
-
I've tried to recreate this in OI 10.2 to no avail. I've most often seen this happen when the BASIC+ code is out of sync with the DLL version. Make sure that SRP_Get_Utilities_Version is returning the same version number as the DLL in OI's working d…
-
I've tried to recreate this in OI 10 on my end, but my favorites seem to be saving. So I can better understand the problem, are your favorites never saving at all, or did you just lose your favorites one time after upgrading? Is it the favorites lis…
-
Chris, Download the installer from our website again. The F1 feature should be back up and running. My apologies for the inconvenience. https://products.srpcs.com/srp-editor/
-
Thanks again. In order to support OI 9 and OI 10, some code was moved around to make supporting the two platforms' differences easier. Typos ensued in the process. You can re-download the installer and it will install version 3.4.2.4, which fixes th…
-
Is this after updating to the latest version? 3.4.2?
-
Good catch. Fixed. If you re-download the installer from our website, it will install 3.4.2.3 and the problem will be fixed.
-
I thought we had eliminated that, but no matter. I just released 3.4.2 and confirmed that your debug issue is resolved. https://products.srpcs.com/srp-editor/
-
The 32-bit version will work with both because it is an independent process, nor will making it 64-bit provide any meaningful performance increase.
-
OI doesn't support millisecond precision, only second precision. The problem is, even if you use some WinAPI to get higher precision, OI still only understands time in terms of seconds since midnight. In hindsight, it was unnecessary for the ReportT…
-
Fixed the wiki. I must have had big plans for that field, but I can assure you--looking at the codebase--it is completely ignored. Sorry for the confusion.
-
The Window attribute is ignored. It is there to self document the XML. Maybe it will be useful to a framework that uses naming conventions to automatically assign a setup to a window.
-
Sorry. SRP_Decode supports BASE32, but not base30.
-
Absolutely. I'll be putting it up on our website shortly as an official release.
-
Try this latest build. It now programmatically forces TLS 1.2 instead of relying on the system. This worked for another one of clients having a similar issue.
-
Nevermind, we found it.
-
Sorry, Mark. I got in this morning and cannot see this email. Was it sent to me or to SRP? Was it an email from you or a share link?
-
Do a full re-install of the OI Client setup and of SRP Mail. Just make sure we've cleaned everything up. Then run it. If it gets the net_io_connectionclosed error, disable the client's antivirus and try again. The fact that you got a different error…
-
Thanks, I'll follow up on that.
-
3.4.0.1 is not the correct version. It should be 3.4.1 or better. You can grab the correct OCX here.
-
The SRPEditor.ocx that is currently registered on that machine is older than 3.4.1. That message is just a generic warning that the SRP Editor version and SRPEditor.ocx version are out of sync. In all likelihood, everything will work fine. I can't …