Can't connect to Google calendar

​Can’t connect to Google calendar by Calendar Rollup web part. Solution: ​Please upgrade to Calendar Rollup 2.0 or greater to fix this issue. If upgrade to Calendar 2.0 or greater can’t help, customer can use the tool below to test the connection to Google calendar: http://www.boostsolutions.com/software/CR/GoogleCalendarConnectionTestTool.zip If this tool can’t connect to Google calendar, either, […]

Read More

How does password notification works

How does a password expiration timer job detects which users to send password expiration email to? Solution: ​It doesn’t retrieve user information directly from LDAP, but get the current AD maxPasswordAge from AD root node through LDAP, then search the user by the user logon name among entire AD, then get user’s pwdLastSet. Finally calculate […]

Read More

Support Custom Libraries

​How to support custom libraries with this product? Solution: Batch Check In supports custom library which needs to be uploaded to root site, so that the new custom library will be shown under the settings page:   Click on the link, it shows all the libraries in the current site collection that this product can […]

Read More

A constraint violation occurred error

​Error "The specified domain does not exist or cannot be contacted."  or "A constraint violation occurred" occurs when I try to change password. Solution: The errors may be caused by these reasons: This occurs often in multiple domain environment. The product support only two-way trust between domains. Please make sure with domain administrator about this information. The domain […]

Read More

How do I check if the schedule is working?

​How do I check if the schedule is working? Is there a log file? Solution: ​Check the schedules by the timer job performance in Central Administration. Open Central Administration -> Operations (For SharePoint 2007); Central Administration -> Monitioring -> Check Job Status (For SharePoint 2010); click Timer job status in the Global Configuration section. Normally, the […]

Read More

Why is the Notification E-mail not being sent?

​Why is the Notification E-mail not being sent? Solution: Activate the feature named Password Change E-mail Notification Timer Job in Central Administration. Navigate to Central Administration – Application Management – Manage web applications. Select one web application, and click Manage Features. Activate Password Change E-mail Notification Timer Job feature. The account which run Timer job […]

Read More

How to clear failed events of Column/View Permission

A message in event receiver may occur whenever a change has been made in column permission or view permission settings, like the screenshot below:   Solution: ​In the Column/View Permission settings page, add "&clearevents=1" after the URL, then you will be guided into another page: Click the link and follow the instructions to clear failed events […]

Read More

Permission settings not working at all

​After installing the product and set permission settings, the permission doesn’t working at all. Anyone sees all views or columns. Solution: ​The most possible cause is that the product has not been deployed correctly to the web application that the current site collection belongs to. Please go to Central Administration, and find Manage farm solutions, […]

Read More

Cannot receive the expiration emails

​Cannot receive the expiration emails in Password Change. Solution: ​One of the reason is the Timer Job running in the WFE which don’t have a valid license, the email will not send. Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007

Read More

Condition work with Choice Column

​In the old version of condition doesn’t exist "Contain" function, also [Choice Column] == "value" doesn’t work. The "IndexOf" function can help to solve this issue. Solution: ​Function formula: IndexOf([Choice Column], "value") != -1 Example: There is a Status column in Task list, that is default Choice Column. We want the condition trigger a product, […]

Read More