OpenID Connect

OpenID Foundation has released a new version, 3.0, called OpenID Connect. For more information about what OpenID Connect is, check the link here: http://openid.net/connect/

As an attempt to describe what it is, OpenID Connect provides a way to use a single identity to sign on to a service.  For example, if you have a Google account, you already have an OpenID. You can use this ID to log into sites and services that support OpenID, like some sites created with popular Content Management Systems. You can find a better explanation here: http://openid.net/connect/faq/.

This decentralization of logins can be a great thing. Let us say you have users on a certain site and the site gets hacked. If the site uses OpenID, username and passwords are not exposed (but the OpenID itself may be exposed but may be entirely useless). This site used OpenID for years (as a matter of fact, it’s how this post was created) and hopefully this new version may have greater industry support since it is now much easier to implement.

SQL Server Integration Services (SSIS) – Error Code Reference

Trying to find the meaning of error codes I find in SSIS logs led me to seek the codes from Microsoft. For example, I had an error code in a log, -1071607685, and when initially searching for error codes I didn’t find anything with that code. So I pulled up the trusty calculator, converted that code to Hex, which ended up looking like FFFFFFFFC020907B. This looked a bit familiar so I started searching for 0xC020907B. This led to eventually finding the Microsoft page, which has both codes.

Here’s the link (until it dies): http://technet.microsoft.com/en-us/library/ms345164.aspx