On 09.07.2012 18:19, PRAGYA SUR wrote:
I ran the same program in a different computer where it had run proper a
week ago. This time around in the log file in WinBUGS the program stopped
at a line which said :
save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.odc)
save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.txt)
and did not proceed any further.
Can anyone tell me what migh tbe the possible error here?

Although unstated, I guess it was finished and did not close because you used bugs(....., debug=TRUE)?

Uwe Ligges


On Mon, Jul 9, 2012 at 7:04 AM, S Ellison <s.elli...@lgcgroup.com> wrote:



-----Original Message-----
Error in file(con, "wb") : cannot open the connection In
addition: Warning messages:
1: In file.create(to[okay]) :
   cannot create file 'c:/Program
Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason
'Permission denied'

This tells you that you do not have operating system permission to create
a file in the program files area referred to.

2: In file(con, "wb") :
   cannot open file 'c:/Program
Files/WinBUGS14//System/Rsrc/Registry.odc':
Permission denied

.. and this tells you you don't have permission to open a file for writing
(mode 'w' in the same location

Conclusion; you're trying to write to an area you don;t have permission to
write to.

Either change the permissions for that area (insecure) or use a different
file location for temporary files.

*******************************************************************
This email and any attachments are confidential. Any u...{{dropped:11}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to