Guest_imported
New member
- Jan 1, 1970
- 0
I'm a newbie with HP OpenView. I would like to understand the ovw process. Please tell me if I understand this correctly. The ovw process runs when NNM is started, is this correct? If so why is not shown be in the "RUNNING" state when you view the "NNM Services - Status" (i.e., by clicking "Start->HP OpenView->Network Node Manager Admin->NNM Services - Status"? The state is blank when i view this status.
What I'm really trying to do is write a simple test program to communicate with NNM. The main part of this program is as follows:
LibOvw libovw = new LibOvw();
try
{
// Log into the OpenView Window
libovw.OVwInitSession( "My Application", session + ":0" );
}
catch ( LibOvwException ex )
{
. . .
}
"session" is the name of the machine where NNM is running.
Running the app gives the following personalized exception:
Encountered error 17 in TestOV.main()
Permission denied
I have configured the ovw.auth file to accept all hosts and users by specifying the "+ +", "localhost +", "loopback +", and "loghost +". These are the defaults for the file by the way.
Could anyone give me any insights into this problem?
Thanks in advance,
Meng
What I'm really trying to do is write a simple test program to communicate with NNM. The main part of this program is as follows:
LibOvw libovw = new LibOvw();
try
{
// Log into the OpenView Window
libovw.OVwInitSession( "My Application", session + ":0" );
}
catch ( LibOvwException ex )
{
. . .
}
"session" is the name of the machine where NNM is running.
Running the app gives the following personalized exception:
Encountered error 17 in TestOV.main()
Permission denied
I have configured the ovw.auth file to accept all hosts and users by specifying the "+ +", "localhost +", "loopback +", and "loghost +". These are the defaults for the file by the way.
Could anyone give me any insights into this problem?
Thanks in advance,
Meng