Try our conversational search powered by Generative AI!

Configuration for file search

Vote:
 

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

 

#25377
Oct 23, 2008 7:25
Vote:
 

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.

http://world.episerver.com/Forum/Pages/thread.aspx?id=20353

#25383
Oct 23, 2008 10:45
Vote:
 

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

#25391
Edited, Oct 23, 2008 12:59
Vote:
 

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" />

#25392
Oct 23, 2008 13:12
Vote:
 

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

 

#25393
Edited, Oct 23, 2008 13:49
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.