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,189
Last Active
Roles
Administrator

Comments

  • Ed, Your point is well taken, especially for people who still use older versions of OI. Otherwise, Jared's suggestion to use RTI_JSON is probably the best option. Our support for XPath is built upon the Microsoft library. If there us a similar libr…
    in JSON Comment by DonBakke September 2014
  • Colin, I didn't write the code for this (that was Kevin's job) but I have put it to very good use. In fact, it is now entrenched within SRP FrameWorks having replaced our common use of User-Defined Properties to store data in memory for later retri…
  • Barry, I just did a little bit of research against the "cannot add duplicate collection entry" error. Everything I read points to a problem with IIS configuration, which is well beyond my scope of knowledge. Others might be more helpful. Here are a…
  • Barry, A few questions: * Are you testing this on your local machine or on the actual public facing web server? * What method are you using? (GET, POST, etc.) * Is the EngineServer running? * Perhaps post a screen shot of your Postman entr…
  • Matt, I'm going to guess that this is a problem with the content of your Command argument (which you did not provide) and possibly your WorkingDir argument (is that a relative path?). I copied the donate.png file from the /images folder into the s…
  • To all who are monitoring this discussion, after quite a bit of going back and forth and additional testing, we discovered that the nag message itself had something to do with the SRP Application Launcher failing to execute further. Once Colin was l…
  • Barry, you may have stumbled onto a change in the Revelation forum that no longer supports our formatting. It did work, once upon a time, but seems to be broken at the moment. Sorry about that. What about the SRP Forum formatting. Have you been ab…
  • We haven't added this to the Edit menu yet. That's why I referred to the "context menu" in the blog article. We'll probably address this shortly.
  • Barry, So which forum are you trying to target, Revelation's or ours?
  • Aaron, That is interesting. We have clients running an entire OI application (server and workstations) via Mac hardware and Parallels (or some other popular solution.) I cannot recall if they are using the SRP Engine Server. My guess is that Parall…
  • Honestly, I don't think it should make a difference. The fact that you launched the SRP Engine Server and that it spawned an engine ready to accept a connection is pretty much all the verification you need. Consider my comment "grasping at straws".
  • Your video was very helpful. It eliminated about a dozen questions I might have asked but no longer need to do. However, this did not bring me any closer to a solution to your problem. I installed the exact same files I sent you and created a very …
  • Aaron, Well, that code looks good to me. In fact, it looks nearly identical to production code I currently have running (even the IP and port are the same). The only difference, naturally, is the command I am sending via the SEND_SES service. I als…
  • Colin, The nag screen is indeed mismatched, but that shouldn't be a concern. I disabled my own license file to test this out. Like you, I got the nag screen but it did launch OpenInsight. So, I'm beginning to suspect that INI file has a problem. …
  • Colin, First things first. Whatever you name the EXE file to you also must name the INI file to match. That's how you can have multiple EXE launchers in the same OpenInsight folder and each one doing something unique. For instance, we like to have …
  • Hi Aaron, If I understand you correctly, you are looking for a way to interact with the SRP Sync Server from a non-OpenInsight client so that it will broadcast to all of the connected OI interfaces. Is that correct? If so, then the answer is that …
  • Colin, This is a good question and one we get asked frequently by customers who have the SRP Control Pro package. While the SRP Application Launcher utility (note the term "utility" versus "control") does utilize an ActiveX control, the commercial …
  • Matt, Changes to the SRP Editor to resolve this are on their way. Stay tuned! :)
  • Barry, Okay, we need to plead "beta" culpa. This is why we are doing a soft launch of the new forum software. We discovered that some users (maybe non-admin) do not have this feature enabled by default. We had assumed otherwise. This has now been e…
  • I assume you are referring to the GETVALUE service changes. Well, "null" will always return "null" because it is a string. That is how it works now and how it will work in the future. So the only question is how the null object type will be treated…
  • Barry, Just stay tuned to the normal information channels (Blog, Newsletter, Facebook, Twitter) and you'll see any announcement we post about this. I don't follow your comment about a distinction between null and "null". Please elaborate on this.
  • Barry, It is important to understand that in JSON, null and empty string are two different things. A null value in JSON would look like this: {"field": null} Whereas an empty string would look like this: {"field": ""} Of course, the following w…
  • Colin, Thanks for clarifying this. Your approach is what I consider to be "best practice". However, I think Kevin has had to deal with this issue more than me for the SRP Editor (which has to do a lot of control resizing). Hopefully he can chime in…
  • Colin, I asked because we have had issues with MDI Frames before. But, I suspect the issue is not limited to MDI Frames. In any event, AFAIK, the problem is not related to the SRP Splitter control. If OI is resetting the SIZE property of the contro…
  • Barry, Did you scroll down that page? Do you not see the categories that you can subscribe to?
  • Colin, Is this on an MDI Frame or regular window?
  • Barry, I don't think that feature is supported with this system. I suggest using the Recent Discussions link which is accessible on the upper right side of the page as an alternative. You can also configure your profile to receive notifications of …
  • Colin, Are you seeing the splitter return to the original location, the resized controls returning to their original size, or both? I don't think your post was absolutely clear about this. I have never seen either behavior and I use the SRP Splitt…
  • Hi Matt, I presume this will be included in an update for the SRPtree.ocx itself at some stage. Yes and no. We are very close to releasing a new version of our controls. At this time we will be discontinuing the distribution and support of indivi…
  • To all watching this thread... We've been able to add some optimization into the SRP Editor so the UTF-8 issue is no longer causes massive lag when there are thousands of stored procedures. David was able to test this on different machines and all …