To import an Object Schema definition, navigate to:
After importing an object schema, you must reindex Insight. |

The system to Import to, MUST have the the same Insight "Name" Attribute setting as the system that the Object Schema was exported from. This is the standard case and should therefore not be a problem.
| フィールド | 説明 | |
|---|---|---|
| ファイル名 | A list of files (.zip) showing the file names of previously exported object schemas made available for Import. | (必須) |
| 名前 | The name of the new object schema that will be created by the import. The name can not be the same as any existing object schema name. | (必須) |
| キー | The key for the new object schema. The key can not be the same as any existing object schema key. | (必須) |
| 説明 | The description for the new object schema. | |
| オブジェクトをインポート |
| |
| include | Only active if "Import objects" is selected to "Yes", otherwise this option is disabled.
| |
| パスワード | インポート対象として選択したファイルがパスワードで保護されている場合、インポートを実行するにはそのパスワードを入力する必要があります。 |
| Note that the reference names should not be neither less than 2 characters nor longer than 30 |
If you have exported an object schema from an earlier insight version by using the Object Schema -> Export functionality (illustrated below).

You will have to process the file manually before importing it to Insight. What you need to do is;
Base64 decode the file and rename the file to schema.xml
base64 -D -i export.xml.base64 -o schema.xml |
Zip the schema.xml file, the zip file can have a name of your choosing. You will have to include a property file specifying your insight version as well as the amount of objects in your schema (if no objects are included use the value one (1) as the total_objects_in_export). See the example of the file below.
#Mon Nov 14 11:07:31 CET 2016 require_password=false insight_version=<your.version> total_objects_in_export=1 include_objects=true |
zip import.zip schema.xml export-details.properties |
