Hey,
I have a long script which I run on different instances (always with different settings for the calculations). It seems like some of the instances and the created temporary files "collide".
I got the following two errors (each in one instance):
and
Do you have any idea where does the error come from and how to avoid it? Thanks in advance!
edit:
Additional information. I run/ran the script on four instances. Two run without an error, two not.
I have a long script which I run on different instances (always with different settings for the calculations). It seems like some of the instances and the created temporary files "collide".
I got the following two errors (each in one instance):
Code:
file C:\Users\username\AppData\Local\Temp\ST_04000002.tmp not found unable to restore data due to insufficient memory; try discard first unable to restore data due to insufficient memory; try discard first could not restore sort order because variables were dropped could not restore sort order because variables were dropped r(601);
Code:
file C:\Users\username\AppData\Local\Temp\ST_04000002.tmp already exists post __000014 not found r(111);
edit:
Additional information. I run/ran the script on four instances. Two run without an error, two not.
Comment