Wednesday, October 26, 2011

A simple ticket system, for free.

Here is a solution for a simple ticket system. Sometimes the customers don’t have any ticket system available for the current project. To pass around mail with status of each task is cumbersome and hard to track and will eventually end up with undone tasks. The alternative to use an online system that cost money can sometimes be a political issue and it has to be approved by the project. And to make things harder, the nature of a ticket system, is that it is shared by many peoples and many peoples means many opinions.

This is a pragmatic approach, DropBox! Use it and share it in the project, eventually it will be adopted.




  • Here is one of the most important steps. For each project there is a RSS stream that you can subscribe to; add the RSS feed to Outlook (or your preferred RSS reader that you use). If you don't have events shown in a way that you are used to, you will forget to check if the document has been updated.
  • When somebody updates the excel spreadsheet you will get a notification in the Outlook client, and you can instantly see the changes in your synchronized DropBox folder.
The down side is that DropBox is considered as "unsafe" but I can assure you it is not more unsafe than passing the excel file through mail on the Internet. Another downside is that if you have a synchronization conflict, you probably have type in your changes again.

Monday, October 17, 2011

Web plattform installer bug.

I'm about to set up a new development environment. Instead of using the windows own configuration tools I aimed to use the Web Plattform Installer Web PI.
2011-10-16 22:52:33, Error                
CBS    
Exec: Failed to pre-stage package:  Microsoft-Windows-NFS-Full-Package~31bf3856ad364e35~amd64~en-US~6.1.7600.16385,  file: TsUsbGD.sys, 
source:  \\?\C:\Windows\Servicing\Packages\amd64_tsgenericusbdriver.inf_31bf3856ad364e35_6.1.7601.17514_none_9872c8452ac8f816\TsUsbGD.sys,  sandbox: (null) 
[HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]  

I understand that something is missing, but I could not find an answer were to find the missing file. The trick to solve this problem were to install Windows 2008 R2 SP1 and a reboot.

Next step, install SP1 for Visual Studio.. it has halted on step 1 of 15.. Think I let it work while I'm asleep!