• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

Blog

-5036: Internal build error

Sometimes when using InstallShield to build a new setup project in Visual Studio you can get the following error: -5036: Internal build error The InstallShield lists some basics to test but the following solution worked for me: Create a new solution and add the InstallShield project first Then add your [...]

Read More

Incoming Email: Unknown alias

Sometimes and of course ad random our incoming emails are not processed and sent to their configured Document Libraries. This happens when the config and content databases go out of sync regarding the configured email aliases (can be because of various reasons). Easy enough fix: stsadm.exe -o refreshdms -url [sitecollectionurl] [...]

Read More

Nintex Workflow Status Codes

To use the Nintex status column to filter SharePoint views and/or do operations on list items in Nintex you need to use the following status codes (instead of the actual status text): NotStarted = 0 FailedOnStart = 1 InProgress = 2 ErrorOccurred = 3 StoppedByUser = 4 Completed = 5 [...]

Read More

Search Crawl error: Value does not fall within the expected range

Been facing an issue where the Search Service is not crawling a simple site collection in our SharePoint farm. Had a scratch through the crawl logs and found the following error: sts4://myintranetsite/siteurl=sites/finance/siteid={42461088-3f26-4c2d-937e-c630c7033307} The SharePoint item being crawled returned an error when requesting data from the web service. (The item was [...]

Read More

The Windows Phone Emulator wasn’t able to create the virtual machine: Something happened while creating a switch: Xde couldn’t find an IPv4 address for the host machine

Busy with some Windows Phone 8 development. Got this off the bat when starting the emulator. Not sure if it is a fix all but the following worked for me: Open Hyper-V Manager Goto Virtual Switch Manager Remove all internal switches and apply Add new internal switch called “Windows Phone [...]

Read More