Smita B
Guest
|
Posted:
Wed Jan 19, 2005 7:51 pm Post subject:
Regarding MOM Scripts |
|
|
Blank
Hi,
When we create a new script in MOM (MOM 2005) using the MOM Administrator
console, there are three options available in the language list box,
- VB Script
- JScript, and
- Custom
The options "VB Script" and "JScript" are self explanatory.
But what about the third option??? What does this "Custom" option mean? How
can we compile our own custom scripts???
Is any documentation available that can be useful in understanding this
better???
Are any examples available that can be referred to for better
understanding???
Thanks and Regards,
Smita |
|
Arie de Haan
Guest
|
Posted:
Wed Jan 19, 2005 8:47 pm Post subject:
Re: Regarding MOM Scripts |
|
|
In article <#fbAuwi$EHA.2156@TK2MSFTNGP10.phx.gbl>,
smita.bhalero@symphonysv.com says...
| Quote: | Blank
Hi,
When we create a new script in MOM (MOM 2005) using the MOM Administrator
console, there are three options available in the language list box,
- VB Script
- JScript, and
- Custom
The options "VB Script" and "JScript" are self explanatory.
But what about the third option??? What does this "Custom" option mean? How
can we compile our own custom scripts???
Is any documentation available that can be useful in understanding this
better???
Are any examples available that can be referred to for better
understanding???
Thanks and Regards,
Smita
You can use custom script for perl or other scripting languages. The |
requirement is however that you have an interpreter at the agent where
the script is running.
From the SDK
The first line must contain the script enginge specificationb by adding
a shebang line, like:
#!PerlScript
I hope this is helpfull.
--
Greetz,
Arie
This posting is provide "AS IS" with no guarantees, warranties, rigths
etc. |
|