Page 1 of 1

Saving to fame database

Posted: Sat May 19, 2018 2:34 am
by tvonbrasch
Hi

I tried to save my data into a fame database, but when using the dbcreate command, I got the following error message:

fametest.PNG
fametest.PNG (34.75 KiB) Viewed 4900 times


How can I save my data in a fame database?

Thomas

Re: Saving to fame database

Posted: Sat May 19, 2018 8:05 am
by EViews Gareth
DBCREATE creates a new database. If you want to store data into an existing database, use STORE.

Re: Saving to fame database

Posted: Sat May 19, 2018 11:00 pm
by tvonbrasch
Hi

I tried using the STORE command, but then I got the error message

store.PNG
store.PNG (63.36 KiB) Viewed 4881 times


and I have read and write access to this path on linux. I do not understand what is causing this... do you have an idea?

Thomas

Re: Saving to fame database

Posted: Mon May 21, 2018 9:18 am
by EViews Jason
I am looking into it right now but I dont believe EViews can create FAME server databases. I think EViews can create FAME local databases but that is a completely different category. I would try creating the database via the FAME application and then use dbopen and dbstore to open and save to the database.

Re: Saving to fame database

Posted: Mon May 21, 2018 9:37 am
by EViews Jason
If the database does exist and you get the same error using dbopen, I would also verify your FAME license files are up to date. Can you run the FAME application and open the database?

Assuming the FAME application works, does fetching a series from the same database work?

Re: Saving to fame database

Posted: Mon May 21, 2018 11:15 pm
by tvonbrasch
Hi Jason

Yes, there was a problem with how to write stuff to LINUX.
Thanks
Thomas