Virtual Business Card


A Jack of all trades is a master of integration, as such an individual who knows enough from many learned trades and skills to be able to bring their disciplines together in a practical manner, and is not a specialist but can be an expert in many fields. Such a person is known as a polymath or a renaissance man; a typical example is someone like Leonardo da Vinci.

Tuesday, May 29, 2012

Business Process Management Notation Cheat Sheet Poster

The latest version of the popular modeling language for business processes is in the final stages. There are new modeling constructs and two additional diagram types available in 2.0.



The new BPMN 2.0 Poster gives you a handy overview over the new constructs. It was created by the "Berliner BPM-Offensive" and is available for download for free.

http://www.bpmb.de/index.php/BPMNPoster

Tuesday, May 8, 2012

Scoped Site not being indexed or crawled in SharePoint 2010

To resolve this:


Site Settings->Search and Offline Availability

Under Indexing Site Content select “Yes”


Related Error:

This item and all items under it will not be crawled because the owner has set the NoCrawl flag to prevent it from being searchable .



Thursday, May 3, 2012

Increase WebService call TimeOuts in Nintex Workflow 2010

If the web service call times out you may be able to correct this by increasing the timeout value using the SetCallWebServiceTimeout NWAdmin operation. This operation is used to specify how long every call web service action should wait before causing an error due to a timeout. Note that having many workflows that remain processing in memory for a long time (for example, while waiting for a web service response) is not recommended.

Usage

NWAdmin.exe –o SetCallWebServiceTimeout –milliseconds numberOfMilliSeconds

Parameters

Name    Description

- milliseconds     The number of milliseconds the call web service action should wait before timing out. The default is 100,000 milliseconds (100 seconds).

Full details of the using NWAdmin can be found on Connect: http://connect.nintex.com/files/folders/technical_and_white_papers_nw2010/entry12004.aspx


Display Unique Permissions in a SharePoint 2010 Site

http:///_layouts/uniqperm.aspx


Error 404 when browsing SharePoint 2010

To troubleshoot further:

If a page element is missing—either a user control hasn’t been deployed or something else that needs to be in place for the page to compile dynamically is awol—you might be the proud owner of a 404 even though the page itself does exist.

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

After setting the SafeMode element’s CallStack element true in web.config, turning off CustomErrors, and setting the debug=”true” attribute on the compilation element, you’re possibly looking at a beautiful ASP.NET error message with no stack trace and not a lot to go on


NT AUTHORITY\authenticated users cannot be granted Permissions in SharePoint 2010

When you want to add all authenticated users, you need to add 'NT AUTHORITY\authenticated users'.


But if you type it in and click Check Names, this will give you a strange name.

Solution:

You need to just type it in and press OK.