Here is the link to various MTRs for various EnterpriseOne applications.You might need proper login credentials to get in.
MTR Page
Thursday, November 29, 2007
E1 Minimum Technical Requirements
conflict between auditing flag of table and its auditing components in data source
If you come across the following error with CFR Auditing, you might need to check the output components of the BSFN CheckAuditComponentStatus and determine the cause of the error.Becasue there are several reasons behind this message in the jde.log.
"JDB9901001 - There is a conflict between auditing flag of table: F0101 and its auditing components in data source: Business Data".
You need to check the value of "mnComponentStatus" in the output of the CheckAuditComponentStatus BSFN.
A value of 0(Zero) for mnComponentStatus means Auditng is OFF for this table
A value of 1(one) for mnComponentStatus means Auditng is ON and
A value of 2(Two) for mnComponentStatus means the components in the database are not proper.Means your previous attempt to Enable/Disable Auditing was not successful.Most possibly you will have an _ADT table without a view.
"JDB9901001 - There is a conflict between auditing flag of table: F0101 and its auditing components in data source: Business Data".
You need to check the value of "mnComponentStatus" in the output of the CheckAuditComponentStatus BSFN.
A value of 0(Zero) for mnComponentStatus means Auditng is OFF for this table
A value of 1(one) for mnComponentStatus means Auditng is ON and
A value of 2(Two) for mnComponentStatus means the components in the database are not proper.Means your previous attempt to Enable/Disable Auditing was not successful.Most possibly you will have an _ADT table without a view.
Wednesday, November 28, 2007
Debug log
At times we need debug information to troubleshoot the issue.So the debug information should be turned ON.For this we need change this setting in the jde.ini file.
[Debug]
output=File
DebugFile=C:\jdedebug.log
[Debug]
output=File
DebugFile=C:\jdedebug.log
Posted by
Rajesh Goalla
No comments:
Labels:
EnterpriseOne,
Get Started,
Informational,
JDE.ini,
Troubleshooting
Viewing TAM and RDB Specs using UTB
Add the following setting to your jde.ini file under the specified section.
[INTERACTIVE RUNTIME]
TAMMenus=Show
Now launch the UTB[universal Table Browser].You should be able to see the following extra menus/icons now.
Open Remote : Open the TAM specs from a desired location.
Open RDB : open the RDB specs.
Subscribe to:
Posts (Atom)