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
-
Every source I've consulted says that CRLF is the proper line break. No CR or LF. https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
-
I believe this is a PHP issue. The HTTP response is always returned as a formatted string which combines the status, response headers, and response body data. The code you referenced from HTTP_Services is simply combining all of the constituent item…
-
Mark, it is possible that we broke SetValue along the way. Normally I also use AddValue when appending to Arrays so I never caught this. Can you please confirm the version of SRPUtilities.dll on your workstation where the above code worked?
-
My client is continuing to pursue the Single Sign-On concept and the tests are looking good. Assuming this is the same client you were referencing in another thread, what ended up being the solution to your SSO issues? LOGTO is an option in CTO. I…
-
I would be interested in more details regarding the REVCAP32.dll error, but I'm nearly certain the cause is due to a mismatch between the libraries installed via the RDK and the SRPUtilities.dll. Since you attempted to install on a Terminal Server, …
-
Actually, we have seen this very thing happen with other sites. Jared has worked closely with these sites and with Revelation so I'll defer to his recollection on these situations and how Revelation responded. As I recall, however, there wasn't much…
-
I suspect this problem isn't limited to OLE controls. For experimental purposes, have you tried your technique on a native OI control to see if the size issue is still present? I think this will help direct our attention to a proper solution.
-
0 in field 5 is the default. So an empty field is the same as 0. At least that's what the documentation says. You can always test this and put a 0 there to confirm. Something is definitely wrong but I can't identify what the issue is. I just did a…
-
Field 5 can be empty. It just means you want the default (i.e., Only LDAP groups are checked for membership). If you are able to login normally, this implies that SSO is not enabled. OI errors out when you attempt to login normally and when SSO is …
-
If you attempt to login using the normal OI username and password, does it let you in? Also, what is the value in field 5?
-
Did your network admins create an LDAP group of the same name as in field 4 and is LAN ID a member of this group?
-
Very good. However, since you asked the question and others might be curious...yes, you can configure SSO in OI to specific applications. We consider that to be the best practice because you will always want a way to log into OI without SSO as a bac…
-
Out of curiosity, why not just set up SSO? That way you could get the LAN ID in @USERNAME. FWIW, this is why we don't rely on @USERNAME. We prefer to roll out our own username management and use UDPs instead.
-
Unfortunately, no. This is all handled very early in the initialization process and that variable is read-only.
-
Netdrv.exe is only ran when someone wants to change the client driver. It isn't used by OI when it is launched.
-
RCL stands for Revelation Communication Layer. If you look in the OI folder itself, you'll see a number of RCL*.dll files. As you probably figured out, these are client-side components that are used to communicate with the Linear Hash service. Perh…
-
I'm not personally aware of TLS being used for anything other than email.
-
Thank you for the analogy. I believe it reinforces my point. I feel just as lost when I try to work with a full web stack. I'm much more comfortable with HTTP than I used to be because of all the research I did to build a RESTful framework for OI...…
-
Any technology is a mystery to a great deal of people. I don't think OI is unique in this area. What kind of resources are you thinking of? Using a technology you are more familiar with, what have you come across that explains how that technology wo…
-
Yes, what you are showing here is an event commuter module. This is one way to manage event handlers (as well as what we consider to be best practice). However, there still needs to be a way for OI to recognize the custom event and then know how to …
-
I realize you aren't interested in an answer anymore, but I think the question and the topic in general has value in being discussed. It must first be explained that UPDATE_PAGE is not a normal event. We would call this a custom event. Custom event…
-
I imagine this will work: https://stackoverflow.com/questions/2757396/how-do-i-comment-out-a-block-of-tags-in-xml
-
Then I suggest enabling the Engine Server logs to get more insight as to what is happening.
-
Are you doing anything else in the routines that send out the emails that corroborates that nothing is happening? For instance, you might want to update these routines to log activity. You might find that it is only the email process that is failing…
-
This suggests that your license is missing or invalid. I'll discuss with you via email to resolve the issue for you.
-
Another item to note is that SRP Git does have an interface to facilitate the pushing and pulling of entities, but it does not provide a UI for the Git repo itself with the various branches. You would still rely on a standard tool for this. We've be…
-
I was only thinking of the CHOOSEFILE service and the CHOOSEDIR service.
-
If the performance issues are observed throughout the entire application then I would look for issues like AV software targeting the files. This can be on the workstations or the server. I would also try and see if performance seems better on some …
-
I honestly can't remember hearing about RTI_OS_Directory having issues. All I can tell you is that we use this routine frequently and so far it has never exhibited any problems that I am aware of.
-
Generally speaking your understanding is correct. You actually don't need to use End_Dialog when closing a Dialog_Box...but that is the only way to get a return value back into the calling program.