This topic has not yet been rated - Rate this topic

Deployment Web Service Messages

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

The base class for all messages is DeploymentServiceRequest.

Synchronous Messages

The following table lists the synchronous messages supported by the deployment service, to be used with the IDeploymentService. Execute method. Synchronous requests will be committed within a 60-second timeout.

 

Request class name Description

AddDeploymentAdministratorRequest

Adds a deployment service administrator account. The user must already exist in Active Directory.

DeleteRequest

Deletes a deployment or configuration settings record. You can also call the Delete method.

RetrieveAdvancedSettingsRequest

Retrieves values from the configuration database.

RetrieveAllRequest

Retrieves all records for the specified deployment or configuration settings entity. You can also call the RetrieveAll method.

RetrieveRequest

Retrieves the specified deployment or configuration settings record by name or by ID. You can also call the Retrieve method.

TrackLicenseRequest

Tracks client access license (CAL) usage and server license usage.

UpdateAdvancedSettingsRequest

Updates a writable setting in the configuration database.

UpdateProductKeyRequest

Updates the product key.

UpdateRequest

Updates a deployment or configuration settings record. You can also call the Update method.

Asynchronous Messages

Asynchronous requests return an ID that can be used to retrieve current state and show status. For example, in a create organization request a retrieve would show the org status as ”pending.” If you make multiple asynchronous requests they will be queued. Each request in the queue is processed serially.

The following table lists the asynchronous messages supported by the deployment service.

 

Request class name Description

BeginCreateOrganizationRequest

Initiates the creation of a new organization. This is an asynchronous request.

BeginImportOrganizationRequest

Initiates the import of an organization. This is an asynchronous request.

BeginUpgradeOrganizationRequest

Initiates the upgrade of an organization. This is an asynchronous request.

Before creating or importing an organization, check to see if the unique name for the organization is not on the reserved names list defined in the configuration database. For a partial list, see UniqueName.

See Also

Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.