Skip to main content
Version: 1.3.3

ITAM Application Deployment

tip

Role required: admin

To deploy the ITAM application, complete the following steps:

  1. Install the ITAM application.
  2. (optional) Deploy demo data.

To install the ITAM application for the first time, use the full version pack. To update the application from the previous versions, use the update packages.

Full version deployment

caution

Ensure you are going to install the ITAM application 1.3.3 on the platform version 1.25.0 or higher.

  1. Install the [ITAM] 1.3.3 full.sop package.
  2. If the ITSM application is installed on your instance and you require communication between these applications, install the [ITAM]_ITAM_1_3_1_ITSM_1_12_1_full.sop package and configure the ITAM-ITSM Connector. Once configured, you do not need to reconfigure it as it remains actual for further updates.

Update installing

Install all versions and patches in their release order.

Example:

To update the application from version 1.1.1 to 1.3.3, sequentially install the update packages in the following order: 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2 and 1.3.3. Always follow the version deployment instructions.

warning

If you have the ITAM application 1.3.2 installed and you update the platform to version 1.25.0, the asset contract functionality will be limited.

Restore the functionality of the Asset Contrats for ITAM 1.3.2
  1. In the agent interface, go to PreferencesAdmin Preferences.
  2. In the Application field, select Simple.
  3. Select or create a new local pack and set it current.
  4. Open the Contract category (contract_category) column record of the Contract (contract) table.
  5. Select the Active checkbox.
  6. Click Save or Save and exit to apply the changes.
  7. Open the Currency (currency_id) column record of the Contract (contract) table.
  8. In the Column override related list, click New.
  9. In the form that opens, specify the Asset Contract (itam_contract) in the Table field for the Currency field.
  10. Select the Mandatory Override checkbox.
  11. Ensure the Mandatory checkbox is cleared.
  12. Click Save or Save and exit to apply the changes.
  13. (optional) Complete the new local pack. To do so:
    1. Navigate to ConfigurationLocal Packs and open the local pack record you created earlier.
    2. Specify Completed in the State field.
    3. Click Save or Save and exit to apply the changes.

Update version 1.3.2 to version 1.3.3

caution

Before installing ITAM 1.3.3, ensure you have installed platform 1.25.0 or a later version.

In this version of the application, the logic of the Documents and Asset Contracts fields has been updated. It is now also possible to create asset records from the configuration items according to specified conditions. To correctly upgrade ITAM to version 1.3.3, follow the instructions below:

  1. If you applied the solution for restoring Asset Contract functionality on the platform version 1.25.0 when you first installed version 1.3.2, or when you upgraded ITAM to version 1.3.2, make a rollback of those changes.
  2. Install the [ITAM] 1.3.3.sop package.
  3. (optional) Install the ITAM-ITSM Connector and configure the forms if not done previously.

Update Asset Contracts records

In Asset Contracts, the Currency, Customer, and Consumer fields are now aligned with the same fields in platform version 1.25.0. To update the existing records on your instance, execute the Update itam contracts script:

  1. Navigate to System Scheduler → Scheduled Scripts.

  2. Open the record Update itam contracts ({your instance URL}/record/sys_schedule_script/173650151815017134) and complete the fields with the following values:

    FieldValue
    ActiveYes
    Run frequencyOnce
    Run date and timeSpecify the time when the system load is minimal, for example, after midnight.
    Example: 2024-11-28 01:02:00
    The system will run the script according to the timezone set in the Preferences menu of the platform, not the timezone set on your device. If they differ, for your convenience, edit the timezone in the Preferences so that it matches the timezone on your device.

    After the Update itam contracts scheduled script is executed, the following changes will occur in the existing asset contracts: the Category field will be filled with the data migrated from the disabled Contract category field, the mandatory Currency field will be filled with the currency specified in the currency.default system property. Also, in active asset contract documents, the Subtype field will be filled with the value of the related Asset Contract category.

  3. Click Save or Save and exit to apply the changes.

Update existing records in the Documents table

In the Documents form, the Subtype field has been updated to receive the value of the related Asset Contract category. To update the document record data on your instance, follow these steps:

  1. Navigate to System Scheduler → Scheduled Scripts.

  2. Open the record Set document subtype ({your instance URL}/record/sys_schedule_script/173712103517910376) and complete the fields with the following values:

    FieldValue
    ActiveYes
    Run frequencyOnce
    Run date and timeSpecify the time when the system load is minimal, for example, after midnight, but 1 hour later than the run time of the Update itam contracts scheduled script.
    Example: 2024-11-28 01:02:00
    The system will run the script according to the timezone set in the Preferences menu of the platform, not the timezone set on your device. If they differ, for your convenience, edit the timezone in the Preferences so that it matches the timezone on your device.
  3. Click Save or Save and exit to apply the changes.

After the Set document subtype scheduled script is executed, in the forms of the inactive documents of type Contract, the field Subtype is filled with the value of the corresponding contract category.

Create asset records from configuration items

In this version, if necessary, you can activate asset record creation together with creating configuration items and asset records creation from the configuration items that already exist in the system. Read more about activating and configuring this functionality in the Asset Registration with CI article.

Add serial numbers to the CIs from the corresponding asset records

If required, you can fill the Serial number fields of the configuration items with the value of the Serial number field of their corresponding assets. To do so, execute the scheduled script Set CI serial number from Asset. This script will add the serial numbers of the corresponding assets to the records of the configuration items.

  1. Navigate to System Scheduler → Scheduled Scripts.

  2. Open the record Set CI serial number from Asset ({your instance URL}/record/sys_schedule_script/173451471416090603) and complete the fields with the following values:

    FieldValue
    ActiveYes
    Run frequencyOnce
    Run date and timeSpecify the time when the system load is minimal, for example, after midnight.
    Example: 2024-11-28 01:02:00
    The system will run the script according to the timezone set in the Preferences menu of the platform, not the timezone set on your device. If they differ, for your convenience, edit the timezone in the Preferences so that it matches the timezone on your device.
  3. Click Save or Save and exit to apply the changes.