Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,960
- Last Active
- Roles
- Member
Comments
-
>>Does it identify the end user in a way to distinguish them from another end user? No
-
I could still use the 'lan-oecgiapi' part of the RegistryInfo to identify as I would setup and separate registry entry for each.
-
Thats right, cant read the registry as it reverts to the WOW one. Damnation. https://forum.srpcs.com/discussion/comment/7240/#Comment_7240
-
I was thinking I could read the registry and get the DATAPATH. I see this in the log, how do I get that value in my OI http application? <26> HTTPRegistrySettings + RegistryInfo : SOFTWARE\RevSoft\OECGI4\lan-oecgiapi
-
>>authentication to identify which "client" Not sure what you mean by that. What do you refer to as the "Client" >>custom HTTP header My try was in the OI http program, I assume what you are refering to is having it setup in the copy…
-
What I would really like to do is add DATAPATH to the registry entry and be able to retrieve the value. I know that oicgi4 wont pass it to you for retrieval(I did test in the past, but, of cause, maybe missed something) , but, is there maybe a 'back…
-
I delete it as the result was not the code I was looking for. The environment is OI9.4 and X or S is not accepted, so maybe I was thinking AREV.
-
[deleted]
-
@DonBakke Yes, thanks. Maybe this is why not seeing an actual issue when it gets to the app.
-
Is this a common issue you have seen. It does not appear to be causing any application issue that I can see. Maybe form formatting or something. Is it a 'resource' that should be 'installed' on the local server do you think.
-
Thank you so much.
-
particularly interested in the CORS error section. "access-control-allow-origin" ? where can that be set?
-
"safer" version SaveParentUrl =ParentUrl HttpSetupKey = SetupRowKeyID$:"*":OIAccount HttpSetupRecord =xlate(SetupTable$,HttpSetupKey,'','X') HttpSetUpUrl = HttpSetupRecord if len(HttpSetUpUrl) then NoUrlParentUrl =field(ParentUrl,…
-
Thanks. I have gone this way which works for me and can see what is happening in one place. SaveParentUrl =ParentUrl HttpSetupKey = SetupRowKeyID$:"*":OIAccount HttpSetupRecord =xlate(SetupTable$,HttpSetupKey,'','X') HttpSetUpUrl = Htt…
-
Ok, what I can do is assemble my own ParentUrl (I assume I should not change the one you pass in) from the "Home URL" and "API URL" checking if there is an 'override' value in the "Home URL" first (making it site independent)
-
I thought this might be the override solution: But according to the i
-
OI9, yes sorry keep forgetting to state. Thank you.
-
A bit of testing has shown that oengine is 'shared' until another OECGI request is made using a different OI account which then is spawning another oengine.exe.
-
@opto_will In my case the OEngine is always spawned from an OECGI request Same situation here
-
OK, now I see they are all closed - so forget below - but am sure they were up for longer than 1 minute (as per the config file) Hi all, My observation is that if OI is not running , engines (OENGINE.EXE) open and close in the time limits. BUT if O…
-
wow, that is cool. Thank you
-
@Opto_Will how did you get that status type list (the black background one)
-
>>is that one of the systems (OECGI4) spins up a crazy number of OEngines that shouldnt be possible with the eserver config, nor does it seem to kill them off. I am also seeing this, so, look forward to the responses. Not all the time. On my…
-
>>Also there is an option in SRP Editor, that you can set. Yes I know that, but, rightclick appears to be a sub option. I assume that if it is off in the options, you dont get the 'sub option'
-
Right+Click on where the line numbers show and select 'Show Line numbers'
-
I believe the frameworks install was 'pre-release' for PBC , send to Mark Boorman. So, believing that could be the case, is there another coming out, as we are pushing this to live with our new web app.
-
Actually, it was this debug that was triggered, not the one in NDW_Web_Accounts_Events as reported. Was new install and the folder was not attached.
-
Actually I assumed the reported debug was this one as I just looked for one in this routine. So, it was actually not triggered, but the one in database_services that I reported
-
I really cant help you as it was not me. Cant reproduce it, so just leave it for now.
-
No, called the form from a dialog box