InterviewSolution
| 1. |
What Are The Instance Properties In System Properties? |
|
Answer» An INSTANCE property is defined and associated with a specific system server. For example, you can configure the system property, mxe.crontask.donotrun, to be an instance-specific property. To perform this configuration, ACCESS the System Properties APPLICATION. In the Instance Properties table window, associate the mxe.crontask.donotrun system property with a specific server (for example, MXServer1) and a value applicable only to that server (for example, a value of BBCron). As a result, the Bulletin Board CRON task (BBCron) does not RUN on MXServer1; however, BBCron can run in another system instance, such as MXServer2. An instance property is defined and associated with a specific system server. For example, you can configure the system property, mxe.crontask.donotrun, to be an instance-specific property. To perform this configuration, access the System Properties application. In the Instance Properties table window, associate the mxe.crontask.donotrun system property with a specific server (for example, MXServer1) and a value applicable only to that server (for example, a value of BBCron). As a result, the Bulletin Board cron task (BBCron) does not run on MXServer1; however, BBCron can run in another system instance, such as MXServer2. |
|