Skip to content

Commit 4d228d6

Browse files
committed
external link fixes
1 parent 158ce39 commit 4d228d6

57 files changed

Lines changed: 142 additions & 142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/analysis-services/instances/configure-http-access-to-analysis-services-on-iis-8-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "Configure HTTP Access to Analysis Services on IIS 8.0 | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/07/2017"
@@ -261,7 +261,7 @@ manager: "erikre"
261261
## <a name="bkmk_test"></a> Step 6: Test your configuration
262262
The connection string syntax for MSMDPUMP is the URL to the MSMDPUMP.dll file.
263263

264-
If the web application is listening on a fixed port, append the port number to the server name or IP address (for example, http://my-web-srv01:8080/OLAP/msmdpump.dll or http://123.456.789.012:8080/OLAP/msmdpump.dll.
264+
If the web application is listening on a fixed port, append the port number to the server name or IP address (for example, `http://my-web-srv01:8080/OLAP/msmdpump.dll` or `http://123.456.789.012:8080/OLAP/msmdpump.dll`.
265265

266266
To quickly test the connection, you can open a connection using Internet Explorer, Microsoft Excel, or SQL Server Management Studio.
267267

@@ -273,7 +273,7 @@ manager: "erikre"
273273

274274
1. In **Internet Explorer** > **Internet Options** > **Advanced**, clear the checkbox for **Show Friendly HTTP messages**.
275275

276-
2. Retry the connection (for example, http://my-web-srv01:8080/OLAP/msmdpump.dll)
276+
2. Retry the connection (for example, `http://my-web-srv01:8080/OLAP/msmdpump.dll`)
277277

278278
If you see an ERROR XML displayed in the browser window, you can eliminate MSMDPUMP as the potential cause and shift your focus to the certificate.
279279

docs/analysis-services/instances/connection-string-properties-analysis-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "Connection String Properties (Analysis Services) | Microsoft Docs"
33
ms.custom:
44
- "SQL2016_New_Updated"
@@ -168,11 +168,11 @@ manager: "erikre"
168168

169169
**Http(s) connections to [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbooks (.xlsx, .xlsb or .xlsm files)**
170170

171-
`Data Source=<URL>`, where the URL is the SharePoint path to a [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook that has been published to a SharePoint library. For example, Data Source=http://localhost/Shared Documents/Sales.xlsx.
171+
`Data Source=<URL>`, where the URL is the SharePoint path to a [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook that has been published to a SharePoint library. For example, `Data Source=http://localhost/Shared Documents/Sales.xlsx`.
172172

173173
**Http(s) connections to BI Semantic Model Connection files**
174174

175-
`Data Source=<URL>` where the URL is the SharePoint path to the .bism file. For example, Data Source=http://localhost/Shared Documents/Sales.bism.
175+
`Data Source=<URL>` where the URL is the SharePoint path to the .bism file. For example, `Data Source=http://localhost/Shared Documents/Sales.bism`.
176176

177177
**Embedded [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] connections**
178178

docs/analysis-services/instances/powershell-scripting-in-analysis-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "PowerShell scripting in Analysis Services | Microsoft Docs"
33
ms.custom:
44
- "SQL2016_New_Updated"
@@ -135,7 +135,7 @@ manager: "erikre"
135135
|Tabular instances and databases|Supported for local and remote administration, at all compatibility levels.<br /><br /> SQLAS cmdlets for Tabular models at the 1200 compatibility level using Tabular Model Scripting Language (TMSL) in JSON instead of XMLA.|
136136
|[!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] for SharePoint instances and databases|Limited support. You can use HTTP connections and the SQLAS provider to view instance and database information.<br /><br /> However, using the cmdlets is not supported. You can't use Analysis Services PowerShell to backup and restore an in-memory [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] database, nor should you add or remove roles, process data, or run arbitrary XMLA script.<br /><br /> For configuration purposes, [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] for SharePoint has built-in PowerShell support that is provided separately. For more information, see [PowerShell Reference for Power Pivot for SharePoint](../../analysis-services/powershell/powershell-reference-for-power-pivot-for-sharepoint.md).|
137137
|Native connections to local cubes<br /><br /> “Data Source=c:\backup\test.cub”|Not supported.|
138-
|HTTP connections to BI semantic model (.bism) connection files in SharePoint<br /><br /> Data Source=http://server/shared_docs/name.bism|Not supported.|
138+
|HTTP connections to BI semantic model (.bism) connection files in SharePoint<br /><br /> `Data Source=http://server/shared_docs/name.bism`|Not supported.|
139139
|Embedded connections to [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] databases<br /><br /> “Data Source=$Embedded$”|Not supported.|
140140
|Local server context in Analysis Services stored procedures<br /><br /> “Data Source=*|Not supported.|
141141

docs/analysis-services/multidimensional-models-scripting-language-assl-xmla/developing-with-xmla-in-analysis-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ manager: "erikre"
6161
## Namespace and Schema
6262

6363
### Namespace
64-
The schema defined in this specification uses the XML namespace http://schemas.microsoft.com/AnalysisServices/2003/Engine and the standard abbreviation “DDL.”
64+
The schema defined in this specification uses the XML namespace `http://schemas.microsoft.com/AnalysisServices/2003/Engine` and the standard abbreviation “DDL.”
6565

6666
### Schema
6767
The definition of an XML Schema definition language (XSD) schema for the [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] object definition language is based on the definition of the schema elements and hierarchy in this section.

docs/analysis-services/power-pivot-sharepoint/create-a-bi-semantic-model-connection-to-a-power-pivot-workbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manager: "erikre"
3939

4040
You must have a library that supports the BI semantic model connection content type. For more information, see [Add a BI Semantic Model Connection Content Type to a Library &#40;Power Pivot for SharePoint&#41;](../../analysis-services/power-pivot-sharepoint/add-bi-semantic-model-connection-content-type-to-library.md).
4141

42-
You must know the URL of the [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook for which you are setting up a BI semantic model connection (for example, http://adventure-works/shared documents/myworkbook.xlsx). The workbook must be in the same farm.
42+
You must know the URL of the [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook for which you are setting up a BI semantic model connection (for example, `http://adventure-works/shared documents/myworkbook.xlsx`). The workbook must be in the same farm.
4343

4444
All computers and users that participate in the connection sequence must be in the same domain or trusted domain (two-way trust).
4545

@@ -49,7 +49,7 @@ manager: "erikre"
4949

5050
![New Document submenu in a SharePoint library](../../analysis-services/power-pivot-sharepoint/media/ssas-bismconnection-new.gif "New Document submenu in a SharePoint library")
5151

52-
2. Set the **Server** property to the SharePoint URL of the [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook (for example, **http://mysharepoint/shared documents/myWorkbook.xlsx**. In a [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] for SharePoint deployment, data can be loaded on any server in the farm. For this reason, data source connections to [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] data specify just the path to the workbook. The [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] System Service determines which server loads the data.
52+
2. Set the **Server** property to the SharePoint URL of the [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook (for example, `http://mysharepoint/shared documents/myWorkbook.xlsx`. In a [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] for SharePoint deployment, data can be loaded on any server in the farm. For this reason, data source connections to [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] data specify just the path to the workbook. The [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] System Service determines which server loads the data.
5353

5454
Do not use the **Database** property; it is not used when specifying the location of a [!INCLUDE[ssGemini](../../includes/ssgemini-md.md)] workbook.
5555

docs/analysis-services/power-pivot-sharepoint/use-a-bi-semantic-model-connection-in-excel-or-reporting-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manager: "erikre"
3939

4040
2. Click **From Analysis Services** and use the Data Connection Wizard to import the data.
4141

42-
3. Enter the SharePoint URL of the BI semantic model connection file (for example, **http://mysharepoint/shared documents/myData.bism**). Accept the default log on credentials option, **Use Windows Authentication**. Click **Next**.
42+
3. Enter the SharePoint URL of the BI semantic model connection file (for example, `http://mysharepoint/shared documents/myData.bism`). Accept the default log on credentials option, **Use Windows Authentication**. Click **Next**.
4343

4444
4. On the next page, click **Next** again. Although you are prompted to select a database, you can only use the one database that is specified in the BI semantic model connection.
4545

docs/analysis-services/power-pivot-sharepoint/use-data-feeds-power-pivot-for-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ manager: "erikre"
8282

8383
1. **Base URL** is optional. You should specify it if a data service document provides multiple feeds. Base URL should specify the portion of the URL that is common to all the feeds (for example, the server name and site). If you are creating a data service document to a Reporting Services report, the base URL would be the report server URL and report.
8484

85-
2. **Web Service URL** is required. Without the Base URL, this value must include http:// or https:// in the address. If you specified a Base URL, the Web service URL is the portion that follows the Base URL. For example, if the full URL is http://adventure-works/inventory/today.aspx, the Base URL would be http://adventure-works/inventory, and the Web service URL would be /today.aspx.
85+
2. **Web Service URL** is required. Without the Base URL, this value must include `http://` or `https://` in the address. If you specified a Base URL, the Web service URL is the portion that follows the Base URL. For example, if the full URL is `http://adventure-works/inventory/today.aspx`, the Base URL would be `http://adventure-works/inventory`, and the Web service URL would be /today.aspx.
8686

8787
The Web service URL can include parameters that filter or select a subset of data. The application or service that provides the feed must support the parameters that you specify in the URL.
8888

docs/analysis-services/tabular-models/column-properties-ssas-tabular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ manager: "erikre"
4848
|--------------|---------------------|-----------------|
4949
|Default Image|False|Specifies which column provides an image that represents the row data (for example, a photo ID in an employee record).|
5050
|Default Label|False|Specifies which column provides a display name to represent row data (for example, employee name in an employee record).|
51-
|Image URL/Data Category (SP1)|False|Specifies the value in this column as a hyperlink to an image on a server. For example: http://localhost/images/image1.jpg.|
51+
|Image URL/Data Category (SP1)|False|Specifies the value in this column as a hyperlink to an image on a server. For example: `http://localhost/images/image1.jpg`.|
5252
|Keep Unique Rows|False|Specifies which columns provide values that should be treated as unique even if they are duplicates (for example, employee first name and last name, for cases where two or more employees share the same name).|
5353
|Row Identifier|False|Specifies a column that contains only unique values, allowing that column to be used as an internal grouping key.|
5454
|Summarize By|Default|Specifies reporting client tools apply the aggregate function SUM for column calculations when this column is added to a Field list. To change the default calculation, select it from the dropdown list. This property applies only to columns of type that can be aggregated.|

docs/analysis-services/xmla/xml-elements-headers/protocolcapabilities-element-xmla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ manager: "erikre"
3232
# ProtocolCapabilities Element (XMLA)
3333
Uses the SOAP header in a SOAP request message to identify protocol capabilities between an instance of [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] and a client application.
3434

35-
**Namespace** http://schemas.microsoft.com/analysisservices/2003/engine
35+
**Namespace** `http://schemas.microsoft.com/analysisservices/2003/engine`
3636

3737
## Syntax
3838

docs/analysis-services/xmla/xml-elements-properties/exception-element-xmla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ manager: "erikre"
3232
# Exception Element (XMLA)
3333
Indicates that an exception was returned from a [Discover](../../../analysis-services/xmla/xml-elements-methods-discover.md) or [Execute](../../../analysis-services/xmla/xml-elements-methods-execute.md) method call.
3434

35-
**Namespace** http://schemas.microsoft.com/analysisservices/2003/exception
35+
**Namespace** `http://schemas.microsoft.com/analysisservices/2003/exception`
3636

3737
## Syntax
3838

0 commit comments

Comments
 (0)