Tuesday, May 29, 2012

An error has occurred that has stopped this transaction from continuing

Reason 1:

This message appears due to 0 rows in PS_INSTALLATION Table.

Solution:

Insert a row in PS_INSTALLATION table and  restart the appservers.

Reason 2:

some error code in the events PreBuild, Activate, PostBuild or any FieldDefault.

4 comments:

JOEL LYTE said...

Below is another reason why "An error has occurred that has stopped this transaction from continuing" encountered,

Record was not properly build, so i have dropped the record and created new,

For example,
DROP TABLE PS_HM_BEC_CTI_TBL
/
CREATE TABLE PS_HM_BEC_CTI_TBL (OPRID VARCHAR2(30) NOT NULL,
RUN_CNTL_ID VARCHAR2(30) NOT NULL,
HM_CLM_CAT_CD VARCHAR2(10) NOT NULL,
HM_CLM_TYPE VARCHAR2(10) NOT NULL,
HM_CLM_ITEM_CD VARCHAR2(10) NOT NULL) TABLESPACE PCLARGE STORAGE
(INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0)
PCTFREE 10 PCTUSED 80
/

Thus the error was resolved

Pawan Mundhra said...

Thank you for sharing..

ashim said...

Hi JOEL LYTE,
How did you know that the Record was not properly built?

Unknown said...

Following error occurred while opening pages in PEOPLESOFT FSCM 9.2
Page not found: PROJECT_GEN_01A. (15,14)

The specified page name was not found. Contact your system administrator.




Post a Comment