Thursday, October 14, 2010

CNC FAQ's

Path Code
In which format does EnterpriseOne Specs get stored for a path code?
Prior to EnterpriseOne 8.12, specs were stored in TAM (Table Access Management) format. In EnterpriseOne 8.12 release and later, this metadata is now stored in XML format in an XML schema in the relational database. This change allows all servers to view and match their code up to one central source.
How to create Central Objects for custom path code?
You can create using either of the two methods:
  • Using Platform Pack Installation: Installing the platform pack selecting only the EnterpriseOne DB components. Once done with the platform pack, one need to create F983051 manually and need to update the table with the name of your Deployment server and path code name
  • Running R98403, version XJDE0019.This is automatically copy F983051 and updates the table with the name of your Deployment server and path code name
How to create a check-in location for a custom path code?
Check-in location can be created in two ways:
  • Manually copying the directory structure on your deployment server and create a folder with the same name as your custom path code under EnterpriseOne\E812. Copy the contents depending on whether you creating the path code at all new or copying it from existing one. In case of copy, make sure to copy it from Pristine.
  • Running the UBE R9800942, Version XJDE0001. Please run the UBE LOCALLY.
In 8.12, if copying the path code why will it not copy the packages?
This is because specifications for packages are now stored in the XML format in the database. The names of the tables are the same as the name of the package.
Is there any UBE or method to create the path code in the Enterprise Server automatically?
The only way to get a path code onto the Enterprise server is by manual copy the path code and updates the spec.ini. This file tells the server where to look for the XML specifications.
How to delete a Path Code?
To delete a path code, you need to perform the following:
  • Delete the record from the table F00942.
  • Delete the Central Object tables.
  • Manually delete the check-in location on the Deployment and path code directory on Enterprise servers.
Is there any business function to retrieve the path code?
The business function B989400 "Get Pathcode for an Environment" can be used to retrieve the path code.
Can multiple Data Dictionaries be used for a single path codes?
GCS do not recommend setting up separate data dictionaries. Please refer :DD: Use of multiple DD for single path code 

Data Sources
What are data sources and where are their definitions stored?
The data sources define where the database tables reside and where the software runs logic objects for the Enterprise Server. Data source definitions are stored in the Data Source Master table (F98611). Workstations use a common table F98611, which generally resides in the System data source on the Enterprise Server. Oracle's JD Edwards EnterpriseOne server(s) that process logic and request data require their own unique definitions for data sources; therefore, they have their own F98611 table in the Server Map data source.
Note: EnterpriseOne has two types of data sources: Database Data Sources and Logic Machine Data Sources. First DB and second one by SVR are marked in the OMOCM1 column of table F98611.

Are all data sources Unicode complaint?
EnterpriseOne now ships with all data sources in Unicode except for Business Data and Control Tables. These data sources can be converted to Unicode on an upgrade.
Note: There are 12 primary types of data sources that can be configured within EnterpriseOne. There are more than 4500 tables within a normal installation of EnterpriseOne (8.12) that qualify as Business Data.

Would you need to add new Data Dictionary, Object Librarian, System, Server, Server Map, local, or logic data sources?
No. These data sources are all shared data sources throughout the EnterpriseOne implementation. Because of this, in a normal EnterpriseOne configuration, these data sources contain data that is shared among all the environments.
What do you mean by 'OCM Data Source flag'?
It indicates that the data source contains at least F98611 and F986101 tables. The System and all Server Map data sources use this flag. This flag determines whether the data source is shown in the Machine Search_Select form of the P986115 application.
What do you mean by 'Data Class' while defining the data source?
This defines the type of data that will be held in the data source being defined. This new field helps provide better data selection for Universal Batch Engines (UBES) and servers to further identify what kind of data a data source is referencing.
Note: The classes of data available are: Business Data, Central Objects, Data Dictionary, Logic, Host Server Map, Local, Object Librarian, Installation Planner, System, Control Tables, and Versions.
Are tables with identical names within the same database supported by EnterpriseOne?
Only two of the four supported RDBMSs support table owners (SQL Server and Oracle). These databases allow you to have tables with identical names within the same database differentiated by the owner. Use of this system allows you to keep multiple copies of some tables (such as F986101 OCM) in the exact same location.
Note: The Object Owner ID field indicates the table owner for that specific data source. You can have multiple data sources with identical table owners, depending on your specific setup. This field is used when EnterpriseOne structures the SQL statements that return data to the EnterpriseOne applications.
How to split Business Data in multiple data sources?
The data class is at the center of automatic OCM generation. It categorizes the type of data stored in data sources and tables. For example, Business Data is data class "B" and System is data class "S".  If you want to split business data into multiple data sources, you need to create a new data class, modify the data source template (so Environment Director or Installation Planner prompts for a data source) and assign tables and GT objects to that data class. OCM will be created based on the information provided previously.

You can create a new data class by adding a value to the H96/DU UDC for data sources and H96/CL UDC for table and GT objects.
Note: Modifying the data class does not affect existing OCM mappings; the data class is only used when creating mappings for a new environment.

OCM
What are the parameters that comprise the primary, unique index to the OCM?
Here are the parameters:
  • Environment
  • User, which is either a specific User ID / Role or *PUBLIC.
  • Object name
  • Database path 
How to delete OCM and how deletion comes into effect?
While in Work with object mappings, highlight the desired OCM record and click the Delete button on the toolbar. This will remove this record from the F986101 table.

Note: If you remove a mapping from the system data source, your client machines will need to log out and back into E1 before they will be able to see the change. If you change a server map F986101 entry, you will need to stop and start your host services to ensure that the mapping takes effect. You will also need to clear the cache for the HTML clients via SAW/Server Manager (8.97) or by stopping and restarting the Web Services (WebSphere or OAS). 
Is it possible that different batch server(s) point to the same F986110 so that WSJ can show all the jobs submitted to different servers?
Yes, by keeping the object owner same for all the Server Map data source, so that all point to table object_owner.F986110.
When making any changes in OCM, what would be the recommendation; log on to a client machine or Deployment Server?
To add an OCM mapping, log on to a client machine. The reason you are logging on to a client machine is that it will update the System F986101. When you log on to the Deployment Server in the Planner environment, it will change the F986101 contained in the planner MSDE or SSE (local) database. Since this is not the database accessed by your end users for mappings, you normally do not want to change your mappings in this database.
Is it mandatory to make changes in both System and Server Map while making changes to OCM?
Generally, you need to choose a system to change a mapping for your client workstations. However, if you think changes are required, then changes should be made to server map.
Note: If you change the mappings for your users in the system data source, but not the server map data source, you may see different results when running reports locally compared to reports run on the server.
What R986101A (Create System Table Mappings) does?
This program adds active Object Configuration Manager (OCM) records for a specified table, user ID, and data source for all environments listed in the Environment Detail table (F00941). You can use data selection to filter the environments to which this process adds OCM records.
How to Create OCM Records for Business Functions using R986140?
This batch process R986140 (Create Server Business Function OCM Records) reads the Object Librarian tables for server business functions, and then creates Object Configuration Manager records for those business functions in the target data source that you specify in processing options. Processing options also enable you to specify the source data source and environment to use when creating these Object Configuration Manager records.

Please refer 
: EnterpriseOne 8.9 OCM Mappings for Business Functions Invalid - for further details.
How many copies of F986101 can exist in an EnterpriseOne installation?
There can be many copies of this table on an EnterpriseOne system. The workstations will use one copy, in the System data source, to find their data. The Enterprise and logic servers have their own copy of this table, which is used when a report is run on an Enterprise or logic server.

The F986101 table really only consists of what is called OCM mappings. These mappings tell the system what data source the table resides in, where to run its business functions, and how to process its reports. 
How to generate Server Map for a newly created environment?
You need to generate Server Map using the application P9654A.

Please refer 
ENV: OCM Mappings Missing in Server Map After Creating a New Environment

Environment
What is an Environment?
An environment can be described as the framework on which the system rests. This framework is made up of object configuration mappings and a path code. These are what tell EnterpriseOne where to find the data and specification files needed for its applications to run.
How to delete an Environment?
When you are in the Environment Master program, P0094, highlight an environment and click the Delete button on the toolbar. This will remove the records for the Environment from F0093, F0094, F00941, and F986101.
Note: When you delete an environment, you are not automatically deleting the data sources and business data associated with that environment. This will need to be done as a separate step.

What is the recommended way to Create an Environment?
While Environment Director is a useful tool for creating environments, we recommended using Installation Planner (P9840) and Installation Workbench (P9841) to create custom environments.
What will Environment Director do?
Environment Director performs the following:
  • Creates OCM if it does not already exist.
  • Writes F98403 record for the new environment.
  • Loads Business Data.
  • Loads Control Tables.
  • Configures Enterprise servers.
  • Creates server map OCM.
  • Creates server map F98611 records.
  • Writes F9651 records for Enterprise servers.
  • Configures BSFN and UBE mappings
You can refer : How To Create Custom Environment Using Environment Director (P989400) - for the complete process.
What would be the recommendation: Create custom environment using plan or Environment Director?
It is recommended that you create custom environments from the PLANNER environment on the Deployment Server using Environment Director. Doing so creates the environment in the planner databases and deploys it to the system data source. The environment must exist in the planner databases to apply software updates to the environment.
Can we run Environment Director if logged into the deployment environment?
You cannot run Environment Director from the deployment environment. The deployment environment exists only on the Deployment Server. It uses the bootstrap tables (F98611 and F986101) from the Planner; the remainder of the system tables are in the system data source. This split will cause inconsistencies between the planner and system definitions.

2 comments:

  1. Thank You,
    Very handy Enterpriseone info.
    Sergei, Peoplecnc

    ReplyDelete
  2. If you are interested in imagine a alter in distinct llife, starting up usually the Los angeles Surgical procedures fat reduction method is a large movement in order to accomplishing which usually idea. lose belly fat cnc machining parts

    ReplyDelete