Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Page Properties
hiddentrue

Introduction

By default, a scheduled job refreshes the API REST token every day at 06:00 AM. Given the configuration of your XTM Cloud instance, this time interval might not be sufficient and a token expiration issue might occur.

...

I. Changing the token refresh interval by adjusting the <em>AEM</em> AEM OSGi configuration

  1. Go to Adobe Experience Manager → Tools → Operations Web Console.

...

    ...

    1. Using the CRTL + F key combination, search for XTM REST Token Refresh Scheduler.

    ...

      ...

      1. Change the CRON expression to the required value.

      ...

      EXAMPLE: The value 0 0/5 * ? * * * will refresh the token every 5 minutes.

      ...