SSIS package don't running with bat file

  • Hello

    i was created simple dtsx package for copy directory files

    in visual studio this package running success and working

    but i want to create dynamically running with bat file

    bat file running but can't working succes

    please this is my bat file data

    "C:\Program Files\Microsoft SQL Server\110\DTS\Binn\DTExec.exe" /F

    "c:\users\zen\documents\visual studio 2012\projects\LoadData\LoadData\Package.dtsx"

  • what is the error and are you running on a server or on your pc?

    note that to run from the command line you need to have SQL Server Integration Services installed on the host where it runs.

  • Why not use agent to run your SSIS package?

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • in this pc have't sql server 

    only ssis have

  • i give this

    choose to open dtsx file

    Attachments:
    You must be logged in to view attached files.
  • that is your problem - in order to use the command line you need to have SQL Server installed including Integration Services.

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

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