Examine GetIndexerDetails fails
# help-with-umbraco
b
Working in the
contrib
branch, but for some reason I get this in Examine dashboard. The
/TEMP/ExamineIndexes
folder is just empty. Has anyone seen this before and what may cause the error?
a
Could be permissions, tried running it in elevated mode ?
b
Not sure.. I haven't had issues with same project and running as admin. Tried with and without debugging.
But not sure why it looks for a file, which doesn't exists. Seems it someway remember a previous file.
s
FYI: I've not ran anything umbraco-related as admin for the last 10 years.
Never seen this error, might be something that got corrupted when switching branches. I usually make a fresh clone in a new directory to make sure.
b
Yes, it is odd... I haven't seen it before even often switching between branches. I think this this seems odd:
Copy code
'C:\\Users\\MCB.BF\\AppData\\Local\\Temp\\ExamineIndexes\\06f32190c6210b37f05792e1f3eb7ae7\\MembersIndex\\_1_1.del'
because the project location is :
Copy code
C:\VSProjects\umbraco-cms\src\Umbraco.Web.UI\umbraco\Data\TEMP\ExamineIndexes
a
@Bjarne Fyrstenborg do you have any files in C:\\Users\\MCB.BF\\AppData\\Local\\Temp\\ExamineIndexes\\? If so you can delete then
im not sure why its stored there though, but maybe that are examine caches
Whenever I have issues with something like the error you have, I usually purge both ExamineIndex folders (in project, and in local)
b
Yes, I had an
ExamineIndexes
folder with a few subfolders. Closed VS and stopped IIS Express and deleted the
ExamineIndexes
folder. Now it works. I guess when running through IIS it stored temporary files in this folder and somehow this was corrupt.
a
👍
2 Views