October 4, 2011 at 9:24 am
Hi,
I have used this Attunity client in Staging environment, which has Enterprise evaluation version.
When I moved to Production which has Standard edition, the packages run when executed from BIDS. But doesnot run when executed in Job Agent or when executed from outside BIDS (like right click on the Package in a folder and say Open and then execute).
My Question is why this is working from BIDS even though I am on standard edition.
Regards,
N
October 4, 2011 at 10:38 am
There can be several things contributing to your package not executing in you production environment from the Job Agent the two most likely are
- permissions- the job agent does not correct level of permissions
- your package contains an Enterprise component(s) not supported in the Standard version
October 4, 2011 at 12:15 pm
Thanks for your reply.
I knew that it is enterprise component and not supported in standard Edition but my question is "why this is working from BIDS even though I am on standard edition."
October 4, 2011 at 12:41 pm
So if you have eliminated the differences between Enterprise and Standard then check the differences between permissions of your account in BIDS and SQL Server Agent.
Have you grant db_ssisOperator or db_ssisAdmin for the package in the MSDB?
October 4, 2011 at 12:42 pm
My experience tends to indicate that BIDS will run the component even if it is a higher edition. Not sure I can prove that.
But will fail when you try to run it outside BIDS because of the edition mismatch.
CEWII
October 4, 2011 at 12:47 pm
Agreed, that is my experience as well
October 4, 2011 at 1:02 pm
I think the idea is that the tools will let you develop for any edition but you can't actually run them on the server unless the features are supported by that version.
CEWII
October 4, 2011 at 1:34 pm
Attunity does support Enterprize as well as developer Edition. Id it becuase of this it is executing in BIDS?
October 4, 2011 at 1:38 pm
When you say "But doesnot run when executed in Job Agent or when executed from outside BIDS"
what is the error message?
It would also be helpful to know
Have you deployed other SSIS packages to your production server?
What version of BIDS are you developing in and the SQL Serversion version
Is Attunity only in your Staging environment
October 4, 2011 at 2:00 pm
When you say "But doesnot run when executed in Job Agent or when executed from outside BIDS"
what is the error message?
SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The component "Tgt_Test" (19) cannot run on installed Standard Edition (64-bit) of Integration Services. It requires Enterprise Edition (64-bit) or higher.
Have you deployed other SSIS packages to your production server?
I did.
What version of BIDS are you developing in and the SQL Serversion version
2008 R2
Is Attunity only in your Staging environment
Its in Prod as well. I could download it on standard version also.
October 4, 2011 at 2:04 pm
I could develop as well as Execute in BIDS.
October 4, 2011 at 2:11 pm
Attunity data connector are only supported on Enterprise version of SQL Server per Microsoft
In sql 2008 the Attunity data connectors were a separate download for Oracle & Teradata
and designed to be used with the Enterprise and Developer editions of SQL Server 2008 Integration Services
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11180
This is a link to the 2008 R2 version comparison
http://www.microsoft.com/sqlserver/en/us/product-info/compare.aspx
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply