Production Print and ADEP integration > Invoking Document Service Processes from Production Print > Global ADEP filter and connector settings

Global ADEP filter and connector settings
Apart from the settings configured in the ADEP filter and ADEP output connector GUI, you may need to change some of the global settings in the configuration file strslcfilter.config.xml. This configuration file is located in:
<StreamServe_installation>\Services\XFA\<Version>\Service
<?xml version="1.0" encoding="utf-8"?>
<lcfilter>
  <setting key="maxinlinesize">65536</setting>
  <setting key="timeout">120</setting>
  <setting key="retries">5</setting>
 </lcfilter>
Figure 7
These settings apply to all ADEP filters and ADEP output connectors.
maxinlinesize
The maximum size (bytes) allowed for a document to make it base64 encoded inline. If this size is exceeded, the document will be stored as a DIME attachment instead.
timeout
The time (seconds) to wait for a response to the request. If this time is exceeded, the connection is closed.
retries
 
 
OpenText StreamServe 5.6 Updated: 2013-03-01