Search This Blog

Thursday, April 21, 2016

Notification Framework Error

Notification cannot be sent due to following error:  Notification cannot be sent.  Notification data cannot be saved due to error: Negative number assigned to an unsigned field: SCC_NTFREQ_HDR.SCC_NTFREQ_ID. (2,121)

Related Content Not Appearing

One of the first steps:
Verify the authentication domain set-up on the web profile configuration.

Easy Search Match Piece of Code for CRM

This is a pretty sleek implementation for PeopleSoft CRM applications.

Function Search_match(&strFirst_name, &strLAST_NAME, &strBIRTHDATE, &strEMAILID) Returns string;
   Local Record &ANO_PERS_TBL;

CRM Mail Reader Process Error

Future Reference Purpose:

Not sure how this is related to the Solution row, but that's what Oracle recommends.

The highlighted field  is required.  You must enter a value for it before
proceeding.{RB_EM_IB_CI.SETID} (15,54)

The highlighted field  is required.  You must enter a value for it before
proceeding.{RB_EM_IB_CI.RC_SUMMARY} (15,54)

Error saving Component Interface. {RB_EM_IB_CI} (91,37)

 The highlighted field  is required.  You must enter a value for it before
proceeding.{RB_EM_IB_CI.SETID} (15,54). The highlighted field  is required.
You must enter a value for it before proceeding.{RB_EM_IB_CI.RC_SUMMARY} (15,
54). Error saving Component Interface. {RB_EM_IB_CI} (91,37).  (0,0)

Error in Saving the Inbound Email component Interface (17834,7075)

Aborting Mailreader process because Inbound CI Error.Please contact your
System Administrator (17834,7150)

Response from Oracle Support:
ERMS RB_MAIL_READ not storing the Email in the PS_RB_IN_EMAIL and
throws Error in RB_EM_IB_CI. This issue Occurs in System Env if there are no
Solutions in the Env.

SetID not found for name='SETID' in CRM

For reference purpose.

1. Make sure you have the SHARE Set ID exist in the system. If that exist, go with the option 2
2. Set the User Preferences: Set Up CRM > Security > User Preferences & set the valid SetID value

SetID not found for name='SETID', value='' with record 'EOCF_EVENT_SEQ', tree ''. (2,214) EOCF_CLF_DE.RuleService.OnExecute  Name:SET_CONTROL  PCPC:2991  Statement:74
Called from:FUNCLIB_89_PRSN.PERSON_ID.FieldFormula  Name:CLATrigger  Statement:1189
Called from:FUNCLIB_84_PRSN.RC_POSTBUILD.FieldFormula  Name:PersonPostBuild  Statement:25
Called from:RD_PERSON.GBL.PostBuild  Statement:1

The PeopleCode built-in function GetSetID has been called with parameters that were
not found in the table set definitions.

Review the table set control tables and the PeopleCode and correct whichever is wrong.