You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The advantage of this approach (versus the tenant-wide solution) is that this solution is very targeted. It provisions only the **Power Query** service principal, but no other permission changes are made to the tenant.
Copy file name to clipboardExpand all lines: support/sql/database-engine/connect/tls-exist-connection-closed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ To resolve the issue, follow these steps:
91
91
1. Select the **Certificate** tab and follow the relevant step:
92
92
- If a certificate is displayed, select **View** to examine the Thumbprint algorithm to confirm whether it's using a weak-hash algorithm. Then, select **Clear** and go to step 4.
93
93
- If a certificate isn't displayed, review the SQL Server error log for an entry that resembles the following and note down the hash or thumbprint value:
94
-
`2017-05-30 14:59:30.89 spid15s The certificate [Cert Hash(sha1) "B3029394BB92AA8EDA0B8E37BAD09345B4992E3D"] was successfully loaded for encryption`
94
+
`2017-05-30 14:59:30.89 spid15s The certificate [Cert Hash(sha1) "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00"] was successfully loaded for encryption`
95
95
1. Use the following steps to remove server authentication:
96
96
1. Select **Start** > **Run**, and type *MMC*. (MMC also known as the Microsoft Management Console.)
97
97
1. In MMC, open the certificates and select **Computer Account** in the **Certificates** snap-in screen.
IF EXISTS( SELECTDs.DataSourceIDFROM tbl_IM_DataSource Ds JOIN tbl_PRM_LogicalReplica Lr ONDs.DataSourceId=Lr.DataSourceIdWHEREDs.AppId='18BEE66C-826F-4499-A663-9805C8688AD3')
15
+
IF EXISTS( SELECTDs.DataSourceIDFROM tbl_IM_DataSource Ds JOIN tbl_PRM_LogicalReplica Lr ONDs.DataSourceId=Lr.DataSourceIdWHEREDs.AppId='00001111-aaaa-2222-bbbb-3333cccc4444')
16
16
PRINT 'VMware DataSource in Active/Inactive protected state'
17
-
ELSE IF EXISTS ( SELECT DataSourceID FROM tbl_IM_DataSource WHERE CloudProtectionStatus!=0AND AppId='18BEE66C-826F-4499-A663-9805C8688AD3')
17
+
ELSE IF EXISTS ( SELECT DataSourceID FROM tbl_IM_DataSource WHERE CloudProtectionStatus!=0AND AppId='00001111-aaaa-2222-bbbb-3333cccc4444')
18
18
PRINT 'VMware DataSource in Cloud are Active/Inactive protected state'
19
19
ELSE
20
20
PRINT 'All VMware datasource protections are removed'
@@ -102,7 +102,7 @@ ELSE
102
102
END
103
103
DROPTABLE#serverIdTable3
104
104
105
-
SELECT DatasourceID INTO #datasourceIdTable2 FROM dbo.tbl_IM_DataSource WHERE AppId='18BEE66C-826F-4499-A663-9805C8688AD3'
105
+
SELECT DatasourceID INTO #datasourceIdTable2 FROM dbo.tbl_IM_DataSource WHERE AppId='00001111-aaaa-2222-bbbb-3333cccc4444'
106
106
DECLARE @datasourceId2 nvarchar(100)
107
107
WHILE exists ( SELECT*FROM#datasourceIdTable2 )
108
108
BEGIN
@@ -114,7 +114,7 @@ ELSE
114
114
END
115
115
DROPTABLE#datasourceIdTable2
116
116
117
-
Deletefrom tbl_IM_DataSource where AppId='18BEE66C-826F-4499-A663-9805C8688AD3'
117
+
Deletefrom tbl_IM_DataSource where AppId='00001111-aaaa-2222-bbbb-3333cccc4444'
Copy file name to clipboardExpand all lines: support/system-center/scom/regular-expression-support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ You can use comparison operators when you construct a criteria expression. The v
129
129
|MATCHES|Evaluates to **true** if the left operand matches the regular expression defined by the right operand.|`Name MATCHES 'SQL*05'`<br/> Evaluates to **true** if the `Name` value is **SQL2005**. |
130
130
|IS NULL|Evaluates to **true** if the value of the left operand is null.|`ConnectorId IS NULL`<br/> Evaluates to **true** if the `ConnectorId` property doesn't contain a value. |
131
131
|IS NOT NULL|Evaluates to **true** if the value of the left operand isn't null.|`ConnectorId IS NOT NULL`<br/> Evaluates to **true** if the `ConnectorId` property contains a value. |
132
-
|IN|Evaluates to **true** if the value of the left operand is in the list of values defined by the right operand.<br/><br/>**Note** The **IN** operator is valid for use only with properties of type [Guid](/dotnet/api/system.guid).|`Id IN ('080F192C-52D2-423D-8953-B3EC8C3CD001', '080F192C-53B2-403D-8753-B3EC8C3CD002')`<br/>Evaluates to **true** if the value of the `Id` property is one of the two globally unique identifiers provided in the expression. |
132
+
|IN|Evaluates to **true** if the value of the left operand is in the list of values defined by the right operand.<br/><br/>**Note** The **IN** operator is valid for use only with properties of type [Guid](/dotnet/api/system.guid).|`Id IN ('aaaabbbb-0000-cccc-1111-dddd2222eeee', 'bbbbcccc-1111-dddd-2222-eeee3333ffff')`<br/>Evaluates to **true** if the value of the `Id` property is one of the two globally unique identifiers provided in the expression. |
133
133
|AND|Evaluates to **true** if the left and right operands are both true.|`Name = 'SQL%' AND Description LIKE 'MyData%'`|
134
134
|OR|Evaluates to **true** if either the left or right operand is true.|`Name = 'SQL%' OR Description LIKE 'MyData%'`|
135
135
|NOT|Evaluates to **true** if the right operand isn't true.|`NOT (Name = 'IIS' OR Name = 'SQL')`|
> 00000040 6.41748762 [5600] 15E0.1740::07/29-02:36:10.867#04:WsmanAPIWrapper.cs(2752): Retrieving underlying WMI error to throw. Got string "<f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859010" Machine="servername"><f:Message><f:ProviderFault provider="WMI Provider" path="%systemroot%\system32\WsmWmiPl.dll"><f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859010" Machine="DCMRRXP16N24.dcmanager.lab"><f:Message>The WS-Management service cannot process the request. The WMI service reported that the WMI provider could not perform the requested operation. </f:Message></f:WSManFault><f:ExtendedError><p:__ExtendedStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://schemas.microsoft.com/wbem/wsman/1/wmi/root/wmi/__ExtendedStatus" xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xsi:type="p:__ExtendedStatus_Type"><p:Description>WDM specific return code: 4200
36
36
> 00000041 6.41748762 [5600] </p:Description><p:Operation>ExecQuery</p:Operation><p:ParameterInfo>select * from MSFC_FCAdapterHBAAttributes</p:ParameterInfo><p:ProviderName>WinMgmt</p:ProviderName><p:StatusCode xsi:nil="true"/></p:__ExtendedStatus></f:ExtendedError></f:ProviderFault></f:Message></f:WSManFault>"
37
37
> 00000042 6.41825581 [5600] 15E0.1740::07/29-02:36:10.868#04:WsmanAPIWrapper.cs(2752): System.Runtime.InteropServices.COMException (0x80338102): The WS-Management service cannot process the request. The WMI service reported that the WMI provider could not perform the requested operation.
0 commit comments