Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,092
- Last Active
- Roles
- Administrator
Comments
-
Luann - Normally this is a configuration setting done in AREV32 from SYSPROG. I can provide more guidance if needed. Also, confirm that your Database Manager > Environment Settings is configured to "Create Arev32 User".
-
Barry - I'm pretty sure that won't work. I had already tried text that is very similar to that with poor results.
-
Just got back yesterday!
-
I don't think there is a direct Set_Printer message to do this because the OIPI itself does not support a hyperlink object the way that, for instance, Word does. You are getting a hyperlink in your PDF because either 1.) VSPDF.ocx or 2.) your PDF re…
-
If you are going to test this theory then make sure you run the OEngineServer from a command prompt (i.e., debug mode). When you run it as a Service then it won't have access to mapped drives. When I get a moment I'll test this out on my web server…
-
I concur. There shouldn't be any way for this memory to be held over to another session.
-
I have this in my api which reads a control file record which, as I would like it kept in memory after first read, set the notexpired to 0. I was wondering what forces this to do a fresh read. Does it stay in memory for weeks? There are three con…
-
I'm not a javascript developer so I cannot comment on the attached code.
-
So, they should be doing What!!! - synchronous I assume. That depends on the app. Asynchronous calls are a valid way to get multiple requests processed in parallel to improve performance. This is fine as long as these calls are independent of each…
-
I was suspecting this was due to the web app making multiple asynchronous calls. In fact, I had a draft response suggesting this, but I ran out of time to finish the post before needing to leave. BTW, the logs I'm referring to are the ones that the…
-
Hi Albert - Does the NEXT property work with other controls?
-
I'm 99.9% certain this is not related to you seeing two engines spinning up. I suggest inspecting the logs to determine the nature of the HTTP request.
-
which I can establish from the XXX-oecgiapi in GetOECGIRequest')<18>, getting the XXX part. You can also get the same information using GetHTTPScriptName. There is a service to get every part of the OECGI Request array. So, my question now i…
-
>>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 of the web application that is used. (what the IIS virtual dir points to) - would prefer not to do that as done by a 3rd …
-
I'm going to split up my response into two posts. >>authentication to identify which "client" Not sure what you mean by that. What do you refer to as the "Client" "Client" is the generic term for the entity making a request from the server…
-
I think the best practice is to use the authentication to identify which "client" the current user is associated with. Barring that, you should be able to add a custom HTTP header to the request. You indicated that you tried this but it didn't work…
-
I haven't done this myself but my notes from forums discussions and email exchanges with others indicate that you must create a Volume Pointer and update the MFS list in field 2 that record much like you would in the REVMEDIA record. Use the Databas…
-
I saw that you had originally reported success and then you deleted your post. I also see that you are posting this question in the Revelation forums but I think the answers are assuming you are working in AREV/AREV32. Can you clarify what is the st…
-
To confirm, you don't even have to load anything into the SRP Panel control and this problem happens? The secret ingredient is to just have the SRP Panel control on an OI form and a traditional menu and that results in this problem? What version of …
-
I'm not sure what you are referring to by "field 6". The whitepaper is accurate when it refers to value position (not field position) 21 for a given control. The proper way to remove your script events is to go to the Event Script editor from withi…
-
Using the RDK would be the standard and safe route to deploy your BRW report. However, BRW reports are stored within Report Groups. So, if you have a Report Group of 10 reports, you have to deploy all 10 at a time. This might not be desirable. Yes,…
-
I can't recall this happening before. I'm pretty sure the launcher just calls a standard Windows library to load the image. I'm tempted to believe that one of these library calls is getting hung somewhere at a low level. I'll have to defer to Kevin …
-
Should I visit the other script event handlers in the repo and make them all return 1 as well then...? I admit I'm not always clear if I'm fighting my lack of understanding, or flakey behavior in OI, when it acts in unexpected ways. I this scenari…
-
...away from using repository-based event handling towards using a commuter module. I assume "repository-based event handling" refers to script event handlers. Even commuter modules are called via the Repository so that description is a little amb…
-
@BarryStevens perhaps this won't help, but do you see these lines in the AuthenticateRequest service (from the HTTP_Authentication_Services module): // All response headers that need to be set, regardless of authentication, should be handled here. …
-
This isn't a work around or fix for the Ctrl-Z issue, but when I know I'm working on a stored procedure that is locked, I don't Ctrl-Z to "undo" the change that can't be saved. Rather, I move it to the Favorites section (Ctrl+F8), close it (Ctrl+W),…
-
That way will work and it is similar to the original way the Framework derived the Home URL. However, it was pointed out to me that API sites that support multiple URLs will always be returning a hard-set URL rather than the one actually used to mak…
-
I would update the API_SETUP insert with new variable called FullEndpointURLPort and assign it like this: FullEndpointURLPort = HTTP_Services('GetFullEndpointURL') : ':' : HTTP_Services('GetHTTPServerPort') Then you can use your flag to determine…
-
As noted in the help text you posted, the Home URL you see in the Setup window is only used when "one cannot be derived". Let me explain exactly how this is derived. The HTTP Framework relies upon data coming in through the Request dynamic array th…
-
I suspect this is for OI 9. If so, then those entities don't have SYSREPOS pointers.