UCP Error Message 37007 An error occurred during upload to the SQL Server utility control point.

  • Hi All,

    I am trying to setup the utility control points but I am getting this error on all of my instances.

    Msg 37007, Level 16, State 1, Procedure sp_sysutility_mi_upload, Line 120

    An error occurred during upload to the SQL Server utility control point.

    Can anyone help we with this error. It is a basic install but we are using different port numbers for the instances.

    Anyways if any one has any ideas let me know.

    Thanks


    Over 12yrs in IT and 10yrs happily stuck with SQL.
    - SQL 2008/R2/2012/2014/2016/2017
    - Oracle 8/9/10/11
    - MySQL 4/5 and MariaDB

  • Adam,

    I have no idea what the SQL Server utility control point is. Could you point me to a reference so I can read up on it and see if I know it by a different name?

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • I would check on the credentials used to set up the UCP. @Brandie, UCP is a way to monitor several SQL Servers from 1 and set up a data warehouse to hold and report off of the data. Pretty cool actually. http://msdn.microsoft.com/en-us/library/ee210548.aspx

    Jared
    CE - Microsoft

  • SQLKnowItAll (2/16/2012)


    I would check on the credentials used to set up the UCP. @Brandie, UCP is a way to monitor several SQL Servers from 1 and set up a data warehouse to hold and report off of the data. Pretty cool actually. http://msdn.microsoft.com/en-us/library/ee210548.aspx

    Thanks for the reference, Jared. I appreciate it.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Brandie Tarvin (2/16/2012)


    SQLKnowItAll (2/16/2012)


    I would check on the credentials used to set up the UCP. @Brandie, UCP is a way to monitor several SQL Servers from 1 and set up a data warehouse to hold and report off of the data. Pretty cool actually. http://msdn.microsoft.com/en-us/library/ee210548.aspx

    Thanks for the reference, Jared. I appreciate it.

    No problem 🙂 but be careful, once it is enabled it is extremely difficult to disable. Here's a good video as well. http://www.youtube.com/watch?v=sRUcmR5HRrI

    Jared
    CE - Microsoft

  • @sqlknowitall Thanks for the information, I have it setup using the SQL Service AD account... figured it would have the most access; alias it didn't have enough and the error message is pretty weak.

    For now I have removed it by following the MSDN instructions.

    Removing the Instance

    http://technet.microsoft.com/en-us/library/ee210565.aspx

    Removing the UCP Server

    http://technet.microsoft.com/en-us/library/ff487180.aspx


    Over 12yrs in IT and 10yrs happily stuck with SQL.
    - SQL 2008/R2/2012/2014/2016/2017
    - Oracle 8/9/10/11
    - MySQL 4/5 and MariaDB

  • Glad to help!

    Jared
    CE - Microsoft

  • You generally want to track the 2 jobs used by the UCP that run on the server being monitored.

    sysutility_mi_collect_performance and sysutility_mi_collect_and_upload.

    sysutility_mi_collect_and_upload is most likely the one that has errors.

    The errors are probably due to a security issue.

    I've had success resolving the issue by changing the monitoring account to something that should have permissions to the locations involved,

    if only for a moment just to get some data moving.

    After it starts working, you can switch the UCP monitoring settings back to what they were before and it should continue to work.

  • Thanks for the details but we have abandoned this idea as other solutions are better suited (currently) but SQL 2012 might be better.


    Over 12yrs in IT and 10yrs happily stuck with SQL.
    - SQL 2008/R2/2012/2014/2016/2017
    - Oracle 8/9/10/11
    - MySQL 4/5 and MariaDB

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply