error indexing queue items on load balanced servers
Hi Guys,
On my load balanced
production servers I get error indexing queue items on some servers.
The files exists
and its not in used by any process.
[UmbracoExamine]
Error indexing queue items,Access to the path '634624839830720860-JMWPJM18.del' is denied., IndexSet:
InternalMemberIndexSet
[UmbracoExamine] Error indexing queue items,Access to the path
'634624182291790971-JMWPJM15.del' is
denied., IndexSet: InternalMemberIndexSet
[UmbracoExamine] Error indexing queue items,Access to the path
'634487475687220844-JMWPJM11.del' is
denied., IndexSet: InternalIndexSet
Umbraco is
configured according this document and using a File Storage on Network Share.
I’ve doble
checked this configuration
Configuring Temp files with a virtual directory
Edit /web.config and change the umbracoContentXML to
use ~/App_Data/TEMP/umbraco.config.
Copy the /App_Data/TEMP directory
to each server, outside of any replication areas or to a unique folder for
each server.
Create a virtual directory (not
a virtual application) in the /App_Data folder, and name
it TEMP. Point the virtual directory to the folder you
created in step 2.
You may delete the /App_Data/TEMP folder
from the file system (not IIS as this may delete the virtual directory) if
you wish.
error indexing queue items on load balanced servers
Hi Guys,
On my load balanced production servers I get error indexing queue items on some servers.
The files exists and its not in used by any process.
[UmbracoExamine] Error indexing queue items,Access to the path '634624839830720860-JMWPJM18.del' is denied., IndexSet: InternalMemberIndexSet
[UmbracoExamine] Error indexing queue items,Access to the path '634624182291790971-JMWPJM15.del' is denied., IndexSet: InternalMemberIndexSet
[UmbracoExamine] Error indexing queue items,Access to the path '634487475687220844-JMWPJM11.del' is denied., IndexSet: InternalIndexSet
Umbraco is configured according this document and using a File Storage on Network Share.
I’ve doble checked this configuration
Configuring Temp files with a virtual directory
is working on a reply...