Page 1 of 1

Error storing series to database

Posted: Wed Mar 02, 2022 2:41 pm
by eviews_5
Hi,

I've been having trouble with a program storing series from a workfile into a database. An error pops up saying the "db_name.e1a database was not found," but the "db_name.e1a" file is always there when I check in the folder. It's weird because this error only happens sometimes, and I run this program often to create new databases. After I rename the database the program runs fine. Do you have idea why this might be happening?

Thanks.

Re: Error storing series to database

Posted: Wed Mar 02, 2022 2:49 pm
by EViews Gareth
What's the exact command you are using?

Re: Error storing series to database

Posted: Thu Mar 03, 2022 2:53 pm
by eviews_5
Hi,
This is the command I'm using:

dbcreate {%dbname} as db

store(d=db) *

Re: Error storing series to database

Posted: Thu Mar 03, 2022 4:04 pm
by EViews Gareth
Weird. Nothing springs to mind. Is it a network location? Perhaps there's disk or network io issues going on.

Re: Error storing series to database

Posted: Fri Mar 04, 2022 1:10 pm
by eviews_5
Yes, I'm storing the database to a network location. I'll check if something is wrong with that. Thanks for your help.