Hi folks,
I was hoping for help on a problem with a stored process.
The Stored Process is created from a EG4.1 project, where there is input data from two different physical SAS servers.
In EG the project works fine, it can access all input data (the data are in libraries that are defined in the SAS Management Console).
BUT when we create a stored process, it can't access data on both servers. In the code it assigns the libraries with META engine and depending on the execution server it can only access the data on the server where it's executed.
It shouldn't be too difficult, what am I missing here...