Understanding the Diagnostic Report in an Email
If you selected Email report, the resulting PeopleSoft Diagnostics page is sent (Email) as HTML and XML attachments to the address you specified. Following is an example of the XML that comprises a PeopleSoft Diagnostics page.
<?xml version="1.0"?>
<PeopleSoftDiagnostics>
<UserInformation>
<Database_Name>QE845DVL</Database_Name>
<User_ID>QEDMO</User_ID>
<Date_Created>2004-01-30-16.04.54.000000</Date_Created>
<Database_Type>MICROSFT</Database_Type>
</UserInformation>
<ApplicationDiagnostics>
<PT_DIAGNOSTIC_PLUGIN>
<GetLanguages>
<Purpose>This is a diagnostic to determine all
of the languages installed in your PeopleSoft Database.
This diagnostic tests AddRowset functionality.</Purpose>
<Result>
<LANGUAGE_CD>CFR</LANGUAGE_CD>
<CHARSET>ISO_8859-1</CHARSET>
<INSTALLED>0</INSTALLED>
<VERITY_LOCALE>frenchx</VERITY_LOCALE>
<SCLANG>SC16</SCLANG>
<WINDOWS_CHARSET>CP1252</WINDOWS_CHARSET>
<VERITY_CHARSET>CP1252</VERITY_CHARSET>
<ISO_LOCALE>fr-ca</ISO_LOCALE>
</Result>
<Result>
<LANGUAGE_CD>DAN</LANGUAGE_CD>
<CHARSET>ISO_8859-1</CHARSET>
<INSTALLED>0</INSTALLED>
<VERITY_LOCALE>danishx</VERITY_LOCALE>
<SCLANG>SC09</SCLANG>
<WINDOWS_CHARSET>CP1252</WINDOWS_CHARSET>
<VERITY_CHARSET>CP1252</VERITY_CHARSET>
<ISO_LOCALE>da</ISO_LOCALE>
</Result>
<Result>
<LANGUAGE_CD>ENG</LANGUAGE_CD>
<CHARSET>ISO_8859-1</CHARSET>
<INSTALLED>1</INSTALLED>
<VERITY_LOCALE>englishx</VERITY_LOCALE>
<SCLANG>SC00</SCLANG>
<WINDOWS_CHARSET>CP1252</WINDOWS_CHARSET>
<VERITY_CHARSET>CP1252</VERITY_CHARSET>
<ISO_LOCALE>en</ISO_LOCALE>
</Result>
</GetLanguages>
<GetRecFieldsBeginningWith>
<Purpose>This is a diagnostic to print out a listing
of fields from records in your PeopleSoft database that
matches search criteria. This diagnostic tests globalType
and classType prompting. The global prompt is retrieved
from inputs defined by a different class in this plug-in.</Purpose>
<AdditionalInformation>
<Question>Enter Records to search for, beginning with:</Question>
<Answer>MAINT</Answer>
</AdditionalInformation>
<AdditionalInformation>
<Question>Enter FieldNames to retrieve, beginning with:</Question>
<Answer>REL</Answer>
</AdditionalInformation>
<Result>
<Descr>Record: MAINTENANCE_LOG has the following
field that matches your criteria: </Descr>
<Type>String</Type>
<Answer>RELEASEDTTM</Answer>
</Result>
<Result>
<Descr>Record: MAINTENANCE_LOG has the following
field that matches your criteria: </Descr>
<Type>String</Type>
<Answer>RELEASELABEL</Answer>
</Result>
<Result>
<Descr>Record: MAINTLOGREL_VW has the following
field that matches your criteria: </Descr>
<Type>String</Type>
<Answer>RELEASEDTTM</Answer>
</Result>
<Result>
<Descr>Record: MAINTLOGREL_VW has the following
field that matches your criteria: </Descr>
<Type>String</Type>
<Answer>RELEASELABEL</Answer>
</Result>
</GetRecFieldsBeginningWith>
</PT_DIAGNOSTIC_PLUGIN>
</ApplicationDiagnostics>
</PeopleSoftDiagnostics>