Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : Database Client Notification (-usernotifytime)
 

Database Client Notification (-usernotifytime)

Use Database Client Notification (-usernotifytime) to specify how often a client polls the database to see if a schema change is in process.
Operating system and syntax
UNIX / Windows
-usernotifytime polltime
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Database Server
86400
0
0
polltime
The time, in seconds, of how often a client polls for notification of a schema change. The default is 0, indicating that no polling occurs. The minimum non-zero value is 1; the maximum is 86400 (for 24 hours).
If no updates to schema are anticipated, due to index activation or rebuild, while the database is online, you can disable notification, or set the notification value to a very high number. If a change is required, the time between polls can be modified with PROMON or through the _DbParams VST. However, if the value is changed from 0 to a non-zero value, currently connected clients will not observe the change; only new clients will poll to receive the polltime value.