I did OBIEE upgrade with the help of the document Oracle® Business Intelligence Applications Upgrade Guide Version 7.9 February 2007 b31980.pdf
It was configured successfully but I encountered an error in the process of the final testing by running the provided out of box workflow through informatica. The workflows failed showing an ‘INVALID IDENTIFIER’ error indicating [...]
From the monthly archives:
June 2008
In all the Applications a particular task requires performing several steps to complete it which leads to common issues. Some issues are as follows:
Users may not be familiar with the sequence of steps
Users may inadvertently skip a step
Users often require additional training to complete the task.
Let us see few more strange exceptions in Informatica
1. Sometimes the Session fails with the below error message.
“FATAL ERROR : Caught a fatal signal/exception
FATAL ERROR : Aborting the DTM process due to fatal signal/exception.”
Please read the Instant Peoplesoft Cloning Refresher Kit before continuing in this post,
Take care to remove the reuse word in the create control file statement and replace it with SET
Once the Control file is created
alter database open resetlogs
If you encounter problems,
login to command prompt,
sqlplus /nolog
connect sys/manager as sysdba
shutdown immediate
startup
exit
select * from psdbowner;
update PSDBOWNER SET DBNAME [...]
Hi, We are upgrading from HRMS 8.8 to 9.0. After completing Initial Move, when I run the final Alter Audit, alter script got generated for “Change”. I ran this script during Alters With Deletes, but still Alter Audit is generating same script for “Change”.
Hexaware successfully completed the CMMI Level 5 re-certification recently with KPMG auditing and certifying the company’s software process to be in line with Version 1.2 of the model. This is the highest level in the Capability Maturity Model Integration model developed by Software Engineering Institute in collaboration with Carnegie Mellon. For the uninitiated, Capability Maturity [...]
INTRODUCTION:
CRM applications are based on various complex business processes that need to be coded in the application.They can change with time and this can be very often.Implementing the changes can have adverse effects on those parts that weren’t changed!!! Implementing Decision tress can be a nightmare through actual programming…with hundreds of If else conditions which [...]
Effective date logic occupies a major part in the PeopleCode. Writing effective date logic in PeopleCode section requires the developers to join all the key values in the sub query to bring the exact output. It leads the developer to write more detailed SQL statement in the PeopleCode section.
Forgot Password feature helps the PeopleSoft users to reset their PeopleSoft password. This helps the Users by reducing the wait time for the Security administrator to change the password in the system. Forgot Password feature will not be enabled by default during PeopleSoft installation. There are certain steps needs to be followed in order to [...]
ExcelToCI is a PeopleTools utility delivered by PeopleSoft to load the PeopleSoft data to the PeopleSoft system through CI validation from an Excel worksheet. This reduces the developers work to develop the new process to use the CI for loading the information into PeopleSoft environment.









