Extended dynamic disabled error

The Extended dynamic support disabled message is seen when a SQL package is unusable for some reason.

On older servers, this message can be seen when a user connects with a different default library than the user who created the package. To workaround this message you can either:

  1. Delete the SQL package on the system so that when you run your application the package will be created with your default package settings
  2. Change the SQL default library connection string setting to match the setting that is saved with the SQL package
  3. Switch theReturn code for unusable package ODBC DSN setting to Ignore or Warning. Alternatively, you can get this same behavior by setting the PKG connection string setting.
  4. Disable the XDYNAMIC connection string setting.