On Thu, 4 Apr 2019, Sven Schreiber wrote:
Am 04.04.2019 um 18:51 schrieb Allin Cottrell:
> For troubleshooting, you might try taking a look at
>
> @dotdir/tramo/graph/series/sername.txt
>
> I guess that's the file that's provoking the "Invalid data file"
message
> -- maybe it's empty or corrupted?
Indeed on the failing system this file only contains the header
("ser_adj" with these quotes) but no data.
Noted.
> @dotdir/tramo/graph/series/xlin.t
>
> exist, and if so what does it look like?
Appears to be the same on both systems.
Hmm, xlin.t is supposed to provide most of the content of sername.txt.
You might try executing Ignacio's shell command directly in a console
window:
cd <dotdir>\tramo\graph\series
echo "ser_adj" > sername.txt
if exist xlin.t. (more +6 xlin.t >> sername.txt)
If that fails, I wonder what happens if you try again without the
trailing dot in "exist xlin.t." which is present in the gfn but looks
funny to me (though I'm not a cmd.exe expert).
Allin