CreateCFRTable

Create CFR Table

Minor Business Rule

Object Name: B9500001

Parent DLL: CDBASE

Location: Client

Language: C

Data Structure

D9500001 - Create CFR Table

This is the Parameter Data Structure for the Translation Tools Delta Process Business Function 
(B9500001 - FullDeltaProcess)


Parameters:

szDeltaInclusionVersion (Input)

This is the version of information to use to specify inclusion information for the Delta Process.
cMultiLangTables (Input)
Used to specify whether translated text is stored in separate tables per language or in a single table for all languages.
mnMaxCacheSize (Input)
This indicates the maximum size of the internal record cache. 
This value is in megabytes.

mnMaxConsecutiveErrors  (Input)
This is the maximum number of minor errors that can occur in a row before the process will be considered a failure.
cErrorCode (Output)
Value to store error codes returned by the Delta Process.

See the individual Parameter attachments for detailed parameter information.



Parameter NameData ItemData TypeReq/OptI/O/Both
idApplicationAPPLIDIDNONENONE

mnMaxCacheSize

This is the maximum size, in megabytes, that the Delta Process's internal cache can be.  If the size is too small, the Delta Process may be 

less efficient because more Database Calls may be required.


If left blank, the default size of 32 megabytes will be used.


szDatabasepathDATPcharNONENONE

mnMaxConsecutiveErrors  ab 

This is the maximum number of minor errors that can occur in a row before the process will be considered a failure.  A minor error occurs 
when working on a single pair of matching records in the Delta Process.  If a failure occurs while trying to update,insert, or delete a record, the 

entire transaction will be rolled back, and the process will continue to the next pair of records.  However, if an error occures consecutively on 

multiple records, it could indicate that there is a more significant problem with the Database or one of the tables.  Inorder to allow the Delta Process 

to continue, the Delta Process will only allow a certain number of consecutive errors before reporting a more serious error and continuing to 

the next table in the Delta Process.


If this parameter is left blank, the default number of 5 will be used.



szObjectowneridOOWNcharNONENONE

cMultLangTables

This flag indicates whether each translated text records are stored in a separate table for each language, or in a single table for all language 

records.


'1' - Use a Single Table for each Delta Process Table (ie. F0004D)

'2' - Use Multiple tables for each Delta Process Table (ie. F0004DI, F0004DS,...)

Default - Use Multiple tables.


The setting for a Single Table would be used if the Database supports Unicode, or if all of the languages utilize the same Code Page so that 

the translated text for each can be successfully stored in a single table.



szSignonpasswordPSWDcharNONENONE

cErrorCode

This is the error code returned by the Delta Process.
  

Valueab Meaning

'0'ab Success - The Delta Process completed with out any errors.


'1'ab Warning - The Delta Process completed successfully, but encounted 1 or more minor errors during processing.  


'2'ab Error - Errors were encountered during the processing of at least on portion (one table, ie. F0004) of the Delta Process that prevented 

the completion of that portion of the process.  The other portions should have completed successfully.


'3'ab Fatal Error - An error occured that caused the entire Delta Process to fail.  


'4'ab Unknow Error - An unknown error occured during the Delta Process.


For any result other than '0' (Success) the jde.log file should be checked for information about the errors that occured.


szApplicationOBNMcharNONENONE

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

Related Functions

None

Related Tables

None
DropCFRTable

DropCFRTable

Create CFR Table

Minor Business Rule

Object Name: B9500001

Parent DLL: CDBASE

Location: Client

Language: C

Data Structure

D9500001 - Create CFR Table

This is the Parameter Data Structure for the Translation Tools Delta Process Business Function 
(B9500001 - FullDeltaProcess)


Parameters:

szDeltaInclusionVersion (Input)

This is the version of information to use to specify inclusion information for the Delta Process.
cMultiLangTables (Input)
Used to specify whether translated text is stored in separate tables per language or in a single table for all languages.
mnMaxCacheSize (Input)
This indicates the maximum size of the internal record cache. 
This value is in megabytes.

mnMaxConsecutiveErrors  (Input)
This is the maximum number of minor errors that can occur in a row before the process will be considered a failure.
cErrorCode (Output)
Value to store error codes returned by the Delta Process.

See the individual Parameter attachments for detailed parameter information.



Parameter NameData ItemData TypeReq/OptI/O/Both
idApplicationAPPLIDIDNONENONE

mnMaxCacheSize

This is the maximum size, in megabytes, that the Delta Process's internal cache can be.  If the size is too small, the Delta Process may be 

less efficient because more Database Calls may be required.


If left blank, the default size of 32 megabytes will be used.


szDatabasepathDATPcharNONENONE

mnMaxConsecutiveErrors  ab 

This is the maximum number of minor errors that can occur in a row before the process will be considered a failure.  A minor error occurs 
when working on a single pair of matching records in the Delta Process.  If a failure occurs while trying to update,insert, or delete a record, the 

entire transaction will be rolled back, and the process will continue to the next pair of records.  However, if an error occures consecutively on 

multiple records, it could indicate that there is a more significant problem with the Database or one of the tables.  Inorder to allow the Delta Process 

to continue, the Delta Process will only allow a certain number of consecutive errors before reporting a more serious error and continuing to 

the next table in the Delta Process.


If this parameter is left blank, the default number of 5 will be used.



szObjectowneridOOWNcharNONENONE

cMultLangTables

This flag indicates whether each translated text records are stored in a separate table for each language, or in a single table for all language 

records.


'1' - Use a Single Table for each Delta Process Table (ie. F0004D)

'2' - Use Multiple tables for each Delta Process Table (ie. F0004DI, F0004DS,...)

Default - Use Multiple tables.


The setting for a Single Table would be used if the Database supports Unicode, or if all of the languages utilize the same Code Page so that 

the translated text for each can be successfully stored in a single table.



szSignonpasswordPSWDcharNONENONE

cErrorCode

This is the error code returned by the Delta Process.
  

Valueab Meaning

'0'ab Success - The Delta Process completed with out any errors.


'1'ab Warning - The Delta Process completed successfully, but encounted 1 or more minor errors during processing.  


'2'ab Error - Errors were encountered during the processing of at least on portion (one table, ie. F0004) of the Delta Process that prevented 

the completion of that portion of the process.  The other portions should have completed successfully.


'3'ab Fatal Error - An error occured that caused the entire Delta Process to fail.  


'4'ab Unknow Error - An unknown error occured during the Delta Process.


For any result other than '0' (Success) the jde.log file should be checked for information about the errors that occured.


szApplicationOBNMcharNONENONE

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

Related Functions

None

Related Tables

None