Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Opto_Will
About
- Username
- Opto_Will
- Joined
- Visits
- 1,565
- Last Active
- Roles
- Member
Comments
-
And just to confirm my settings for my 4.0.9.7 install.
-
Sorry @DonBakke, forget everything I just said. It is a lie. I didn't restart my OESocketServer before every attempt so I think I was getting some cached results. Rookie mistake. So the ACTUAL answers to your requests: MSG() does fire in my code. …
-
The MSG() didn't trigger anything and the JSON was returned as expected. This was the same behavior with the debug in the HTTP_MCP!!! Getting concerned, I just triple checked the location of my Java -jar OESocketServer.jar -l eserver.cfg -d 3 call,…
-
Don, I wasn't aware of that. Thanks for the calirifcation. *whew*. You had me scared for a second. Yes, an engine spins up! I had no other running instances of OI and did a call using Postman so I could clearly see the result of my request. FYI …
-
Sorry @DonBakke, Visual Debugger. That wasn't working so I changed the HTTP Framework setting to 'Intercept' and tried to use my own routine to see what I could catch. Unfortunately the fish weren't biting so I have since reverted this back to the…
-
I should note debugging works fine in OI itself. {We had some issues in the past where that wasn't the case when there was a OI Licence file version mismatch with actual version of the OI Application running.} Not the case here....
-
All, From my recollection BLOCK_EVENTS did provide a noticable boost in response when wrapping it around opening a form. However, we stopped using it for a couple of reasons (though we could have worked around them if pressed). I *think* these we…
-
Yep. :) My particular test found 100-odd entries and highlighted them. I even went up and down between a few results too just to replicate real life...
-
@KevinFournier, I tried to replicate the crash with your steps in a few of our environments I know we have experienced the crash in before I updated the OCX. Unfortunately, I couldnt force the crash even once! I have registered the new OCX anywa…
-
A bit easier to find when you gave me some key words to search for ;-)
-
Will do. i will start here: https://wiki.srpcs.com/display/SRPFrameWorks/Audit+Manager
-
I thought as much RE OI. Coming from a RDBMS background I took that sort of stuff for granted. It seems I have some reading to do about th Audit Manager. Thanks Don!
-
OK. That's fair enough then :)
-
OK. I had noticed that bit of code when I posed the question. I was pretty sure your answer was going to be something like that. I just didnt know how the 'Realm' setting came into play...if I could use that as some sort of 'profile selector' or…
-
Don, futher to this, is there a way for the Framework to serve BOTH API call procedure types? Basically our 'old' web application needs HTTP Services (which the client above still needs as we are not in a position to migrate all that functionaility…
-
Don is just being polite. :) It wasn't the comments, it was the way they were used at line-end instead of own-line. As much as I said the config was the same as was used elsewhere (the settings indeed were), the comments were reletively new and …
-
All sorted. Appreciate the assisstance Don (and Revelation!)
-
Much appreciated Don. Hope you have a good weekend :)
-
3PV confirms ports are open and nothing blocking either of the ports we tried.
-
When trying to run as a service it fails to even start. Windows Service Manager throws an error. When trying direct from the CLI I get the response posted above. Based on those messages it still looks like it didnt actually start? I will say ther…
-
Question has been posed. They are in a time zone a couple of hours ahead of us so they wont reply till tomorrow.
-
You are a legend :) You definately dont pay yourself enough... especially when your work day is about to include tomorrow ;-)
-
Not 100% Don. I had tried a few different ports but I will pose the question.
-
;-) Yes. This was a new install (on an client's exsiting server) for us so no previous OI install. The reason I am running in debug mode was because the service refused to start. I get that it is a very similar message but all other instances I…
-
Thanks Don. I keep saying you're the best! :)
-
Then the existing line, which would remain, Swap 'MM/DD/YY' with Oconv(Date(), 'D2/') in APIProcedure would surely cater for their format mask? Wouldn't change the standard template, just the localised one. e.g. SYSENV*SRP_HTTP_FRAMEWORK_TEMPLATE_A…
-
Don, Excuse me while I finish eating my crow.... Service_Setup did exist but was missing something you added early 2017. I assumed that meant there wasn't a updated version in the deploy. That did strike me as strange I admit. That wouldn't be …
-
@FrankTomeo, Can we get our hands on that slightly later Frameworks version even though it is not related to this? As I noted above, we do actually have some issues with Favs in the 16.2.3.1 version.....
-
I have removed the localised FW_MAIN altogether to ensure we were utilising the Frameworks version. I had my fingers crossed but that didnt make a difference :(