SSIS easy answer if anyone has done this 1 time - how to run an ssis package from a query window

  • Ran this:

    Declare @cmd varchar(1000)

    select @cmd = 'dtexec /F " D:\Development\Blair_Claims_Upload\Blair_Claims.dtsx"'

    exec master.dbo.xp_cmdshell @cmd

    Got This:

    error description

    Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.

    I keep seeing in google about this package installation wizard. but where is the wizard,

    from where is it initiated.

  • I would appreciate greatly to know atleast were the package installl wizard is located if know one has had this error with the XML

    thanks

  • In BIDS< right click on the Project, select Properties.

    In the Configuration Properties tree, select Deployment Utility. Change the value from False to True for CreateDeploymentUtility. You can also specify where it gets created with the DeploymentOutputPath.

    HTH,

    Steve.

  • This was removed by the editor as SPAM

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

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