• Cumbre Gob 2.0 en Mexico - 18 de Noviembre

    Estimados colegas de Sector Público y distinguidas personalidades:

     

    La Cumbre Gob 2.0 MX es la “unconference” sobre la utilización de  las redes sociales, Web 2.0, y como estas están cambiando y contribuyendo a crear un gobierno más efectivo, eficiente, y colaborativo en todos los niveles; local, estatal y federal.

    Este evento planea agrupar a personajes del gobierno, academia, industria, y organizaciones ciudadanas para conocer y compartir iniciativas en Gob 2.0 que ya existen y que pueden ser utilizadas para crear un gobierno más transparente, colaborativo, y participativo – Gob 2.0.

    La Cumbre 2.0 MX será el evento inaugural de este tipo en México y está siendo desarrollado gracias a Microsoft y un grupo de socios tecnológicos, patrocinadores, organizaciones académicas y no gubernamentales, y ciudadanos para desarrollar una plataforma experimental para definir problemas actuales, conectar e identificar a problem solvers, y descubrir soluciones potenciales.

    Dada la importancia de tener un foro abierto, transparente, y participativo nos gustaría extenderle una invitación para participar en este evento que tomara lugar el XXX de Noviembre, 2009.

    Sea tan amable de registrarse a través del siguiente link:

    Atentamente,

    Equipo Cumbre Gob 2.0

     

    Vamos a tener la Cumbre Gob 2.0 en México el próximo 18 de Noviembre –apártenlo!

     

    Es una experiencia única en México – http://gob20.org.mx/default.aspx - que suma bien a otras actividades en la que estamos colaborando con la Industria TIC, Gobiernos, Academia, ONGs, Sociedad Civil, Prensa, etc., con miras a fortalecer los temas de participación ciudadana, transparencia, innovación y competitividad en la agenda digital del país.

     

    Estamos trabajando en el sitio y cerrando todavía algunos detalles, pero la fecha ya queda para el miércoles 18 de Noviembre en algún salón de este bella Ciudad, pero no quería dejar pasar más tiempo sin hacerles llegar esta convocatoria.

     

    Tenemos confirmados, hasta ahora, destacados conferencistas nacionales e internacionales:

    ·         Gobierno Federal: IFAI, Economía Digital –SE, Unidad de Gobierno Digital –SFP;

    ·         Gobiernos Estatales y Municipales: CIAPEM, DF, Fundación de Gobiernos Confiables, Querétaro, Nuevo León, entre otros;

    ·         Industria: Advantage Security, INTEL, Jackbe, Microsoft, Neighborhood America, etc;

    ·         Asociaciones: AMITI, CANIETI;

    ·         Comunidades: Pase Ud, Tequila Valley;

    ·         Instituciones Académicas: CIDE, ITAM, John F. Kennedy School of Gov, UDLA, UNAM;

    ·         Líderes de opinión y medios de comunicación.

     

    Sean parte de esta Cumbre, participen en:

    TWITTER               #Gob20mx

    FACEBOOK          Cumbre Gobierno

    Linkedin              http://www.linkedin.com/in/gob20mx

                Live                  gob20mx@live.com.mx

  • Algunos issues de autenticación con sitios web (Podria aplicar para sitios de SharePoint)

    Te ha pasado esto?

    1. Error message when you try to access a server locally by using its FQDN or its CNAME alias after you install Windows Server 2003 Service Pack 1: "Access denied" or "No network provider accepted the given network path"

    Consider the following scenario. You install Microsoft Windows Server 2003 Service Pack 1 (SP1) on a Windows Server 2003-based computer. After you do this, you experience authentication issues when you try to access a server locally by using its fully qualified domain name (FQDN) or its CNAME alias in the following Universal Naming Convention (UNC) path:

    \\servername\sharename

    In this scenario, you experience one of the following symptoms:

    • You receive repeated logon windows.
    • You receive an "Access denied" error message.
    • You receive a "No network provider accepted the given network path" error message.
    • Event ID 537 is logged in the Security event log.
    Note You can access the server by using its FQDN or its CNAME alias from another computer in the network other than this computer on which you installed Windows Server 2003 SP1. Additionally, you can access the server on the local computer by using the following paths:
    • \\IPaddress-of-local-computer
    • \\Netbiosnameor \\ComputerName

    Check this article: http://support.microsoft.com/kb/926642

    2. You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version

    When you use the fully qualified domain name (FQDN) or a custom host header to browse a local Web site that is hosted on a computer that is running Microsoft Internet Information Services (IIS) 5.1 or a later version, you may receive an error message that resembles the following:

    HTTP 401.1 - Unauthorized: Logon Failed

    This issue occurs when the Web site uses Integrated Authentication and has a name that is mapped to the local loopback address.
    Note You only receive this error message if you try to browse the Web site directly on the server. If you browse the Web site from a client computer, the Web site works as expected.
    Additionally, an event message that resembles the following event message is logged in the Security Event log. This event message includes some strange characters in the value for the Logon Process entry:

    Event Type: Failure Audit
    Event Source: Security
    Event Category: Logon/Logoff
    Event ID: 537
    Date: Date
    Time: Time
    User: NT AUTHORITY\SYSTEM
    Computer: Computer_Name
    Description: Logon Failure:
    Reason: An error occurred during logon
    User Name: User_Name
    Domain: Domain_Name
    Logon Type: 3
    Logon Process: Ðùº
    Authentication Package: NTLM
    Workstation Name: Computer_Name
    Status code: 0xC000006D
    Substatus code: 0x0
    Caller User Name: -
    Caller Domain: -
    Caller Logon ID: -
    Caller Process ID: -
    Transited Services: -
    Source Network Address: IP_Address
    Source Port: Port_Number

    Check this article: http://support.microsoft.com/kb/896861