Error: The product level is insufficient for component "x"
Symptoms
When deploying and executing a table in the Jet Data Manager, the following error occurs:
" The product level is insufficient for component "{component name}""
Cause
This error will occur when the Jet Data Manager is being used on one machine and the SSIS packages are being deployed to another machine (or not installed at all).
Resolution
To resolve the error, SSIS should be installed on the same machine as the Jet Data Manager.
There is a blog post on MSDN that addresses this error message in detail. It can be accessed from the link below.
Why do I get "product level is insufficient..." error when I run my SSIS package?
It is also possible to disable SSIS from being used in the project by referring to the KB article below. This will generate ADO.NET scripts instead of using SSIS.
How to Disable SQL Server Integration Services (SSIS) in a Jet Analytics Project? (Refer to step 2)
NOTE: SSIS is the recommended data transfer method to be used with Jet Analytics.