Importing SCCM data into Assets

To import SCCM data into Assets, navigate to the Import section in the object schema configuration. Learn more about importing in Assets

インポート タイプ設定

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

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

日付の形式

dd/MM/yyyy

日時の形式

dd/MM/yyyy hh:mm

モジュール固有の設定

名前

説明

SCCM SQL サーバー

Address of your SQL Server. For example:

  • 192.20.12.100\myDBInstance
  • mysqlserver.example.com
SCCM データベース名

Name of your SCCM Database.

データベース ユーザーName of the user that have readable access to the SCCM Database.
データベース パスワードPassword for the selected user to connect to the SCCM Database.
認証タイプ*
  • SQL Server 認証 (既定)
  • ネイティブ認証 (Windows Kerberos)
  • Java Kerberos


*Note that the selection only modifies the internal 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;

To use Kerberos you need to ensure that the system is able to create Kerberos tickets. Read more about Kerberos

Last modified on Mar 7, 2025

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.