November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Is the indexing service running? Can you search for files in the file manager in admin/edit mode?
Also, check this thread as it contains lots of tips, including one on how to reindex your files.
Hi Nicklas,
When I search the file in file manager the file is not showing in the manager.The site is created using Visual Studio(not installed using CMS manager). The index service is running(checked in the task manager).But when i followed the steps in the url http://world.episerver.com/Forum/Pages/thread.aspx?id=20353 the index folder is not creating in the VPP folders.Please Advice
Thanks
Have you checked your EPiServer.IndexingService.exe.config file? Does that include the correct filepath? There should be several lines like this one below: (one line for each VPP)
<add connectionString="Data Source=(local)\sqlexpress;Database=dbepisp1;User Id=dbepisp1;Password=dbepisp11;Network Library=DBMSSOCN;" databaseClient="" filePath="C:\Inetpub\EPi5Upload\PageFiles" itemRoot="/PageFiles" />
Hi
The content is like this
<add connectionString="Data Source=.\SQLExpress;integrated security=true;AttachDbFilename=|DataDirectory|\dbWSP.mdf;user instance=true;" databaseClient="" filePath="C:\MyProject\PageFiles" itemRoot="/PageFiles" />
<add connectionString="Data Source=.\SQLExpress;integrated security=true;AttachDbFilename=|DataDirectory|\dbWSP.mdf;user instance=true;" databaseClient="" filePath="C:\MyProject\Globals" itemRoot="/Global" />
<add connectionString="Data Source=.\SQLExpress;integrated security=true;AttachDbFilename=|DataDirectory|\dbWSP.mdf;user instance=true;" databaseClient="" filePath="C:\MyProject\Documents" itemRoot="/Documents" />
and the path is correct but still the index folder is not creating.Please help
Thanks
Hi,
What are the configuration changes that we made to an Episerver project for performing searching of files in VPP if I install the project using VisualStudio instead of using CMS Manager