Configure the connection to the Content Store
IXIA CCMS Scheduler must connect to the Content Store to synchronize the configuration locally.
If you do not configure the Content Store
information, CCMS Scheduler will not start. This information is
provided in the
<configuration>
element, as
shown
below:<!-- This section is required to synchronize CMS configuration locally -->
<configuration>
<dita.cms url="hostname" port="2500" docbase="docbase" secure="false">
<user domain="ixiasoft" username="testuser" password="password" synchdir="c:/temp/scheduler/"/>
</dita.cms>
<!-- TextMl, dita.out and smtp
If none are specified in job they fall back to this global TextMl connection -->
<textml url="hostname" version="4" port="2500" docbase="docbase" secure="false">
<user domain="ixiasoft" username="testuser" password="password"/>
</textml>
<dita.out url="localhost" port="1501" secure="false"/>
<smtp url="smtp.ixiasoft.local" port="25" email="scheduler-noreply@ixiasoft.com" />
<dumpQueue filename="SchedulerQueue.txt" />
</configuration>
The configuration
element defines
the default connection to the Content Store for all CCMS Scheduler jobs. However, you can configure a connection that is
specific to a CCMS Scheduler job by configuring the <textml>
, <smtp>
, or <dita.out>
element inside the job. See the "Configure IXIA CCMS Scheduler jobs"
section for more information.
To configure the connection to the Content Store: