Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
JaredBratu
About
- Username
- JaredBratu
- Joined
- Visits
- 126
- Last Active
- Roles
- Administrator
Comments
-
Thanks for pointing that out, you are right about the level depth. The original article was a simple demonstration of rewrite rules and as the HTTP Framework grew it was based off some of those rules. I checked the rules we have been deploying for t…
-
@PCadieux Are you using Arev 16 (i.e. Arev 3.1.2 the DOS version) or Arev 32 the OpenInsight windows version of Arev?
-
You are correct, the extra slash is required otherwise IIS skips the rewrite rule because it doesn't match '/api/whatdidwhosay/fox' and instead looks for a matching directory on the file system. We will have to update the rewrite rules for IIS as it…
-
Mark, The screen shot you posted shows the rewrite rule with an extra forward slash / in the brackets. The rewrite rule should be: ^app/([_0-9a-z-]+)$ Don is correct, to get http://mywebpage/api working an additional rule is needed. The rules fro…
-
Don, Could you elaborate on why adjusting the dictionary column length resolved the problem or where that task is documented? Obviously it worked but I can't find checking the column length as a troubleshooting step and it's tickled my curiosity.
-
In your application SYSENV table do you have any records that begin with CFG_IDX_SETS? If so, what is the first line in that record. If it says IDX_SETS2 then the BTREE extract could be utilizing code that depends on the .NET 2.0 framework and the c…
-
Mark, You mentioned the environment is terminal services. Is this a 2003 server? Terminal services was renamed to remote desktop services in Server 2008 and later. I still have a habit of using them interchangeably but in this case want to clarify …
-
Dan, I tested SRP_SendMail and did not have the same problem with attachment files being locked. In my test I was able to send multiple files without issue. I also checked the Revelation Issue Tracker to see if anything with RTI_CDOMail has been re…
-
Dan, I ran a quick test with RTI_cdoMail and received the same results, attachment files were locked until OpenInsight is closed. This does seem strange and I'm surprised that this hasn't come up before. I'll run a test with the SRP_SendMail funct…
-
Ed, Have you seen the RTI_JSON function that is already built into OpenInsight 9? I've used it a few times for interacting with web services and it works well once you get the hang of it. Here is an example I wrote to remind me of how to serialize …