Database Processes

The Database Processes form shows information about all Oracle server processes started in IFS Applications framework Foundation1. To navigate to this form click on Database Processes in the IFS Solution Manager/Administration/Monitoring folder in the navigator to open this form.

The form shows detailed information about background processes used in Foundation1 in order to run IFS Applications. In this form you can see many details about a process, the most important values is if it is Enabled or Disabled (running or not running) and the status of the process. In the lower pane you can see details about the process runs. Here the most important thing is the Status, you should try to investigate those runs that has FAILED.

Contents

Processes

Example of processes are:

Batch Queue processes

These processes are used to execute all background jobs. They are started upon activation of a batch queue. One batch queue can have one or more processes. The method run is Transaction_SYS.Process_All_Pending__. The first parameter is the Batch Queue. These processes are started and stopped in the Configure Batch Queues form.

Scheduled Task process

This process checks if there are any Scheduled tasks that are ready to be executed. If there are Scheduled Tasks to be executed this process submits (instantiates them into a background job) them into a Batch Queue and they are picked up by a Batch Queue process. This process is managed in Configure System Parameters form. The name of this process is Batch_SYS.Process_Batch_Schedule_.

Data Archiving process

Data Archiving process check if there are any Data Archive Orders to process, if there are Data Archive Orders to process the Data Archiving process runs these orders and archive the data affected.  This process is called Data_Archive_Util_API.Process_Archive_. This process is managed in Configure System Parameters form.

Connectivity processes

These 2 processes handles all incoming and outgoing Connectivity messages. These processes are called Connectivity_SYS.Proecss_Inbox__ and Connectivity_SYS.Process_Outbox__.These processes are managed in Configure System Parameters form.

Replication process

This process handles Replications and it is managed in Configure System Parameters form. This process is called Replication_SYS.Process_Replication__.

Menues

Reactivate

If you have a process that has been disabled, you can enable it by reactivate the process.

Break

If you temporary wants to stop a process you can use the Break menu. For Instance you might want to avoid having any background jobs running, you can do this by Breaking all the Batch Queue processes.

Remove

If you want to completely Remove a process you use this menu.

Show all logs

This option lets you see all the process runs in the lower pane. You can see both Succeeded runs and Failed runs.

Show error logs

This option lets you see only the Failed process runs.