Results 1 to 5 of 5

Thread: execute a sql 2005 abc.dtsx file within a Job?

  1. #1
    Join Date
    Mar 2003
    Posts
    383

    execute a sql 2005 abc.dtsx file within a Job?

    Hi:

    How do i execute a sql 2005 abc.dtsx file package within a scheduled SQL Agent Job every 6 pm?

    thanks
    -D

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Choose SSIS package as step type and file system as package source when create job step in SSMS.

  3. #3
    Join Date
    Mar 2003
    Posts
    383
    Hi RMIAO:

    thank you very much for the help.
    -D

  4. #4
    Join Date
    Mar 2003
    Posts
    383
    with a click on the xxx.dtsx and execute:
    The package run from myPC C:\ to prodSvr fine.
    The package run from prodSvr C:\ to prodSvr fine.

    But when run job from
    1. myPC to execute this xxx.dtsx, job failed without specific error at all
    2. prodSvr, not even accept the xxx.dtsx as step 1 with follow error
    "the specified @subsystem is invalid. valid values are returned by sp_enum_sqlagent_subsystems. error 14234"

    myPC is SQL STD 2005, the prodSvr with SQL 2005 Enterprise.
    thanks
    -D

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    What's sql agent service account? Does it have permission to execute that file? Does the package use remote data source?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •