vattakanal falls kodaikanal: tamil nadu tourism

Vattakanal falls is one of the beautiful cascade waterfalls in kodaikanal under tamilnadu tourism. Vattakanal waterfalls is one of the best and must visit tourist places in kodaikanal under tamil nadu tourism. The list of waterfalls in kodaikanal tamil nadu is high. vattakanal waterfalls has a special place in the heart of tourist.

it’s very important to plan your travel before visiting. Gather basic information about the tourist sight. If you are planning to visit with family it’s extremely important to check the safety and other important information. This will make a hassle free visiting experience. In this post I will share my experience which will be helpful to make your road trip beautiful and memorable.

  • How to reach vattakanal falls.
  • Where to stay in kodaikanal so that you can reach with less time and can enjoy vattakanal waterfalls better.
  • How the vattakanal waterfalls looks which will make you decide to visit that place or not to visit.
  • What is the best time to visit vattakanal waterfalls kodaikanal.
Advertisements

How to reach vattakanal falls kodaikanal location

You have to manage private vehicles either your own car, rental car, travel agent provided vehicles. There is no public bus service to reach the location on sharing basis available. The roads are very narrow so one should be very careful while driving. Maintaining safe driving is very important for all. Parking spaces are very less during peak season so you should plan accordingly.

Advertisements

how to reach vattakanal falls from dolphin nose

how to reach vattakanal falls from dolphin nose
Advertisements

Where to stay in kodaikanal

After the tourist sight vattakanal waterfalls, you will find the dolphin nose trek starting point. Just before the location of vattakanal falls you will find hotels to stay. If you can afford slightly high 6000 INR +/- than you have better option. Just after the vattakanal waterfalls between dolphin nose starting point, few hotels there with stunning hill views to experience. In the above video, I am coming from the dolphin nose starting point only.

Advertisements
Advertisements
Advertisements

Glimpses of vattakanal falls kodaikanal

Vattakanal falls height are not very high. Water flowing widely makes the view stunning. The bottom of the vattakanal waterfalls is a kind of swimming pool, flat surface. so there is no fear of injury. You should be careful while climbing up to water flowing areas. it’s very slippery and the chances of accidents are high.

Vattakanal waterfalls best tourist places to visit kodaikanal tamil nadu

Vattakanal waterfalls best tourist places to visit kodaikanal tamil nadu
Advertisements

Best time to visit vattakanal falls kodaikanal

The best to visit vattakanal falls is October to March. Water flow will be good after monsoon. Weather will be present to visit. You can visit this place during your return to the hotel if staying nearby.

Vattakanal waterfalls entry fee

There is no entry fee for vattakanal waterfalls.

Advertisements

certificate chain not trusted data refresh error in power bi

The certificate chain was issued by an authority that is not trusted error in power BI desktop application. User trying to refresh data from power bi desktop application. User getting error Microsoft SQL: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 – The certificate chain was issued by an authority that is not trusted.). There is no error if user refresh power bi data from online portal. User using sql server data connection with power bi as data source.

The certificate chain was issued by an authority that is not trusted
The certificate chain was issued by an authority that is not trusted
Advertisements

Follow the step-by-step procedure below to resolve the power bi data source certificate not trusted error.

  • Open Power BI desktop software application.
  • Click on Transform Data from the ribbon section Data.
  • Select Data source settings from the drop down.
data source settings power bi
data source settings power bi
Advertisements
  • Select the power bi data source.
  • Click on Edit Permissions to check or change the microsoft power bi data souce connection with sql server.
edit power bi data source connection
edit power bi data source connection
Advertisements
  • Edit Permissions window will open. Click on the Edit present under Credentials.
edit power bi data source connection credentials
edit power bi data source connection credentials
Advertisements
  • New window will open and you will find the current power bi data source connection type with sql server is selected as Microsoft account or Datatbase.
current power bi data source connection type
current power bi data source connection type
  • You just need to switch the power bi data source sql server connection type to Windows.
switch connection type to windows
switch connection type to windows
Advertisements
  • Keep the selection for Encryption (Encrypt connections) and Privacy Level (Public, Organizational, Private) as selected belore. CLickon OK finally.
encryption privacy level
encryption privacy level
  • Now issue should be resolved. If user tries to refresh data from power BI desktop, there should not be any data refresh error.
Advertisements

You can follow the steps in the video below since many users more comfortable in video format FYR.

certificate chain not trusted sql server error microsoft power bi desktop | data refresh error

Advertisements

Degraded index partition yellow warning

Degraded index partition yellow exclamation mark waring for sharepoint search index partition noticed. Sharepoint search correlation id error when user try to search. Yellow exclamation mark in sharepoint search Index partitioning warning indiactes towards search Index degraded.

Advertisements

You can run the command below to find index partition status.

$SearchServiceApplication = Get-SPEnterpriseSearchServiceApplication
Get-SPEnterpriseSearchStatus -SearchApplication $SearchServiceApplication -Text
search index partition yellow warning
Advertisements

You can follow the blog below to find and analyze log based on the correlation id error you got while searching in sharepoint site.

Advertisements

Stopped crawling that were running and waited to check the status of index partition yellow exclamation mark waring. Wait for some time and check the index partition status.

Cleared config cache following the steps mentioned in blog below and then rebooted search server.

Advertisements

Restarted windows search services like SharePoint Search Host Controller and SharePoint Server Search 16 following steps below.

net stop SPSearchHostController
net start SPSearchHostController
net stop OSearch16
net start OSearch16
Advertisements

Open SharePoint Central Admin and click on Application Management from left navigation. Under Service Application click on Manage services on server. Identify the service SharePoint Server Search and click on Restart. If SharePoint Server Search stuck on Stopping state then follow the blog below to reprovision sharepoint search service.

Advertisements

Check event logs. If you are getting error with properties as below.

Event ID: 45
Task Category: Index Lookup
Description: Query2-78786d46-hd02-5b20-a3bd-e87sf943: Index lookup failed to work since no active index cell was available

Event ID: 283
Task category: Document Parsing
Description: Excel generic Format Handler failed to parse with exception: Max output size of 2000000 has been reached while parsing

Event ID: 169
Task category: SP index related tasks
Description: System Index2-94638-sb04-3b50-c3bd-b47be55cd877. Index system SPd92d9d4227cb. Invalidating index cell I.0.1

Advertisements

The above event logs give more confirmation that sharepoint search index corrupt. Finally do search index reset. Degraded index partition yellow warning will be resolved. You can follow the steps below to do search index reset.

Advertisements

Restart SharePoint Search Host Controller service.

net stop SPSearchHostController
net start SPSearchHostController

Degraded index partition yellow exclamation mark waring is resolved. Start full crawling of all content sources.

Advertisements
Advertisements