var fDesc=new Array();
fDesc[0] = "Organizations using Tidal Enterprise Scheduler™ copy job definitions from one scheduling environment to another manually or with tools that have limited features. This task can be time consuming and prone to error. Some tools only allow jobs and calendars to be moved from one database to another and require that the destination scheduler be stopped, causing downtime. Unfortunately, those jobs and calendars can be moved only once. What data centers need is an automated, feature-rich migration solution allowing job definitions to be transferred in live production without limiting the number of transfers, while checking for errors during relocation and providing object mapping and reporting
Features:
- Easy to use, familiar interface allows Tidal Enterprise Scheduler users to quickly migrate job data between scheduling environments
- Migrates jobs, job classes, job groups, calendars, events, actions, job classes and variables between master databases
- Allows ad hoc modifications of scheduler jobs and changes to scheduler definitions during migration
- Uses existing Tidal Enterprise Scheduler security policies, restricting unauthorized changes or users
- Adds, deletes and tests database connections (separate utility not required)
- Provides extensive filters and job trees to simplify browsing through jobs
- Utilizes a search function to easily find job and job components
- Offers comprehensive logging and audit reporting
- Incorporates an annotation feature to add notes on job transfers
- Maps rules to automate global changes and resolve agent, calendar, owner, runtime user and other conflicts
- Includes interactive mode to dynamically map items as conflicts are resolved applying the changes to remaining jobs";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}