Hi,
I have the same issue. All of a sudden ODS Designer does not show any data set. It shows the message "the library is empty or data sets are not usable" for all three WORK, SASHELP and SASUSER. I am running the M3 build on XP. It has worked fine before with this version, immediately after I upgraded from M2.
%sgdesign(debug=Y) gives following info in the log:
MPRINT(CHECKSERVER): proc printto
log="C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS Temporary
Files\_TD1168\_tstServ_" new;
MPRINT(CHECKSERVER): run;
NOTE: PROCEDURE PRINTTO used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
MPRINT(SGDESIGN): ;
MPRINT(SGDESIGN): ;
** sasExe=C:\Program Files\SAS92TS2\SASFoundation\9.2\sas.exe
** configArg=-config "C:\Program
Files\SAS92TS2\SASFoundation\9.2\nls\en\SASV9.CFG"
** serverCmd=""C:\Program
Files\SAS92TS2\SASFoundation\9.2\sas.exe"" -config "C:\Program
Files\SAS92TS2\SASFoundation\9.2\nls\en\SASV9.CFG" -nosplash
-rsasuser -macro -nocardimage -noterminal -noxcmd -nolog
-altlog srvlog.txt -objectserver -objectserverparms
""protocol=bridge port=5310 nosecurity cel=none """"
** galleryDir=C:\Program
Files\SAS92TS2\SASFoundation\9.2\graph\sasmisc\plot_gallery
MPRINT(SGDESIGN): ;
MPRINT(WRITEOPTIONS): data _null_;
MPRINT(WRITEOPTIONS): file
"C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS Temporary
Files\_TD1168\_option_";
MPRINT(WRITEOPTIONS): length optVal $100;
MPRINT(WRITEOPTIONS): array opts{9} $15 ("fmtsearch"
"missing" "label" "fmterr" "validvarname" "sortseq" "datestyle"
"locale" "encoding");
MPRINT(WRITEOPTIONS): do i = 1 to 9;
MPRINT(WRITEOPTIONS): optVal=getoption(opts{i}, 'keyword');
MPRINT(WRITEOPTIONS): put optVal;
MPRINT(WRITEOPTIONS): end;
MPRINT(WRITEOPTIONS): put "nocaps";
MPRINT(WRITEOPTIONS): put "noerrorabend";
MPRINT(WRITEOPTIONS): put "noerrorbyabend";
MPRINT(WRITEOPTIONS): put "firstobs=1";
MPRINT(WRITEOPTIONS): put "obs=max";
MPRINT(WRITEOPTIONS): put "mergenoby=nowarn";
MPRINT(WRITEOPTIONS): put "nostimer";
MPRINT(WRITEOPTIONS): put "nofullstimer";
MPRINT(WRITEOPTIONS): put "validfmtname=long";
MPRINT(WRITEOPTIONS): run;
NOTE: The file "C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS Temporary
Files\_TD1168\_option_" is:
Filename=C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS Temporary
Files\_TD1168\_option_,
RECFM=V,LRECL=256,File Size (bytes)=0,
Last Modified=05Oct2010:15:57:48,
Create Time=05Oct2010:15:43:01
NOTE: 18 records were written to the file
"C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS Temporary
Files\_TD1168\_option_".
The minimum record length was 5.
The maximum record length was 24.
NOTE: DATA statement used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
MPRINT(SGDESIGN): ;
MPRINT(SGDESIGN): systask kill sgdesign_server;
WARNING: The quoted string currently being processed has become
more than 262 characters long. You may have
unbalanced quotation marks.
MPRINT(SGDESIGN): systask command " ""C:\Program
Files\SAS92TS2\SASFoundation\9.2\sas.exe"" -config "C:\Program
Files\SAS92TS2\SASFoundation\9.2\nls\en\SASV9.CFG" -nosplash
-rsasuser -macro -nocardimage -noterminal -noxcmd -nolog
-altlog srvlog.txt -objectserver -objectserverparms
""protocol=bridge port=5310 nosecurity cel=none """" "
taskname=sgdesign_server status = serverRC;
** sysrc=0 ** serverrc= **
"sgdesign_server" --------------
Type: Task
State: RUNNING
Status Macro Variable: serverRC
MPRINT(SGDESIGN): systask list _all_ ;
MPRINT(SGDESIGN): proc jlaunch direct librefs
MPRINT(SGDESIGN): debug
app='com/sas/graphics/sgdesigner/SGDesigner';
MPRINT(SGDESIGN): picklist name='graph/graph.txt';
MPRINT(SGDESIGN): joption name="internal" value="true";
MPRINT(SGDESIGN): joption name="galleryDir" value="C:\Program
Files\SAS92TS2\SASFoundation\9.2\graph\sasmisc\plot_gallery";
MPRINT(SGDESIGN): joption name="portNum" value="5310";
MPRINT(SGDESIGN): run;
NOTE: JLAUNCH options sent to java application:
NOTE: SASROOT=C:\Program Files\SAS92TS2\SASFoundation\9.2
NOTE: CONFIG=C:\Program
Files\SAS92TS2\SASFoundation\9.2\nls\en\SASV9.CFG
NOTE: SYSSCP=WIN
NOTE: LIBREFS=SASUSER.librefs
NOTE: CLASSNAME=com/sas/graphics/sgdesigner/SGDesigner
NOTE: WORKLIBPATH=C:\DOCUME~1\asmits\LOCALS~1\Temp\SAS
Temporary Files\_TD1168
NOTE: internal=true
NOTE: galleryDir=C:\Program
Files\SAS92TS2\SASFoundation\9.2\graph\sasmisc\plot_galler
y
NOTE: portNum=5310
NOTE: PROCEDURE JLAUNCH used (Total process time):
real time 0.51 seconds
cpu time 0.00 seconds