Document Properties
Kbid
285U73
Last Modified
29-Apr-2022
Added to KB
21-Mar-2018
Public Access
Everyone
Status
Online
Doc Type
References
Product
ICM 7.10
Reference - Intershop 7.10 Jobs

Introduction

This reference describes the pre-configured Intershop 7.10 jobs. It explains their purpose, the tasks they do, where to find them, as well as provides recommendations with regard to the job configuration. The document is intended to support administrative staff during the installation and configuration of Intershop 7.10. This also applies for multi-data center environments.

Note

In general, Intershop recommends to enable only those jobs that are required for the proper operation of an Intershop Commerce Management system.

Job Table Glossary

PropertyDescription
Default StateThe job state after a dbinit/dbmigrate.
IsSiteSpecific[ True | False | Unknown ] indicator for data modification within affected tables:
  • True - data modification only for specific domain/site
  • False - data modification for all domains/sites
  • Unknown - unknown
Valid FromThe initial IS7 version the job is created.
Valid ToThe IS7 version, in which the job is obsolete and removed.
Job DependenciesThe dependencies to other jobs, respectively batch processes.

SQL Helper

SQL Helper to detect current job information from database:

col Domain          format a50
col Name            format a70
col DefaultState    format a15
select dn(domainid) as "Domain"
       ,name        as "Name" 
       ,decode(enabledflag, 0, 'Disabled', 1, 'Enabled') as "DefaultState"
  from jobconfiguration
  order by 1,2;

Overview Jobs

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.