have you upgraded you DLP 8.0 to 9.0? because if you have upgrde you DLP 8.0 to 9.0 it will not genrate a license key the license key of you DLP will work to 9.0.. what kind of error are you having?
Really depends on what error message you are getting, It is best to start with the tomcat logs \Vontu\Protect\Logs\Tomcat - and look for the newest localhost*
Stop and Start the Vontu Manager service.
Attempt login again.
If you are still failing to login you may want to verify the account in question is not locked.
You can reference this public KB for how to verify if you have locked accounts.
Article ID: 42376
Unable to Log in to the UI: The Enforce Server Locks Out the Administrator
Applies To
• Vontu Oracle-Database
Problem Summary
The administrator is unable to login to the Enforce Server.
Solution
The following instructions work only in the case where the server account for the administrator is locked.
To unlock the administrator account:
From the command prompt, type: sqlplus /nolog.
Next, type: connect protect/<password>.
Type in the following SQL query: SQL> Select userid,name,datelockedout from protectUser;
NOTE: scroll up the list of account names and IF you see a date under the account name that means the account is locked.
Update protectUser set datelockedout = NULL where userid = <place administrator ID here>; Note: To make sure the account is unlocked run step 4.
In the command prompt, type commit;
If the previous instructions do nothing to unlock the administrator account, do the following:
Check to see whether you can log in to the Oracle DB Server.
If the log in to Oracle results in an "idle instance" error, for example, through the following steps:
In the command prompt, type: sqlplus /nolog.
In the SQL*Plus prompt, enter: conn sys/password as sysdba.
Does it say something like: Connected to an idle instance.?
If step 2 is the case, start the database instance.
To unlock the administrator account:
At the SQL*Plus prompt, type startup.
If the outlined steps do not yield a success, provide the following items to support:
Comments
unable to log into DLP 9.0 after install
Linux or windows?
Any error messages?
Marie C. Coon
Sr. Knowledge Engineer
Symantec US KM Team
unable to log into DLP 9.0 after install
Windows
More Details Please
Please let us know the types of error messages that you are receiving. This will really help in identifying the problem.
Thanks,
Eileen
Online Community Manager
have you upgraded you DLP 8.0
have you upgraded you DLP 8.0 to 9.0? because if you have upgrde you DLP 8.0 to 9.0 it will not genrate a license key the license key of you DLP will work to 9.0.. what kind of error are you having?
Generally Enforce login issues are resolved by one of the follow
Really depends on what error message you are getting, It is best to start with the tomcat logs \Vontu\Protect\Logs\Tomcat - and look for the newest localhost*
Stop and Start the Vontu Manager service.
Attempt login again.
If you are still failing to login you may want to verify the account in question is not locked.
You can reference this public KB for how to verify if you have locked accounts.
Note: To make sure the account is unlocked run step 4.
____________
Jim Martin | Sr. Technical Support Engineer |
Data Loss Prevention, Symantec
http://go.symantec.com/vontu
Looking for something else?
Chances are you can find it in our Knowledgebase
https://kb-vontu.altiris.com
Symantec Corporati
Would you like to reply?
Login or Register to post your comment.