Skip to main content

Maintenance

The Maintenance section provides information about scheduled tasks and staged entries. Additionally, you can perform various types of reindex and run scripts using the script console.

Jobs

Under the Jobs tab you can find the Jobs section listing the various data source loader jobs and Scheduled Tasks section allowing to schedule various jobs to run.

Jobs

The Jobs section lists the various data source loader jobs.

Select one or more jobs and select Synchronize to update the content for the selected jobs. For example, if you have deleted the staged tables for a data source from the Stage page, those objects will remain in Alteryx Connect until the job for that data source is synchronized.

Scheduled Tasks

The task scheduler allows administrators to schedule various jobs to run.

  1. Select Create to open the Task window.

  2. Enter the Task name.

  3. Select the Job type.

  4. Enter the Job target.

  5. Enter a Cron expression to configure the job schedule details.

Cron Expressions in the Scheduler

If the expression entered has "*" in the seconds position, the scheduler will run repeatedly until the minute value no longer fulfills the condition.

To run the job once, enter "0" in the seconds position.

6. Select Save to save the job.

Stage

Staged entries represent loaded source system stage tables in Alteryx Connect. You can remove individual staged entries or remove all stages. To synchronize any removed staged entries, see the Jobs section.

Reindex

Under the Reindex tab you can find the Reindex section and the Tools section.

Reindex

Reindexing repairs or updates the search index. You can reindex a specific app (Workflow, Home Page, Folder, and so on) asset, an asset and all assets under it, TODOs (tasks), or perform a full reindex of the system. The size of the item being reindexed impacts the run time.

  • Reindex: To reindex the current asset, select Reindex.

  • Reindex with sub-entries: To perform a reindex of the current asset and also all it’s children’s assets, select Reindex with sub-entries. For example, once you execute this reindex on Database Server, it will index DB server, all catalogs under it, all schemas under it, all tables under it and so on.

  • Full reindex: To perform a full reindex of the system, select Full reindex.

  • Todo reindex: To reindex only Todo tasks (referenced from comment), select Todo reindex.

Importante

Reindex is available for those with Admin rights only.

Reindex Location

You can perform the reindex in different locations.

  • Administration Console: Go to Administration > Admin Menu > Maintenance > Reindex. From the Admin Menu you can perform all reindex types.

    Screenshot of the Reindex section in Administration Console.
  • 3-dot menu for an asset: To perform a full reindex of a certain asset, select the 3-dot menu of this asset, then select Reindex. To perform reindex of an asset with sub-entries, select Reindex with sub.

    Screenshot of the Reindex section in the three-dot menu for an asset.
  • 3-dot menu for a specific app (Workflow, Home Page, Folder, and so on) asset: To perform reindex, select Reindex.

    Screenshot of the Reindex section in the three-dot menu for a specific asset app.

Tools

Re-Create User's Fallback Icons

This re-generates the default user icons using a new color palette specification in the configuration file. Contact Alteryx Support for more information.

Reset Recently Visited Cache

This clears the list of entries in the Your History section of the home page.

Health Checks

The Health Checks section allows you to check the database entries consistency. Go to Admin Menu > Maintenance > Health Checks, start a test, and then run repairs.

Screenshot of the Health Checks section, found issues highlighted in red.

Run Checks

To execute the tests, select Run Checks. The following will be checked:

  • Whether all unique XIDs have equally or less than one active version.

  • Whether all required integration codes are present.

  • Whether all default folders (Analytic Workflows, Reports, Data Sources, Glossary, People, and Virtual Folders) are present.

To download the log, select the Download log button.

The information stored in the Health Checks log is also stored in the main Log (connect_catalina.log). However, you can download just the Health Checks log to review the errors and decide whether to fix them.

Fix Issues

After you have performed the test, you can correct the issues that have occurred.

  • Details can be found in the log.

  • If there’s more than one active version of an asset, the most recent one will be specified as the active one.

  • In case you deleted any of the default folders, these folders will be recreated.

  • To fix the issues, select Fix Issues. You will be notified after the errors are fixed.

Notification

In the Notification section, set up the notification queue and settings, including the Activities Center.

Notification Queue

Notification Queue allows you to decide what to do with the items in your queue.

You can perform the following operations:

  • Flush: To process the queue immediately, select Flush. Use it in case the queue was stopped by the system.

  • Clear: To remove all notifications from the queue, select Clear. The notifications are not processed and are forgotten immediately.

  • Pause: To stop the queue, select Pause. The queue can still receive new notifications but can’t be processed until it’s resumed.

  • Resume: To start the queue again, select Resume.

Notification Settings

To set up smart notifications, go to Admin Menu > Maintenance > Notification. In the Notification Settings, you can set up email notifications. Specify the events and assets which you want to be subscribed to.

Switch On New Notification System: Select to enable users to be notified about events that occur in Connect.

Nota

If you want to be notified on the changes you are subscribed to, for each event you can select from the following options:

  • None: You won’t be notified on this event.

  • Immediate Email: You receive an immediate email after the event occurs.

  • Daily Digest: You receive a daily digest email for all the events occurred during the day.

  • Weekly Digest: You receive a weekly digest email for all the events occurred during the week.

Specify on which events you want to be notified on:

  • Share: You receive a notification when someone shares an asset with you.

  • Mention: You receive a notification when someone mentions you in a comment on your asset or an asset you are subscribed to.

  • Comments: You receive a notification when someone comments on your asset or an asset you are subscribed to.

  • Asset Changes: You receive a notification when a user or the system makes changes on your asset or an asset you are subscribed to.

  • ToDo’s: You receive a notification when someone mentions you in a ToDo.

  • Like/Dislike: You receive a notification when someone likes or dislikes your asset or an asset you are subscribed to.

  • Do you want to be notified about updates on assets which you are not subscribed to?: To be notified about updates on assets which you are not subscribed to, select from the options for News Digest Email. Specify if you want to be sent a daily or weekly digest email about the events occurred on the assets you are not subscribed to.

Activity Center

Records are kept at least within the specified time range. If the Number of Records value is not reached, records may be kept longer.

  • Number of Days: Specify the time range for which you want to keep records.

  • Number of Records: Specify the number of records you want to keep.

You can see the changes reflected under the Admin Menu > Config Files.

Config_files_activity_center.png

To delete all Activity Center records, select Delete All.

Script Console

The script console allows administrators to enter and run scripts. After selecting Run Script, the script's output is displayed in the field below.