1⟩ What are the status available in PeopleSoft Domain Status Menu?
1) Server Status
2) Client Status
3) Queue Status
“PeopleSoft Administration frequently Asked Questions by expert members with experience in PeopleSoft Administration. These interview questions and answers on PeopleSoft Administration will help you strengthen your technical skills, prepare for the interviews and quickly revise the concepts. So get preparation for the PeopleSoft Administration job interview”
1) Server Status
2) Client Status
3) Queue Status
SavePost Change
PRCSTYPEDEFN.GBL
By setting up LOGFENCE value in PSAPPSRV.CFG file we can
trace the activity of PSAPPSRV process.
PeopleTools tables generally..
But PS related tables also will be affected(Security,
Access realted)...
I think It's from the Customer Connection
Do When, Do While, De select, Peoplecode, SQL or call
section, log message, and Do until
SQL and CallSection are mutually exclusive and one can be
used at a time in a step.
Yes we can install 2 different client peopletools version
on same machine and configuration for the version will be
different
In unix solaris, w ehave the top utility installed. I t
will show you the top most consuming processes on the
server. You can even see what is that exact process with
their PID.
Sys Audit is an SQR report that checks the integrity of the
peopletools tables. It checks the peopletools objects at
deeper levels and also it cross checks the references to
the peopletools tables.
Usually this report is used to check whether the database
is complete or not
My system Profile
new menu - psmenudefn
- psmenuitem
page - panel defination
secuirty - psauthitem
assuming role and permission list tables are known.
Its like parent child relation.
No Edit -- it does allow to edit the data when the table
(Child table) have parent child relationship
Edit -- it does not allow to edit the data when the table
(Child table) have parent child relationship
1. Standard
2. Pop-Up
We need to install Connectivity Software on Appserver and
scheduler server if they are not on the Database server
stored in the database
image - pt_portal_bug
State record is used in AE program property to hold the
data in buffer and it passes the data one step to another
step or one action to another action.Most of the time
record type of the state record is derived/work but while
using with restart logic record type sd be SQL Table.
Run in backend whether WinSQL or Toad and check if errors
out if it is the cursor will stop exactly where the syntax
is wrong
In a one-to-many relationship, each row in the related to
table can be related to many rows in the relating table.
This allows frequently used information to be saved only
once in a table and referenced many times in all other
tables. In a one-to-many relationship between Table A and
Table B, each row in Table A is linked to 0, 1 or many rows
in Table B. The number of rows in Table A is almost always
less than the number of rows in Table B.
example:
authors table
============
author_id (primary key)
lastname
firstname
book_id (foreign key - link to book_id of books table)
books table
===========
book_id (primary key)
title
Application Designer