PeopleTools

  Home  Management  PeopleTools


“PeopleTools Frequently Asked Questions in various PeopleTools Interviews asked by the interviewer. So learn PeopleTools with the help of this PeopleTools Interview questions and answers guide and feel free to comment as your suggestions, questions and answers on any PeopleTools Interview Question or answer by the comment feature available on the page.”



24 PeopleTools Questions And Answers

2⟩ Tell me How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4

The PeopleSoft Internet Architecture uses a web application server and anHTTP server. PeopleTools 8.12 and above include both BEA WebLogic andApache with Jserv. With PeopleTools 8.4, both BEA WebLogic and IBMWebSphere are bundled. Apache with Jserv is no longer a supported webapplication server combination. Customers can choose which web applicationserver to run during installation time.In a mixed PeopleTools 8.1x and 8.4 environment, each PeopleTools installationshould have their own chain of web application server and application server,PeopleSoft Proprietary and Confidential Page 5and these can be on the same machine. For example, a PeopleTools 8.1xinstallation using Apache and Jserv could reside on the same machine as aPeopleTools 8.4

installation using IBM WebSphere. Care should be taken toensure that unique port numbers are assigned to each server chain.

 135 views

4⟩ Can you explain Why did PeopleSoft bundle IBM WebSphere Advanced Single Server Edition rather than Advanced Edition

The Advanced Single Server Edition (AEs) of WebSphere provides the same core J2EE and Web Services programming model as the Advanced Edition (AE) with simplified administration. In the AE

version WebSphere uses DB2 or other standard database to keep the configuration and runtime information to support very large farm of WebSphere servers. However, it is one more database to

install, administer and maintain. The AEs version does not use the database and uses file based configuration in a way that is similar to BEA WebLogic. PeopleSoft and IBM WebSphere architects determined that AEs version would satisfy the deployment requirements of PeopleSoft customers and would make it easy for owning and administering PeopleSoft Applications based

on WebSphere.

 156 views

7⟩ Explain How to create prompt table dynamically for the specified field?

If you want the prompt table to vary depending on the context of the field, indicate a field in the derived or work record (DERIVED) that contains the name of the prompt table at runtime. In this field enter %FieldName.

The % is required, and indicates that you?re referencing a derived or work record definition named DERIVED. FieldName is the name of the field in that DERIVED record definition.

 129 views

8⟩ Tell me For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4?

The PIA Java servlets in PeopleTools 8.4 are coded to JavaSoft's Java Servlet API 2.0 and are fully compatible with Servlet API 2.2. It should be noted that the PeopleSoft Internet Architecture

is supported only on the BEA WebLogic and IBM WebSphere servlet engines.

 165 views

9⟩ Can you explain Will the PeopleSoft Internet Architecture, now that it embeds BEA WebLogic and IBM WebSphere, work with my other corporate web servers and tools?

One of the core values of the PeopleTools development group is investment protection. The time, money and resources that you may have already invested in licensing another web server, training developers and administrators, building and deploying other web applications will not be compromised by this decision. How is this accomplished

 151 views

11⟩ Explain How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?

There are several scenarios that may exist when customers use the PeopleSoftEnterprise Portal with a mixture of 8.1x and 8.4 applications. Specificinformation on the use of the PeopleSoft Enterprise Portal in a blendedenvironment will be available in a forthcoming white paper, which will beavailable on Customer

Connection.In general, the recommendation is to use the PeopleSoft Enterprise Portal 8.4with 8.1x and 8.4 applications, rather than an older version.

 144 views

14⟩ Explain Does Application Messaging work between 8.1xand 8.4 applications?

Application Messaging is used by PeopleSoft applications to communicate withone another. This is true not just for 8.1x and 8.4 applications, but also betweenan 8.1x and an 8.4 application. For example, the HRMS 8.3 applications, whichare based on PeopleTools 8.15, can communicate with Financials

8.4applications, which are based on PeopleTools 8.4, using Application Messaging.If specific issues materialize relating to the Application Messages published bycertain applications, these new messages will be made available to customers.

 127 views

16⟩ Tell me Why is PeopleSoft no longer supporting Apache Jserv?

Apache JServ was a servlet engine that was supported in PeopleTools 8.1x. This support has been removed from PeopleTools 8.4 for several reasons:

v JServ is no longer an active product and is in maintenance mode and there are no longer any new official releases.

v Our customers have exhibited a desire to use commercial products for mission-critical enterprise web application servers rather than open source solutions. Therefore, moving to

support Tomcat is not seen as a reasonable solution.

v Apache can still be used as an HTTP server with BEA WebLogic .

 125 views

19⟩ Tell me Is BEA WebLogic the same thing as the web server that was previously on the Tuxedo CD?

No. The web server that was delivered on the Tuxedo CD has absolutely nothing to do with WebLogic. WebLogic is a web application server that is designed for large-scale production

websites. The HTTP server on the Tuxedo CD was only there to provide a mechanism for launching the graphical Tuxedo administration console if the Tuxedo administrator didn't already

have a web server in place. It was never intended for large-scale, production website use ? only for a system adminis trator or two.

 168 views

20⟩ Can you explain Both BEA WebLogic and IBM WebSphere have the ability to plug into many different web servers. Does PeopleSoft support the web servers that they plug into?

BEA and IBM provide plug-ins for many of the leading web servers. This allows the customer to use their own HTTP web server and WebLogic?s or WebSphere?s Java servlet engine. PeopleSoft uses this plug-in capability to support IIS. We have no reason to believe that there will be any issues with other web servers that WebLogic or WebSphere are able to work with through their plug-in architecture, but PeopleSoft GSC will not support these other web servers with PeopleTools 8.4

 130 views