hi all, i am using sas 9.3. (foundation) i have also sas eg 5.1. i have created couple of base and odbc libraries from sas mc on sas server. sas eg is working great with metadata server and all but i wants to conenct sas base (Foundation 9.3) to metadata server (remote machine) so that i can access all the base libraries that i have created on server. I can connect odbc libraries by using "libname" statement, userid and psw. but when i wants to connect to base library by using libname statement its giving me error as follow. libname sandip base 'd:\pdata\sandip'; ERROR: Libname SANDIP not available for use. ERROR: Error in the LIBNAME statement. ***here, d:\pdata\sandip' is the physical path for library "sandip" on server*** ****if i use sas base (foundation 9.3) on the server then it works fine*** ***but not working from client/local machine***
... View more