Start of change

DSNT227I   bind-action WARNING FOR SQL PROCEDURE PACKAGE: location-name.collection-id.package-id.(version-id) THE TARGET SERVER WAS NOT ABLE TO RESOLVE STRUCTURE INFORMATION IN THE SOURCE PACKAGE. ADDITIONAL AUTOMATIC REGENERATION PROCESSING WILL OCCUR ON THE TARGET SERVER.

Explanation

A stored procedure was created in one version of DB2® and bound for use on an earlier version. Some structural information in the new package must be resolved by the target server during the bind process. If the BIND request succeeded, you can use the resulting package on the earlier version.

bind-action
The requested BIND action, such as BIND DEPLOY.
location-name.collection-id.package-id.(version-id)
Identifies the package that was bound.

System action

Processing continues.

User response

No action is required on the DB2 10 subsystem. When you execute the package on the target server, monitor the console output for SQLCODE -904 which indicates that the automatic processing was unsuccessful.

End of change