Opalis Operartor Console
-
Tuesday, February 22, 2011 12:23 PM
Hi,
I am not able to login to Operator console.
Error : "The username or password you have entered is not correct"
But I have used the Admin user ID and Password.
When I checked the Opalis Active Directory Service XML File under "C:\JBoss\jboss-4.2.3.GA\server\default\deploy" it says the following
<server>
<mbean code="com.opalis.opconsole.jmx.account.AccountServicesActiveDirectory" name="opalis:service=accounts">
<attribute name="JndiUrl">ldap://Server.opalis.com:389/DC=opalis,DC=com</attribute>
<attribute name="AdministratorGroup">administrator</attribute>
</mbean>
</server>Kindly assist me further.
Regards,
Mohideen Bava H M
All Replies
-
Tuesday, February 22, 2011 12:44 PM
Hi Mohideen,
administrator is not a name of group in your AD, right?
Try:
<attribute name="AdministratorGroup">Domain Admins</attribute>
or any other group in your AD which you are member of ...
- Proposed As Answer by .Anders BengtssonMicrosoft Employee Wednesday, February 23, 2011 12:16 PM
-
Tuesday, February 22, 2011 3:06 PM
Check also opalis-ds.xml in the same dir if the user which is running the Operator Console service has the rights to the db specified there.
Make "AdministratorGroup" case-sensitive
Try to logon as Domain\User.
-
Tuesday, February 22, 2011 3:21 PM
Hi,
Take a look at http://thoughtsonopsmgr.blogspot.com/2010/05/cannot-log-on-to-opalis-operator.html also, is Domain admins the group you use? Maybe not the best solution, or you using a nested group? I have seen issues with nested groups before. You need to logon with DOMAIN\USER
even without the AD group correct, if you are local admin, I think you can logon to the console as a user.
Anders Bengtsson | Microsoft PFE | blog at http://www.contoso.se- Edited by .Anders BengtssonMicrosoft Employee Tuesday, February 22, 2011 4:22 PM add
- Proposed As Answer by .Anders BengtssonMicrosoft Employee Wednesday, February 23, 2011 12:16 PM
-
Wednesday, February 23, 2011 11:54 AM
Hi Anders/Stefan,
It worked for me. Thanks for your valuable suggestions.
Now need help in installing Operartor Console as a Service
Regards,
Mohideen Bava H M
Mohideen Bava H M -
Wednesday, February 23, 2011 11:54 AM
Hi Anders/Stefan,
Hi Anders/Stefan,
It worked for me. Thanks for your valuable suggestions.
Now need help in installing Operartor Console as a Service
Regards,
Mohideen Bava H M
Mohideen Bava H M -
Wednesday, February 23, 2011 12:16 PM
Hi, please take a look at http://blogs.technet.com/b/charlesjoy/archive/2010/06/25/opalis-operator-console-as-a-windows-service-video-tutorial.aspx and the update http://blogs.technet.com/b/charlesjoy/archive/2010/09/07/opalis-operator-console-as-a-windows-service-update.aspx
Anders Bengtsson | Microsoft PFE | blog at http://www.contoso.se- Proposed As Answer by .Anders BengtssonMicrosoft Employee Wednesday, February 23, 2011 12:16 PM
- Marked As Answer by Mohideen H M Friday, February 25, 2011 10:51 AM

