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,163
- Last Active
- Roles
- Administrator
Comments
-
SRP_UNICODEOIPI_SETUP ran successfully? Or do you mean the report is working now?
-
Run SRP_UNICODEOIPI_SETUP then. No parameters.
-
Let's make sure everything is routing to SRP Unicode OIPI. From a command line, call GET_PRINTER("CURRAPI") and make sure the return value is "SRP". If you get "OI", then you need to call SET_PRINTER("CURRAPI", "SRP"). If you get back "", then you …
-
Yes, \t is a tab character. That is standard json encoding.
-
Is this the first time you've installed some version of Unicode OIPI? Because EngineRunning is not something SRP_SET_PRINTER_DIRECT calls. Make sure there are not multiple versions of $SRP_SET_PRINTER_DIRECT in SYSOBJ.
-
I still can't recreate this in a clean copy of OI 10. Email me at kfournier@srpcs.com to arrange the next steps. The quickest way for me to find out the issue will be to get a copy of your system, but we can decide that via email.
-
You will notice that items towards the bottom cannot be clicked. I'm struggling to recreate this in OI 10.1 currently, even if I put the control into an SRP Panel, so I'm missing some kind of detail. Do they not scroll into view at all, or can yo…
-
I'll take a look. Is this happening on a screen with a higher than normal DPI setting, or does it seem to happen regardless of screen settings?
-
In OI 10, the SRP Editor tries to initialize the OIPI so it can support printing. It could conceivably hang if you don't have any printers defined on your machine, or perhaps all defined printers are from a network OIPI can't see, so it just sits th…
-
Looking at the SRP Editor in the screenshot, it looks like it actually loaded fine but that the splash screen is getting stuck somehow. Can you still interact with the SRP Editor? If you click on the splash screen and press Alt+F4, does the splash s…
-
Fixed in 4.1.21.1. Thanks.
-
Email me at kfournier@srpcs.com, and we'll do a remote support session.
-
Make sure .NET Framework 4.8 is installed. I need to update that installer page to reflect the latest changes.
-
Yes, TLS is required. SSL is considered too insecure, though some server still support it for backwards compatibility. Even the .NET SMTP Client doesn't support it anymore. Sorry that the error message wasn't more helpful. I'll look into making it m…
-
Okay, I know what this is. This is indeed a 32-bit issue. 32-bit applications, when running on 64-bit systems, cannot access keys directly under the SOFTWARE key. Any attempt to do so is redirected to SOFTWARE\WOW6432Node. In this case, when you try…
-
In RegEdit, right click all folders in the path and check to see that you have permissions to read.
-
I've tried various combinations, and I can't reproduce this issue. I tried it running both in Administrative Mode and without, and I can query and read without issue. I tested in 2.2.5, though that really shouldn't matter since SRP_Registry has chan…
-
Quite the whoopsie on my part. That will be removed for the next release. My apologies.
-
Okay, Don and I discovered the issue. This has to do with declaring a table to be a CODE type table in the SRP Editor. At that point, the SRP Editor assumes it can parse whatever you load from that table. The next version of the SRP Editor will do a…
-
Out of curiosity, I searched for the word "test" in SYSOBJ and got over 1000+ result, no hanging. All Table Search does is read the record and do an Index or IndexC on it. It shouldn't really matter what is in the record. I use the same simple algor…
-
Yeah, that's on me. I'm not exactly sure when I fixed it and I clearly forgot to make a note of it.
-
Are you up to date? I get the same result (in non-UTF8 mode) using SRP_JsonX or SRP_Json in the following test code, which I ran on OI 9.4. SRP Utilities version 2.2.4. Compile Function Test(VOID) $insert SRPJSONX Declare function SRP_Json, UTF…
-
Sorry, no. SRP Mail simply returns the message provided by the server. The latest version of SRP Mail leverages .NET to send emails, so perhaps you'd get more informative errors, but that too does not specifically provide error codes. I can add this…
-
I just announced a new release: 3.3.7. It seems that when I upgraded my OI 10 dev environment to OI 10.1, it cleared out all my splitter bar settings. 3.3.7 restores those settings so that, if you lose the status pane, you can now grab the splitter …
-
OI 10 help works now in 3.3.6. It will open it in the OI 10 IDE and bring the IDE to the foreground.
-
That was my conclusion. I can always jump to a direct page, but I have to know the exact url.
-
It's not possible to link to OI 10 Web help because there is no API provided to do specific searches. I could, at best, have the shortcut just open the home page of the help, but that's it. You'd still have to do your own searching.
-
Whenever OI 10 gets updated, the menu gets updated as well, so the shortcut disappears. The SRP Editor menu item can always be re-added via the SRP Editor's Options dialog. This means you have to launch the SRP Editor manually, which you can do via…
-
My guess is that OI 9.2 doesn't support .NET 4.0, which is what SRP_Mail requires. In OI 9.4, the STARTDOTNET routine has two parameters, the second of which is used to target the version of .NET requested. I'm not sure when this second parameter wa…
-
If you open RegEdit, go to "Computer\HKEY_CURRENT_USER\SOFTWARE\SRP\SRPEditor", and delete all the values in that location, you've essentially reset all options.