Error : Aspnet_ChangeNotification_ReceiveNotificationsOnlyAccess

  • Hi..

    I have one ssis package 2008 in that i transferring the tables and sp's using Transfer sql server object task..

    when i execute the package

    i'm getting this error ..

    "[Transfer SQL Server Objects Task] Error: Execution failed with the following error: "ERROR : errorCode=0 description=Cannot find the user 'aspnet_ChangeNotification_ReceiveNotificationsOnlyAccess', because it does not exist or you do not have permission. helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}"."

    Help me ...

  • Maybe you have permission problems?

    Are you running the package manually or on the server?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • hi

    thanks for reply ..

    i'm using manual ...

    but how to assign permission ..

    i'm getting the same error

    help me ..

  • From BOL:

    The user must have permission to browse objects on the source server, and must have permission to drop and create objects on the destination server; moreover, the user must have access to the specified database and database objects.

    http://msdn.microsoft.com/en-us/library/ms142159.aspx

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Thanks ... i got it

    i just created the user by that name and problem solved .. 🙂 🙂

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply