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,093
- Last Active
- Roles
- Administrator
Comments
-
How about printing through RDP?
-
Thought the \t was the conversion of @tm No. Kevin was only pointing out that the \t in your JSON was the tab character. He was not suggesting that this was also the @TM delimiter. On a close look at the data I saw Tabs in the data and also in the…
-
I could be wrong, but you shouldn't have to worry about putting the encoded characters into your string. Just use the normal characters (\09\, \0D0A\, etc.) and SRP JsonX will encode them for you.
-
https://www.json.org/json-en.html
-
Can you confirm if the SRPUnicodeOIPI.dll file is in your OI folder?
-
Albert - I think you and Melia might be struggling with the same issue, but with different parts of OpenInsight and different tools. Do you have any issues with the SRP Editor in EXAMPLES or SYSPROG?
-
Personally I would like to see equated variables in the Debugger...but that is not under our control. ;-) We'll look into your suggestion. If we did this, it shouldn't matter if it is in an insert or not. However, since inserts can contain other in…
-
Do you mean a variable set by an Equate statement?
-
So the Registry is changed, but you are simply unable to connect to the engine server?
-
I understand what you are trying to do. When you say "that did not work", in what sense did it not work? Did the Registry not change or something else?
-
No. Everything in the Registry is Revelation.
-
Well, the latest OECGI actually makes it so you can just store an asterisk (*) in the AdditionalValues field and thus all headers will be passed through. Your solution could interfere with this behavior.
-
Yes, that would be the way to workaround. This is more of a defensive programming solution, which is appropriate in your situation.
-
So, therefore what should I be using and what registry? I sympathize with the desire for a very straight forward answer to this question, but it isn't as easy as that unfortunately. You have different options and the right one depends on your goal…
-
There is a 32-bit version available: OECGI4 for OpenInsight 9.4 However, this has been made available not because OI 9.4 requires it but because some people still work with 32-bit versions of Windows. The latter is quickly going away and thus I do…
-
...because your srp_registry function only will look at WOW , it will not work. Point of clarification, this isn't an issue with the SRP Registry utility but an issue with OI 9 being 32bit. If you run the SRP Registry utility from OI 10 you would …
-
You've piqued my curiosity. In what way are you using AdditionalValues for your own purposes? There could be a conflict in the future.
-
I can't think of any problems. That doesn't mean I think it is a good idea...but since you didn't ask me that question...
-
Let's hope the potential web developer appreciates and utilizes the links. The true meaning of REST is in those links, but most people think of REST as just APIs that return JSON content.
-
There are no rules for this. HTML is more about formatting content for rendering in a browser whereas JSON is more about formatting content for sharing between systems. There is no one-to-one correspondence between the two. I suggest taking the path…
-
Well, I don't think the HTTP Framework is doing something. At least this isn't expected. Perhaps an explanation of how the HTTP Framework generates that response might be helpful. The HTTP_MCP listener is responsible for packaging up the response j…
-
The clue is in the StatusCode value: FS109. This means a process was unable to open a table or volume. There is a reference to D:\DATAVOL. Does any of your code attempt to open a table?
-
LOL. No yet at least. I kept trying to catch up with your posts and then you would post something new...so I was having difficulty following your journey and ultimately what you were trying to do. I think you have this handled, but I gave up trying …
-
So you are all good?
-
Okay, so you are simply referring to API_Setup? You didn't mention this in your original post. If so, you are correct. This was omitted as an oversight.
-
suggestion - httpclient_services be included in one of your 'standard' inserts. In what sense to you mean "inserts"? This is a function, not an insert, so I'm a bit confused by your suggestion. ...seeing you use HTTP_Services to 'SetCookie' would …
-
Your point about needing updated documentation is well taken. I think I just pushed out a lot of changes in the last 1 or 2 updates and fell behind on the documentation. This is on my radar.
-
Did you update the Registry to support your customer request header?
-
@BarryStevens - It seems like you are trying to send a request header from your API back to Postman. If so, then that is not how HTTP works. If you haven't already, read the HTTP article from our help. But if I can simplify this: All HTTP calls beg…
-
In my api at the end I do: http_services("SetRequestHeaderField","TESTING","ThisIsATest") This is not a service you should be using. This exists purely for the benefit of the HTTP Framework so that it can take the incoming request headers from th…