Question
No Application is attached to a service requestor
Hi,
I am using a File Listener to process data. The processor Activity needs to read an Application specific setting (whether CMIS is enabled), but it turned out to be undefined. That's where I noticed that the service requestor doesn't have an Application under System / Operators / Requestors (see attached Requestors.png).
The service package requires authentication (see ServicePackage.png) and the Access Group is linked with a proper, existing application (see AccessGroup.png).
Could you please tell me what could be the problem, why I don't see an Application for the requestor?
How can I start debugging such errors in the future?
Thanks,
Attila
The Application field on the above image is empty because the service requestor didn't have any threads when I took the screenshot. However the Application page is still not populated by default for services which turns out to be intentional: https://pdn.pega.com/support-articles/system-page-application-not-setup-rest-service
My solution now is to populate the Application page manually in the Service File's processing prolog by an activity:
see attached screenshots.
Any other ideas or suggestions are welcome.