When trying to use stored processes and webservices to invoke the mduextr macro I get the following error.
NOTE: Libref _METPINF was successfully assigned as follows:
Engine: XML
Physical Name: _METPINF
ERROR: User does not have appropriate authorization level for library META.
The code that I use is:
options metaserver="myserver"
metauser="myuser"
metapass="mypassword"
metaport="myport"
metarepository="myrep";
libname meta "metaLocation";
%mduextr(libref=meta);
When I use the same code not using webservices everything is ok.