Difference between revisions of "Error Messages/42670"

m (edit)
Line 1: Line 1:
= Example Error Messages =
+
[[Category: Error messages]]
  
The file "C:\MyModels\Wetlands Conservation v12.ana" was not saved: There is not enough space on the disk.
+
== Example error messages ==
  
The file "\\SharedSvr\PubModels\Financial Plan.ana" was not saved: Network error
+
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 +
The file "C:\MyModels\Wetlands Conservation v12.ana" was not saved:  
 +
There is not enough space on the disk.
  
The file "D:\Users\John\My Documents\Logistic optimization.ana" was not saved: A disk error occurred during a write operation.
+
The file "\\SharedSvr\PubModels\Financial Plan.ana" was not saved:  
 +
Network error.
  
The file "W:\TestModels\Try.ana" was not saved: The process cannot access the file because it is being used by another process.
+
The file "D:\Users\John\My Documents\Logistic optimization.ana" was not saved:  
 +
A disk error occurred during a write operation.
  
= Causes =
+
The file "W:\TestModels\Try.ana" was not saved:
 +
The process cannot access the file because it is being used by another process.
 +
</pre>
 +
 
 +
== Causes ==
  
 
This error occurs when Analytica is trying to save a model, for example when there's no more space on the disk, or if the file is being used by another process.  The latter error can occur when automatic backup applications, like Sugarsync, or Dropbox, are backing up the file at the same time you try to save a new version.  If you wait a few seconds to let it complete the backup and try again, it will usually succeed.
 
This error occurs when Analytica is trying to save a model, for example when there's no more space on the disk, or if the file is being used by another process.  The latter error can occur when automatic backup applications, like Sugarsync, or Dropbox, are backing up the file at the same time you try to save a new version.  If you wait a few seconds to let it complete the backup and try again, it will usually succeed.
Line 17: Line 25:
 
When your model has linked modules that also had to be saved, it is possible that changes within some of them were successfully saved. It depends on whether the error occurred before or after the particular linked module was written.
 
When your model has linked modules that also had to be saved, it is possible that changes within some of them were successfully saved. It depends on whether the error occurred before or after the particular linked module was written.
  
= Remedies =
+
== Remedies ==
 +
 
 +
"The process cannot access the file because it is being used by another process."
 +
:Wait a few seconds and try again. If it still doesn't work, check whether  you have opened the file in another application, such as a text editor.
  
"The process cannot access the file because it is being used by another process." Wait a few seconds and try again. If it still doesn't work, check whether  you have opened the file in another application, such as a text editor.  
+
"There is not enough space on the disk."  
 +
:You should either save the file on another drive, or delete stuff on the disk to free up room and then save again.
  
"There is not enough space on the disk." You should either save the file on another drive, or delete stuff on the disk to free up room and then save again.
+
"A disk error occurred during a write operation."
 +
:This may indicate that your hard drive (or other hardware) is starting to fail.  You may be in danger of losing everything stored on that hard drive soon. You should probably store your model on a different media, and then backup everything on your hard drive.  At that point, you should run CHKDSK (which takes several hours).  If your hard disk is indeed starting to fail, you may need to replace it with a new one.  Consult your system administrator.
  
"A disk error occurred during a write operation." This may indicate that your hard drive (or other hardware) is starting to fail.  You may be in danger of losing everything stored on that hard drive soon.  You should probably store your model on a different media, and then backup everything on your hard drive.  At that point, you should run CHKDSK (which takes several hours).  If your hard disk is indeed starting to fail, you may need to replace it with a new one.  Consult your system administrator.
+
==See Also==
 +
* [[Files and editing]]
 +
* [[Create and save a model]]
 +
* [[Creating_Models#Saving_your_model|Saving the model you created]]
 +
* [[Recover unsaved changes dialog]]
 +
* [[Memory usage and management]]

Revision as of 20:09, 25 April 2016


Example error messages

The file "C:\MyModels\Wetlands Conservation v12.ana" was not saved: 
There is not enough space on the disk.

The file "\\SharedSvr\PubModels\Financial Plan.ana" was not saved: 
Network error.

The file "D:\Users\John\My Documents\Logistic optimization.ana" was not saved: 
A disk error occurred during a write operation.

The file "W:\TestModels\Try.ana" was not saved: 
The process cannot access the file because it is being used by another process.

Causes

This error occurs when Analytica is trying to save a model, for example when there's no more space on the disk, or if the file is being used by another process. The latter error can occur when automatic backup applications, like Sugarsync, or Dropbox, are backing up the file at the same time you try to save a new version. If you wait a few seconds to let it complete the backup and try again, it will usually succeed.

The second part of the error message about the reason it failed is provided by the Windows Operating system. There are a large number of things, most very uncommon, that can cause a failure.

When your model has linked modules that also had to be saved, it is possible that changes within some of them were successfully saved. It depends on whether the error occurred before or after the particular linked module was written.

Remedies

"The process cannot access the file because it is being used by another process."

Wait a few seconds and try again. If it still doesn't work, check whether you have opened the file in another application, such as a text editor.

"There is not enough space on the disk."

You should either save the file on another drive, or delete stuff on the disk to free up room and then save again.

"A disk error occurred during a write operation."

This may indicate that your hard drive (or other hardware) is starting to fail. You may be in danger of losing everything stored on that hard drive soon. You should probably store your model on a different media, and then backup everything on your hard drive. At that point, you should run CHKDSK (which takes several hours). If your hard disk is indeed starting to fail, you may need to replace it with a new one. Consult your system administrator.

See Also

Comments


You are not allowed to post comments.