And so let the fun begin! This will be a post with many parts, I begin with the easiest part… 🙂 After attending the awesome SharePoint Evolution Conference in London this April, I was so inspired to get started with SP2013 that I immediately put up a migration plan when I got back to the office. Although …
10 April update: That last version 5.1.7322.8 did not help solving this issue with InfoPath. It seems like the problem with templates has to do with forms that uses Data Connections. There is a new version 6 out that I have not installed yet, will come back with an update after that.5 March: Awesome news! …
This is not an error in the Replication tool, but it caused the replication to stop working. One day the replication on one of our servers stopped working. Inbound packages were just stuck in the queue, and when I tested the replication connection I got this message: “An error occurred while verifying virtual directories on target”: So …
Since we started using the Replication software our SQL disks has filled up quite quickly. Of course we usually have alert systems warning us for disks running out of space but due to new system that had not yet been setup. So one day I could not get replication to work on one of our servers, …
I inherited permissions on a site the other day and boom! Got an Error message and then…. the site got the annoying “500 Internal server error” and was no longer accessible. Great. No immediate cause in the log files, though scanned them up and down. Enabled custom errors in web.config and got this error:”The DataSourceID …
To get a value AFTER a charactersubstring-after(FieldName, “;”)This will return all text after the character ; To get a value BEFORE a character substring-after(FieldName, “;”)This will return all text before the character ; Substring and Concatenate I often use Concatenate to join text from two fields. For example, the Date function now() has a “T” between Date …
To extract the day number of a date number(substring(DateField, 9, 2)) To extract the month number of a datenumber(substring(DateField, 6, 2)) To extract the year number of a datenumber(substring(DateField, 1, 4)) Calculate hours addSeconds(now(), 7200) Get the month name from a date (and time) field =TEXT([DateField];”mmmm”) Get three characters of the month name=TEXT([DateField];”mmm”) Sort or group …
If you see this error on the MySite and personal information page: “There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.” Then something is wrong with the Managed Metadata Service. Clicked on the service app for Managed Metadata service …
This post is more for my own memory, since I tend to forget how I solved it when I get this message “Form has been closed” when submitting browser forms in InfoPath 🙂 Scenario is the following:You have a mail view that you wish to mail instead of the default Edit form, so that you …
Today I installed Windows 8 on my laptop. It was very fast and easy, I did these steps: Booted on USB Since I ran a Home Edition of Windows 7, I was not able to select “Upgrade” since I am installing an Enterprise version. So it had to be “Custom: Install Windows only (advanced)” which …