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.
Property | Description |
---|---|
Default State | The job state after a dbinit/dbmigrate. |
IsSiteSpecific | [ True | False | Unknown ] indicator for data modification within affected tables:
|
Valid From | The initial IS7 version the job is created. |
Valid To | The IS7 version, in which the job is obsolete and removed. |
Job Dependencies | The dependencies to other jobs, respectively batch processes. |
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;
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.