What tables belong to the "Server Map" data source (where the object owner is SVM910) in EnterpriseOne release 9.1?
This document follows these simplified definitions:
Object Configuration Master (OCM) enables EnterpriseOne to keep track of where data resides and where logic processing occurs with a combination of Logic Server and Database Server. EnterpriseOne enables you to define two different data sources:
The list of tables which belong to Server Map are as follows:
Table Name | Table Description | Used for |
---|---|---|
F986101 | Object Configuration Master |
|
F98611 | F98611 Data Source Master |
|
F986110 | Job Control Status Master | Record individual job based on job number stored in F986111 so exehost (Execution Host Name) and jobnbr (Server Job Number) combination makes a unique job. Record can be added either through UBE kernel or Call Object Kernel when a certain business function calls jdeLaunchUBEEx() Note: In case you need to debug this file:
|
F986111 | Job Number Master File | Stores next number for UBE Job Number per machine. This table is made up of two columns JOBNBR (Server Job Number) and EXEHOST (Execution Host Name). When a certain batch job is to be executed (simplified routine of UBE kernel can be):
|
F986113 | Subsystem Job Master | This record is inserted through API ubeReport_AddSubsystemRecord() then in submitting subsystem version to where job is mapped, UBE kernel handles data like manual submission by sending message to Queue Kernel. Then Queue Kernel checks available queue to handle any waiting job from Subsystem Job Master Table. Subsystem UBEs pose an opportunity in that they do not end after a full processing cycle. Rather these subsystem jobs are initiated and continually ‘wake up’ to check for activity eligible for processing. As a result they occupy a thread in the job queue to which they are assigned (based on process ID assigned by manual submission); this thread remains occupied until the subsystem job is terminated. Therefore, if the job queue to which this subsystem UBE has been assigned is single threaded, any other job that is directed to the same job queue will remain in a ‘wait’ status until the subsystem job has ended. Due to the nature of this type of job, you should consider creating and assigning a unique job queue for this UBE version. |
F98DRPCN | Data Replication Pending Change Notifications | |
F98DRLOG | Data Replication Change Log | |
F986114 | Auditing Information Data Repository | When UBEAuditing is ON the tables F986114/F986114A are to be populated to audit UBE (and TC) submission in server. F986114 is a header file for F986114A (Audit Repository Detail). These data are to be accessed through WSJ (Work With Server)> (Row Exit) Execution Detail (P986114) * In your purging Job Master Files, purge these tables * If you do not have a parameter UBEAuditing in [UBE] section of JDE.INI file it is considered as '1 - Audit'. Do NOT modify this parameter. |
F986114A | Audit Repository Detai |
Write audit information detail on a certain UBE Job. Currently AUDTYP is made up of, Indicates the type of autit information (AUDTYP).
Note that Processing Option Data (where F986114A.JDAUDTYP='01) contains both processing option text (F98306) and actual value (F983051) however you may not be able to view whole rows through UTB (Universal Table Browser) or through Databrowser. |
[DB SYSTEM SETTINGS]
Default Env=PD920
Default PathCode=PD920
Base Datasource=YourEntSrv - 920 Server Map
Object Owner=SVM920
Server=yourdbsrv
Database=yoursrv910
Use Owner=Y
...