Discussion
BNZ
NZ
Last activity: 3 Feb 2016 3:42 EST
System not able to find Function in one of the environments
Hi,
I wrote a function in DEV environment inorder to meet our bussiness requirements and deployed it in SYSi & QA regions.
My code is able to sucessfully call this function in DEV and QA environment and working as expected. However when the same code tried to call the same function in SYSi region, system is throwing the below error.
"No candidates found [possible function name, ruleset/version or number of parameter problem] for Rule-Utility-Function in ruleset list <null> Lib....(Function Name)"
I tried below things, but they didn't resolved the problem:
1. Regenerate the library
2. Deleted the marker file and restarted the JVM.
What would be the possible reason for this behaviour??