
sharepointchanaka.com
Chanaka's BlogBSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA)
http://www.sharepointchanaka.com/
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA)
http://www.sharepointchanaka.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1.4 seconds
16x16
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
39
SITE IP
74.125.22.121
LOAD TIME
1.406 sec
SCORE
6.2
Chanaka's Blog | sharepointchanaka.com Reviews
https://sharepointchanaka.com
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA)
Chanaka's Blog: Configuration of Multi-Lingual SharePoint Sites
http://www.sharepointchanaka.com/2016/06/configuration-of-multi-lingual.html
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Monday, June 27, 2016. Configuration of Multi-Lingual SharePoint Sites. When we need to display our SharePoint portal with different languages we can enable site variations, that is an in-built feature comes with SharePoint. For that first we need to identify necessary languages for the proposed SharePoint site. In this case I will configure Arabic language along with English. In step 3, we have t...
Chanaka's Blog: Workflow Initiation is Failing on SharePoint Farm and Solution
http://www.sharepointchanaka.com/2016/08/workflow-initiation-is-failing-on.html
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Wednesday, August 3, 2016. Workflow Initiation is Failing on SharePoint Farm and Solution. My SharePoint farm was integrated with Workflow Service and worked fine till a restart. All of sudden it failed to start new workflows. Then I tried to start a WF manually. Then I have opened the "Workflow Manager Powershell" and tried to get the current status of the WF farm. ( get-WFfarmStatus.
Chanaka's Blog: November 2015
http://www.sharepointchanaka.com/2015_11_01_archive.html
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Sunday, November 22, 2015. Set Priority for a SQL Instance in a Failover Cluster Manager. After we set up a SQL Cluster with all the NODES and INSTANCES(Roles), In a Fail-over scenario the Instance will be move to "Best Possible NODE". In an environment that we have 3 NODES, can we set the ORDER to fail-over for an INSTANCE? The relevant INSTANCE, we can see the " Preferred Owners = Any Node.
Chanaka's Blog: September 2015
http://www.sharepointchanaka.com/2015_09_01_archive.html
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Monday, September 21, 2015. How to track User Profile Sync Issues in SharePoint 2013. User Profile Synchronization is a default feature that we gets with SharePoint 2013. When we need to migrate User accounts, properties to SharePoint we are using User Profile Synchronization. But due to various reasons we are failing to do so. Located in /15/Synchronization Service/UIShell. Write a Research Paper.
Chanaka's Blog: December 2016
http://www.sharepointchanaka.com/2016_12_01_archive.html
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Thursday, December 22, 2016. Improve SharePoint Performance using Tactics. Wednesday, December 7, 2016. SharePoint Workflow Vs Microsoft Flow. Automation of business processes. Automate workflows connects with SaaS (Software As A Service). Works within SharePoint framework. Integrate with business APPs. Can integrate with Visual Studio. Permission based on list. Editable using SharePoint Designer.
TOTAL PAGES IN THIS WEBSITE
19
Melick's Blog: July 2014
http://melick-rajee.blogspot.com/2014_07_01_archive.html
Tuesday, July 29, 2014. SharePoint 2013 Training–Part 1. Hosted a SharePoint training for Pyxle colleagues; session went well with practical sessions and technical discussions. Tuesday, July 15, 2014. SharePoint Sample Field (Columns) Schemas. SharePoint Fields (Columns) XML is essential for every SharePoint Object Model development. Options: 0 - PeopleOnly , 1 - PeopleAndGroup. CONCATENATE(PCode, ". CONCATENATE([P Code], ". Tuesday, July 8, 2014. 9;#Melick Baranasooriya;#12;#One User /. 1;#One;#2;#Two /.
Melick's Blog: January 2015
http://melick-rajee.blogspot.com/2015_01_01_archive.html
Thursday, January 22, 2015. Understanding the Global Assembly Cache (GAC) and Managing , Copying Dlls from Global Assembly Cache. Most of you may confuse why there are two GACs available in the machine. C: WINDOWS Microsoft.NET assembly. Since it is a common framework dll and used separately from your application logic it is good to place in a shared place for easy of maintenance and update process. What is C: WINDOWS assembly. NET Framework 1.0 - CLR v1.0. NET Framework 1.1 - CLR v1.1. NET Framework 4&#...
Melick's Blog: February 2015
http://melick-rajee.blogspot.com/2015_02_01_archive.html
Monday, February 23, 2015. How to Send Email in SharePoint Provider Hosted Apps. There are few methods that we can use to send Emails in SharePoint Provider Hosted apps. Using general Email Sending method. Using SharePoint Client Object Model (CSOM). Using SharePoint JavaScript Model (JSOM). Using general Email Sending method. Send attachments to the recipients. Send emails to external users (SharePoint 2013 email function can not be used to send emails to external users). MailMessage mail = new. Var spC...
Gopika's Blog: 8/1/14 - 9/1/14
http://gopika-lasitha.blogspot.com/2014_08_01_archive.html
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more. Thursday, August 28, 2014. Adding additional dimension attribute value in MDX query. Depending on the requirements, sometimes it is necessary to do some categorizations which does not included in the dimension data. In such scenarios we may have to add a dimension attribute which currently does not exists with the dimension data. We can do it in the MDX query as below. DimBranch].[Branch].[Dummy] AS. When I tried to co...
Gopika's Blog: Rank SSAS Cube data based on a filtered data set using MDX...
http://gopika-lasitha.blogspot.com/2015/02/rank-ssas-cube-data-based-on-filtered.html
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more. Friday, February 6, 2015. Rank SSAS Cube data based on a filtered data set using MDX. I explained how we can use MDX ranking in the below two posts. And Advanced MDX Ranking. To avoid this, we need to only use the filtered dimension members in the ranking calculation as well. The sample query is as below. In that, ranking needs to be done for the selected stores and the used parameter is paramStores. In SQL Server Anal...
Gopika's Blog: 5/1/14 - 6/1/14
http://gopika-lasitha.blogspot.com/2014_05_01_archive.html
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more. Wednesday, May 28, 2014. Importance of the Surrogate Key in Data Warehouse Design. In Data Warehousing, Surrogate Key is a unique identification key in a dimension table which is independent from the source. Normally it is an auto increment integer value. The purpose to have a surrogate key in a dimension table is to makes the relationship between dimension tables and fact tables independent from the source. To avoid t...
Gopika's Blog: Problems when trying to get changed records from...
http://gopika-lasitha.blogspot.com/2015/06/problems-when-trying-to-get-changed.html
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more. Tuesday, June 9, 2015. Problems when trying to get changed records from. The SSIS Package was configured to get only the net changes by applying the CDC processing mode as Net in the CDC Source. But when the SSIS package was executed, got the below error message. The issue was fixed by using the below steps. Right click on the CDC Source and select Properties. Labels: SQL Change Data Capture. View my complete profile.
Gopika's Blog: 7/1/14 - 8/1/14
http://gopika-lasitha.blogspot.com/2014_07_01_archive.html
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more. Thursday, July 10, 2014. Set the Visibility of a Dimension Hierarchy in SSAS. In some scenarios, you may need to set the visibility of a dimension hierarchy as hidden. Because that hierarchy may be used for some of the calculation and it is not good to show that to the user. In such a case, it can be done using the below steps. Open the Cube available in the BIDS. Right click on it and select Properties. Go to the Pkg ...
TOTAL LINKS TO THIS WEBSITE
39
sharepointcentral.com
Home
To engage with pe ople, share ideas, and reinvent the way you work together. Is always dedicated on SharePoint. We help business derive value through SharePoint. Creating Enterprise Portal Solutions/Services tailored to suit specific business needs. Over 10 years experiences on advisory, design, implementation, deployment, operation and training. Search help and community. There is no recommended article for this page. Try searching help and community. This shouldn't take long. We're trying something new.
Home
Skip to main content. Enter your heading text here. Enter a brief description here. Put your home page content here. Your Home page introduces your business and your Web site. Write a summary, including a brief description of your products or services and your value and commitment to customers. This page sets the tone for your site and tells people what they can expect to find on other pages. Give the basics here and provide greater detail on other pages. Convince customers of your site's value to them.
Introductie
Niet de bestemming maar de weg er naar toe is mijn doel. Natuurlijk is de bestemming belangrijk maar als de kennis ontbreekt hoe er te komen dan zal die nooit bereikt worden. Hier vindt u iemand die u op weg kan helpen als u begint of overweegt te beginnen met SharePoint. Bent u al onderweg met SharePoint maar even het spoor bijster dan vindt u hier ook de hulp die u zoekt. Van advies via ontwerp en ontwikkeling tot aan de uitvoering en ondersteuning. Zoeken in Help en community. Dit duurt niet zo lang.
SharePoint Chan
Sunday, August 9, 2015. Android Google widget: Searching just apps on the phone/device. I recently upgrade phones from a Nexus 5 to a Samsung Galaxy S6. One thing that bugged me from this change was the way the Google search widget behaved. The Nexus 5 would present content on the device as quick results as you type the search phrase. This is what I used to quickly find apps and open them. On the S6 it would search the web, music, contacts, books and apps. Open up the apps tray. Open up "Search and Now".
Chanaka's Blog
BSc(Eng) Hons University Of Moratuwa (MCTS,MCPD,CMA). A Dynamic and Energetic guy. View my complete profile. Thursday, December 22, 2016. Improve SharePoint Performance using Tactics. Wednesday, December 7, 2016. SharePoint Workflow Vs Microsoft Flow. Automation of business processes. Automate workflows connects with SaaS (Software As A Service). Works within SharePoint framework. Integrate with business APPs. Can integrate with Visual Studio. Permission based on list. Editable using SharePoint Designer.
Sharepoint and Change - Home
Build Apps for SP2013. Install and manage Apps. VS2012 and TFS ALM. The New Open Application Model. Lean Agile development with SharePoint. Agile Scrum for SharePoint. Agile SharePoint Development with Scrum. Dev Apps for SP2013 TechEd. Start Building Apps for Office and SP2013. IaaS PLA Management Guide. Making Sharepoint Office Business Applications understandable. Get your Scattered Information at One Place. Where is that Email? Kotters Eight Steps of Change and Sharepoint Implementations.
sharepointcharlie.blogspot.com
sharepointcharlie
Tuesday, October 13, 2009. SharePoint Материал из Википедии — свободной энциклопедии SharePoint. Материал из Википедии — свободной энциклопедии. Данная версия страницы не проверялась. Участниками с соответствующими правами. Вы можете прочитать последнюю проверенную или т. н. стабильную версию. От 12 апреля 2009, однако она может значительно отличаться от текущей версии. Проверки требуют 44 правки. Или Microsoft SharePoint Products and Technologies. Набор веб-приложений для организации совместной работы.
Home :: sharepointcharlie.org
Send and receive free faxes to your email or iPhone. Start faxing in about 30 secondsâ. Send and receive faxes. Your iPhone or iPad works just like a fax machine. Compose, sign, send, and receive with ease â and get email notifications too. Fax freedom is just a few clicks away. Create an account or download our mobile app for free today! Web Fax Service - Is This a Must-Have Service for Every Single Company? June 3, 2013. Can the old standard facsimile machine suffice in this contemporary computer age?
Web Page Under Construction
This Site Is Under Construction and Coming Soon. This Domain Is Registered with Network Solutions.
SharePoint Chat - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). SharePoint Chat is a jQuery plugin for SharePoint 2007 that places a chat application onto a SharePoint webpart page. The plugin uses jquery to add messages to a list and display them in real-time on a list-view web part. It’s simple to install and customize. To setup, start by adding references to jQuery. H3 Chat Box /h3.