Forum Replies Created

Viewing 11 posts - 1 through 12 (of 12 total)

  • RE: Error running SSIS package

    Phil Parkin (3/3/2011)


    Sorry, remove single quotes and try again.

    wow , it's worked

    really thank u very^10000000 much and really sorry I didn't notice that

  • RE: Error running SSIS package

    Msg 102, Level 15, State 1, Line 2

    Incorrect syntax near 'USWA\ASPNET'.

  • RE: Error running SSIS package

    I've created user before , so all access to db does with no mistake

    only Package

    and I've windows authentcation

  • RE: Error running SSIS package

    when put this Instruction

    GRANT EXECUTE ON MSDB.dbo.sp_dts_getpackage to [MyUser]

    I get this error

    Msg 4610, Level 16, State 1, Line 1

    You can only grant or revoke permissions on objects in the...

  • RE: Error running SSIS package

    thank u all

    I'll try then I'll tell u

  • RE: Error running SSIS package

    The LoadFromSQLServer method has encountered OLE DB error code 0x80040E09 (EXECUTE permission denied on object 'sp_dts_getpackage', database 'msdb', schema 'dbo'.). The SQL statement that was issued has failed.

    Description: An...

  • RE: Error running SSIS package

    and I grant All_phones Package the role:db_dtsOperator

  • RE: Error running SSIS package

    and then I tried this

    app.LoadFromSqlServer("\\localhost\\All_phones", "localhost", null, null, null);

  • RE: Error running SSIS package

    No,Asp.net Application

    Package package = app.LoadPackage("c:\\documents and settings\\reem\\my documents\\visual studio 2005\\projects\\transformation\\transformation\\All_phones.dtsx", null);

    DTSExecResult result =...

  • RE: Error running SSIS package

    Thank u

    I tried it but not work

    I'll told u what I want

    I call Package in c# code then execute this package

    and in db in integration services in msdb in...

  • RE: Error running SSIS package

    Please I need help about this problem

    I don't understand the solution

Viewing 11 posts - 1 through 12 (of 12 total)