ĐÀO TẠO DOANH NGHIỆP : SỞ KHOA HỌC CÔNG NGHỆ TỈNH ĐỒNG NAI

ENTERPRISE TRAINING: DONG NAI DEPARTMENT OF SCIENCE AND TECHNOLOGY.

HÌNH ẢNH TẬP HUẤN LỚP SHAREPOINT WORKFLOW VÀ KIẾN TRÚC SHAREPOINT

PHOTOS OF SHAREPOINT WORKFLOW AND ARCHITECTURE CLASS.

HÌNH ẢNH TẬP HUẤN LỚP SHAREPOINT WORKFLOW VÀ KIẾN TRÚC SHAREPOINT

PHOTOS OF SHAREPOINT WORKFLOW AND ARCHITECTURE CLASS.

Showing posts with label Sharepoint issue. Show all posts
Showing posts with label Sharepoint issue. Show all posts

Wednesday, September 2, 2015

Error SharePoint Designer does not support editing non-SharePoint sites


Error SharePoint Designer does not support editing non-SharePoint sites



Close SharePoint Designer and Reopen it. The issue will be solved.
Done!!!

Tuesday, November 11, 2014

Search Metadata Properties Mapping field not found

Search Metadata Properties Mapping field not found

Action:
- Creating field IsTrue (Yes/No) but do not input data
- Start full crawl
- Add New Managed Property and map to field IsTrue but not found

Reason:
- Did not input data to IsTrue field
Solution:
- Input at least 1 row data and check to IsTrue
- Start full crawl
- Add New Managed Property and map to field IsTrue

Sunday, September 14, 2014

Sharepoint Cannot connect to database master at SQL Server

Cannot connect to database master at SQL Server at <server_name>. The database might not exist, or the current user does not have permission to connect to it. Apply to SharePoint 2010 and 2013

Issue:

I setup SharePoint server 2010 in farm. When I configure, I got error

Reasons and Solution

Check your firewall to turn of
Enable TCP/IP
Start All instance
The result.
Error is fixed.
Finished.

Thursday, September 4, 2014

sharepoint 2010 content source 403 forbidden

Error:
403 forbidden when click to content source

Reason:
The "Tasks" folder in the server does not have "Read" & "Write" access for the WSS_WPG account.

Solution:
You need to provide the Read & Write access permission to the "WSS_WPG" user in  "C:\Windows\Tasks" folder.

More
  1. Open Command Prompt
  2. Type the command attrib –s %windir%\tasks
  3. Open the folder %windir%\Tasks in Windows Explorer
  4. Inside the folder, right-click and select Security tab
  5. Grant to the WSS_WPG and WSS_ADMIN_WPG the Full Control permission
  6. Restart IIS using the command IISRESET \NOFORCE inside Command Prompt
  7. Type the command attrib +s %windir%\tasks

Thursday, August 28, 2014

Sharepoint Search crawl success without new data

Hello all,

I got an issuse about search crawl:

Issue:

          When i update data (Ex: A->B) then i start crawl data but data still got A value.

Solution:

          I Index Reset in search service application and configure scope again then i crawl full data => i got new result (B value). If you meet problem about people search without item, remember check sps3://yourwebapp:port in content source

Thanks all.

Tuesday, October 15, 2013

SharePoint 2010: “Your client does not support opening this list with windows explorer”

SharePoint 2010: “Your client does not support opening this list with windows explorer”

Scenario
We want to open the document library in explorer view
But somehow it’s popping up with the message “Your client does not support opening this list with windows explorer”?
Solution
Use 32 bits IE, because it’s the featured for this browser
If your using windows server 2008, enabled “Desktop Experience” feature

Go back to your document library >> Library tab >> click to Open With Explorer

Copy Folder and file in folder to Explorer

Go back your document library then click f5

Thanks.