Membership Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    #1

    Membership Error

    Hello,

    I got the full script to create the ASP.NET Membership tables.
    When I run the scripts on my table I get the following:

    ---------------------------------------
    Starting execution of InstallCommon.S QL
    ---------------------------------------

    (310 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    ----------------------------------------
    Completed execution of InstallCommon.S QL
    ----------------------------------------
    -------------------------------------------
    Starting execution of InstallMembersh ip.SQL
    -------------------------------------------
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    --------------------------------------------
    Completed execution of InstallMembersh ip.SQL
    --------------------------------------------
    ------------------------------------------------
    Starting execution of InstallProfile. SQL
    ------------------------------------------------
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    -------------------------------------------------
    Completed execution of InstallProfile. SQL
    -------------------------------------------------
    --------------------------------------
    Starting execution of InstallRoles.SQ L
    --------------------------------------
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    ---------------------------------------
    Completed execution of InstallRoles.SQ L
    ---------------------------------------
    ------------------------------------------------
    Starting execution of InstallPersonal ization.SQL
    ------------------------------------------------
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    -------------------------------------------------
    Completed execution of InstallPersonal ization.SQL
    -------------------------------------------------
    ----------------------------------------------------
    Starting execution of InstallWebEvent SqlProvider.SQL
    ----------------------------------------------------
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.

    (1 row(s) affected)

    (1 row(s) affected)
    Cannot grant, deny, or revoke permissions to sa, dbo, entity owner,
    information_sch ema, sys, or yourself.
    -----------------------------------------------------
    Completed execution of InstallWebEvent SqlProvider.SQL
    -----------------------------------------------------

    If I run the scripts on aspnetdb table it works fine.

    Does anyone knows what is wrong?

    Thanks,
    Miguel
Working...