Nerve Center Reservation DLL logging
- 11 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Nerve Center Reservation DLL logging
- Updated on 11 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Question:
How do you enable logging for the Nerve Center Reservation DLL?
Answer:
To start logging, create a registry file (like suprescom.reg) with the below contents.
[HKEY_LOCAL_MACHINE\SOFTWARE\PHAROS\SupResCom\Log]
"Categories"=dword:00000001
"File Name"="C:\\temp\\SupResComlog.txt"
"Filters"=dword:00000003
"Level"=dword:00000005
"Options"=dword:0000000f
"Port Name"=""
"TraceLog"=dword:00000000
"Types"=dword:0000000f
Copy the registry file to the machine where IIS and the Nerve Center or Uniprint Web components are installed
Modify the attached registry key so the registry value "File Name" points to the desired location
Apply the registry key (double click the file)
Restart IIS
Logging will be enabled
To stop logging:
Edit the registry key again, removing the file path and name
Restart IIS
Was this article helpful?