Skip to main content

DBMTables.Central.DBMErrors

persistent class DBMTables.Central.DBMErrors extends %Library.Persistent, %XML.Adaptor

SQL Table Name: DBMTables_Central.DBMErrors

d ##class(DBMTables.Central.DBMErrors).BuildReportTable(1) d ##class(DBMTables.Central.DBMErrors).BuildReportTable(1,"C:\temp\serverreports")

Property Inventory

Method Inventory

Parameters

parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.
parameter XMLIGNORENULL = 1;
Inherited description: XMLIGNORENULL allows the programmer to override the default XML handling of empty strings for properties of type %String. By default (XMLIGNORENULL = 0), empty strings in the XML input are stored as $c(0) and $c(0) is written to XML as an empty tag. A missing tag in the XML input is always stored as "" and "" is always output to XML as no tag.

If XMLIGNORENULL is set = 1, then both missing tags in the XML and empty strings are input as "", and both "" and $c(0) are output as empty tags (i.e. <tag></tag>).

If XMLIGNORENULL is set = "inputonly", then both missing tags in the XML and empty strings are input as "". Output of "" and $c(0) are for XMLIGNORENULL = 0: $c(0) is output as an empty tag (i.e. <tag></tag>) and "" is output as no tag.

If XMLIGNORENULL = "runtime" (runtime is not case sensitive), then the behavior of XMLIGNORENULL is determined by the format parameter of XMLExport, XMLImport and %XML.Reader.OpenFile. The default behavior for XMLIGNORENULL="runtime is the same as XMLIGNORENULL=0. Adding "ignorenull" to the format argument changes the behavior to that of XMLIGNORENULL=1. "ignorenull" shoud be separated by a comma from literal/encoded part of the format. Example values for format are "", ",ignorenull", "literal,ignorenull" and "encoded,ignorenull". Note that "inputonly" is equivalent to using ,ignorenull for XMLExport and not for %XML.Reader.
parameter XMLNAME = Error;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property ErrorDetail as %String);
Property methods: ErrorDetailDisplayToLogical(), ErrorDetailGet(), ErrorDetailGetStored(), ErrorDetailIsValid(), ErrorDetailLogicalToDisplay(), ErrorDetailLogicalToOdbc(), ErrorDetailNormalize(), ErrorDetailSet()
property ErrorDetail2 as %String);
Property methods: ErrorDetail2DisplayToLogical(), ErrorDetail2Get(), ErrorDetail2GetStored(), ErrorDetail2IsValid(), ErrorDetail2LogicalToDisplay(), ErrorDetail2LogicalToOdbc(), ErrorDetail2Normalize(), ErrorDetail2Set()
property ErrorType as %String);
Property methods: ErrorTypeDisplayToLogical(), ErrorTypeGet(), ErrorTypeGetStored(), ErrorTypeIsValid(), ErrorTypeLogicalToDisplay(), ErrorTypeLogicalToOdbc(), ErrorTypeNormalize(), ErrorTypeSet()
property FullLocation as %String);
Property methods: FullLocationDisplayToLogical(), FullLocationGet(), FullLocationGetStored(), FullLocationIsValid(), FullLocationLogicalToDisplay(), FullLocationLogicalToOdbc(), FullLocationNormalize(), FullLocationSet()
property Instance as %String (XMLNAME = "InstanceName");
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceGetStored(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property Location as %String);
Property methods: LocationDisplayToLogical(), LocationGet(), LocationGetStored(), LocationIsValid(), LocationLogicalToDisplay(), LocationLogicalToOdbc(), LocationNormalize(), LocationSet()
property PublicLocation as %String);
Property methods: PublicLocationDisplayToLogical(), PublicLocationGet(), PublicLocationGetStored(), PublicLocationIsValid(), PublicLocationLogicalToDisplay(), PublicLocationLogicalToOdbc(), PublicLocationNormalize(), PublicLocationSet()
property ReportFilename as %String);
Property methods: ReportFilenameDisplayToLogical(), ReportFilenameGet(), ReportFilenameGetStored(), ReportFilenameIsValid(), ReportFilenameLogicalToDisplay(), ReportFilenameLogicalToOdbc(), ReportFilenameNormalize(), ReportFilenameSet()
property Server as %String (XMLNAME = "Hostname");
Property methods: ServerDisplayToLogical(), ServerGet(), ServerGetStored(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()
property ServerGroup as %String [ Calculated , Transient ];
Property methods: ServerGroupCompute(), ServerGroupDisplayToLogical(), ServerGroupGet(), ServerGroupIsValid(), ServerGroupLogicalToDisplay(), ServerGroupLogicalToOdbc(), ServerGroupNormalize(), ServerGroupSQLCompute()
property ServerSet as %String (XMLPROJECTION = "NONE");
Property methods: ServerSet(), ServerSetDisplayToLogical(), ServerSetGet(), ServerSetGetStored(), ServerSetIsValid(), ServerSetLogicalToDisplay(), ServerSetLogicalToOdbc(), ServerSetNormalize(), ServerSetSet()
property SourceFile as %String);
Property methods: SourceFileDisplayToLogical(), SourceFileGet(), SourceFileGetStored(), SourceFileIsValid(), SourceFileLogicalToDisplay(), SourceFileLogicalToOdbc(), SourceFileNormalize(), SourceFileSet()
property TopID as %String (XMLPROJECTION = "NONE");
Property methods: TopIDDisplayToLogical(), TopIDGet(), TopIDGetStored(), TopIDIsValid(), TopIDLogicalToDisplay(), TopIDLogicalToOdbc(), TopIDNormalize(), TopIDSet()

Methods

classmethod BuildReportTable(verbose As %Boolean = 1)
classmethod BuildTableFromDir(fulldirectory As %String, directURL="", verbose As %Boolean = "")
classmethod CaseInsensitiveAdd(ByRef obj As DBMTables.Central.DBMErrors, key As %String, value) as %Status
If the given key matches (case insensitive) a property of the object obj (passed by reference), the matching property of that object is set to the given value
classmethod GenerateSummary(verbose As %Boolean = 0)
classmethod GetNewObject(sourcefile As %String, location As %String) as DBMTables.Central.DBMErrors

Indexes

index (ErrorTypeIDX on ErrorType);
Index methods: ErrorTypeIDXExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (InstanceIDX on Instance);
Index methods: InstanceIDXExists()
index (ServerIDX on Server);
Index methods: ServerIDXExists()
index (ServerSetIDX on ServerSet);
Index methods: ServerSetIDXExists()
index (SourceFileIDX on SourceFile);
Index methods: SourceFileIDXExists()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Central.DBMErrors)

^DBMTables.Central.DBMErrorsD(ID)
=
%%CLASSNAME
ServerSet
Server
Instance
TopID
SourceFile
Location
FullLocation
PublicLocation
ErrorType
ErrorDetail
ErrorDetail2
ReportFilename
FeedbackOpens in a new tab