2011 No service qualifier supplied - cannot check service existence

The deployment program attempts to check if any services already exist with the same service namespace as the ones defined in this COBOL archive (.car) file. (The service namespace is the part of the service name before the # character for SOAP services, or before the period for MFBINP services). If any services exist, deployment fails because Enterprise Server does not currently support updating services by redeploying them.

This message indicates that the manifest file does not contain a service qualifier, so the check cannot be made. There might be problems adding the services to the Directory Server directory or the running enterprise server.

Resolution:

If you believe this is an error in deployment, make sure that a service namespace is specified in the deployment settings for the Web Service. To set this:

  1. Open the service interface in Net Express.
  2. Right-click the Web Service to deploy.
  3. Click Settings.
  4. Click Advanced
  5. Specify the service namespace in the field provided.

Then redeploy the service.

Related Topics