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,430
- Last Active
- Roles
- Member
Comments
-
Ahh... Understood.
-
You dont think it offers much benefit?
-
@DonBakke I guess because I haven't been able to identify the ONLY time I need to fire it so it is firing all the time (which is bad) The only time I want it to fire is if the field I am currently in has changed from before I entereed it time and I…
-
Interface with an external .We currently have a very minimal integartion thats fairly new. They support GraphQL and REST APIs but are apparently deprecting the REST API calls. Responses will be in JSON so SRP_JSON/X can still be used to process res…
-
No worries Don. Was worth the question.
-
@DonBakke, I am definately NOT disputing your findings. It makes total sense you are deploying an already compiled runtime. I think we can very quickly agree that the systems I inherited are anything BUT 'clean'! Try again on another System. Defa…
-
@DonBakke. Pretty much. For the Editor, yes. The rest of the system tools (DB Manager, Table Builder , etc.) change color immediately with the DB environment setting change everytime. At least that has been my experience. 1. The SRP Editor seeming…
-
Actually no @DonBakke. I never looked at the SYSREPOSWINEXES until a couple of weeks ago for the noted issue here. When I did, I saw that the entries had the value of the color I wanted in other systems whereas the system I had an issue with did no…
-
Hello @Michael! Some of those posts might have been mine as I have certainly seen that issue. There are some eServer settings that should influence that behaviour: (Ignore my actual values) !Engine parameters //Number of Simultaneous connections t…
-
I agree that I would normally see the settings being immeditaly applied, however that occurs. I also note that not everything would get updated. For example, while the SRP Editor would take the color immediately, not every single called form / dial…
-
Thanks @BarryStevens. I will add that to my Toolbox!
-
So....Got one of those handy for OI 9.4 (9.4.6 technically)? I have no idea when we last did a Clean install but it was long before my time and I have no 'Pristine' environments I can trust. Don helped us out with a project a couple of years back …
-
Thanks Don. Yeah, pretty much what I was worried about. My compromise at the moment is I have localised things with custom names that ONLY get called in this one instance so nothing else should break. Famous last words.... Would I be correct in a…
-
Ok. not that lucky. I should have paid better attention to timestamps. 'old' Upgrade log info. Nevertheless my logs came through. There is a line that actually writes the record to the Dcit file it has opened: write Rec to f_File, Key else I ha…
-
Progress. I copied in that RDKModuleInstall (like I said, dont trust it is current but better than nothing?). I routed my whole process to localised versions of everything (Update_Services, RDKINSTALL, RDKMODULEINSTALL) that I logged the heck out …
-
Are we supposed to have access to the source for RDKModuleInstall? I get that runnning an install it is supposed to be copied in from the SYSUPGRADE %RUN% record but what I am trying to do now is work out what %RUN% record comes from. I have a supe…
-
For what its worth, I stumbled upon a tool that seemed a little better than Dependency Walker for tracing through the 'modern' Windows APIs as it is a 'more updated' (relative term) and open source version of that tool. Dependencies Your mileage m…
-
We use the SRP Application Launcher and I set custom captions for that! I also use Custom login and FW_MAIN background images where I can for our Test areas. Every little bit helps...
-
I hadn't Barry but I am now!! That is much more user friendly......
-
So not just me! I actually dont mind the color, I just need it to be differnt to all the other dev environments on that server. I find it really helpful when you have multiple OI instances running that, at a glance of color, you know which Editor…
-
Thanks @KevinFournier I dont know what it found but it is only in that that source environment and I cant seem to unset it. I know how to workaround it now but honestly, I thinK I will just rebuild the affected environment new from the normal de…
-
Don, still shows up Blue in SYSPROG. @KevinFournier When you say 'set to System', is that different to the DB settings I noted? I can see in the SYSREPOSWINEXES where the COLOR ID is stored for the Editor. On the system I noted it has the 'LIGHT BL…
-
I've been wading deep in the Revelation forums searching for keywords and have tried various things that were suggested to fix other issues. I deployed in from a 'clean' site RDKMODULEINSTALL. That didnt help. I manually removed the %RUN% record …
-
I actually had reason to bounce the whole Server yesterday so restart Server, restart OI, restart Editor! I even just resinstalled the latest Editor. I know its something on my end because this is the first 'fail' of maybe 50 times I have done this.…
-
Good memory @AusMarkB Yes, same error. Same System Monitor procedure. Different step. Previous errors were resolved by a few things. 1. That particular process was the very final step run in the list and I ended up throwing it off with an immed…
-
@AusMarkB You, sir, are a neverending source of Boomhauer memes! Always gets a chuckle :)
-
Fair enough. We have only just started using it ourselves (Immediate Task Submits) to get around a problem we encountered running some preocess via System Monitor. Thats a longer story. Already though, I can see the residual entries stacking up so …
-
Does anyone else have an ever growing SysTasks table as well? I was thinking maybe AusMarkB's solution for Syslists might also apply to Systasks?
-
Would this logic also apply to the systasks table? We are also building up entries via immediate RTI_TASK_SUBMITS. Obviously the completeion of a task doesnt clean that up, otherwise you couldn't retrieve the status.
-
@BarryStevens With the latest Controls, I had to add some code (as per Kevin's notes) to a localised version of the FW_MAIN_EVENTS Create (right before the frame is set to Visible) to use Kevin's new LayoutChildControl method for the Ribbon Control.…