CubeAdmin.QueueCBSRequest Method
Sends a Cube Build Service (CBS) request to the Project Server Queuing service.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/QueueCBSRequest", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function QueueCBSRequest ( _
settingcbsMsg As CBSRequestMessage _
) As Guid
'Usage
Dim instance As CubeAdmin
Dim settingcbsMsg As CBSRequestMessage
Dim returnValue As Guid
returnValue = instance.QueueCBSRequest(settingcbsMsg)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/QueueCBSRequest", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid QueueCBSRequest(
CBSRequestMessage settingcbsMsg
)
Parameters
- settingcbsMsg
Type: [CubeAdmin Web service].CBSRequestMessage
Contains the Cube Build Service request parameters.
Return Value
Type: System.Guid
Job GUID of the request in the Project Server queue.
Remarks
For information about the request parameters in settingcbsMsg, see CBSRequestMessage.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage settings for OLAP cube creation. Global permission. |
|
Allows a user to administer services such as Active Directory settings and database timeouts. Global permission. |