You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In order for the SRP HTTP Framework to operate properly with Revelation Software's OECGI4.exe, a well-formed Registry Key needs to be created. For straight forward configurations, the full path looks like this:

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\RevSoft\OECGI4

Here are the key/value pairs:

"ProcedureName"="HTTP_MCP"
"QueueName"=""
"ServerName"="localhost"
"SysDownPage"=""
"UserName"="EXAMPLES"
"UserPassword"=""
"WorkingDirectory"="C:\\OIApps\\SRP\\FrameWorks15.0.0"
"ServerPort"="8088"
"ApplicationName"="EXAMPLES"
"ShutdownFlags"="1"
"StartupFlags"="1"
"FileMode"="1"
"AdditionalValues"="HTTP_AUTHORIZATION,HTTP_X_AUTHORIZATION,HTTP_DEBUG,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.

  • No labels