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,129
- Last Active
- Roles
- Administrator
Comments
-
Now that I say it out loud, are you possibly suggesting that instead of tring to trap the scroll, identify the change in the actual EDL? Yes indeed. It didn't make sense to me that you were refreshing a data pane simply because of scrolling. I fi…
-
Maybe I need some clarity. Are you interested in when the user simply scrolls through the list or are you really interested when an item on the list appears in the editline control?
-
I don't have a ready answer for you on this. I would need to study and experiment before I could perhaps come up with a solution.
-
What is your LoginMode setting at the time you are trying to delete this user?
-
There is no event that will fire just for scrolling up and down the combo list.
-
So this is site is running RUN_OECGI_REQUEST rather than HTTP_MCP? This shouldn't matter, but just confirming because HTTP_MCP would give you internal logs to reference. The fact that INET_TRACE fails suggests to me that the engine isn't getting c…
-
We have not seen any problems like you describe. However, I want to get clarity on what you are describing as a "communication hang". Are you saying that the HTTP request is made but no response is received? Have you been able to confirm whether or …
-
Also found that power BI does not support looking at the schema anyways, and that data types have to be defined manually for JSON files within power BI itself when you connect to a data source. That's a shame. It means double the work and a very …
-
The important thing is the type as it directly affects how other systems such as Power BI will interpret the data we send them for their fancy graphs that users will make with it. This is what I'm trying to understand better. It seems like you al…
-
Thank you for the clarification. Perhaps you've already seen both of these articles, but in order to avoid repeating what has already been written, can you look at these and let me know if they help? How do I add hypermedia to a resource? How do I…
-
Are you asking for advice on how best to structure the JSON or are you asking for advice on how best to implement the JSON structure you already have in mind? Or a little of both? It feels like a little of both to me which means I'm not sure how to …
-
You are correct, nothing new has been introduced. It is on our roadmap for v5 of the product. However, it is safe to say that this won't be coming around the corner anytime soon.
-
I see. I think there are pros and cons to using relational indexes in this situation. I used to be a firm disbeliever in relational indexes (mostly due to the 64K constraint in AREV and OI 16bit) but then became a convert after seeing them used in v…
-
I'm not sure how your suggestion of including "a field in the row that contains the keys of those related" is fundamentally different from what a relational index is.
-
The routine is Add_Repos_App. However, this is undocumented. I recommend viewing the calls from OpenEngine while you manually create a new app. It will show you the calls and arguments being passed in.
-
@Hank I am very curious what Bryan says about this. We have other accounts using the PHP version of the OECGI and this is the first time we've had anybody report this issue. You also use RUN_OECGI_REQUEST, correct? I assume that formatted the respon…
-
If you want to stick with your modified HTTP_Services code, I recommend localizing the code to your business app. That way any future updates won't automatically undo your changes.
-
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.