Donate Share

BugTracker.NET

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Unable to connect.

You are viewing a single message from this topic. View all messages.

  1. 2009-07-07 15:00:19 UTC
    well I solved it, if anyone else is having this issue, it is a preoblem with the user that didn't exist, so here you solve it.

    CREATE LOGIN [NT AUTHORITY\Servicio de Red] FROM WINDOWS
    GO
    USE [Your BugTracker.NET Data Base]
    GO
    CREATE USER [Servicio de Red] FROM LOGIN [NT AUTHORITY\Servicio de Red]
    GO
    GRANT CONNECT TO [Servicio de Red]
    GO
    EXEC sp_addrolemember 'db_owner', 'Servicio de Red'
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.