Welcome to Neutex Support Sign in | Join | Help
in Search

Installation on Windows Server 2008

Last post 06-28-2009, 11:13 AM by Shannon. 1 replies.
Sort Posts: Previous Next
  •  06-28-2009, 10:44 AM 658

    Installation on Windows Server 2008

    Hello

    Since two days I'm trying to install your product, when I met IIS 7.0 requirements I get new error durring executing SQL Statements, like follows:

    Product: Neutex NetPoint 2.5 -- Error 26204. Error -2147217900: failed to execute SQL string, error detail: Password validation failed. The password does not meet Windows policy requirements because it is too short., SQL key: SQL_CreateUser.sql SQL string: If EXISTS (SELECT loginname FROM master.dbo.syslogins where name = 'NetPoint')
     BEGIN
      DROP LOGIN NetPoint
     END
     
    EXEC sp_addlogin 'NetPoint', 'neutex!', 'NetPoint'

    USE NetPoint

    IF EXISTS(SELECT * FROM sysusers where name = 'NetPoint')
     BEGIN
      EXEC sp_droprolemember 'db_owner', 'NetPoint'
      EXEC sp_revokedbaccess 'NetPoint'
     END

    EXEC sp_grantdbaccess 'NetPoint', 'NetPoint'
    EXEC sp_addrolemember 'db_owner', 'NetPoint'

    Why ? Because the password 'neutex!' is too short !!! Even if I change Group Policy Password requirements I get the same error. My policy require only 8 signs in passwords and I cannot change this for security reasons.

    Kerma
  •  06-28-2009, 11:13 AM 659 in reply to 658

    Re: Installation on Windows Server 2008

    Could you re-download NetPoint and try again? The installer has been updated to address this issue. If you need any assistance, please let me know.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems