Hi,
I am trying to build a DR environment.
I have installed all the necessary components
one job is called from an .exe which is running an SSIS package.
When I run the package manually it runs fine
when run as the .exe I get the following error
: Microsoft.SqlServer.Dts.Runtime.DtsPipelineException: Retrieving the COM class factory for component with CLSID {697AC67E-FDD5-46D1-90D7-F3D0DF1B2A47} failed due to the following error: 80040154. ---> System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {697AC67E-FDD5-46D1-90D7-F3D0DF1B2A47} failed due to the following error: 80040154.
at Microsoft.SqlServer.Dts.Runtime.Package..ctor()
Any ideas
SSIS is installed on the Server
Ger