To start an Inresponse instance, double-click the Inresponse icon on your desktop.
When you run Inresponse, the system assumes the following defaults:
| Field | Description | Default |
| Service Name | Unique name of the Inresponse instance. | Computer name.IR Example: VSILT274.IR |
| SQL Server | Host name of server or workstation where the Insight database resides. | Determined from the Insight.ini file. |
| Database | Name of the Insight database. | Determined from the Insight.ini file. |
| Default Log Level | Number that represents the type of service information to store in the text log file. For more information about the log level, see Setting the Log Level in the System Administration chapter of the online Help. | 100 |
| Max Memory Size | The number of megabytes of memory consumed by the process that triggers the Inresponse instance to automatically stop and restart. | 8192 |
| Shutdown Delay | How long Inresponse should wait, in milliseconds, when shutting down to allow in-process tasks to complete. | 10000 |
To override defaults
- Point to the Inresponse icon on your desktop, right-click, and select Properties.
- In the Target Field of the Inresponse Properties dialog box, scroll to the right of the path and type any of the overrides shows in the following table, separating multiple overrides with a space.
NOTE: Override text is not case sensitive.
| Text | Description |
| /loglevel= | Log Level |
| /maxvm= | Max Memory Size |
| /shutdowndelay= | Shutdown Delay |
| /limit= | If specified, how long the service will run after this timeout, in milliseconds, before terminating. |
| /quietconsole= | Suppresses additional debugging information from the console output. |
| /cfgfolder= | Location of the Insight configuration file folder. |
CODE SAMPLE:
"C:\Program Files\2020 Insight\14.1.0\inresponse.Service.exe"/loglevel=0 /maxvm=16384 /shutdowndelay=5000
To exit Inresponse
Click the Close button in the top-right corner of the Inresponse.NET window.