Prev: help on prxchange
Next: Eviews Vs Stata
From: yoonsup on 27 Nov 2009 10:11 Hi all, On SAS 9.1.3, I've used the experimental procedure Proc GLMselect for a while without any problem until recently. Now, I'm getting the following error when I attempt to save output files via ODS from GLMselect procedure. ------------------------------------------------------------------------------------------------------------------------------------------------- ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ModelInfo' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.NObs' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ClassLevelInfo' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.Dimensions' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.SelectionSummary' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.StopReason' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.StopDetails' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.SelectedEffects' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ANOVA' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.FitStatistics' from template store! ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ParameterEstimates' from template store! --------------------------------------------------------------------------------------------------------------------------------------------------- I searched the internet and came up with the link below for pretty much same kind of error for Proc GLIMMIX. http://support.sas.com/kb/14/926.html Based on the recommendation from the above SAS support website, I located GLMSELECT_TPL.SAS on my computer, ran it on SAS, and got another errors saying, ERROR: Template 'Common.ParameterEstimates.tValue' was unable to write to template store! So I searched a possible solution without success. I installed the procedure on another computer and got the same error message. Can anyone help me? Thanks. Yoon
From: Tom Abernathy on 27 Nov 2009 19:01 Yoon - Check where it is trying to write the template. You can use the ODS PATH SHOW; statement. The first one should have (UPDATE) on it and this will be where SAS will try to create the new template. The default on most installations is: 1 ods path show; Current ODS PATH list is: 1. SASUSER.TEMPLAT(UPDATE) 2. SASHELP.TMPLMST(READ) Perhaps the TEMPLAT catalog in your SASUSER library needs to be repaired. - Tom On Nov 27, 10:11 am, "yoon...(a)gmail.com" <yoon...(a)gmail.com> wrote: > Hi all, > > On SAS 9.1.3, I've used the experimental procedure Proc GLMselect for > a while without any problem until recently. > Now, I'm getting the following error when I attempt to save output > files via ODS from GLMselect procedure. > > ------------------------------------------------------------------------------------------------------------------------------------------------- > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ModelInfo' from template > store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.NObs' from template > store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ClassLevelInfo' from > template store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.Dimensions' from template > store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.SelectionSummary' from > template store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.StopReason' from template > store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.StopDetails' from > template store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.SelectedEffects' from > template store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ANOVA' from template > store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.FitStatistics' from > template store! > ERROR: Unable to restore 'Stat.GLMSELECT_Exp.ParameterEstimates' from > template store! > --------------------------------------------------------------------------------------------------------------------------------------------------- > > I searched the internet and came up with the link below for pretty > much same kind of error for Proc GLIMMIX. > > http://support.sas.com/kb/14/926.html > > Based on the recommendation from the above SAS support website, > > I located GLMSELECT_TPL.SAS on my computer, ran it on SAS, and got > another errors saying, > > ERROR: Template 'Common.ParameterEstimates.tValue' was unable to write > to template store! > > So I searched a possible solution without success. > > I installed the procedure on another computer and got the same error > message. > > Can anyone help me? > > Thanks. > > Yoon
|
Pages: 1 Prev: help on prxchange Next: Eviews Vs Stata |