MID サーバーに正しい認証情報があるかどうかの確認方法Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この記事では、MID サーバーを実行するための正しい認証情報と権限がすべてあるかどうかを判断する方法について説明します。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } MID サーバーを実行するための正しい認証情報があるかどうかを判断するには、ServiceNow MID ユーザーレコードを確立し、認証情報を設定します。以下の手順を完了できない場合は、MID サーバーの実行に必要な権限がない可能性があります。 1.MID サーバーが使用する ServiceNow MID ユーザーレコードを作成します。このユーザーレコードには mid_server ロールが必要です。 2.MID サーバーで、ワードパッドなどのテキストエディターを使用してconfig.xmlファイルを編集します。 要素 を検索し、その値をインスタンスの URL に変更します。デフォルトと同様にベーシック認証が有効になっている場合は、ユーザー認証情報を mid.instance.username パラメーターと mid.instance.password パラメーターに入力します。 3.次に、MID サーバー認証情報を構成します。 注意:ドメインユーザーには、サービスを作成し、ディスカバリーに必要なタスクを完了するための十分な権限が必要です。 認証情報を設定するには: Windows サービス コンソールを開きます。各 MID サーバーの ServiceNow サービスをダブルクリックします。ログオン タブを選択します。ドメインユーザーまたはローカルアドミンの認証情報を使用してログオン権限を設定します。[全般] タブで、[スタートアップの種類 を 自動 に設定します。OKをクリックします。 注:ドメイン ユーザーにサービスを作成する権限がない場合、アップグレードは失敗します。