E9.2 Custom BSFN fails 9.2 upgrade

shivam

Active Member
trying to upgrade from 9.1 to 9.2 . CNC report says Custom BSFN B56XXX fails build because of "ID not found" how ever surprised to see same DS in both 9.1 & 9.2 with same number of parameters .. is there any body who can suggest . this is happening for some of the custom BSFNs .
 
Can you post the build log error?
Hi Brodish

NER : N5641005

Error from CNC .

/* CER ERROR #3003 : Unable to assign to data structure */
Function Name: RefreshItemTaskControlRecords
Function Description: Refresh Item Task Control Records
Event: 0 - Named Event Rule
Seq #: 718
Line #: 636
Line Text: WriteF564106LedgerRecord
/* idItem 25 not found in template D5630007 */


we verified the same in 9.1 and the build is successful. But in 9.2 it says above error surprised to see all DS parameters in place but still?
 
Hi Shivam, the problem is with WriteF564106LedgerRecord bsfn? Checkout again, then you sure the data structure D5630007 its equals or try promocionated again or get the .par from old version to new version. And compile again. If its C function, check the datastructure specification is in .h file.

Best regards.
 
Hi Shivam, the problem is with WriteF564106LedgerRecord bsfn? Checkout again, then you sure the data structure D5630007 its equals or try promocionated again or get the .par from old version to new version. And compile again. If its C function, check the datastructure specification is in .h file.

Best regards.
agreed and thank u boss
 
Back
Top