Bizview Configuration
Bizview parameters are stored in bizview.config.
For example:
<bizview>
<login multiaccess="true" keepalive="-1" />
<logging enabled="true" cacheLoggingEnabled="false" />
<silverlight pollTime="10" />
<security signingKey="67bd92f66fea01162df35ce0e341dd1c2426207cc72a8ac47c13380c1d1b187a" />
<printing enableWpf="true" />
<query timeout="90" maxtimeout="900" />
</bizview>
Element |
Attribute |
Values |
Description |
|---|---|---|---|
Login |
Multiaccess |
True/False |
Allows simultaneous logins from different hosts |
Login |
Keepalive |
Integer |
Number of minutes for keepalive (-1 for unlimited) |
Logging |
Enabled |
True/False |
Allows logging (app.event_log) |
Logging |
CacheLoggingEnabled |
True/False |
Cache logging |
|
Silverlight Important: Silverlight has reached End of Life and support for this product will be phased out with the release of Bizview v23.2. |
PollTime |
Integer |
Silverlight polling time in seconds |
Security |
SigningKey |
ByteArray |
Signing Key (Randomly generated on save in DBWizard) |
Printing |
EnableWpf |
True/False |
Use WPF printing |
Query |
Timeout |
Integer |
Number of seconds until timeout |
Query |
MaxTimeout |
Integer |
Number of seconds until timeout (Long running queries such as copy version) |