err. msg. in bcm: fldr. can't be opened. store not configured

  • Thread starter Thread starter Dayle
  • Start date Start date
D

Dayle

upgraded to microsoft sql 2008 express, now cannot open bcm accounts or
business contacts. error message states, "The set of folders cannot be
opened. Store not configured." Can anyone help me with this, please?

thanx much, Dayle
 
upgraded to microsoft sql 2008 express, now cannot open bcm accounts or
business contacts.  error message states, "The set of folders cannot be
opened.  Store not configured."  Can anyone help me with this, please?

thanx much, Dayle

Each new release of Sql Server tightens security, and Sql probably
doesn't have permission to access the database file or somethng
similar. You could look for error messages from sql to identify the
specific problem, or find out what user the sqlserver process is
running under and try granting that user permissions to read and write
to your database and the its folder.
 
granted user permission for database, but still get same error message. do
you have any other ideas?
 
granted user permission for database, but still get same error message.  do
you have any other ideas?






- Show quoted text -

Look in sql messages in the Windows event logs. Sql sometimes puts
useful details about errors there.

Turn on BCM logging and see if there's anything helpful in their log.
 
Back
Top