I have created a stored process in EG and when I go to run the SP, I get the following error messages:
ERROR: File MRTU_SA.RESOURCE_CONGESTION_COUNTERFLOW.DATA does not exist.
ERROR: The metadata for the table/view MRTU_SA.RESOURCE_CONGESTION_COUNTERFLOW does not exist.
ERROR: File AM_REF.RESID_TO_CONTRACTUAL_ENTITYID_2.DATA does not exist.
ERROR: The metadata for the table/view AM_REF.RESID_TO_CONTRACTUAL_ENTITYID_2 does not exist.
Prior to these errors however, I get some notes that say the data sources were successfully assigned:
NOTE: Libref MRTU_SA was successfully assigned as follows:
Engine: META
Physical Name:
NOTE: Libref AM_REF was successfully assigned as follows:
Engine: META
Physical Name:
The data exists because I can see the tables in the Server List and if I run the Process Flow manually I get the expected results. What am I missing here?
Thanks...