Monday 21 March 2016

ORA-01017:invalid username/password;logon denied

ORA-01017:invalid username/password;logon denied

I got this error when I was trying to login Application designer, With same userid/password I was able to login Peoplesoft application.

Solution :- 

Change SYSADM password or
Reset SYSADM password

ALTER USER SYSADM IDENTIFIED BY <<New Password>>

Step 1. Log into DataMover as the Access ID (Bootstrap mode).
Step 2. Then run the following command:

set log c:\temp\sysadm.log;
CHANGE_ACCESS_PASSWORD SYSADM1 <password>;

Thursday 17 March 2016

Activity Guide in Peoplesoft

Activity Guide in Peoplesoft :-


PeopleSoft 9.2, PT 8.53 offer a simple way to create these using the guided process functionality.
An activity guide lists the tasks (referred to as action items) that need to be completed by a user or group of users.
Navigate to  PeopleTools>Portal>Activity Guide>Manage Activity Guide Templates; click the Create Template button




Give the activity guide ID name, Title, Description, you can select URL from lookup list.
move to next tab Security






Later move to next tab Advance Options, here you can put the value manually or dynamically
You can identify a method that will be executed whenever an activity guide instance is created from this template (either manually by the Create Instance button or programmatically through the activity guide API)












Here you can put delivered record as well as custom record both.
Oracle recommends that Access the Create List Instance page (click the Create Instance button on the Activity Guide Template - Properties page).







Then come to Configure action items.
you specify initial sequence numbers in units of 10 to permit insertion of new action items into an existing sequence. For example, for a simple activity guide with no summary action items, the initial sequence would be:

10, 20, 30, 40 ...
If your activity guide contains summary as well as detail items, then increment the root-level items by 100 instead of by 10. For example:

100 - Summary item 1
  110, 120, 130, 140, ...
200
300
400 - Summary item 2
  410, 420, 430, 440, ...
500

for ex. I took just one so I kept 10







the publish as pagelet
for ex. I took test so got created with ADMN_TEST









you can click ADMN_TEST and fullfill all 5-6 steps of pagelet requirements.

Finally configure workcenter
click create new workcenter page











Later if you will go to assign tasks












it will be part of it and u can run create instance through batch process also













Thank you!!!

The purge process did not run because the Oprid configured to start the Process Scheduler did not have the required permissions to run the purge process.

  Purge process - Required permissions The PeopleSoft Oprid used to start the Process Scheduler, as defined in the Scheduler's psprcs.cf...