Konica Minolta OpenAPI Client Logging
Article # 3035556 - Page views: 71
Article # 3035556 - Page views: 71
Issue
How to Enable and Disable the Kofax Front Office Server (KFS) Konica Minolta MFP Client Logging to log communication between the client and the server.
Cause
The Kofax Konica-Minolta MFP Client is a browser-based client that accesses the OpenAPI web application on the KFS server. OpenAPI logging is configured on the KFS server in the web.config
file.
Solution
To enable Konica-Minolta OpenAPI logging:
- On each KFS server, navigate to
C:\Program Files (x86)\Kofax\Front Office Server 4.3\
- Open
web.config
in a text editor such as Notepad
- Locate the following line:
<KfsSettings ParentSite="" ServerHttp="80" PingInterval="10" StandaloneIIS="true" EnableOpenAPILog="false"/>
- Set the EnableOpenAPILog value to
true
:<KfsSettings ParentSite="" ServerHttp="80" PingInterval="10" StandaloneIIS="true" EnableOpenAPILog="true"/>
- Save the changes to
web.config
- Restart the World Wide Web Publishing service
- OpenAPI will update the Konica Minolta device logs stored in the following location in real-time:
C:\ProgramFiles\Kofax\Front Office Server\log\webapp
To disable Konica-Minolta OpenAPI logging:
- On the KFS server, navigate to
C:\Program Files (x86)\Kofax\Front Office Server 4.3\
- Open
web.config
in a text editor such as Notepad
- Locate the following line:
<KfsSettings ParentSite="" ServerHttp="80" PingInterval="10" StandaloneIIS="true" EnableOpenAPILog="true"/>
- Set the EnableOpenAPILog value to
false
:<KfsSettings ParentSite="" ServerHttp="80" PingInterval="10" StandaloneIIS="true" EnableOpenAPILog="false"/>
- Save the changes to
web.config
- Restart the World Wide Web Publishing service.
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Front Office Server | 4.3 | ALL | ALL | Konica-Minolta MFP Devices |