|
|
|
|
Testimonial:
|
|
| Before the UMRA, we had to modify through the windows components, also we couldn\'t easily delegate tasks to helpdesk without instructing how to use active directory, now we can easily create a customized webpage and we are just scratching the surface... We can automate import functions, import global adressbooks from different companies. Our exchange migration was easy with UMRA. The support is a... Information Technology / Management Services KPMG http://www.kpmg-ct.com/ | | read more... |
|
|
|
|
 |
|
|
|
Executing an UMRA project on the UMRA Service
The procedure to execute a UMRA project on the UMRA Service is always the same. The project must be setup using the UMRA Console application. The project type must be a form project. The project only needs to contain a script, not a form. A form project with a form can also be used. The security settings of the project must be set so that the project can be accessed from the security context of the UMRA COM objects accessing the UMRA Service. In general, the UMRA COM objects are executed with the security context of the user account that is logged on to the computer that runs the application that uses the UMRA COM objects.
Executing a project on the UMRA Service
Procedure to execute the script of the UMRA project on the UMRA Service using UMRA COM:
- An instance of the Umra COM object is created.
- The Umra.Connect method is used to connect to the UMRA Service.
- The list with variables maintained by the Umra COM object is created. All variables that are required to execute the script of the UMRA project must be initialized. For each variable, the name of the variable and the value must be specified. Normally, the values are taken from the application that uses the UMRA COM objects. Several methods of the Umra COM object are available to setup the list with variables.
- The method Umra.ExecuteProjectScript is called to request the UMRA Service to execute the script of the specified project. On return, the variables updated by the script are stored in the list with variables.
- The list with variables can be accessed to process the returned information.
| |