Google DNS Servers

Google recently began offering public DNS services. There are three IPs that can be used:

  • 8.8.8.8
  • 8.8.4.4
  • 4.3.2.1

    Lansdowne Annual Tree Lighting

    The Lansdowne Business Association is kicking off the holiday season with what’s become a favorite event in town. Visit the Lansdowne Business Association website for more information about the 2009 Holiday Tree Lighting to be held on Friday, November 20th from 6:30 p.m. onwards.

    2009 Holiday Tree Lighting Flyer

    Lansdowne Borough

    Lansdowne Borough just got a new website.

    [Microsoft][ODBC SQL Server Driver]Cannot generate SSPI context

    Another error that came my way this morning was the SSPI context error when trying to connect to a SQL server.

    A colleague was trying to use SQL Management Studio to connect to a specific database server. His Active Directory credentials had been setup with data reader privileges to the specific database. Each time he attempted to connect to the database he received the error message:

    —————————
    Microsoft SQL Server Login
    —————————
    Connection failed:
    SQLState: ‘HY000′
    SQL Server Error: 0
    [Microsoft][ODBC SQL Server Driver]Cannot generate SSPI context

    —————————
    OK
    —————————

    After trying some suggestions on the Cannot generate SSPI context support page, I stumbled on a forum post that discussed checking how the specific account was setup on Active Directory. It turns out that his account had an option enabled that was set to ‘Use DES encryption types for this account’.

    SSPI context

    After disabling this option he was able to connect without any problems.

    EMR/ EHR Done Right

    Earlier in the month, for a class discussion we watched a video titled ‘EMR/ EHR Done Right’. Essentially, how life should be after you’ve implemented electronic medical records.

    To be honest, after watching the video, you wonder why things aren’t already setup as shown. Everything in the video, boring as it may be, is feasible today. Yet, because there has never been a push for standardization or interoperability in the industry, videos such as this show up.

    It is definitely time for health care reform.

    Provisions Market Lansdowne

    Another new store is coming to Lansdowne. Provisions Market is a business which encourages friends and community to gather and nourish their body and spirits with affordable, seasonal, sustainable, and organic foods. We want to serve as an example of eco-friendly business with an emphasis on educating Lansdowne residents and their children about where food comes from and how to and why it is so important to support small farmers and artisans.

    For more information contact Provisions at:

    7 S. Lansdowne Ave
    Lansdowne, PA 19050

    On Progress

    The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man…

    George Bernard Shaw

    JSP Web Services

    If you’re looking to get started with JSP and consuming web services, the following links from Glen Mazza should be great lessons to give you a jump start on your project:

    Creating a SOAP client with either Apache CXF or GlassFish Metro

    Creating a WSDL-first web service with Apache CXF or GlassFish Metro