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

Comments

  • Colin, I think the problem for Aaron is that he needs the replaceable parameters to populate the /UN parameter for OINSIGHT.exe. Hence, this needs to happen prior to having any access to the GetCommandLine API.
  • Matt, My compliments and gratitude for engaging in such extensive efforts to dig deep into this issue. I am going to have to let Kevin review and comment on the technical bits in your post. However, if you are able to replicate this consistently, c…
  • Mark, Seems like a sensible way to handle this. FWIW, the next version will only have two arguments: HTTPService and RemainingURL. These are roughly the same as the NextServiceHandler and NextURL arguments.
  • Barry, We don't have anything to offer.
    in Printing Comment by DonBakke March 2016
  • Mark, You've brought up a variety of issues and I'm worried that if I attempt to address them all at once it will make the answers muddied. All me to focus on the "pass through" question. If you want me to address other issues just respond to this …
  • Hi Danh, We've encountered this same behavior before. What we have found is that it is necessary to run OINSIGHT.exe once using the "Run as administrator" option and then run your AREV32 form while in this session. This seems to be necessary to com…
  • Aaron, There is no support for what you are describing. However, you can create multiple copies of the launcher .EXE (e.g., MyApp01.exe, MyApp02,exe, etc.) and then you would just create corresponding INI files (MyApp01.ini, MyApp02.ini, etc.) whic…
  • Mark, I'm not sure I follow you on what you did with HTTP_MCP or what you hoped this would accomplish. That is to say, I am rather confident this is not an issue with the HTTP Framework but rather something to do with your OI/OECGI/OESocketServer c…
  • Mark, You are not incorrect (long way of saying you are correct). Are you sure your OECGI configuration is opening the correct application associated with the DBT file?
  • Ray, SRP Util refers to SRPUtil.ocx, the control used by the SRP Editor. SRP Utilities uses SRPUtilities.dll. Just right-click on this file and open the Properties dialog. Then go to the Details tab and inspect the File Version or Product Version.
  • LOL. Did you not install v1.0.1 either? For what it is worth, I don't consider either of these updates critical, although I do think they make some configuration changes to the application much easier. However, as you have shared already, those cha…
  • It is used with the WWW-Authenticate response header when some form of authentication is used. It's been in the product from the beginning, but the Realm value was hard-coded in HTTP_Authentication_Services. I believe we swapped out the default valu…
  • Mark, Yes, assuming you want a web service that follows this URL: http://www.mywebsite.com/api/getversion However, to start us on the correct path toward better HTTP etiquette, I might suggest the URL look like this: http://www.mywebsite.com/api…
  • Mark, Well, there is no URL that will pull that information directly. That is to say, this new service is not a web service. It is an internal service. You would need to create your own web service (e.g., HTTP_GETVERSION_SERVICES) and it would, in …
  • Mark, Excellent news. I'll make this update official and document the changes. Barry, I'll shoot a copy to you keyed to your app. I also appreciate the note above regarding the Rewrite rule change. I take it you are mentioning this because the ins…
  • Mark, I sent off v1.0.1 RC1 to you via email. I documented the changes but I left one out. I'll note it here: * In HTTP_MCP, the path where the request and response captures are stored is now defined in the new SRP_HTTP_FRAMEWORK_SETUP record ra…
  • Mark, Do we send you RDKs in the FRAMEWORKS app or do we rekey the entities?
  • Mark, I intend to release an minor update a little later today. I have the changes alluded to above in place. I can't easily test the IIS fix, so I'm hoping you might do that on my behalf and report back your results. Can I send you the RDK and exp…
  • Barry, Thank you for sharing this. You actually posted two things I'm presently changing in the product: * Storing the API path in a record rather than hard-coded in the insert (this will avoid the need to recompile so many programs). * Removi…
  • Mark, I was about to write back and and ask that you send me the request, but you just did so via the screen shot. Very good. Yes, this confirms my latest theory in that this is an IIS issue. To help explain, here is what my request looks like: …
  • Mark, Belay that request. I think I overlooked something. Let me sort this out first and I'll confirm if I want you to do anything.
  • Mark, Yes, I believe the rewrite rule is working. As I had suspected, this was more of a "Hail Mary" effort on my part. The problem appears to be deeper rooted. I was able to replicate your URL and test this on my end (I also disabled rewrite just …
  • Ah...I thought you were hoping to go the other direction. That's what came across as I read your post. Consider this request noted. Kevin engineered this utility so he'll likely be the one to put it in the queue if he thinks there is an opportunity…
  • What would you expect if there were more than one mapped drive to the same path?
  • Mark, I'll still explore this. Just out of curiosity, what web server package are you using?
  • Aaron, Yep, that was it. See, this confirms we are overworked and underpaid! We were so tired we let that one slip by. I got this updated. Thanks for pointing that out.
  • Mark, I can't test this at the moment but I normally use (and assume) that rewrite rules are in place so that OECGI4.exe is not seen. Also, did you recompile your programs after updating this insert? You may have very well uncovered a problem with…
  • Aaron, To add to that i cant even get it to show an image issuing OLE.Image?? Are you sure you have the correct ProgID being used (SRP.Picture.1)? If you are using OI 9.x, do you see any properties for the SRP Picture control in the Properties dia…
  • Aaron, My first guess is that you aren't qualifying the OnFileDrop event. Also, just to confirm, you are only trying to drop an OS file, correct? There is no support - as of yet - for other types of drag-and-drop operations (which was the purpose o…
  • Mark, With regard to your first assertion, the default application that the HTTP Framework entities get installed into is FRAMEWORKS. However, like SRP FrameWorks, we sometimes get a special request to rekey the entities for a different application…