Quantcast
Channel: xCommunity : Popular Discussions - Discuss
Viewing all articles
Browse latest Browse all 932

Unable to get OMW subscriptions

$
0
0

Anyone installed the integration agent for HP Operations manager for Windows successfully ?

the integration is working fine, it's when I want to import the subscription domain that generates a ServletException...

My guess is that my parameters in the  Configuration.jsp file aren't right?

 

I'm using a domain user base HPOM install and a SQL 2008 R2 DB.

 

Parameters look like this:

final String OM_HOST_URL = "HPOM HOST IP";

final String OM_NAME_SPACE_URL = "ROOT\\HEWLETTPACKARD\\OPENVIEW\\DATA";

final String OM_USER_NAME = "domain\User in HP-OVE-ADMINS";

final String OM_PASSWORD = "password";

//DB Connection for retrieving policies via JDBC queries.

final String JDBC_DRIVER_CLASS_NAME = "net.sourceforge.jtds.jdbc.Driver";

final String JDBC_URL = "jdbc:jtds:sqlserver://sqlserver:1433";

final String JDBC_USERNAME = "user with openview db access";

final String JDBC_PASSWORD = "password";

 

 

anyone got any hints?

 

Thanks


Viewing all articles
Browse latest Browse all 932

Trending Articles