STATA 13 - Not enough columns to load data

Welcome to the forum for runmlwin users. Feel free to post your question about runmlwin here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to runmlwin: Running MLwiN from within Stata >> http://www.bristol.ac.uk/cmm/software/runmlwin/
Post Reply
malawton
Posts: 2
Joined: Thu Jan 30, 2014 12:24 pm

STATA 13 - Not enough columns to load data

Post by malawton »

To whom it may concern

I have been using runmlwin for some time in STATA 12 and had some programs that were working perfectly. My department has now upgraded to STATA 13. Whilst running a do file (with exactly the same data) runmlwin would no longer work (but worked fine in STATA 12).

I get the following error message

" error whilst obeying batch file
C:\Users\epmal\AppData\Local\Temp\ST_0a00007.tmp at line number
15:
RSTA 'C:\Users\epmal\AppData\Local\Temp\ST_0a000002.tmp'

Not enough columns to load data"

Any help greatly appreciated.
ChrisCharlton
Posts: 1384
Joined: Mon Oct 19, 2009 10:34 am

Re: STATA 13 - Not enough columns to load data

Post by ChrisCharlton »

Stata updated the format of .dta files (which runmlwin uses to transfer the data to MLwiN) in version 13, and I suspect that you have a version of MLwiN from before this occurred. If you update to the most recent version of MLwiN then this should fix the problem you are seeing. You could instead/also update your version of runmlwin to the most recent version where we have used the "saveold" command, which would cause Stata to save the data in version 12 format.
malawton
Posts: 2
Joined: Thu Jan 30, 2014 12:24 pm

Re: STATA 13 - Not enough columns to load data

Post by malawton »

Thanks for that, it works fine now that I have updated runmlwin using the command:

adoupdate runmlwin, update
Post Reply