Top 50 Xml Publisher Interview Questions You Must Prepare 19.Mar.2024

To create the schema we could simply follow the structure in the XML document and define each element as we find it.

Yes, template must exist before it can be translated. Template translations are not available for template types other than RTF. For a PDF report, there must be multiple PDF templates registered to the report, one for each locale or language as required.

When creating a report definition, you can select a PeopleSoft Query data source that has not yet been registered and that data source is registered automatically once the report definition is saved.

However, all other types of data sources must be registered before they can be associated with a report definition.

XML Publisher security can be separated into three categories:

  1. Defining reports.
  2. Running reports.
  3. Viewing reports.

It can generate reports in many formats (PDF, RTF, Excel, HTML, and so on) in many languages.

We can run XMLP using Query Report Viewer and Scheduling is done with Query Report Scheduler.

XML file is the preferred data source for lager process such as paycecks, rowset and xml doc have performance/memory limitations, and we can use this only for small reports.

The Template Translation feature is based upon standard Localization Interchange File Format (XLIFF) .xlf file processing. Each report template or sub-template file can have related translation XLIFF files. These XLIFF files include translation units for each content element to be translated.

Bursting is just like Group by clause in SQL. Its optional in XMLP.

  • IBYDE_D_DEEN--> German Domestic payment
  • IBYDE_FR_EN--> French EFT Payments
  • IBYDE_F_DEEN--> German International EFT payments
  • IBYDE_F_NLEN-->Netherlands International EFT
  • IBYDE_Z_JPEN--> Japanese Zengin Format

The -Dxdo.ConfigFile setting is relative to the application server or process scheduler domain directory, which is the current directory when the domain starts up.

It is advised to use the Microsoft Word Insert menu option to insert the image, as the additional properties that need to be set for the RTF template to correctly generate reports with those images are automatically set by using this method. Additionally, dragging and dropping an image onto a template creates a link to the local machine being used and may cause problems when the report is generated.

The user has to be online to access the image referenced in the URL.

When creating a report definition, you can select a PeopleSoft Query data source that has not yet been registered and that data source is registered automatically once the report definition is saved. However, all other types of data sources must be registered before they can be associated with a report definition.

XMLP Global Engine settings are defined in xdo.cfg file, which is located at
$PSHOME / APP SERVER Directory

In the report definition Tab, we need to set the report status should be active, report category ID and object owner ID and we need to choose the template types.

Report definitions associate a data source with template files. A data source registers the schema and sample data design files. It is the extracted application fields from the data source files that are placed into the template files to create the final report.

Bursted reports must be run from the Query Report Scheduler component.

Report Category is a required attribute on all report definitions and Content Library sub-templates. By assigning a report category, you are actually applying row level security to the data on those components.

You can check the format of an XML output file by opening it using Microsoft Internet Explorer (IE). IE opens the file and alerts you to any problems, such as unclosed tags.

An E-Text template is an RTF-based template that is used to generate text output for Electronic Funds Transfer (EFT) and Electronic Data Interchange (EDI). At runtime, BI Publisher applies this template to an input XML data file to create an output text file that can be transmitted to a bank or other customer.

PTPT2600 this only for Developer, which will give an access to all XMLP Component including buffing feature also.

PTPT 2500 this is only for power users, it will provide the access to query data sources for Ad-hoc reporting, this also provide the access to report definition, Bursting feature is view only.

PTPT1000: This will give the access to access the report repository.

Go to XmlPublisher-->setup-->Designer Help-->Plug-in for MS Word

An EFT is an electronic transmission of financial data and payments to banks in a specific fixed-position format flat file (text).

If a query is run through Reporting Tools, Query, Schedule Query, the XML Publisher-related prompts do not appear. Only the basic table-formatted query results are generated.

Sub-templates are secondary RTF or XSL templates that are imported by primary RTF or XSL report templates. The primary template accesses the sub-template through the XSL import style sheet feature.

The sub-template files are independently stored and are not registered in association with a data source or primary template.

  • PSQuery
  • XMLDoc
  • Rowset
  • XML file

  • Report Manager Definition class
  • Report Manager Search class
  • XML Generation class
  • XML publisher engine class

Note:The Xml publisher report output

Vb.net is product of micro Soft Corporation. it is for developing application programs. Xml is an open standard one. It is for representing data. Xml is not restricted to the particular language. We can use to represent data of any type of application. XML is common one. For business to business communication XML is Best one.

Oracle has developed a standalone Java-based reporting technology called XML Publisher (XMLP) that streamlines report and form generation. A primary feature of Oracle's XML Publisher product is the separation of the data extraction process from the report layout. XML Publisher provides the ability to design and create report layout templates with the more common desktop applications of Microsoft Word and Adobe Acrobat, and renders XML data based on those templates.

XML Publisher implementation can be divided into the following phases:

  • Configure XML Publisher.
  • Register data sources.
  • Create templates.
  • Define XML Publisher reports.
  • Run XML Publisher reports.
  • Locate and view published XML Publisher reports.

Reporting tool--> xml publisher-->query report scheduler -->Run button (Distribution) we can view the mail.

navigation: Reporting Tools, XML Publisher, Data Source

PSXPDATASRC

Because XML Publisher uses managed object functionality, you do not have the ability to use the switching feature of multi-language data entry. You can populate related language tables by logging in and establishing a different session language. The related language table for that session can then be populated.

  • XMLP have different datasources to get the data.
  • In XMLP, we can easily design output template through MS Word.
  • We can easily maintain security in XMLP

Here we can use either MS-Word or adode to develop and maintain custom report formats.

Bursting is an optional advanced feature that is only available when reports are run through Process Scheduler and is not intended for real-time online viewing. It is typically used when you are repeating the generation of a templated report layout many times for multiple like sets of data.

For example, generating a batch run on vendor purchase orders or customer invoices. With bursting, you can generate individual report files resulting in separate secured output. For example, generating a file for each vendor, customer or employee.

XML Publisher menu access is permission list driven and depends on permission list and role assignment. PeopleTools delivers permission list security and roles for XML Publisher report developers and XML Publisher power users.

Permission list PTPT2600 is intended for report developers.

Permission list PTPT2500 is intended for power users and provides access to Query data sources for ad hoc reporting through Query Report Viewer and Query Report Scheduler.

Users assigned to other permission lists and roles, such as permission list PTPT1000, may only have access to the XML Publisher Report Repository.

Data source--> generate xml and schema files--> load xml file to template--> create report definition (declare template type)-->upload template file--> setting the properties for security purpose (setting report categories ID)--> viewing output

Data source--> generate xml and schema files--> load xml file to template--> create report definition (declare E-text template type)-->upload template file--> setting the properties for security purpose (setting report categories ID)-->viewing output

The data sources can be:

PS-Query, Rowset, peoplecode, XMLDoc and XML file.

In case of PS-Query, the system by default generates the XML file and schema file.

The template formats are: .RFT, PDF, .XLS, .XSLT After the creation of template files, we need to load the “XML file”, and then only we can design our report.

Report definition access is based on user permission list security and roles.

It must be registered with the data source of the report definition.

RTF: For- each syntax repeating the group of elements

  • Template – Field
  • Form – Field
  • Form – Field
  • Xml – data field

PDF: Two options for creating fields here

  1. Manual creation and we can map that fields top XML data.
  2. Create fields with same name as XML elements.

All the xml publisher report outputs are available in Report Manger, not in Process Monitor.