Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
josh
About
- Username
- josh
- Joined
- Visits
- 2,067
- Last Active
- Roles
- Member
Comments
-
I moved the transaction volume to a folder on the database server (managed by the UD). Now users are saying it's too slow. I'm guessing it's got nothing to do with the volume being on the database server but rather that the folder currently contains…
-
we are running lh47.exe TBH , I don't know much about linear hash, but I'm guessing lh47.exe is 4.x.
-
Well, I wasn't able to find the 1 and 100 folders. I looked in the directory containing oinsight.exe. BTW, is it possible for transactional processing to use the UD to write the temporary files?
-
"What kind of stuff do you see written to C:\TVCORYX.CC\OITRANSACT?" Good questions, just lots of lk ov gibberish. I will actually have a look at what's in these files. Btw, it might be that our "framework" code is writing stuff into this folder.…
-
Well, I'm more confused now. What do you mean by 1 and 100? What do you mean by "the path is not supported" ? I can see stuff being written to C:\TVCORYX.CC\OITRANSACT.
-
I see, so you're saying that the folder be located on a share that each user has access to? Good idea, no idea why we don't do it like that. I will ask my team. Although, the data on the share will still be unencrypted and accessible to the users.…
-
Isn't it part of the "transactional processing" feature of OI? So, you can specify that several writes be part of a transaction, which means that each write writes to a temporary location (rather than updating the real database), and then when you…
-
We will have 1 computer that dozens of users connect to via RDP. Each user runs OI. Each OI will write to C:\TVCORYX.CC\OITRANSACT. Concerns: 1. If you have multiple OIs writing stuff in there, could that not cause corruption? 2. Out IT departmen…
-
ok that's a pretty big mistake i guess lol
-
According to this it's valid https://revsoftuk.wordpress.com/2013/06/26/openinsight-9-4-released/
-
We noticed it because users complained that their OIs were crashing. Their number of GDI handles was hitting 10k, from there we narrowed it down to the menu bar icons. Process Explorer tells you how many GDI handles are currently being used by a p…
-
I created an unassigned variable analyser that is better than OI's https://github.com/jgschis/BasicPlusParser/blob/master/BasicPlusParser/Analyser/UnassignedVariableAnalyser.cs It first builds an abstract syntax tree, then it simulates running the…
-
The oconv is just a display thing. the fact that it affects data processing is concerning.
-
@ausmarkb yes, the fact that the rlist oconv must match the dictionary oconv is very concerning.
-
ok, everything is working, so i think we'll just leave everything as is. This might come up again when we start rolling out oi 10 to our users though.
-
OK, do you still want me to email you?
-
srpcontrols.ocx. To setup oi 10, I ran this program SRP_Controls_Install_4.1.20.exe After running that program, i started getting those error messages in oi 9. To fix, i unregistered the srpcontrols.ocx dll that SRP_Controls_Install_4.1.20.exe…
-
@donbakke nvm, i got it to work by unregistering the oi 10 dll and re-registering the one associated with oi 9.
-
ok sure
-
Can confirm that this happens to me too.
-
That's really good thanks
-
I have integrated the parser with Visual Studio Code (using the language server protocol). Feel free to use this in your editor, code is on my github. I still need to implement "hover" popups, so when you hover over a function, it puts up a popup …
-
I just remembered that you can have an equate statement in an if statement. Anyway, most people don't do that, so it would still help a lot I think, as having to hunt down the insert that a variable is in is annoying. Even just displaying and pro…
-
yes
-
You need to refresh the browser cache (ctrlf-f5 in chrome) to see changes to css or javascript files. Not sure what your other point is about...
-
great thanks!
-
Sorry, i meant "clearing".
-
Do you know if it's "safe" to alter these variables?
-
Thanks for that. This should help.