Skip to main content

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

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)

Was this article helpful?

We're sorry to hear that.