Page 1 of 1

Database error: Fame library error

Posted: Tue Aug 02, 2022 4:20 am
by magnusastebol
Hi,

When saving forecasts to a database I get the attached error message (last picture). Data are fetched from a Fame database, forecasts are produced and saved to a local eviews database, to be fetched on a later stage. There seem to be a problem with saving to a local eviews database. Not seen this error before. Until recently, the program being used has been running fine for years.

Was not able to upload the database file here. Apparently I am able to save some of my results to the database, but not all. When trying to fetch all the series in the database, I get another error message ("A NULL ptr was given", see Capture2). Any idea what is the problem here?

Re: Database error: Fame library error

Posted: Tue Aug 02, 2022 5:57 am
by EViews Gareth
How are you storing to the EViews database?

Re: Database error: Fame library error

Posted: Thu Aug 04, 2022 8:39 am
by magnusastebol
Hi, thanks for the quick reply.

Like this, I store a bunch of forecasted series:

Code: Select all

%rekursive_anslag_db="F:\PPO\OKA\Sektorer\Husholdningene\Bolig\Boliginvesteringer\Modeller\Magnus_test2\rekursive.db" dbopen rekursive.db store(d={%rekursive_anslag_db},o) fc_* close rekursive.db