Wehn we trigger the capture_response API from Postman it rertun 500 Internal Server Error
and where as from CPV , It capture the response (Accept or Reject ) and the same API Respons it working in Pega Accadamy instance from Post man and CPV
REST service [PegaMKTContainer][v4][capture_response062d7e37aa3d8d1c679043a2f37064fe] failed:LegacyModelAspectInvokableRuleContainer.invoke-Exception com.pega.pegarules.pub.runtime.LibraryFunctionNotFoundException: Failed to extract 'pegamkt_engine_pegamktchannels'
@JAGADEESHG8839 The 500 happens because the Postman call is running under a REST requestor whose access group/ruleset stack does not include the Pega Marketing engine library, so the system cannot load and extract pegamkt_engine_pegamktchannels. Fix the REST authentication so it uses the same access group as CPV (or set the Service Package to that access group) and ensure the required PegaMKT engine rulesets/components are in that stack. Then clear the rule/assembly caches and restart the node so the missing library gets extracted and loaded. After this, capture_response should work from Postman without the internal server error.
@JAGADEESHG8839 The error message indicates that ‘pegamkt_engine_pegamktchannels’ has not compiled correctly. Please try opening this library and compiling it to see if that resolves the issue. Alternatively, restarting the system may help. Please try one of these options and let me know the outcome.