Page 1 of 1

Control-M/Desktop

Posted: 10 Sep 2009 12:04
by maheshvenu
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?

Posted: 10 Sep 2009 1:27
by philmalmaison
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

Posted: 10 Sep 2009 1:45
by maheshvenu
Thanks a lot,

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

CORBA in Control-M

Posted: 14 Nov 2009 7:53
by Venky
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.