Start of change

DSNT278I bind-type SERVICE ERROR FOR service-name BECAUSE error-text

Explanation

The BIND SERVICE or FREE SERVICE command failed because one or more of the conditions specified in error-text occurred.

bind-type
Type of bind subcommand: BIND or FREE
service-name
Name of the package in the format of 'location.collection.service.(version)'.
error-text
Description of any of the following conditions that can cause the error:
  • Start of changeCOPY IS NOT ALLOWED UNTIL VERSIONING IS ENABLED.End of change
  • Start of changeCOPYING A VERSIONLESS SERVICE IS NOT SUPPORTED.End of change
  • Start of changeUNAVAILABLE RESOURCE. REASON reason-code, TYPE OF RESOURCE resource-type, AND RESOURCE NAME resource-name.End of change
  • Start of changeTHE SERVICE NAME SELECTED IS RESERVED FOR USE BY THE SYSTEM.End of change
  • Start of changePACKAGE ALREADY EXISTS.End of change
  • Start of changeVERSIONED SERVICE NOT ALLOWED WHEN VERSIONLESS SERVICE ALREADY EXISTS.End of change
  • Start of changeDROP OF DEFAULT VERSION NOT ALLOWED WHEN OTHER VERSIONS OF SERVICE EXIST.End of change
  • Start of changeVERSIONED SERVICE NOT ALLOWED UNTIL REST VERSIONING IS ENABLED.End of change
  • Start of changeREST CREATE/DROP SERVICE LOCK IS NOT AVAILABLE.End of change
  • SERVICE DOES NOT EXIST.
  • Start of changeFREE SERVICE IS NOT SUPPORTED AT THE LOCATION-NAME SPECIFIEDEnd of change
  • SERVICE ALREADY EXISTS.
  • THE SQL STATEMENT IS NOT SUPPORTED.
  • CALL HOST-VARIABLE IS NOT SUPPORTED. USE CALL PROCEDURE-NAME INSTEAD.
  • OFFLOAD OF NON-SELECT STATEMENTS IS NOT SUPPORTED.
  • STATEMENT CONTAINS UNBALANCED DELIMITERS.
  • STATEMENT CONTAINS BOTH HOSTVARS AND PARAMETER MARKERS.
  • STATEMENT CONTAINS A ZERO LENGTH HOSTVAR.
  • STATEMENT CONTAINS NO HOSTVAR IDENTIFIER AFTER COLON.

System action

The service-name service is not bound or freed.

System programmer response

See error-text to determine the cause of the error and respond accordingly.

End of change