Required Support Information for ERPConnect
When submitting a support ticket, provide as much information as possible for the Theobald Software support team to understand and analyze the issue.
Tip: Search our Online Help to find more information on how to use Xtract IS.
ERPConnect Version Number:
The ERPConnect version number is required to process a support ticket.
- Open the installation directory of ERPConnect, e.g. C:\Program Files\ERPConnect.
- Right-click the ERPConnectStandard20.dll and open the properties of the .dll.
- The version number is displayed in the Details tab of the properties.
Trace files:
Submitting trace files is optional, but can be requested by the technician.
- Set Logging to true.
- Set Logdir to an existing directory.
There are 4 different variations of how to set the properties:
Logging | LogDir | Result |
---|---|---|
false | non-existing-path | Tracing is disabled. No files are generated. (Default) |
true | non-existing-path | No files are generated. |
false | existing-path | Files are generated in the directory specified by LogDir. Only RFC errors are traced. |
true | existing-path | Tracing is activated, files are generated in the directory specified by LogDir. Full RFC traces are generated. |
Example (C#):
using (R3Connection r3connection = newR3Connection("host", 00, "user", "pass", "EN", "800")) { r3connection.LogDir = @"C:\Temp\Trace"; // (directory must exist) r3connection.Logging = true; r3connection.Open(); // ... }
Files | ||
---|---|---|
DataImage29.png 15 KB |