When I'm trying to connect to my prod metadata server in SAS with the options metaserver when connected to the testserver it doesn't find all libraries and tables.
I am an unrestricted user and uses the code below. It works fine when I'm logged on to prod and connects to prod metadata.
options metaserver="prodserver"
metaport=8561
metauser="xxxx"
metapass="xxxx"
metarepository="Foundation"
metaprotocol=BRIDGE;
Does anyone know why this happens?