Control-M/Desktop

Everything about Control-M Server installation or setup.
Post Reply
maheshvenu

Control-M/Desktop

Post by maheshvenu » 10 Sep 2009 12:04

1. How Jobs/Table created in control-M desktop gets updated in control-M/Server database?

2. Does Control-M/Server database and Control-M/EM database are same or different?

3. What is the use of Orbix server between Control-M/Desktop and control-M/EM

4. What is use of CORBA sever in Control-M?

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 10 Sep 2009 1:27

1)
by upload mecanism use in desktop of control-m EM GUI
2)
each server got it's physical data model, so it's AJF and it's DEFINITIONS and it's CONFIGURATION
3)
Orbix's use for communication beetween control-m EM Server and the clients
4)
because this is free of licence

regards
philmalmaison

maheshvenu

Post by maheshvenu » 10 Sep 2009 1:45

Thanks a lot,

Kindly explain What's the use of CORBA in Control-M

User avatar
Venky
Nouveau
Nouveau
Posts: 16
Joined: 03 Dec 2006 12:00

CORBA in Control-M

Post by Venky » 14 Nov 2009 7:53

CORBA is used for naming service in Control-M. It can be compared to what File System does for directories/files in Windows.

The different components of of Control-M communicate with each other using the CORBA Naming services.

The diffrent components of Control-M like GAS, GCS , CCM, BIM are defined as CORBA objects in a XML CORBA configuration file. The Naming Srvice of these objects are registered in the Naming Service Repository,

The GUI Server acts as a CORBA client and the objects as CORBA servers . Everytime it requests one of these services, it actually goes to the naming structure file and checks the naming service of the component and if found connects to that service else returns a CORBA connectivity error.

Post Reply