Options

SQL Monitor 2 Keeps loosing valid license key

splspl Posts: 5
edited July 21, 2011 9:10AM in SQL Monitor Previous Versions
Our company has a valid license and once entered it works fine.

However..for some reason SQL monitor keeps loosing the license key added which stops the monitoring process.

The following message is displayed:

"Your trial has expired. No new data will be collected and no new alerts will be raised"

Any ideas how this can be resolved?

Comments

  • Options
    I've seen this happen before when people have multiple installs of the SQL Monitor Base Service.

    You might be using the same database to store the data for your two installs.

    Go to "Configuration" > "About"

    Near the bottom of the page should be a line starting with "Database" this will tell you which server is hosting the SQL Monitor Data Repository database.


    Log into that database server and run sys.sp_who2 and check the HostName and ProgramName columns. SQL Monitor uses "SQL Monitor - Repository" as the application string.

    It is very important that each install of SQL Monitor uses is own storage database.

    --
    Daniel
  • Options
    Thanks...works like a charm!!
Sign In or Register to comment.