105690-Creating A Custom Pathcode and Environment
105690-Creating A Custom Pathcode and Environment
Introduction: This document assumes you have a strong understanding of Oneworld and CNC concepts.
The Environment and Pathcode created are not suitable for upgrade.
Introduction:
This document details the steps required to create a custom Pathcode and Environment. These steps will
create the OCM, Data sources, and physical files needed to run OneWorld.
1. Create Data base user and files. Listed below are the methods for SQL and ORACLE:
For SQL login as system administrator. Open an sQL Query analyzer, past in these scripts being
sure to modify drive and file names to match your install.
Use master
Go
ON
LOGON
(NAME=’JDE_CUSTOM_log’,FILENAME=’z:\mssql7data\JDE_CUSTOMlog.ldf’,SIZE=200,
MAXSIZE=250MB, FILEGROWTH=5 MB)
GO
Go
ON
(NAME=’JDE_CUS_Datta’,FILENAME=’z:\mssql7data\jde_CUSdatta.mdf,SIZE=500,
MAXSIZE=600MB, FILEGROWTH=5MB)
LOG ON
(NAME=’JDE_CUS_log’,FILENAME=’z:\mssql7data\jde_CUSlog.ldf’,SIZE=50,
MAXSIZE=60MB, FILEGROWTH=5MB)
GO
Go
Use JDE_CUS
Go
Use jdeb733
Go
Go
Sp_addlogin ‘CUSTOM’,’CUSTOM’,JDEB733
Go
Use JDE_Custom
Go
Sp_adduser ‘JDE’,’JDE’,public
Go
Go
Sp_adduser ‘CUSTOM’,’CUSTOM’,’public’
Go
Use JDEB733
Go
Go
For Oracle, run this script in Oracle SQL worksheet. Login as Oracle dba. Be sure to modify drive
and file names to match your install. The scripts for creating the tablespaces can be copied from the
deployment server. They are stored in
7) Generate Server Map OCM (*Note this will configure all environments listed. If you add another
environment and don’t want to alter other settings, delete the other enviornments, configure and then
readd the environment.)
Fast Path to P9654a
Click Find. Expand, the Enterprise Server section
Highlight your Enterprise Server and click Select
From the Form exit, click on Environments
Add your custom environment to the list
From the form exit, click on the Generate Server Map