• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Topobase

    Reply
    Active Member
    Posts: 8
    Registered: ‎02-05-2008

    topobase admin locked

    51 Views, 2 Replies
    03-11-2008 01:47 AM
    when i try to start topobase admin then i get the error message that " your account is locked".
    how to solve this problem
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎03-10-2008

    Re: topobase admin locked

    03-13-2008 06:11 AM in reply to: ramandeep_TCS
    i had the same problem ... and that's how i solved it - > http://discussion.autodesk.com/thread.jspa?threadID=649445
    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎01-26-2007

    Re: topobase admin locked

    03-26-2008 11:00 AM in reply to: ramandeep_TCS
    Here is a little tip if you are using Topobase in a test environment and you are using the sample data that comes with the product or if your account is getting locked frequently due to incorrect logins.

    Here is the workaround:

    Log into SQLPlus as your system user and run the following

    CREATE PROFILE DEFAULT_TOPOPASE
    LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED;
    ALTER USER TBSYS PROFILE DEFAULT_TOPOBASE;
    Please use plain text.