Registers service connection points (SCPs) in an Active Directory domain.
Note: This can be helpful when the service account registered to a domain does not have sufficient permissions to create an SCP.
Syntax:
Register-QServiceConnectionPoint [-DomainDnsName] <String> [-DeploymentId] <String> [-ServerDnsName] <String> [[-ServerNetTcpPortNumber] [>Int32>]] [<CommonParameters>]
Parameter | Description |
---|---|
DomainDnsName | Specify the full DNS name of the Active Directory domain where the SCP will be registered. |
DeploymentId | Specify the deployment name of the Data Governance instance. |
ServerDnsName | Specify the full DNS name of the computer hosting the Data Governance server. |
ServerNetTcpPortNumber | (Optional) Specify the Net.tcp port number of the Data Governance server. If this parameter is not specified, the default port (8722) is used. |
Examples:
Example | Description |
---|---|
Register-QServiceConnectionPoint -DomainDnsName vmset6.dge.dev.ca - DeploymentId DGEMAIN - ServerDnsName 2k8.vmset6.dge.dev.ca |
Registers the SCP for an Active Directory domain. |