Thursday, May 13, 2010

The 8th of May, Microsoft released a set of two Information Worker Demonstration Virtual Machines with the 2010 wave of Office products. It includes the following software :

  • Windows Server 2008 R2
  • SQL Server 2008 R2
  • Office Communication Server 2007 R2
  • Visual Studio 2010
  • SharePoint Server 2010 Enterprise Edition
  • Office Web Applications
  • FAST Search for SharePoint 2010
  • Project Server 2010
  • Office Professional Plus 2010
  • Visio 2010
  • Project 2010
  • Office Communicator 2007 R2

To download and for the instructions, it is here : http://www.microsoft.com/downloads/details.aspx?FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce&displaylang=en

Thursday, May 06, 2010

Microsoft revealed couple of weeks ago a new service called docs.com.

This service offers the possibility to share Office 2010 documents and integrate directly them in Facebook. In other words, it will add a new tab in your Facebook profile, named Docs, where you will have all your published documents.

It will be possible to either upload Office 2010 documents, or to use the web version of Office 2010 to create your documents and publish them, except that it will not allow concurrent edition of the files, like in the Office Web Apps of SharePoint 2010.

The question I have in mind then is : what about Skydrive ? I have a Skydrive account which enables me to share documents in my Microsoft Live ecosystem, so what brings docs.com that is not in Skydrive ? How will Microsoft position this new product ?

Currently, the product is still in Beta and I am sure that new amazing features will be added in the next weeks or months that will help the users answering the questions....

Tuesday, May 04, 2010

Designing a SharePoint 2010 workflow in Visio 2010 is just great. You can put the shapes on the design surface, draw the transitions, and it is really interesting for people that need visualization of their workflows. Unfortunately, this is where it stops. Because there is no direct link between Visio and SharePoint (meaning that no information from SharePoint comes to Visio), it is not possible to set the conditions or roles or users to the shapes. In other words, you can put a decision shape, but you cannot set the condition itself.

This is why the Visio file has to be exported into a .vwi (Visio Workflow Interchange) and then imported into SharePoint Designer 2010. After that, you have to set the conditions and all the parameters to the different shapes that are part of the workflow. Ok, so far, so good. But, how can I take my workflow and import it somewhere else ? How could I reuse the workflow with the parameters ?

When you export a workflow from SPD, you cannot import it, even if it is not in the same site. The message specifies that “This workflow cannot be imported because it was created in SharePoint Designer for a different site, or the original workflow has been moved or deleted. To move a workflow between sites, use Save as Template (.wsp file) instead of a Visio workflow drawing.

I tried to see what is inside a .vwi file to check what was different between the original .vwi file and the one exported by SPD. To do this, it is possible to rename the .vwi file into .zip and to look inside the compressed folder. The main difference is that an additional file has been generated, named “workflow.xoml.rules”. Deleting this file will make this file importable again and, surprisingly, all the settings that were set in the SPD are still there.

Ok, I did it several times, in the same environment (AD), but I can imagine that it is not a “supported” way to move workflows, knowing that exporting a .wsp and deploying it is the recommended way…