Determine if you have the correct credentials on the MID ServerIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; text-decoration: underline; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Determine if you have the correct credentials on the MID Server Description This article describes how to determine if you have all the correct credentials and permissions to run a MID Server. Resolution To determine if you have the correct credentials to run a MID Server, try to establish a ServiceNow MID user record and configure your credentials. If you are uanble to complete the steps below, you may not have the permissions needed to run a MID Server. 1. Create a ServiceNow MID user record for the MID Server to use. This user record must have the mid_server role. 2. In your MID Server, edit the config.xml file with a text editor such as WordPad: Find the element <parameter name="url" value="https://YOUR_INSTANCE.service-now.com" /> and change the value to the URL of your instance.If basic authentication is enabled, as it is by default, enter the user credentials in the mid.instance.username and mid.instance.password parameters. 3. Next, configure your MID Server credentials. Note: The domain user must have enough rights to create service and complete any task required of Discovery. To configure your credentials: Open the Windows Services console.Double-click the ServiceNow <MID Server name> service for each MID Server.Select the Log On tab.Set Log on as privileges with Domain User or Local Admin credentials.In the General tab, set Startup type to Automatic.Click OK. Note: The upgrade fails if the domain user does not have the ability to create services.