Class | Description |
---|---|
AllPersistentColumnsHaveTables |
Verify that each persistent column is owned by a persistent table.
|
AncestorCheck |
Validate the contents of the ancestor tables.
|
CheckColumnConfig |
Compare the Maximo Attribute table to it's configuration pair.
|
CheckConfigurations |
Compare Maximo framework tables to their configuration pairs.
|
CheckDatabaseVersion |
Check database version.
|
CheckDomains |
Verify that all Maximo domains are defined correctly.
|
CheckForBackupTables |
Check for ConfigDB backup tables.
|
CheckGroupPrivs |
Verify that groups are defined correctly in security tables.
|
CheckMaxTableConfig |
Compare MaxTable to MaxTableCFG.
|
CheckMaxVars |
Verify all maxvars and maxvartypes are defined properly.
|
CheckMaxViewColumnConfig |
Compare MaxViewColumn to MaxViewColumnCFG.
|
CheckMaxViewConfig |
Compare MaxView to MaxViewCFG.
|
CheckObjectConfig |
Compare the MaxObject table to it's configuration pair.
|
CheckPendingChanges |
Check for pending changes in the Maximo framework tables.
|
CheckSearchTypes |
Check attributes for search types that are incompatible.
|
CheckSequences |
Checks the values returned from the sequences.
|
CheckTableConfig |
Compare the pre-Merlin MaxTables table to it's configuration pair.
|
CheckTenantData |
This check will perform a check for each tenant selected for testing,
or just for the main connection if Multitenancy isn't enabled.
|
CheckTextSearchTables |
Checks that tables that are marked as text search enabled actually have a column that's text search enabled.
|
CheckUserPrivs |
Verify that users are defined correctly in security tables.
|
CheckWorkflowLoop |
Check Workflow processes for loops.
|
ColumnData |
Stores data about a column defined in Maximo, or the database, or hopefully both.
|
ConfigTableCheck |
Abstract base class for Config table checks.
|
FGACCheck |
Check that tenants can only see their own data.
|
MaxAppsHaveTables |
Verify that all apps are mapped to a table.
|
MaxUserGroupsAreGroups |
Check that groups listed for users are actually groups.
|
TableData |
This stores data about columns found for a table in a Maximo database.
|
TenantSpecificRepair |
Perform a repair for a specific tenant.
|
ValidAuditTable |
Verify that an audit table is specified when auditing is enabled.
|
ValidExtends |
Check the value of the MaxObject.ExtendsObject column.
|
VerifyAppMenuPositions |
Verify that all apps are mapped to distinct menu positions within modules.
|
VerifyAttributeNumbers |
This Integrity Check looks for gaps in the MaxAttribute AttributeNo values.
|
VerifyAttributeObject |
Find tables without columns and columns without tables.
|
VerifyAttributeType |
Verify type definitions in the MaxAttribute table.
|
VerifyAutoKeyColumns |
Verify that all necessary rows exist in the AutoKey table.
|
VerifyAutoKeys |
Verify that all entries in Maximo system table AUTOKEY are
defined properly and are required to exist.
|
VerifyGLAccountColumns |
Check the length of GL Account columns
|
VerifyIndexRequired |
Checks the value of the "Required" column in MaxSysIndexes.
|
VerifyLangColumnClass |
Verify that columns that are language columns have the correct class.
|
VerifyMaximoColumns |
Compare column in the Maximo framework data to what is in the database.
|
VerifyMaximoTables |
Verify that Maximo knows all the tables as defined in the framework tables.
|
VerifyMTExtensionViews |
Verify the Mutli Tenancy extension views, make sure they exist and are correct...
|
VerifyPrimaryKeyColumnSequence |
Verify that an index exists for the primary key column sequence of every table.
|
VerifySameAs |
Check Same-As links.
|
VerifyUniqueColumnIndex |
Verify that an index exists for the unique column id of every table.
|
VerifyValueListColumns |
Verify that all rows in columns that are mapped to a domain contain values that were selected from that domain.
|
WFLoopCheck | |
WogenCheck |
The Wogen table should be empty.
|
ZTriggerCheck | Deprecated
We now want to keep the z-triggers
|