GeneratedCodeMismatchException is thrown when calling soap connector
Hi all,
After analysing performance issues of one of our applications, we found below exception occurring regularly. It did not come up in any of the pega logs, but it did turn up in Dynatrace.
As can be seen in the image, execution time is increase by more than 1,5 minutes by this exception.
Exception:
com.pega.platform.codegeneration.il.GeneratedCodeMismatchException
Message:
IL: com.pega.pegarules.priv.FUAUtil.createQueryBuilder().scalarProperty("pySettingValue").buildPropertyQuery().resolve(tools, pega.findDataPage("D_pxGetApplicationSettingValue", false, "OwningRuleset", "ApplicationX", "Purpose", "Connector..."
Unfortunately the Message was cutoff at the end, making it unclear which Application Setting is referenced. Luckily there are only three application settings used in the configuration of this SOAP connector, which narrows it down considerably.
Hi all,
After analysing performance issues of one of our applications, we found below exception occurring regularly. It did not come up in any of the pega logs, but it did turn up in Dynatrace.
As can be seen in the image, execution time is increase by more than 1,5 minutes by this exception.
Exception:
com.pega.platform.codegeneration.il.GeneratedCodeMismatchException
Message:
IL: com.pega.pegarules.priv.FUAUtil.createQueryBuilder().scalarProperty("pySettingValue").buildPropertyQuery().resolve(tools, pega.findDataPage("D_pxGetApplicationSettingValue", false, "OwningRuleset", "ApplicationX", "Purpose", "Connector..."
Unfortunately the Message was cutoff at the end, making it unclear which Application Setting is referenced. Luckily there are only three application settings used in the configuration of this SOAP connector, which narrows it down considerably.
Running D_pxGetApplicationSettingValue was succesful for all three of these Application Settings. No errors came up in the Tracer, nor were there any exceptions thrown or logged to the Pega logs.
How can we resolve this exception or debug it further?