I have a 2012 package and it is referring to a config file which has the DB connectionstring. This config file was created through the "Package Configuration Organizer". When I execute the package through VS 2012, it works fine(Reads the config from config file), but I get the below error when I run from DTEXEC.
Command:
C:\Program Files\Microsoft SQL Server\110\DTS\Binn>dtexec /f "C:\user\admin\Test\Pack1.dtsx /Conf "C:\user\admin\Test\P1.dtsconfig"
Microsoft (R) SQL Server Execute Package Utility
Version 11.0.2100.60 for 64-bit
Copyright (C) Microsoft Corporation. All rights reserved.
Started: 4:13:06 PM
Warning: 2013-12-13 16:13:07.19
Code: 0xC0048000
Source: Process File Process File (SSIS.Pipeline)
Description: The registry key "SOFTWARE\Classes\CLSID\{7F88F654-4E20-4D14-84F4-AF9C925D3087}\DTSInfo" cannot be opened.
End Warning
Warning: 2013-12-13 16:13:07.19
Code: 0x8004801E
Source: Process File Process File (SSIS.Pipeline)
Description: Cannot find the "CurrentVersion" value for component {7F88F654-4E20-4D14-84F4-AF9C925D3087}. The CurrentVersion value for the
t cannot be located. This error occurs if the component has not set its registry information to contain a CurrentVersion value in the DTSInfo
This message occurs during component development, or when the component is used in a package, if the component is not registered properly.
End Warning
Progress: 2013-12-13 16:13:08.00
Source: Select the latest Vendor file from mailMonitor
Executing query "select top 1 (ea.attachment_path), ea.attachment_f...".: 100% complete
End Progress
Progress: 2013-12-13 16:13:08.03
Source: Check if file has already been processed
Executing query "select count(*) from myTable where FileName...".: 100% complete
End Progress
Error: 2013-12-13 16:13:08.03
Code: 0xC000F427
Source: Unprocessed File? (This is an Expression Task)
Description: To run a SSIS package outside of SQL Server Data Tools you must install Unprocessed File? of Integration Services or higher.
End Error