The Jde Ini File Settings

32
JDE.INI File Settings for Clients and Servers

description

ff

Transcript of The Jde Ini File Settings

Page 1: The Jde Ini File Settings

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:1

JDE.INI File Settingsfor Clients

and Servers

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:04 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 2: The Jde Ini File Settings

The JDE.INI file is a powerful tool that helps control how your system will behave.

The better you understand this file and how it affects your system, the more

you will be able to do with OneWorld. Settings in this file can help you debug

problems through advanced logging features, and other settings can help you

tune your system for performance to meet your business’s needs.

Overview of the JDE.INI FileThe JDE.INI files are located throughout your system. These files are initialization files,

and they give the system the location of specific required tables. These tables, such as

the F986101 (Object Configuration Manager), F98611 (Data Source Master), F00941

(Environment Detail), F00945 (Release Master), and F00942 (Path Code Master), are

referred to as bootstrap tables. These tables are required for the system to start up

correctly. This is one reason why the JDE.INI file is important. This file also controls

several features of the system, including replication, unified logon, and sign-on security.

The JDE.INI file resides on workstations, servers, and Windows Terminal Servers.

Each fat client workstation will have its own copy. Also, each instance of OneWorld on

the enterprise server will have its own copy of the JDE.INI file. You will need to keep

this in mind when you review the values of this file. The only exception to this is on

Windows Terminal Server. Each user will have his or her own profile on a Windows

Terminal Server. This profile is a directory that contains a copy of the JDE.INI file for

each user. Remember, on a Windows Terminal Server you are sharing specification

files for multiple users. These users will need their own JDE.INI files to control logging

and other functionality.

Values for JDE.INI FilesIn the following table, we will cover the valid values for JDE.INI files. Some of these

values are “hidden” values, meaning they do not show up in the standard shipped

JDE.INI files. In the past, you needed a senior CNC consultant to tell you what these

values were. Just in case you don’t have one of these consultants in your back pocket,

we have documented all the current JDE.INI file values for you. These values will help

you maintain, tune, and administer your OneWorld system.

You will notice that some of these settings are shown as internal only. This means

they were designed to be used by J.D. Edwards developers only. You will need to be

extremely careful if you plan to use these settings. In fact, you probably should not

2 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:2

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:04 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 3: The Jde Ini File Settings

modify these settings unless directed to by J.D. Edwards development. If you modify

these settings on your own, you run the risk of having unpredictable results. The

following table contains some settings that are not documented in the current J.D.

Edwards manuals.

(“Section”, “Key”, “Default”) Comment and Valid Values Description

“BSFN BUILD” This section in the JDE.INI file tells thepackage build where the path is to thepackage directory and the link flags tobuild the business function.

(“BSFN BUILD”, “DoCompression”, 0) “Turns Compression On/Off”[Default 0 – Do Not Use Compression][!=0 Use Compression]

Used to compress Server Packagesfor re-deployment to other serversof the same platform type, i.e., thepackage would not have to be builton each server.[Default 0 – Do NotUse Compression][!=0 Use Compression]

(“BSFN BUILD”, “BuildArea”, ““) “Sets Base Build Area”Any valid path

The path where the “package name”directory will get created and thepackage will be built.

(“BSFN BUILD”, “DebugFlags”, ““) “Machine and Compiler Specific” /Gz /Od /Zi /MDd /Yd /W4 /GX /Gy/D “_DEBUG”

(“BSFN BUILD”, “OptimizationFlags”, ““) “Machine and Compiler Specific” /Gz /O2 /MD /W4 /GX /Gy

(“BSFN BUILD”, “OSReleaseLevel”, ““) “Machine and Compiler Specific”

(“BSFN BUILD”, “DefineFlags”, ““) “Machine and Compiler Specific” /D “WIN32” /D “_WINDOWS” /D“IAMASERVER” /D “KERNEL”

(“BSFN BUILD”, “CompilerFlags”, ““) “Machine and Compiler Specific” /nologo /c

(“BSFN BUILD”, “LinkFlags”, ““) “Machine and Compiler Specific” /DLL /DEBUG/SUBSYSTEM:windows/FORCE:MULTIPLE/FORCE:UNRESOLVED/INCREMENTAL:YES /VERBOSE/MAP

(“BSFN BUILD”, “LinkLibraries”, ““) “Machine and Compiler Specific” JDEKRNL.LIB JDEL.LIB JDENET.LIBJDEIPC.LIB

(“BSFN BUILD”, “SimultaneousBuilds”,DEFAULT_BUILD_COUNT)

“Sets the amount of simultaneous builds”[0 – Sets all DLLs to be built at thesame time]

The number of processes that arestarted for the business function build.

**AS400 (“BSFN BUILD”,“CompileOutput”, ““)

“Machine and Compiler Specific”

**AS400 (“BSFN BUILD”,“InliningFlags”, ““)

“Machine and Compiler Specific”

JDE.INI File Settings for Clients and Servers 3

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:3

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:04 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 4: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**AS400 (“BSFN BUILD”, “Compiler”,“CRTCMOD”)

“Machine and Compiler Specific”

**AS400 (“BSFN BUILD”, “QName”, ““) “Sets the queue to be used for thecompiler on AS400 only!”

“BSFN Builder” (For internal use only)

(“BSFN Builder”, “User”, “JDE”) “OneWorld user ID used to runBSFN builds”[Default JDE]

OneWorld user ID used to runBSFNBuilder.exe.

(“BSFN Builder”, “Pwd”, “JDE”) “OneWorld user password for user,used to run BSFN builds”[Default JDE]

OneWorld user password for user,used to run BSFNBuilder.exe.

(“BSFN Builder”, “PathCode”,“DEVB733” )

“OneWorld path code installed onthis server used to run BSFN builds”

OneWorld path code under whichBSFNs will be built.

(“BSFN Builder”, “BuildArea”, ““) “Sets Base Build Area”The path to the base installationof the OneWorld Software.

The path to the parent directory ofthe path code for the BSFNs thatyou are building. Most times thiswill be the same as the baseinstallation directory.

(“BSFN Builder”,”DBSFNFlags”,””) “Machine and Compiler Specific, Do NotChange!” /Gz /Zp1 /Od /MDd /Yd /W3/GX /Fp$(PRECOMPHDR) /D \”WIN32\”/D \”_DEBUG\” /D \”_WINDOWS\” /D\”IAMASERVER\” /nologo /c**NOTE on Alpha include /Gt0

Compiler flags for debug builds:/Gz /Od /Zi /MDd /Yd /W4 /GX /Gy/Fp$(PRECOMPHDR) /D “WIN32”/D “_DEBUG” /D “_WINDOWS” /D“IAMASERVER” /D “KERNEL”/nologo /c

(“BSFN Builder”,”RBSFNFlags”,””) “Machine and Compiler Specific,Do Not Change!”/Gz /Zp1 /MD /Od /W3 /GX/Fp$(PRECOMPHDR) /D \”WIN32\” /D\”NDEBUG\” /D \”_WINDOWS\” /D\”KERNEL\” /D \”IAMASERVER\”/nologo /c

Compiler flags for release builds:/Gz /O2 /MD /W4 /GX /Gy/Fp$(PRECOMPHDR) /D “WIN32” /D“NDEBUG” /D “_WINDOWS” /D“IAMASERVER” /D “KERNEL”/nologo /c

(“BSFN Builder”,”DLinkFlags”,””) “Machine and Compiler Specific,Do Not Change!”/DLL /DEBUG /SUBSYSTEM:windows/OUT:$(DLLTARGET)/INCREMENTAL:YES/FORCE:MULTIPLE/FORCE:UNRESOLVED /nologo/IMPLIB:$(LIBRARY) /PDB:$(PDB)/VERBOSE /WARN:4

Link flags for debug builds:/DLL /DEBUG/SUBSYSTEM:windows/out:$(DLLTARGET) /PDB:$(PDB)/IMPLIB:$(LIBRARY)/FORCE:MULTIPLE/FORCE:UNRESOLVED/INCREMENTAL:YES /VERBOSE/MAP

4 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:4

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:05 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 5: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“BSFN Builder”,”RLinkFlags”,””) “Machine and Compiler Specific,Do Not Change!”/DLL /DEBUG /SUBSYSTEM:windows/OUT:$(DLLTARGET)/FORCE:MULTIPLE/FORCE:UNRESOLVED /nologo/IMPLIB:$(LIBRARY) /PDB:$(PDB)/OPT:REF /VERBOSE /WARN:4/map:$(MAPTARGET)

Link flags for release builds:/DLL /DEBUG/SUBSYSTEM:windows/out:$(DLLTARGET) /PDB:$(PDB)/IMPLIB:$(LIBRARY)/FORCE:MULTIPLE/FORCE:UNRESOLVED /VERBOSE/ MAP:$(MAPTARGET) /OPT:REF

(“BSFN Builder”, “KeepMake”, 0) “Sets Compiler option to keepmake files”[Default 0 – Do not keep make files][!=0 Keep make files in Build Area]

Status of make files after build:[0 = do not keep; default][1 = keep]

**Obsolete (“BSFN Builder”,“BFDir”, “bsfnerr”)

“Sets the Build Area Error directorycreated by the build area variable inthis section of the INI file”[Default BSFNERR]

Subdirectory under the directorypath listed in the Base Installvariable of the INI file

**Obsolete (“BSFN Builder”,“KeepLogs”, “FALSE”)

“Turns logging on for BSFNBuilder process”[Default FALSE do not keep logs][TRUE Keep logs]

Turns logging on for BSFNBuilder process.[Default FALSE do not keep logs][TRUE Keep logs]

**Obsolete (“BSFN Builder”,“BFLDir”, “bsfnlog”)

“Sets the Build Area Log directorycreated by the base install variablein this section of the INI file.”[Default BSFNLOG]

Directory to store build logginginformation; will be created if itdoes not exist.

“DB SYSTEM SETTINGS”

(“DB System Settings”, “Version”,0) “A version number used to preventmismatch of the JDE.INI whenrunning multiple versions ofJ.D. Edwards OneWorld”[Default 43]

This function was neverimplemented and the onlyvalid value is [43].

(“DB SYSTEM SETTINGS”,“Default User”, ““)

“OneWorld user ID used to accessthe bootstrap tables”

OneWorld user ID used toaccess the bootstrap tables.(F986101, F98611)

(“DB SYSTEM SETTINGS”,“Default Pwd”, ““)

“OneWorld user password for user,used to access the bootstrap tables”

(“DB SYSTEM SETTINGS”,“Default Env”, ““)

“The default environment for OCMcache for the server”

This denotes the defaultenvironment that will be usedto look up the OCM table.

(“DB SYSTEM SETTINGS”,“Default PathCode”, ““)

“The default path code used for specfiles to start the OneWorld hostservices and run the client software.”

This denotes the default path code.The specification files will then beread from the spec subdirectory ofthe path code folder.

JDE.INI File Settings for Clients and Servers 5

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:5

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:05 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 6: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“DB SYSTEM SETTINGS”,“Server”, ““)

“Server on which the database resides” This denotes the server wherethe bootstrap tables are located.This value is ignored except whenJDBNet is used.

(“DB SYSTEM SETTINGS”, “Type”, ““) “Database type where bootstraptables reside”[O = Oracle][S = SQL Server][I = Client Access][A = MS Access]

This denotes the database typewhere the bootstrap tables reside.[O = Oracle][S = SQL Server][I = Client Access][A = MS Access]

**Internal (“DB System Settings”,“ODBCCursors”, 1)

“Used for SQL Server connections andsets up ODBC cursors connections;do not change! This setting is ignoredfor Oracle.”[Default 1 ODBC cursors are set upfor use.]

**Internal (“DB System Settings”,“CursorType”,JDBODBC_CURSOR_DEFAULT)

“Sets the default cursor type forODBC connections. Currentlyonly supported using SQL Server

and is version specific!”

The default should not be changedunless specifically directed bydevelopment. Not all cursor typesare supported.

“SQLSERVER 6.X DEFAULTCURSOR TYPES”[1 = JDBODBC_CURSOR_KEYSET_DRIVEN][2 = JDBODBC_CURSOR_DYNAMIC][3 = JDBODBC_CURSOR_STATIC]

Default values for SQL 6.5 [3].SQLSERVER 6.X DEFAULTCURSOR TYPES[1 =JDBODBC_CURSOR_KEYSET_DRIVEN][2 =JDBODBC_CURSOR_DYNAMIC][3 = JDBODBC_CURSOR_STATIC]

“SQLSERVER 7 DEFAULTCURSOR TYPES”[1 = JDBODBC_CURSOR_KEYSET_DRIVEN][2 = JDBODBC_CURSOR_DYNAMIC][3 = JDBODBC_CURSOR_STATIC][4 =JDBODBC_CURSOR_FORWARD_ONLY][5 = JDBODBC_CURSOR_FAST_FORWARD_ONLY][6= JDBODBC_CURSOR_FAST_FORWARD_ONLY_AUTOFETCH]

Default values for SQL 7.0 [6].SQLSERVER 7 DEFAULTCURSOR TYPES[1 =JDBODBC_CURSOR_KEYSET_DRIVEN][2 =JDBODBC_CURSOR_DYNAMIC][3 =JDBODBC_CURSOR_STATIC][4 =JDBODBC_CURSOR_FORWARD_ONLY][5 = JDBODBC_CURSOR_FAST_FORWARD_ONLY][6= JDBODBC_CURSOR_FAST_FORWARD_ONLY_AUTOFETCH]

6 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:6

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:05 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 7: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Internal (“DB System Settings”,“ConnectionPooling”, 1)

“Turn off ODBC connection pooling”[Default 1 = Turn on ODBC Pooling][0 = to turn off ODBC Pooling]

The default should not bechanged unless specificallydirected by development.Turn off ODBC connectionpooling[Default 1 = Turn onODBC Pooling][0 = to turn off ODBC Pooling]

**Internal (“DB System Settings”,“Rowset Size”, 0)

“Used for multi-row fetches”[Default 0 – Rowset size is eitherthe default or application specified.][If greater than 0 value equalsRowset size]

The default should not be changedunless specifically directed bydevelopment.

**Internal (“DB SYSTEM SETTINGS”,“LockMaxTries”,10)

“The maximum amount of attemptsto read a locked record”[Default 10]

This is an optional setting and isused to configure the number oftimes we would attempt to read arecord that is locked by another user.If the record is still locked after thisnumber of retries, OneWorld wouldreport a failure to fetch the record.

**Internal (“DB System Settings”,“EnableCrossDSJoin”,1)

Optional This is an optional setting and isused to turn on or off cross datasource join processing in JDB.If different tables in a join reside ondifferent data sources, OneWorldhas the ability to enforce join logicin JDB. Putting in a value of 1(or default) turns on this logic.

**Internal (“DB SYSTEM SETTINGS”,“AccessCommitSleepTime”,3)

“Internal use only! Do not change!”

**Internal (“DB SYSTEM SETTINGS”,“DatabaseProgramCheckIntervalSeconds”,10)

“Internal use only! Do not change!” Time interval to check on the statusof each existing database programand see if it is available or not.

**Internal (“DB SYSTEM SETTINGS”,“DatabaseProgramInitial”,10)

“Internal use only! Do not change!” The number of programs to bestarted when OneWorld is up.

**Internal (“DB SYSTEM SETTINGS”,“DatabaseProgramMax”,-1)

“Internal use only! Do not change!” **Obsolete**

**Internal (“DB SYSTEM SETTINGS”,“DatabaseProgramThreshold”,5)

“Internal use only! Do not change!” This option is set to indicate theminimum number of databaseprograms that should be availablein the system. If the limit is reached,more database programs are created.

**Internal (“DB SYSTEM SETTINGS”,“DatabaseProgramAdditional”,20)

“Internal use only! Do not change!” When the threshold of databaseprograms is reached, this number ofadditional programs will be created onthe fly.

JDE.INI File Settings for Clients and Servers 7

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:7

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:05 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 8: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Internal (“DB SYSTEM SETTINGS”,“StartupCreate”,0)

“Internal use only! Do not change!” This is an optional setting and is usedto re-create JDEKRNL specificationson the fly during initialization ofOneWorld. Default is to not re-createthese specifications. Re-creatingthese specs is required when thedata dictionary specifications of anycolumns that are part of the bootstraptables are changed.

**AS400 (“DB System Settings”,“32KBLOB”,1)

“AS400 only!” Enables the 32K blob chainingfunction in JDB for DB2/400 forboth ODBC and native database.

**AS400 (“DB SYSTEM SETTINGS”,“SQL Package Library”,0)

“Sets the library used for SQLpackages – AS400 only!”

**AS400 (“DB SYSTEM SETTINGS”,“Default Journal”, DFT_JOURNAL)

“Sets the journal and library used –AS400 only!”

**AS400 (“DB SYSTEM SETTINGS”,“Default Journal LIBRARY”, defaultLib)

“Sets the journal and library used –AS400 only!”

**AS400 (“DB SYSTEM SETTINGS”,“Default Journal Receiver”,journalName)

“Sets the journal and library used –AS400 only!”

**AS400 (“DB SYSTEM SETTINGS”,“Default Journal Receiver LIBRARY”,journalLib)

“Sets the journal and library used –AS400 only!”

**AS400 (“DB SYSTEM SETTINGS”,“Size of Journal Receiver”, “6000”)

“Sets the journal and library used –AS400 only!”

**AS400 (“DB SYSTEMSETTINGS”,”TriggerLibrary”,“JDBTRIG”)

“DEBUG”

(“DEBUG”, “DebugFile”,””) “The path and name of the debug fileused to write debug tracing information.”[Default Base InstallationPath\System\Bin32\jdedebug.log]

The path and name of the debugfile used to write debug tracinginformation. The Process ID will beappended to the end of this filenameon enterprise servers.[Default Base InstallationPath\System\Bin32\jdedebug.log] or/JDEB733X/jdedebug.log for AS/400.

(“DEBUG”, “JobFile”, ““) “The path and name of the jobfile used to write job error andwarning information.”[Default Base InstallationPath\System\Bin32\jde.log]

The path and name of the job fileused to write job error and warninginformation. The Process ID will beappended to the end of this filenameon enterprise servers.[Default Base InstallationPath\System\Bin32\jde.log] or/JDEB733X/jde.log for AS/400.

8 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:8

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:05 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 9: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“DEBUG”, “OUTPUT”, “NONE") “Controls how the tracing informationis written.”[Default NONE No trace informationis written to the DebugFile.][FILE Database and runtime informationis written to the DebugFile.][AUX Tracing information is output tothe program debugger.][BOTH All trace information is writtento both the jdedebugFile and programdebugger.]

Program debugger.

(“DEBUG”, “ClientLog”, “0”) Log information will be sent to theclient and merged with the client’sJDE and JDEDEBUG logs.[Default: 0 = Do not send loginformation to client.][1 = Send log information to client.]

(“DEBUG”, “JDETSFile”,JDETRACKLOGFILENAME)

“The path and name of the job file usedto write Lock Manager tracing files.”[Default C:\JDETS.LOG]

(“DEBUG”, “KeepLogs”, ““) “Keeps logs for UBEs in the PrintQueue directory.”[1 = Keep the logs created whenUBEs are run.][2 = Delete the UBE logs when theUBE is finished processing.]

Keeps logs for UBEs in the PrintQueue directory.[1 = Keep the logs created whenUBEs are run.][2 = Delete the UBE logs when theUBE is finished processing.]

(“DEBUG”, “RepTrace”, 2) “Controls replication message tracing”[Default 0 Replication tracing informationis not written to the DebugFile.][!=0 Replication Tracing information iswritten to the DebugFile.]

(“DEBUG”, “TAMTraceLevel”, 0) 0-10“0 is no logging. The detail of logging willincrease the higher you set this value.”

Controls the amount of TAMinformation logged to JDEDEBUGlog. Ranges from 0-10 with highernumbers increasing the amountof information being logged.[Default: 0 = no information output.]

(“DEBUG”, “TamTrace”,0) “Controls TAM file trace information”[Default 0 TAM tracing information isnot written to the DebugFile.][1 TAM trace information is writtento the DebugFile.]

(“DEBUG”, “QKLog”, 0) “Controls JDE queue trace information”[Default 0 Queue Message informationis not written to the DebugFile.][!=0 Queue Message information iswritten to the DebugFile.]

JDE.INI File Settings for Clients and Servers 9

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:9

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 10: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“DEBUG”,“TraceRowSecurityFetch”,”FALSE”)

“Row Security Tracing”[Default FALSE Row Level SecurityTracing is off.][TRUE Row Level Security Tracingis on.]

(“DEBUG”, “WTSLogs”, “TRUE”) “Creates logs in the User Profiledirectory for TSE installations.”[Default FALSE Log file paths areset by JobFile and DebugFile][TRUE Log files are written toC:\WTSRV\Profiles\%Userid%\Windows]

(“DEBUG”, “jdelibFatal”, “FALSE”) [1 Fatal TAM Error Messagesare written to a message box][0 Fatal TAM Error Messagesare not written to a message box]

Controls if TAM error messagesopen a message box.

(“DEBUG”, “TAMMultiUserOn”, 0) [Default: 0 or -1 = Not allowed. ][1 = Allowed.]

Whether or not multiuser accessto TAM files is allowed.

(“DEBUG”, “TAMErrorMsgBox”, 1) [1 Fatal TAM Error Messagesare written to a message box][0 Fatal TAM Error Messagesare not written to a message box]

Controls if TAM error messagesopen a message box.

**Client (“DEBUG”, “ServerLog”, 0)

**Internal (“DEBUG”,“MemFile”,JDEMEMFILENAME)

“The path and name of the job file towrite memory tracing information.”[Default C:\JDEMEM.LOG]

**Internal (“DEBUG”, “UbeFile”,JDEDEBUGLOGFILENAME)

**Internal (“DEBUG”,“CloseFileInterval”, 32)

**Internal (“DEBUG”, “DebugServer”,0 )

[0 Output is only written to tracing files.] Controls whether memory tracinginformation will be written to file oralso the program debugger and ina message box.[0 Output is only written to tracing files.]

**Internal (“DEBUG”,“LeakDebugOutput”,0)

**Internal (“DEBUG”, “WinDebug”,1) [0 Memory tracing is enabled.][1 Memory tracing is disabled.]

Enables memory tracing.

**Internal (“DEBUG”,“Frequency”,10000)

The number of memoryallocations that will occurbetween memory checks.

10 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:10

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 11: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Internal (“DEBUG”,“StartFrequency”,0)

“The number of memory allocationsthat must occur before memorychecks will begin.”

**Internal (“DEBUG”,“BreakJDEAllocationCount”,0)

"Internal use only! Do not change!"

**Internal (“DEBUG”,“CopyFile”,JDECOPYFILENAME)

“Internal use only! Do not change!”Used to assign PID to log files.

**Internal (“DEBUG”,“CMTrace”, FALSE)

“Turns on Cache Managertrace information”[Default FALSE Cache Manager Tracingis off.][TRUE Cache Manager Tracing is on.]

**Internal (“DEBUG”,“CacheInfoFrequency”,0)

“Internal use only! Do not change!”

**Internal (“DEBUG”,“CMTraceFilter”,””)

“Internal use only! Do not change!”

**Internal (“DEBUG”,“OldMathDivide”, ““)

“Internal use only! Do not change!”

**Internal (“DEBUG”,“runprintDelay”, 0)

“Internal use only! Do not change!”

**Internal (“DEBUG”,“RunBatchDelay”, 0)

“Internal use only! Do not change!”

“Install” Defines environment variables for theOneWorld installation.

(“INSTALL”, “B733”, ““) “The path to the OneWorld installationBase directory”Z:\JDEdwardsOneWorld\B7333

“The path to the OneWorldinstallation Base directory”Z:\JDEdwardsOneWorld\B7334This variable is blank for the AS/400.

(“INSTALL”, “LocalCodeSet”,“WE_ISO88591”)

“Sets the character code set used byOneWorld”[Default WE_ISO88591]

/* Supported CodeSets:********************************************/

Window, HP/UX, AIX:WE_ISO88591 (1252 – Englishcodeset.JA_SJIS (932 – Japanese codeset.TC_BIG5 (950 – Traditional Chinese.SC_GB (936 – Simplified Chinese.KO_KSC (949 – Korean.

JDE.INI File Settings for Clients and Servers 11

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:11

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 12: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

AS/400USRPRF – Get from User ProfileUS_EBCDIC (37 – English codeset.JA_EBCDIC (939 – Japanese codeset.DE_EBCDIC (273 – German codeset.FR_EBCDIC (297 – French codeset.ES_EBCDIC (284 – Spanish codeset.IT_EBCDIC (280 – Italian codeset.WE_EBCDIC (500 – Multi-Nationalcode set.IC_EBCDIC (871 – Iceland codeset.SC_EBCDIC (935 – SimplifiedChinese.KO_EBCDIC (933 – Korean.

MVSUS_EBCDIC (1047 – English codeset.JA_EBCDIC (939 – Japanese codeset.DE_EBCDIC (273 – German codeset.FR_EBCDIC (297 – French codeset.ES_EBCDIC (284 – Spanish codeset.IT_EBCDIC (280 – Italian code set.WE_EBCDIC (500 – Multi-Nationalcode set.TC_EBCDIC (937 – TraditionalChinese.SC_EBCDIC (935 – SimplifiedChinese.KO_EBCDIC (933 – Korean.

/***********************************************************************/

(“INSTALL”, “StartServicePrefix”, ““) Prefix used to uniquely identifyOneWorld services to a singleinstallation. This is primarily used totag OneWorld services when runningparallel releases on a single server.

12 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:12

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 13: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“INSTALL”, “bCacheLocalCodeSet”,1)

jdekrnl\port\cnvtchra.c(552) Used to get the code page for thecurrent process (default = 1)< 0 – Use 1252 (English)= 0 – Use the code page found

in [INSTALL] LocalCodeSet inthe JDE.INI.> 0 – Use the code page that is

already in effect.

LocalCodeSet – Code pagethat is currently in effect.(default = 1252; English)

(“INSTALL”, “DefaultSystem”,“system”)

jdekrnl\callobj\LANCHUBE.C(2281)

(“INSTALL”,CURRENT_RELEASE_LEVEL,””)

jdekrnl\gentext\Gt_misc.c(595) The current base release (B733)installation path.

(“INSTALL”, “Double_Byte”, 0) “Used to indicate Double Byteinstallation.”

Used to indicate Double Byteinstallation.

(“INSTALL”, “POSTSCRIPT_ONLY”,0)

“Used in conjunction with Double_Byteto force Post Script only.”

**UNIX (“INSTALL”, “DataPath”,“/users/oneworld”)

jdekrnl\jdeknet\JDEKNUBE.C(3123)

**UNIX (“INSTALL”,“PackagePath”,”package”)

jdekrnl\misc\ENVAPI.C(661) The default name of the“Package” directory foundin the Path Code directory.[Default package]

“JDE_CG”

(“JDE_CG”, “TARGET”, ““) [Default RELEASE – Build usingRelease mode.][DEBUG Build using Debug mode.]

The type of build used tocompile objects.

(“JDE_CG”, “INCLUDES”, ““) The Extended Include path. Thepath to the MSVC Compiler,the OneWorld System andPathcode Include directories.

(“JDE_CG”, “LIBS”, ““) The Extended Library path. Thepath to the MSVC Compiler,the OneWorld System andPathcode Library directories.

(“JDE_CG”, “MAKEDIR”, ““) The path to the MSVC CompilerMake directory.

(“JDE_CG”, “STDLIBDIR”, ““) The path to the MSVC CompilerLibrary directory.

JDE.INI File Settings for Clients and Servers 13

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:13

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 14: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDE_CG”, “ServerPackageSleep”,60)

“This sets the wait time betweenserver package builds.”jdekrnl\package\spkgeng.c(174)

This defines the wait time for serverpackage build status checks duringthe server package build process.

**Client (“JDE_CG”, “USER”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1555)

**Client (“JDE_CG”, “CGSRC”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1541)

The following Code Generation keysare client only. These paths are usedto set paths for generated files.

**Client (“JDE_CG”, “CGDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1542)

**Client (“JDE_CG”, “OBJDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1544)

**Client (“JDE_CG”, “SRCDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1545)

**Client (“JDE_CG”, “RESDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1546)

**Client (“JDE_CG”, “LIBDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1547)

**Client (“JDE_CG”, “DEFDIR”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1548)

**Client (“JDE_CG”, “TPLNAME”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1549)

**Client (“JDE_CG”, “ERRNAME”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1550)

**Client (“JDE_CG”, “DATABASE”, ““) “Code Generation Information”jdekrnl\misc\JDECGSC.C(1554)

“JDEIPC”

(“JDEIPC”, “ipcTrace”, 0) “Controls IPC Tracing information” This entry is used to controlthe amount of trace messagesgenerated by the jdeipc routinesto the JDEDEBUG.LOG.The valid values are:[0 = no trace messages will bewritten to the jdedebug.log][1 = general ipc trace messages willbe written to the jdedebug.log][2 = ipc handle state tracemessages will be written to the log(only valid in cum3)][3 = general ipc and ipc handlestate trace messages will be writtento the log (only valid in cum3)]

14 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:14

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:06 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 15: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDEIPC”, “CLSID”, szDefaultID) “Class ID used for IPC communications” This class ID string is used by theipcsrv process for registry settings.The ipcsrv process only runs onWindows NT. To generate theidentifier value to a filename you needto use the uuidgen.exe –filename,where filename is the file that willcontain the unique identifier. Setthe CLSID to this value in yourJDE.INI file. You will only need toperform this step for Windows NTenterprise servers.

(“JDEIPC”, “startIPCKeyValue”, 5000) “The integer value that identifies theIPC resource”jdeipc\ipcinit.c(248)

This integer value is necessary torun multiple instances of OneWorldon the same machine. On NT, eachOneWorld instance simply needs tohave a different value forstartIPCKeyValue. On the otherplatforms, each OneWorld instancemust have a startIPCKeyValue valuethat is separated by at least thevalue of maxNumberOfResources.

(“JDEIPC”,“maxNumberOfResources”, 1000)

jdeipc\ipcinit.c(238) This entry is used to determine themaximum number of IPC resourcesthat the OneWorld instance will use.When this value is reached, no moreIPC resources can be created.

(“JDEIPC”,“maxNumberOfSemaphores”, 100)

jdeipc\ipcinit.c(240) This entry is used to determine themaximum number of semaphoreresources that the OneWorld instancewill use. When this value is reached,no more semaphore resources canbe created. On NT, two semaphoreresources are used to implementeach message queue. On UNIX,one semaphore resource is used toimplement a mutex resource, andone semaphore resource is used toimplement a SWMR lock. On AS400,one semaphore resource is used toimplement a SWMR lock.

(“JDEIPC”,”maxMsgqMsgBytes”,2 *1024)

“Internal use only! Do not change!”“Determines the maximum sizeany given message can be.”jdeipc\ipcwnt.c(341)

This entry is used to determine themaximum number of bytes in amessage to be put on a messagequeue. This entry is for NT only.

JDE.INI File Settings for Clients and Servers 15

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:15

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 16: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDEIPC”,”maxMsgqEntries”,1024) “Internal use only! Do not change!”“Determines the maximum number ofentries to allow on a queue at a giventime.”jdeipc\ipcwnt.c(344)

This entry is used to determine themaximum number of messages thatcan be on a message queue at onetime. This entry is for NT only.

(“JDEIPC”,”maxMsgqBytes”,64 * 1024)

“Internal use only! Do not change!”“Determines the sum of the sizes of allthe messages on a queue.”jdeipc\ipcwnt.c(346)

This entry is used to determine themaximum number of bytes that canbe on a message queue at onetime. This entry is for NT only.

**Internal (“JDEIPC”,“hashBucketSize”, 53)

jdeipc\ipcinit.c(242) This entry is used in an algorithm toefficiently store and look up the IPCresource names in shared memory.It also affects the size of sharedmemory that the OneWorld instanceuses. The default value is 53 andshould not be changed. This is agood value because it is amedium-sized prime number (whichis necessary for an efficientstore/lookup algorithm).

**Internal (“JDEIPC”,“avgResourceNameLength”, 15)

jdeipc\ipcinit.c(244) This entry is used to determine howmuch shared memory is needed tostore the IPC resource names. Thedefault value should be sufficient.

“JDEMAIL”

(“JDEMAIL”, “mailServer”, “mail”) The name of an SMTP server.

(“JDEMAIL”, key, ““) jdekrnl\gentext\jdesmtp.c(2492) These are SMTP e-mailconfiguration rules taken from theF90005 table. Each entry must beof the form:“RuleN=HANDLER:DATA” where Nis a positive integer starting at 1.Any empty or invalid entry isconsidered the end of the list. Seemore info on these rules in thedocumentation for how to set upSMTP e-mail.

(“JDEMAIL”, “mailProfile”,JDB_GetUser(NULL))

jdekrnl\jdb\JDB_CTL.C(5464) The mailProfile is used only on theclient. It is the name of a validMAPI profile for Outlook, Exchange,or Lotus Notes. It is used forOneWorld client e-mail applicationssuch as Employee Work Center.

“JDENET”

(“JDENET”, “serviceNameListen” ,6003)

“TCP/IP port number used forreceiving communications packets.”

This port number will defaultbased on the release. If youare running different CUM orupdate levels, they will need touse different port numbers.

16 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:16

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 17: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDENET”, “serviceNameConnect”,“jde_server”)

TCP/IP port number used for sendingcommunications packets.

(“JDENET”, “maxNetConnections”,100)

The maximum number of connectionsfor each JDENET kernel process thatis running.

(“JDENET” , “maxKernelRanges”, “0”) The maximum of kernel types andranges that will be used, i.e., ifmaxKernelRanges=4 then onlyfour kernel definitions will be readfor messages received.

(“JDENET”, “netHostName”, ““) Used to specify which IP address touse if there are multiple networkcards used on the server.

(“JDENET”, “ServiceControlRefresh”,1)

jdesctrl\jdesctrldlg.cpp Rate in seconds at which the Jdesctrlprogram refreshes its status of theservices. (Jdesctrl can be usedinstead of the Services applet to start,stop, pause, and continue OneWorldnet and queue services on NTenterprise servers.)

(“JDENET”, “enablePredefinedPorts”,0)

[0 = Do not use a predefined rangeof ports.][1 = Use a predefined range of ports.]

Allows OneWorld net to use apredefined range of TCP/IP ports.This is required to permit theOneWorld Java server to be outsidea firewall. This port range startsat the port number specified byserviceNameListen and ends atthe port calculated by the equation(serviceNameListen +maxNetProcesses - 1).

(“JDENET”, “PreConnectHosts”,0) “Internal use only! Do not change!”“Get number of tables to pre-open.”

Number of enterprise servers whichwill be initialized. This initializationallows the enterprise servers listed inthe keys “PreConnectHost1,”“PreConnectHost2,” etc., to load theirbootstrap tables, hence, improvingthe response time when task requestsare actually sent to these servers.PreConnectHost1PreConnectHost2

Names of enterprise servers tobe initialized.

**Client (“JDENET”, “DNSName”,0) Sets up the name to be used if acluster is running to distinguishwhich hostname to use.

JDE.INI File Settings for Clients and Servers 17

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:17

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 18: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Hidden (“JDENET”, “kernelDelay”,0)

“The number of seconds that akernel will wait before it starts.”

**Internal (“JDENET”,“FilePacketBufferSize”,FILE_PACKET_SIZE)

jdenet\NETRCV.C(713) The maximum size for a file packet.

**Internal (“JDENET”,“netShutdownInterval”, 5 )

“Internal use only! Do not change!” The wait time net process sleepbefore shutting down.

**Internal (“JDENET”,szStr,” “,szHost,sizeof(szHost)

“Internal use only! Do not change!” Used to convert the PreConnectHostsnumber from INT to CHAR

**Non-NT Only (“JDENET”,“HandleKrnlSignals”, 1)

jdenet\setksig.c(20) “Kernel Signal traps” Determines if OneWorld will handleincoming kernel signals or if theOS will. This setting is used onnon-NT systems.[TRUE OW will handle the signal.][FALSE the OS will handle the signal.]

**Non-NT Only (“JDENET”,“HandleNetSignals”, 1)

jdenet\setnsig.c(39) “Net Signal traps” Determines if OneWorld will handleincoming kernel signals or if theOS will. This setting is used onnon-NT systems.[TRUE OW will handle the signal.][FALSE the OS will handle the signal.]

**UNIX(“JDENET”,”netTemporaryDir”, ““)

“Internal use only! Do not change! Thissets up a temporary working directory.”jdekrnl\jdeknet\JDEKNUBE.C(5381)

A working directory used to storetemporary files.

**AS400 (“JDENET”, “useKeepAlive”,0) This setting concerns socket retention.jdenet\NETSOCK.C(494)

(“JDENET”, “MonitorOption”, “0 0 0 00 0 0 0”)

This setting is obsolete. This sets up monitoring options forJDENET processes forRefreshInterval, ShutDown,GetConfig, Conn, GetStat, GetQueue,Toggle, HostViewType; which mapsto “0 0 0 0 0 0 0 0” = data types“LONG BOOL BOOL BOOL BOOLBOOL BOOL INT”

(“JDENET”, “connectTimeout”,SERVER_TIMEOUT)

This setting is obsolete. This setting is obsolete.“Sets the Server timeout valuefor connections.”jdekrnl\TransMon\JTP_TM.C(1973)

(“JDENET”, “netBroadcastAddress”,“INADDR_BROADCAST”)

This setting is obsolete.jdenet\NETSOCK.C(435)

Sets up the IP Broadcast Addressfor communications.

18 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:18

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 19: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDENET”, “gdmPath”, “C:”) This setting is obsolete.jdenet\nettam.c(48)

Guaranteed Delivery Messaging

(“JDENET”, “gdmRetention”,“03:00:00”)

This setting is obsolete.jdenet\nettam.c(464) “GuaranteedDelivery Messaging”

Guaranteed Delivery Messaging

(“JDENET”, “gdmRetryInterval”, 600) This setting is obsolete.jdenet\nettam.c(452)

Guaranteed Delivery Messaging

“JDENET_KERL_DEF” This section defines kernel processtypes and number of processes foreach kernel type.

(“JDENET_KERNEL_DEF”,“krnlName”, KRNLNAME[i])

DEF1 - JDENET RESERVED KERNEL:Used for internal purposes.DEF2 - UBE KERNEL: ProcessesOneWorld batch process requests.DEF3 - REPLICATION KERNEL:Processes data replication requests.DEF4 - SECURITY KERNEL: Processessecurity server requests.DEF5 - LOCK MANAGER KERNEL:Processes transaction manager and lockmanager requests.DEF6 - CALL OBJECT KERNEL:Used to run business functions ona server.DEF7 - JDBNET KERNEL: ProcessesJDBNET server-to-server requests.DEF8 - PACKAGE INSTALL KERNEL:Processes package installation requests.DEF9 - SAW KERNEL: Processes SAWapplication requests.DEF10 - SCHEDULER KERNEL:Processes Scheduler applicationrequests.DEF11 - PACKAGE BUILDER KERNEL:Processes package build requests.DEF12 - UBE SUBSYSTEM KERNEL:Processes UBE sub-system requests.DEF13 - WORKFLOW KERNEL:Processes Workflow applicationrequests.DEF14 - QUEUE KERNEL:DEF15 - XMLTRANSACTIONS:

Kernel name: a short description ofthe kernel usage.

JDE.INI File Settings for Clients and Servers 19

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:19

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 20: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDENET_KERNEL_DEF”,“dispatchDLLName”,DFT_DISPATCH_LIB)

DEF1 - jdenet.dllDEF2 - jdekrnl.dllDEF3 - jdekrnl.dllDEF4 - jdekrnl.dllDEF5 - jdekrnl.dllDEF6 - jdekrnl.dllDEF7 - jdekrnl.dllDEF8 - jdekrnl.dllDEF9 - jdesaw.dllDEF10 - jdekrnl.dllDEF11 - jdekrnl.dllDEF12 - jdekrnl.dllDEF13 - jdekrnl.dll

DLL used for kernel process.

(“JDENET_KERNEL_DEF”,“dispatchDLLFunction”,DFT_DISPATCH_FUNC)

DEF1 -_JDENET_DispatchMessage@28DEF2 -_JDEK_DispatchUBEMessage@28DEF3 - _DispatchRepMessage@28DEF4 - _JDEK_DispatchSecurity@28DEF5 -_TM_DispatchTransactionManager@28DEF6 -_JDEK_DispatchCallObjectMessage@28DEF7 -_JDEK_DispatchJDBNETMessage@28DEF8 -_JDEK_DispatchPkgInstallMessage@28DEF9 -_JDEK_DispatchSAWMessage@28DEF10 -_JDEK_DispatchScheduler@28DEF11 -_JDEK_DispatchPkgBuildMessage@28DEF12 -_JDEK_DispatchUBESBSMessage@28DEF13 -_JDEK_DispatchWFServerProcess@28

The name of the JDENET functionfor handling JDENET messages.

20 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:20

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:07 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 21: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDENET_KERNEL_DEF”,“XMLRequest”, XMLNAME[i])

DEF1 -DEF2 - UBEDEF3 -DEF4 -DEF5 -DEF6 - CALLMETHODDEF7 -DEF8 -DEF9 -DEF10 -DEF11 -DEF12 -DEF13 -DEF14 -

XML Request

(“JDENET_KERNEL_DEF”,“maxNumberOfProcesses”,1)

DEF1 - 1DEF2 - 1DEF3 - 1DEF4 - 1DEF5 - 1DEF6 - 1DEF7 - 1DEF8 - 1DEF9 - 1DEF10 - 1DEF11 - 1DEF12 - 1DEF13 - 1DEF14 – 1

The maximum number of kernelprocesses that can be run on thisserver for each kernel type. Thesecan be modified to tune performance.

(“JDENET_KERNEL_DEF”,“numberOfAutoStartProcesses”, 0)

DEF1 - 0DEF2 - 0DEF3 - 0DEF4 - 0DEF5 - 0DEF6 - 0DEF7 - 0DEF8 - 0DEF9 - 0DEF10 - 0DEF11 - 0DEF12 - 0DEF13 - 0DEF14 – 0

The number of kernel processesthat will automatically start for eachkernel type. If this number is 0, thenno processes will start automaticallyfor that kernel type. This numbermust be less than the maximumnumber of processes for that kerneltype (maxNumberOfProcesses).This setting can be modified toimprove performance.

JDE.INI File Settings for Clients and Servers 21

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:21

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:08 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 22: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“JDENET_KERNEL_DEF”,“beginningMsgTypeRange”,BEGINNINGMSGTPERANGE[i])

DEF1 - 0DEF2 - 256DEF3 - 512DEF4 - 551DEF5 - 601DEF6 - 901DEF7 - 1201DEF8 - 1501DEF9 - 2000DEF10 - 2501DEF11 - 3001DEF12 - 3501DEF13 - 4001DEF14 – 4512

The beginning message range foreach kernel type. Do not change!

(“JDENET_KERNEL_DEF”,“endingMsgTypeRange”,ENDINGMSGTYPERANGE[i])

DEF1 - 255DEF2 - 511DEF3 - 550DEF4 - 580DEF5 - 650DEF6 - 1156DEF7 - 1456DEF8 - 1756DEF9 - 2256DEF10 - 2756DEF11 - 3256DEF12 - 3756DEF13 - 4256DEF14 – 4550

The ending message range foreach kernel type. Do not change!These values should neveroverlap or you will experienceextreme system instability!

**Hidden **Client(“JDENET_KERNEL_DEF”,“bOneUserOnly”, FALSE)

[Default 0 kernel requests willbe handled by any availablemultiuser kernel.][1 kernel requests will be handled onlyby the client’s one-user only kernel.]

Requests made to a server kernelwill be handled by a one-user onlykernel started strictly for this client.This description will be the samefor all kernel definition types and isa hidden setting.

*Hidden (“JDENET_KERNEL_DEF”,“bAllowOneUserOnly”, TRUE)

[Default 1 All one-user only requestswill be accepted.][0 All one-user only requests willbe rejected.]

Allows server to accept one-useronly requests. This description willbe the same for all kernel definitiontypes and is a hidden setting.

“LOCK MANAGER”

(“LOCK MANAGER”, “Server”, ““) The server hosting the recordlocking services. Any serverrunning OneWorld services canhost record locking services.

22 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:22

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:08 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 23: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“LOCK MANAGER”,“RequestedService”, ““)

[Default NONE no TimeStamping /Record Locking Service Requestedfrom a server][TS TimeStamping / Record Lockingis requested]

Transaction service requested,used for timestamping and recordlocking services.

(“LOCK MANAGER”,“AvailableService”, ““)

[Default NONE no TimeStamping /Record Locking Service Availablefrom a server][TS TimeStamping / Record Lockingis available]

Transaction service available fromthis server, used for timestampingand record locking services.

(“LOCK MANAGER”,”LogServices”,0) jdelib\JDEDEBUG.C(1595) Turns on logging for thetransaction services.

“NETWORK QUEUE SETTINGS”

(“NETWORK QUEUE SETTINGS”,“QEnv”, “TOOLSQALOC”)

Default environment used forstarting the queue services.

(“NETWORK QUEUE SETTINGS”,“QUser”, “JDE”)

[Default JDE ] OneWorld user ID used to startthe queue services.[Default JDE ]

(“NETWORK QUEUE SETTINGS”,“QPassword”, “JDE”)

[Default JDE ] OneWorld user password for user,used to start the queue services.[Default JDE ]

(“NETWORK QUEUE SETTINGS”,“QName”, “QBATCH”)

[Default QBATCH ] Default queue name if not specified.[Default QBATCH ]

(“NETWORK QUEUE SETTINGS”,“QueueDelay”, 5)

[Default 30] The pool time for queue processesto search for jobs in a waiting statusin F986110 (Job Master).[Default 30]

(“NETWORK QUEUE SETTINGS”,“JDENETTimeout”,CONNECTION_TIMEOUT)

[Default 60] The minimum amount of timebefore an unused connectionis dropped, in seconds.[Default 60]

(“NETWORK QUEUE SETTINGS”,“UBEQueues”, 2)

[Default 2 Two UBE queues willbe available.]

The total number of UBE queues.[Default 2 Two UBE queues willbe available.]

(“NETWORK QUEUE SETTINGS”,“UBEQueue”, 1, “QBATCH”)

“The name of the UBE queue(1)”[Default QB7333]

The name of the UBE queue(1).You can add additional UBE queues.This is done by adding entriesUBEQueue1, UBEQueue2, etc.However, you must ensure thatyour UBEQueues setting, above,is equal to or higher than the numberof queues you set up here.[Default QB7333]

JDE.INI File Settings for Clients and Servers 23

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:23

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:08 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 24: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“NETWORK QUEUE SETTINGS”,“PackageQueues”, 1)

[Default 1 Only one packagequeue will be available.]

The total number of package queues.[Default 1 Only one package queuewill be available.]

(“NETWORK QUEUE SETTINGS”,“PkgQueue”, “QBATCH”)

[Default QB7333] The name of the package queue(1).[Default QB7333]

(“NETWORK QUEUE SETTINGS”,“SpecInstallQueues”, 1)

[Default 1 Only one spec installationqueue will be available.]

The total number of specinstallation queues.[Default 1 Only one spec installationqueue will be available.]

(“NETWORK QUEUE SETTINGS”,“SpcQueue”, “QBATCH”)

[Default QB7333] The name of the specinstallation queue(1).[Default QB7333]

(“NETWORK QUEUE SETTINGS”,“KillImmediate”, 1)

[Default 1 Upon shutdownrequest queue processes arestopped immediately.][0 Queue processes are allowed tofinish their current task after receivinga shutdown request.]

Sets the action of theshutdown process.

(“NETWORK QUEUE SETTINGS”,“OutputDirectory”,””)

The parent directory for thePrintQueue directory where jobfiles (PDFs) are located.

**AS400 (“NETWORK QUEUESETTINGS”, “ConvertToASCII”, 0)

“Decides the encoding forpostscript output, AS/400 only.”ServerExe\RUNBATCH.C(1003)

**AS400 (“NETWORK QUEUESETTINGS”,”DefaultPrinterOUTQ”,“*SAME”)

Sets the default output queue.

**Client (“NETWORK QUEUESETTINGS”, “UBEPriority”, “5”)

Sets the priority for UBEs sent tothe server for processing.

**Client (“NETWORK QUEUESETTINGS”, “InstallSpecs”, “N”)

[Default N does not installspecs if not found locally]

“Allows the install of specs, but onlyafter user approval.”

**Client (“NETWORK QUEUESETTINGS”, “AutoInstallSpecs”, “Y”) [Default Y Auto installs specs

if not found locally]

Auto installs specs if not found onclient and the client is not a TSE.[Default Y Auto installs specs ifnot found locally]

**Client (“NETWORK QUEUESETTINGS”, “SaveOutput”, “TRUE”)

“Keeps the UBE record”jdekrnl\jdeknet\JDEKNUBE.C(2257)

**Client (“NETWORK QUEUESETTINGS”, “PrintImmediate”,“FALSE”)

[Default FALSE UBE are notprinted automatically]

Determines if UBEs, after processingcorrectly, are printed automatically.

**Client (“NETWORK QUEUESETTINGS”, “SavePDL”, “FALSE”) [Default FALSE PDL are not saved]

Saves the PDL file created afterprinting job is complete.[Default FALSE PDL are not saved]

24 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:24

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:08 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 25: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

“SECURITY”

(“SECURITY”, “SecurityServer”, ““) “Name of your enterprise/applicationserver”

The server hosting the securityservices. Any server runningOneWorld services can hostsecurity server services.

(“SECURITY”, “User”, “JDE”) [Default JDE] Database account used to accessthe Security table (F98OWSEC).[Default JDE]The security section of the INI fileis the only section that uses adatabase user and password.

(“SECURITY”, “Password”, “JDE”) [Default JDE] Database account password usedto access the Security table(F98OWSEC).[Default JDE]

(“SECURITY”,”DefaultEnvironment”,”JDEOPT32”)

The default environment underwhich the security kernel will run.

(“SECURITY”, “DataSource”, ““) [Default System - B733] The data source where the Securitytable (F98OWSEC) can be found.[Default System - B733]

(“Security”, “SecurityMode”, 0) [Default 0 Accept Standard logons][1 Accept Unified logons][2 Accept both logon types]

Controls whether standard logonor unified logon or both logon typesare accepted by the server.

(“SECURITY”, “AllowedUsers”, ““)

(“SECURITY”, “NumServers”,1) [Default 1 Only one server is currentlyrunning the security services.]

The total number of servers runningsecurity services that can validatea connection. The security serverrequest will be sent to each securityserver in turn until one answers therequest or there are no moresecurity servers listed.

(“SECURITY”, “History”, 0) “Writes security access history totable F9312.”

Turns on sign on security historylogging. This information will bestored in table F9312.

(“SECURITY”, “ServerPswdFile”, ““) “Enables the use of a password file.”

**Client (“SECURITY”,“UnifiedLogon”, FALSE)

[Default FALSE Use Standard Logonprocess][TRUE Connect to Unified LogonServer for user and password]

Specifies that a unified logon serverwill be used to authenticate logons.

**Client (“SECURITY”,“Try_If_Unified_Failed”, FALSE)

[Default FALSE If Unified Logon fails,do not try to use the Standard Logonprocess][TRUE If Unified Logon fails, try to usethe Standard Logon process]

If unified logon fails, use thestandard logon process.

JDE.INI File Settings for Clients and Servers 25

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:25

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:08 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 26: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

“Client (“Row Security” [Default value is NO_DEFAULT; thismeans that OneWorld will fetch all ofthe records from a table and thenapply row security.] [DEFAULT valuewill tell OneWorld to perform rowsecurity through the where clause,which is more efficient and reliable.]

This setting controls how rowsecurity will be processed onthe client workstation.

“SVR” “The following section is used tospecify the pathnames so othersource programs can find source,headers, specs, etc.”

(“SVR”, “SpecPath”, ““) Spec

(“SVR”, “SourcePath”, “source”) Source

(“SVR”, “ObjectPath”, “obj”) Obj

(“SVR”, “HeaderPath”, “include”) Include

(“SVR”, “HeaderVPath”, “includev”) Includev

(“SVR”, “BinPath”, “bin32”) bin32

(“SVR”, “LibPath”, “lib32”) lib32

(“SVR”, “LibVPath”, “libv32”) libv32

(“SVR”, “MakePath”, “make”) Make

(“SVR”, “WorkPath”, “work”) Work

**Client(“SVR”, “CodeGeneratorPath”,““)

**Client (“SVR”, “ResourcePath”, ““)

**Client (“SVR”, “LibraryListName”,” “) “Any valid path code installed” This is set when the usersigns into a client with thechosen environment name.

**Client (“SVR”, “EnvironmentName”,““)

“Any valid environment installed” This is set when the user signsinto a client with the path code ofthe chosen environment name.

(“SVR”, “EnvType”,0) jdekrnl\misc\JDECGSC.C(250)

(“SVR”, “FontPath”, “res\\Fonts”) “Sets up the path to the fonts directoryfor generating PDF files.”jdekrnl\UBE\PrtPDFGen.C(178)

(“SVR”, “SysFontPath”,“c:\\winnt\\fonts”)

“Sets up the path to the fonts directoryfor generating PDF files.”jdekrnl\UBE\PrtPDFGen.C(231)

**Client (“SVR”,”HelpPath”,”helps”)

“UBE”

26 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:26

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:09 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 27: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“UBE”, “UBEDebugLevel”, 0) “Controls the level of UBE debuginformation placed in theJDEDEBUG.LOG filesjdekrnl\UBE\K2EntryPnt.c(1268)”[Default = 0 Error Messages only.]0 Error Messages1 Informative Messages2 Section Level Messages3 Object Level Messages4 Event Rules Messages5 SQL Statements6 UBE Function Messages

Controls the level of UBEdebug information placed inthe JDEDEBUG.LOG files.The levels are cumulative.

(“UBE”, “Exception”, 1) “Sets up exception filter whichdetermines the exception tobe handled by runtime”

(“UBE”, “UBESubsystemLimit”, 3) [Default = 3]jdekrnl\UBE\K2EntryPnt.c(174)

Sets the maximum concurrentsubsystem jobs.[Default = 3]

(“UBE”, “UBEDebug”,0) “Controls UBE debugging on NT servers[Default 0 UBE tracing information isnot written to the debug file or the UBElog files.][1 UBE tracing information is written tothe debug files and UBE log files.]ServerExe\RUNBATCH.C(308)”

Determines whether or not UBElogging information is written tothe UBE log files contained in theprintqueue directory.

(“UBE”, “UBEVCDebug”, 0) “Turns on compiler debugging of UBEsjdekrnl\callobj\LANCHUBE.C(756)”

Determines whether to usecompiler debugging of UBEs.[Default 0 Compiler debuggingis not turned on.]

(“UBE”, “UBESaveLogFile”, 0) “Saves log file after UBE is complete”jdekrnl\callobj\LANCHUBE.C(1015)”[Default 0 log files are deleted afterUBE processing is complete][1 log files are saved after a UBEcompletes, even if the UBE ransuccessfully]

This setting tells the system tosave the UBE log file after UBEprocessing is complete.

(“UBE”, “UBEException”, 1) “Allows UBE exceptions to be processedjdekrnl\callobj\LANCHUBE.C(1034)”

Controls whether UBE exceptionswill be handled.[Default 1 Exceptions that occur forUBEs will be handled and the debugdialog will prompt for user interaction.][0 OneWorld will exit on error.]

(“UBE”, “UBEShowPDFLink”, 0) “Determines whether to show balanceauditor links in PDF viewer.”jdekrnl\callobj\LANCHUBE.C(3282)

Determines whether to showbalance auditor links in PDF viewer.[Deafult 0 balance auditor links arenot shown.]

JDE.INI File Settings for Clients and Servers 27

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:27

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:09 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 28: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“UBE”, “UBEIntelNTInternalPrint”, 0) [Default 1 for IntelNT servers to useinternal print filters][0 Use Adobe Acrobat print filters]

Determines which print filters touse to process PDF files whenprinting on Intel NT servers.

(“UBE”, “DBCS_PS_Font”,“GothicBBB-Medium-RKSJ-H”)

jdekrnl\UBE\K2PDFUtils.C(2869) Default font name forPostScript conversion forDouble Byte code pages.

(“UBE”, “DBCS_PCL_Font”, 4101) jdekrnl\UBE\k2pfpdfpcl.c(1686) Default font name for PCL conversionfor Double Byte code pages.

(“UBE”, “UBEFont_FaceName”,“Times New Roman”)

jdekrnl\UBE\K2PDFUtils.C(4533) Default font name for PDF generationfor Double Byte code pages.

(“UBE”, “FontEmbedding”,EMBED_NONTYPE1_SUBSET)

jdekrnl\UBE\PrtPDFGen.C(277) Controls how fonts are embedded inthe PDF file. The possible values are:FontEmbedding=

0 for EMBED_NONE1 for EMBED_NONTYPE1_FULL2 forEMBED_NONTYPE1_SUBSET3 forEMBED_ALL_FONTS_FULL4 forEMBED_ALL_FONTS_SUBSET5 for EMBED_ALL_FONTS

**Client (“UBE”, “WebServer”, 0) [Default 0 business function locationis not overridden][1 where BSFNs run are overridden]jdekrnl\callobj\JDEOBJ.C(583)

Overrides the BSFN locationif OneWorld is running on aWeb server.

**Client (“UBE”, szViewerType, ““) jdekrnl\UBE\pdfview.c(282) If the default viewer for a batch output(PDF/CSV/XML, etc.) cannot befound via Windows registry, theviewer locations can be set using thiskey. The key is UBE%sTool, where%s is PDF, XML, CSV, etc.

**AS400 (“UBE”, “ConvertToASCII”,1)

Used in conjunction with alternatelanguage code sets [non-English(WE_ISO88591)] to convert PDFfiles to ASCII.

**Internal (“UBE”, “UBEChkMem”, 1) jdekrnl\UBE\K2ER.c(849) 0 = disable, 1 = enable calls tojdeCheckMemory which allowsmemory traces on BSFNs.

**Internal (“UBE”,“UBEEnableObsoleteAPI”, 0)

jdekrnl\UBE\K2Obsolete.c(48) (1) Re-enable API functionality thatwas disabled in the B733.2 release.(0) Do not use obsolete functionality.

**Internal (“UBE”, “prtCSVExtension”,““)

jdekrnl\UBE\PrtCSVGen.c(110) Gets the file extension for commaseparated file formats.

28 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:28

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:09 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 29: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Internal (“UBE”, “prtCSVSeparator”,““)

jdekrnl\UBE\PrtCSVGen.c(117) Sets the separator used for CSV files.

**Internal (“UBE”,“UBECSVGridWidth”, 52)

jdekrnl\UBE\PrtCSVGen.c(206) Sets the grid size used for CSV filesstored in twips.

“REPLICATION” **Obsolete**

(“REPLICATION”, “User”, ““) [Default JDE] OneWorld user ID used tostart he replication kernel.OneWorld’s replication kernel username used when the JDE.INI[SECURITY] User parameter is empty.[Default JDE]

(“REPLICATION”, “Password”, ““) “OneWorld user ID password usedto start the replication kernel.”[Default JDE]

OneWorld’s replication kernelpassword used when the JDE.INI[SECURITY] Password parameteris empty.[Default JDE]

(“REPLICATION”,”DefaultEnvironment”,””)

“The default environment associatedpath code that contains thespecifications to the replication tables(F98DRPUB F98DRSUB F98DRPCNF98DRLOG F98DRENV)”

OneWorld’s replication kernelenvironment used when the JDE.INI[SECURITY] DefaultEnvironmentparameter is empty.

(“REPLICATION”, “Expiration Days”,2)

This setting is obsolete.jdekrnl\jdb\JDB_CACH.C(1926)

“Sets the retention time forreplication: publisher changenotification records.”

(“REPLICATION”, “RetryInterval”,7200)

“The retry interval for sendingreplication messages.”jdekrnl\jderepl\jderep.c(3133)

OneWorld’s replication retry intervalwhich determines whether or not tosend the publisher logs, dependingon the RetryInterval time elapsedsince the last occasion the machinesent the logs.

(“REPLICATION”,“OverrideTranslationCheck”, 0)

Jdekrnl\TransMon\JTP_TM.C(93) Verifies the correct translation settings(do not translate) for the client’smachine ODBC data sources.

**Client (“REPLICATION”,“ForcedSync”,1)

“Forces client to re-synch anyreplicated tables on logon.”

Forces the machine to synchronizeall its subscribed tables upon logonto OneWorld.

“TP MONITOR ENVIRONMENT”**Obsolete**

This section now uses the environmentlisted in the security section of the INI file.

(“TP MONITOR ENVIRONMENT”,“Server”, ““)

“The server hosting the recordlocking services. Any server runningOneWorld services can host recordlocking services.”

See Lock Manager section and key.This section is no longer used!

JDE.INI File Settings for Clients and Servers 29

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:29

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:09 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 30: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“TP MONITOR ENVIRONMENT”,“RequestedService”, ““) **Obsolete

“Transaction service requested,used for timestamping and recordlocking services.”[Default NONE no TimeStamping /Record Locking Service Requestedfrom a server][TS TimeStamping / Record Lockingis requested]

See Lock Manager section and key.This section is no longer used!

(“TP MONITOR ENVIRONMENT”,“AvailableService”, ““) **Obsolete

“Transaction service available fromthis server, used for timestampingand record locking services.”[Default NONE no TimeStamping /Record Locking Service Availablefrom a server][TS TimeStamping / Record Lockingis available]

See Lock Manager section and key.This section is no longer used!

(“TP MONITOR ENVIRONMENT”,”LogServices”,0) **Obsolete

“Turn on logging for thetransaction services.”jdelib\JDEDEBUG.C(1595)

See Lock Manager section and key.This section is no longer used!

“OFFLINE DB SYSTEM SETTINGS” Used on workstations in adetached mode.

**Client (“OFFLINE DB SYSTEMSETTINGS”, “Default Env”, ““)

Default environment used whenworkstation is in detached mode.

**Client (“OFFLINE DB SYSTEMSETTINGS”, “Default PathCode”, ““)

“A valid path code.” Default path code used whenworkstation is in detached mode.

“Everest”

**Client (“Everest”, “KeepFilesOpen”,“FALSE”)

Jdekrnl\jdeddapi\JDEDDAPI.C(1004)

**Client (“EVEREST”, “UseTAMFiles”,1)

“Determines database interfacemethod.”jdekrnl\runtime\RTK_FRMS.C(105)

“CLUSTER”

(“CLUSTER”,”PrimaryNode”,””) “The name of the primary node ina cluster environment.”jdelib\GetHost.c(30)

“WORKFLOW” **Obsolete

(“WORKFLOW”, “ESCREPORT”,“R9000020”)

jdekrnl\workflow\WF_PROC.c(355) The report name for the escalationsubsystem.

(“WORKFLOW”, “ESCVERSION”,“ZJDE0001”)

jdekrnl\workflow\WF_PROC.c(356) The report version name for theescalation subsystem.

30 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:30

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:10 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 31: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

**Client (“WORKFLOW”,“DEBUGCRITERION”, 0)

jdekrnl\workflow\WF_PROC.c(478) Controls debugging workflow criteria.When turned on (by setting to 1), theworkflow engine pops up messageboxes showing the evaluated valuesof the conditional rules andorganizational rules, if any, as theworkflow process executes. Thesemessage boxes only show up if theworkflow runs on the client machines.

“DB REPLICATION”

(“DB REPLICATION”, “ActivationTime”, 1)

“This sets up the start time for thereplication process but uses tableF98615.”jdbprep\JDBREP1.C(534)

(“DB REPLICATION”, “Sleep Time”,10)

“This sets up the sleep time for thereplication process.”jdbprep\JDBREP1.C(546)

“PERFORMANCE” (For InternalUse Only)

(“Performance”, “UBEAutoTest”, 0) “Debugging flag which will turn theoutput on or off for UBEs.”jdekrnl\UBE\K2SpecLoad.C(361)

(“PERFORMANCE”, “TestData Path”,szDefaultPath)

“A path set up for output (NT systems).”jdelib\QPFAPI.C(141)

(“PERFORMANCE”, “Test”, 0) jdelib\QPFAPI.C(158)

(“PERFORMANCE”, “Client”, 0) jdelib\QPFAPI.C(159)

“MEMORY DEBUG” **Obsolete

(“MEMORY DEBUG”,”Full”, 0) jdenet\NETPUB.C(1425)[Default 0 Some][1 Full][2 Debug]

Controls the level of memorydebugging information.[Default 0 Some][1 Full][2 Debug]

(“MEMORY DEBUG”,”Frequency”,10000)

jdenet\NETPUB.C(1443)

(“MEMORY DEBUG”,”DeferFree”, 0) jdenet\NETPUB.C(1445)

**AS400 (“MEMORYDEBUG”,”PageSize”,32)

“Sets the memory pool page size.”jdbdrv\OS400\DBDRV.C(77)

“NLS”

JDE.INI File Settings for Clients and Servers 31

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:31

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:10 AM

Color profile: Generic CMYK printer profileComposite Default screen

Page 32: The Jde Ini File Settings

(“Section”, “Key”, “Default”) Comment and Valid Values Description

(“NLS”, “RemoteCodeSet”, 1252) “Sets the conversion code pagetype for the remote server.”jdekrnl\workflow\WF_ER.c(71)

The code page that was in effectwhen spec files were packed.(default = 1252; English)

(“NLS”, “LocalCodeSet”, 37) “Sets the conversion code page typefor the local server.”jdekrnl\workflow\WF_ER.c(72)****!!!Destination OS type is setfor HPUX in AS400 section!!!****

The code page that will bein effect when packed specfiles are unpacked.(default = 1252; English)

“DB CACHE INFORMATION”(For Internal Use Only)

**Internal (“DB CACHEINFORMATION”, “ODBC Tables”,MAX_TABLES_DEFAULT)

“Sets the maximum number of tablesto be cached.”jdbdrv\odbc\ODBC_U1.C(560)

**Internal (“DB CACHEINFORMATION”, “Library Cache”, 15)

“Sets the maximum number oflibrary caches.”jdekrnl\callobj\JDEOBJ.C(202)

**Internal (“DB CACHEINFORMATION”, “DataCaching”, 1)

jdekrnl\jdb\JDB_CACH.C(817) This is an optional setting and isused to turn on or off caching ofcertain database tables as definedin F98613. A setting of 1 turns ondata caching and after reading therecord from DB for the first time it iscached and retrieved from cache forthe list of tables defined in F98613.

**Internal (“DB CACHEINFORMATION”, “Maximum RequestCache”, 50)

“Sets the maximum number of cacherequests that are allowed.”jdekrnl\jdb\JDB_RQ1.C(4154)

This is an optional setting and isused to define the maximumnumber of request handles (fromJDB_OpenTable/JDB_OpenView),about which information is retainedin the given OneWorld session.

“BSFN LOCATION”

**Internal (“BSFNLOCATION”,”OverrideNoLocal”,”FALSE”)

“Overrides the BSFNs so they donot run locally for WTS/TSE.”jdekrnl\callobj\JDEOBJ.C(588)

“SERVER ENVIRONMENT MAP” Used to map one environment toanother.

(“SERVER ENVIRONMENT MAP”,env, newenv)

When environment[1] is passedas an argument, it is replacedby environment[2].

ENV1 = ENV2

32 J.D. Edwards OneWorld: The Complete Reference

Edwards8 / J.D. Edwards OneWorld: The Complete Reference / Jacot, Miller & Stern / 2510-1 / Web 1Folio 1:32

P:\010Comp\Edwards\510-1\appc.vpFriday, January 05, 2001 9:17:10 AM

Color profile: Generic CMYK printer profileComposite Default screen