INETA Birds of a Feather Session Accepted!

The request I submitted to moderate a Birds-of-a-Feather session at the TechEd 2008 Developers in Orlando, FL titled 'Breaking down Silos by Creating Internal User Groups' has been accepted.

The BOF session is scheduled 6/3/2008 4:45 PM - 6:00PM. I have been spending a lot of time this year trying to understand the things that hinder projects in our corporate environment. One of the places I have identified is that silo-ing teams, which can allow for specialization of a skill set, can also introduce impediments to a project. Isolating teams who need to collaborate often fosters mistrust between them, and the added frustration and rigor of work request can cause teams to fall into practices that are bad for the team and the company.

I am very interested in hearing if other companies are experiencing this, I know they are ;-), and how they are mitigating it. That will be the focus of this session. I expect to hear some horror stories and hopefully some good techniques to handle this problems. Thanks to INETA for giving me the chance to lead a BOF session.

INETA Speakers Bureau Podcast Project

Didn't see that I had posted this so, I figured it was about time I did. I was approached by David Walker at the Community Leader Summit held in Dallas, TX to join the INETA Speaker Bureau and help them get a speaker focused Podcast up and going. I have been working with the Rob Zelt (INETA Live!) to line out some hosting details, but we are beginning make progress.

I feel very privileged and want to extend my thanks to David Walker and INETA for giving me this opportunity.

Keep watching for more announcements.

Technorati Tags: ,

Arkansas MVP: Randy Walker

I want to take a moment to let everyone know that Randy Walker has received the Microsoft MVP for VB .NET.  Congratulations Randy, this is well deserved.   Thanks for all the things you have and are doing for the Northwest Arkansas .NET User Group and INETA. 

You can check out Randy's blog here

Again well deserved!

Technorati Tags: ,

Fix SQL Server Orphaned Users After Database Restore

I have been having an issue upgrading the DotNetNuke install for my church, so I thought I'd take a back-up and restore it on my laptop and then figure out what went wrong. If you have ever restored a back from a hosting server or just from a production environment to your local machine you have had this issue.

The reason for the problem is that the users that are defined in the database do not match the users that are in your current SQL Server install. You might find that you look at your server and see a user with the same user name but the GUID will not match.

Here are some SQL stored procedures that can help fix this issue:

List all the orphaned users in a database:

EXEC sp_change_users_login 'report'

If the user id already exists you can fix the GUID problem with this:

EXEC sp_change_users_login 'Auto_Fix' , 'user'

If the user id does not exists you can get the orphaned id created in the database with this:

EXEC sp_change_users_login 'Auto_Fix' , 'user' , 'login' , 'password'

I finally got it all worked out by adding the needed user to the server and then running the EXEC sp_change_users_login 'Auto_Fix', 'user' which produced the following output:

The row for user 'user' will be fixed by updating its login link to a login already in existence.
The number of orphaned users fixed by updating users was 1.
The number of orphaned users fixed by adding new logins and then updating users was 0.

Agile Requirements: User Stories

Recently, Zach Young, a colleague of mine, and I started working on a project with the goal to learn several new things. I had the idea for the application, a simple web application that would displayed the post from registered RSS feeds sorted by publish date.

Which sounds pretty simple, but it became more clear the more we talked about it that we needed requirements. It is the same problem that is apparent in any software projects. I am, for this instance, playing the role of the customer, and I have a vision of a product I want someone to build for me.

The Problem

The problem is getting this vision out of my head, where it is perfect, of course, and into a form that can be clearly communicated to the development team so that I can feel confident that what they deliver will be what I ask for.

I spent a few days diving into Use Cases and found that I didn't feel like I was getting anywhere. I was typing a lot of information but still didn't feel like the developer would get what I am saying. A quick phone call to another colleague, Raymond Lewallen and I was off checking out User Stories. And guess what they are small, light-weight, easy to write and easy to read.

So what is a User Story?

Well, according to wikipedia, A user story is a software system requirement formulated as one or two sentences in the everyday language of the user. This was exactly what I wanted. Since this is a side project and mainly to be used to learn, I don't want to spend all of my time writing tomes of requirements documentation before I get to writing some code.

Dan North: What's in a story

I decided to create User Stories following what Dan North has introduced in his What's in a Story post.

The simple format of the BDD style user story is quick to write and ubiquitous is easy to achieve. Let's take a look at the format.

Title (one line describing the story)

Narrative:
As a [role]
I want [feature]
So that [benefit]

Acceptance Criteria: (presented as Scenarios)

Scenario 1: Title
Given [context]
And [some more context]...
When [event]
Then [outcome]
And [another outcome]...

Using this has allowed me to get the requirements documented quickly, in a form that both Zach and I can easily understand and we rarely have to go back over what is in the user story for a feature and could move on to learning how to write test to satisfy the user story.

If you are interested in checking out our project and looking at the User Stories we are developing you can find it at http://code.google.com/p/hermesreader. This project is intended to be an educational and you are interested in helping out drop me a line.

I will continue to post regarding the progress and concepts are are applying to the project as we tackle them. Hopefully this information will save you some time and help you get the code out the door.

Technorati Tags: ,,
Share this post :

Calendar

<<  April 2024  >>
MonTueWedThuFriSatSun
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

View posts in large calendar

Widget Category list not found.

Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))X

Tag cloud

    Widget Month List not found.

    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))X

    Widget AuthorList not found.

    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))X

    Widget TextBox not found.

    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))X