2,200 reputation
2827
bio website skogberg.eu/+
location Malmö, Sweden
age 45
visits member for 1 year, 4 months
seen 10 hours ago
stats profile views 154

Been interested in computers since my first trial in Basic in 1987. Ever since then worked in computer related business, either as a super user, designer or a programmer.

Main interest at the moment is SharePoint.SE and UserExperience.SE.

  • Professional SharePoint Consultant since april 2012 and still learning
  • BSc in Computer and Information Science major in Information Architecture

| Linked In | Twitter | Facebook | Google+ |


Jan
26
comment Is there an alternative to SPContext.Current.Web.CurrentUser?
When I use SPContext with my SP-admin account, SharePoint is "friendly" and switch the admin account to SharePoint/System which doesn't have a user profile. Use HttpContext instead.
Jan
17
comment InsufficientMemoryException: Insufficient winsock resources available?
That is a great answer - Thank you very much!
Jan
17
comment InsufficientMemoryException: Insufficient winsock resources available?
+1 (yesterday) Thanks! How should I interpert many "CLOSE_WAIT" and "TIME_WAIT" connections? Is the system not able to close connections if there are many connections in TIME_WAIT mode?
Jan
15
comment How do I export web application and site collections structure to production environment without deploying?
I would say that Cross-site publishing solves the problem, where you can have an OOTB Authoring site. Thanks for the link!
Jan
15
comment Sharepoint link issue
Which version of Excel do you use? 2003 and earlier or 2007 or greater? This may be a 2003 and earlier issue.
Jan
15
comment How do I export web application and site collections structure to production environment without deploying?
Requirements are kleeping content as is on the target production site and deploy changes to structure such as new sites/site collections - changes to navigation and overall structure of SharePoint instances, without the use of custom code (.wsp projects).
Jan
15
comment How do I export web application and site collections structure to production environment without deploying?
Thanks for your reply! Isn't content deployment really a deploy of content and not only structure? Is there a risk when using content deployment that I delete existing content on the production site?
Jan
14
comment What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
Could you add the source code of the changes to your master page and your css and chanses increase that you'll get a better answer on this topic!
Jan
10
comment Programmatically configure the values included in a managed metadata property
Is it more than "MergeCrawledProperties = true;" you're after?
Jan
10
comment Including Assembly in PowerShell Script
I'll give it a shot after lunch :-) Thanx
Jan
10
comment Including Assembly in PowerShell Script
Your welcome! :)
Jan
10
comment Including Assembly in PowerShell Script
The description in the link says you need to start "Microsoft FAST Search Server 2010 for SharePoint shell" which is different from SharePoint Management Shell
Jan
10
comment Including Assembly in PowerShell Script
Are you a member of FastSearchAdministrators?
Jan
10
comment Including Assembly in PowerShell Script
True that... I don't see it either running Get-Command | select-string -pattern "set"
Jan
10
comment Including Assembly in PowerShell Script
Have you added the PS-Snapin Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue and are you running PowerShell as Administrator? Or have you forgot set ExcecutionPolicy to Bypass
Jan
9
comment Error in install nintex workflow 2010
To be able to perform installation you need to make sure that your server administrator account also is part of SharePoint Farm Administrator Group. Then you need to turn off User Account Control (UAC).
Jan
9
comment SharePoint 2010 open JPG files with application
@RicardasMockus It's OK, I'll try to explain. Internet explorer options have file associations of its own. Go to Internet Options, the tab Programs and look for File associations at the bottom. Click the [Set associations] button and see if jpg-files are associated at all. If they are to IE - change it to your wanted application.
Jan
9
comment List from Main Page to Appear on Division Page
Is the division a site collection of its own or is it even in a web application of its own?
Jan
8
comment SharePoint 2010 open JPG files with application
@RicardesMockus What does your browser setting say on opening jpg-files? IE or W Picture Viewer?
Jan
8
comment SharePoint 2010 open JPG files with application
@RicardasMockus Do you have a default application set for opening jpg-files on your client PC? Maybe it is set to be IE and not the application you want it to be?