SQL Server Developer Center > SQL Server Forums > SQL Server Integration Services > Job does not start because of product version
Ask a questionAsk a question
 

AnswerJob does not start because of product version

  • Wednesday, November 04, 2009 1:05 PMErik M. Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have scheduled a package to run through the SQL Server Agent, and when the package is supposed to be executed, the job fails and the following is written in the job history:

    Executed as user: DOMAIN\user. Microsoft (R) SQL Server Execute Package Utility  Version 10.0.2531.0 for 64-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  12:05:05 AM  Error: 2009-11-04 00:05:58.82     Code: 0xC00470FE     Source: Accounts SSIS.Pipeline     Description: SSIS Error Code DTS_E_PRODUCTLEVELTOLOW.  The component "Row Count" (738) cannot run on installed  (64-bit) of Integration Services. It requires Standard Edition (64-bit) or higher.

    So the package throws the error on a simple row count step...the strange thing is, that on both the deployment server and the development machine I have the Enterprise Edition installed... and when I run this package in debug mode from my development machine, everything works allright. 

    Any help is much appreciated!

    Thanks.

    -

Answers

All Replies