To import SCCM data into Insight you navigate to the Import section in the object schema configuration. You can read about all the possibilities in the Insight Import documentation found here: General Import Concepts

Import Type Settings

オプションの日付パターン

全般的なインポート構成の設定で日付パターンを指定する必要はありません。ただし、パフォーマンスが向上するため、指定したほうが良い可能性もあります。

日付の形式

dd/MM/yyyy

日時の形式

dd/MM/yyyy hh:mm


モジュール固有の設定

名前説明
SCCM SQL サーバー

SQL Serverのアドレスを特定する

例: 192.20.12.100\myDBInstance

or mysqlserver.example.com

SCCM データベース名

指定した SCCM データベースの名前

データベース ユーザー指定した SCCM データベースへの読み取り可能なアクセス権を持つユーザーの名前
データベース パスワード選択したユーザーが SCCM データベースに接続するためのパスワード
認証タイプ*
  • SQL Server 認証 (既定)
  • ネイティブ認証 (Windows Kerberos)
  • Java Kerberos

*

Please notice that the selection only modifies internal the connection string to the database server it will add the following part to the connection string where %s is the selected authentication type

integratedSecurity=true;authenticationScheme=%s;

Kerberos を使用するには、システムが Kerberos チケットを作成できるような処理にする必要があります。

詳細については、こちらをご参照ください。

https://blogs.msdn.microsoft.com/psssql/2015/01/09/jdbc-this-driver-is-not-configured-for-integrated-authentication/

  • ラベルなし