Page 1 of 1

Sharing violation problem

Posted: Mon Sep 02, 2013 3:39 am
by NurfatimaD
Good day!

I am encountering problem when trying to store the series imported from excel file to EViews database. Specifically, I have imported series through a 'read' program line and used 'store' command to save them in the database. After succesfully saving some amount of series the EViews just ends up with the sharing violation error. I do not open the original excel file while the program is working, but I work with other Excel files simultaneously though. Could that cause the problem? Or is there any restriction on the number of series to be processed at once? I have currently 50,120 series.

Thank you in advance!

Re: Sharing violation problem

Posted: Thu Sep 05, 2013 2:50 pm
by EViews Jason
What is the exact error you are recieving? It sounds as though you may be getting a sharing violation on the database. Are you the only user accessing the database?

Also please post the lines of code you are executing? It is possible, the options you are passing to the store command are the cause of the problem.

Are you running the commands from a program or just typing them into the command window?

Re: Sharing violation problem

Posted: Thu Sep 05, 2013 8:23 pm
by NurfatimaD
What is the exact error you are recieving? It sounds as though you may be getting a sharing violation on the database. Are you the only user accessing the database?

Also please post the lines of code you are executing? It is possible, the options you are passing to the store command are the cause of the problem.

Are you running the commands from a program or just typing them into the command window?
I'm sorry. It seems that I have figured out the cause of the problem. I tried to use some other series from that same database while the program was storing the series into it. Thanks anyway! :wink: