0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

データ取り込み機能の違い(update set/import set/XML抜き出し/手作業)

Posted at

ServiceNowで環境ごとのデータ移行には様々な手段があります。以下に代表的なものを示します。
1.Update Set
2.Import Set
3.XML抜き出し
4.手作業
それらの違いのざっくりとした肌感。
1.Update Setは機能改修・追加
2.Import Setは大量データの取り込み
3.XMLは小規模データの取り込み。目視できるのと、渡しやすいのがメリット
4.手作業はレポートなど、一部Update Setには乗らないものをやむを得ないので行う

基本的には1>2>3>4の使用頻度で移行手順は作成されるべきと考えます。理由は手作業は容易にミスオペに繋がるからです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?