SSIS package errror

  • SSIS package jobs is failing in DEV due to the following error.

    Please let me know if you could help. I have verified that this is not an evaluation edition, this is an enterprise edition (64-bit).

    Error: 2012-10-31 01:00:14.73

    Code: 0xC0000033

    Source: SourceLinkBatchStagingHistory_Load

    Description: Integration Services evaluation period has expired.

    Thanks,

    SueTons

    Regards,
    SQLisAwe5oMe.

  • If SSIS can't read the registry, it will think it is an evaluation edition.

    http://stackoverflow.com/questions/527839/ssis-package-fails-on-execute-integration-services-evaluation-period-has-expire

    Try running the package as administrator and see what happens.

    ps: enterprise edition on a development server. Seems a bit expensive. Why don't you take the development edition?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • this error is version related problem....

    pls try below steps...

    (1) open your SSIS Package related solution explorer

    next go to properties

    next go to dedugging

    next chage below mentioned property.

    RUN 64 BIT RUN TIME(DEFAULT True) true to false.........

  • subbareddy542 (11/2/2012)


    this error is version related problem....

    pls try below steps...

    (1) open your SSIS Package related solution explorer

    next go to properties

    next go to dedugging

    next chage below mentioned property.

    RUN 64 BIT RUN TIME(DEFAULT True) true to false.........

    I don't see why running your package in 32-bit during debugging would solve an edition issue.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

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

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