Hello!
I wrote a Stata program that is being used by other people in machines to which I don't have access to. In a single instance (of around 5 to 10 people using the program independently), someone using Stata 14 reported back with a syntax error r(197). A log file with trace on (see bellow exact settings) doesn't reveal anything about the error. The error occurs immediately as the program starts.
Because the data is confidential, I can't have access to it and try to debug it on my side. We think the problem is the Stata version because we attempted mock datasets which also result in the same problem.
Things I tried were:
- setting trace on
- try a mock dataset (error still occurs)
- use the version command on my Stata 18 to try to replicate the error, but without success
Settings used for trace on:
As I can't actually have access to the machine/data in question, I've run out of ideas.
Is anyone aware of possible changes from Stata 14 that could cause this?
Does anyone have any suggestions on what we could do to find the error?
Thank you very much!
Best,
Hélder
I wrote a Stata program that is being used by other people in machines to which I don't have access to. In a single instance (of around 5 to 10 people using the program independently), someone using Stata 14 reported back with a syntax error r(197). A log file with trace on (see bellow exact settings) doesn't reveal anything about the error. The error occurs immediately as the program starts.
Because the data is confidential, I can't have access to it and try to debug it on my side. We think the problem is the Stata version because we attempted mock datasets which also result in the same problem.
Things I tried were:
- setting trace on
- try a mock dataset (error still occurs)
- use the version command on my Stata 18 to try to replicate the error, but without success
Settings used for trace on:
Code:
set tracedepth 32000 set traceexpand on set tracesep on set traceindent off set tracenumber on set trace on
Is anyone aware of possible changes from Stata 14 that could cause this?
Does anyone have any suggestions on what we could do to find the error?
Thank you very much!
Best,
Hélder
Comment