Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once the OECGI4 is properly installed, you'll need to make a few minor changes to the Registry settings In order for the SRP HTTP Framework to operate properly. As a reminder, the full path for typical installations will look looks like this:

OpenInsight 9.x

...

Here are the key/value pairs (new key/values or values different from the default are in bold):

ProcedureName="HTTP_MCP"
QueueName=""
ServerURL="localhost"
SysDownPage=""
UserName="EXAMPLES"
UserPassword=""
WorkingDirectoryOILocation="C:\Revsoft\OInsight"
ServerPort="8088"
ApplicationName="EXAMPLES"
EngineName="EXAMPLES"

ShutdownFlags="1"
StartupFlags="1"
FileMode="1"
FilePath=""

AdditionalValues="HTTP_AUTHORIZATION,HTTP_MEDIA_TYPE,HTTP_ACCEPT_ENCODING,HTTP_ACCEPT_CHARSET,HTTP_ACCEPT_LANGUAGE"

Obviously, the UserName, WorkingDirectory, and ApplicationName values should be modified to suit your environment.

The ProcedureName value normally refers to the RUN_OECGI_REQUEST stored procedure. It needs to This should now refer to HTTP_MCP (a procedure that ships with the SRP HTTP Framework) in order to properly handle RESTful HTTP requests.

...