desiree80
|
|
Group: Forum Members
Posts: 14,
Visits: 110
|
Hi,
We have separate files = false but we noticed that our files are being renamed to ".altered.dat" and creating new files everyday. Can you tell us what conditions will cause the ".altered.dat" to trigger so that we can troubleshoot on our end and prevent it from happening? (The other settings under data are: encrypt = false and format = tab)
Thank you for your help!
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+xHi, We have separate files = false but we noticed that our files are being renamed to ".altered.dat" and creating new files everyday. Can you tell us what conditions will cause the ".altered.dat" to trigger so that we can troubleshoot on our end and prevent it from happening? (The other settings under data are: encrypt = false and format = tab) Thank you for your help! I would need to see the script as well as basic information on the environment you're running this in, i.e. under Inquisit Web or Lab, how are the machines set up, e.g. are files saved to a network location, etc. Offhand, > files are being renamed to ".altered.dat" and creating new files everyday doesn't sound like something Inquisit would do, but some other process on the machines in question.
|
|
|
desiree80
|
|
Group: Forum Members
Posts: 14,
Visits: 110
|
We are using Lab on surface pros. The files are saved to Box using Box Sync. Do you think using a cloud software is what could be causing problems? We are working on a link to share with you containing only the files you need. I do have a picture of the error that Inquisit is throwing so I'll attach it now. Thank you!
|
|
|
desiree80
|
|
Group: Forum Members
Posts: 14,
Visits: 110
|
Here is a better picture!
|
|
|
Jeff
|
|
Group: Forum Members
Posts: 49,
Visits: 123
|
+x+xHi, We have separate files = false but we noticed that our files are being renamed to ".altered.dat" and creating new files everyday. Can you tell us what conditions will cause the ".altered.dat" to trigger so that we can troubleshoot on our end and prevent it from happening? (The other settings under data are: encrypt = false and format = tab) Thank you for your help! I would need to see the script as well as basic information on the environment you're running this in, i.e. under Inquisit Web or Lab, how are the machines set up, e.g. are files saved to a network location, etc. Offhand, > files are being renamed to ".altered.dat" and creating new files everyday doesn't sound like something Inquisit would do, but some other process on the machines in question. Dave, Attached is an example script that has been creating the "altered" files. If you want access to the whole folder, I can share it with you on Box. Jeff
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+xHi, We have separate files = false but we noticed that our files are being renamed to ".altered.dat" and creating new files everyday. Can you tell us what conditions will cause the ".altered.dat" to trigger so that we can troubleshoot on our end and prevent it from happening? (The other settings under data are: encrypt = false and format = tab) Thank you for your help! I would need to see the script as well as basic information on the environment you're running this in, i.e. under Inquisit Web or Lab, how are the machines set up, e.g. are files saved to a network location, etc. Offhand, > files are being renamed to ".altered.dat" and creating new files everyday doesn't sound like something Inquisit would do, but some other process on the machines in question. Dave, Attached is an example script that has been creating the "altered" files. If you want access to the whole folder, I can share it with you on Box. Jeff Thanks for the info -- this looks to be caused by the Box client on the computer in all likelihood. The Box sync process might have a lock on the original file, meaning Inquisit cannot add any data to it or makes some other change to the file (e.g. changing or adding some bits in the original to indicate its sync status) that causes Inquisit to no longer recognize and be able to write to that file. It's probably the latter. You can simulate this manually by doing something like the following: (1) Have Inquisit create a data file with the data for a bunch of runs. You'll end up with something that looks like this: You see that the data from multiple runs was properly appended to the data file. Now, (2) Open the file in e.g. Notepad and add some info to it that breaks its format, e.g. Save and close the file. Then, (3) Conduct another run with Inquisit. You'll see the same error thrown and a fresh file created:
|
|
|
Jeff
|
|
Group: Forum Members
Posts: 49,
Visits: 123
|
+x+x+x+xHi, We have separate files = false but we noticed that our files are being renamed to ".altered.dat" and creating new files everyday. Can you tell us what conditions will cause the ".altered.dat" to trigger so that we can troubleshoot on our end and prevent it from happening? (The other settings under data are: encrypt = false and format = tab) Thank you for your help! I would need to see the script as well as basic information on the environment you're running this in, i.e. under Inquisit Web or Lab, how are the machines set up, e.g. are files saved to a network location, etc. Offhand, > files are being renamed to ".altered.dat" and creating new files everyday doesn't sound like something Inquisit would do, but some other process on the machines in question. Dave, Attached is an example script that has been creating the "altered" files. If you want access to the whole folder, I can share it with you on Box. Jeff Thanks for the info -- this looks to be caused by the Box client on the computer in all likelihood. The Box sync process might have a lock on the original file, meaning Inquisit cannot add any data to it or makes some other change to the file (e.g. changing or adding some bits in the original to indicate its sync status) that causes Inquisit to no longer recognize and be able to write to that file. Your diagnosis is in all probability the correct one, Dave, but are there any other conditions that would trigger this behavior from Inquisit? When this was happening, it was a single user running the script, and the behavior has been erratic to say the least so it's difficult for me to declare Box as the culprit definitively. Jeff
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+xYour diagnosis is in all probability the correct one, Dave, but are there any other conditions that would trigger this behavior from Inquisit? When this was happening, it was a single user running the script, and the behavior has been erratic to say the least so it's difficult for me to declare Box as the culprit definitively. Jeff I've added a way to reproduce this manually to my response above, I am fairly certain it's caused by some format-breaking change to the file, presumably by the Box client. The erratic behavior may well be due to when exactly Box syncs and/or checks and updates the file's status.
|
|
|