Question
Connector Activity Class doesn't exist
I have been trying to access an external MSSQL database utilizing these instructions: https://www.pegaxchange.com/2017/02/19/how-to-connect-to-external-microsoft-sql-server-2016-database-from-pega-7-1-9/ . I get an error every time I try to move past the Connector Activity Class. "The specified class must exist." Am I missing a step?
I have read over the "About generating connector rules": https://pdn.pega.com/sites/pdn.pega.com/files/help_v73/procomhelpmain.htm#tools/integrationaccelerator/aboutgenerateconnectrules.htm
Is there a specific naming convention for the external database? The example doesn't seem to follow the convention (Data-Admin-DB-Table). The documents specify the Data and Work classes, but I can't get it to work.
Hi William,
Here identify the base class where you would like to create your class mapping for external table in external DB.
Generally we use int class for that.
And now to use connectors in activity we choose work class because that's where our application logic should be
For you example use as below:
Base Class :- GT-Instance-Int
Connector Activity class :- GT-Instance-Work
Regards,
Ujjwal