Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 54d409e

Browse files
author
MightyPen
committed
Fixes needed, teaching me the details of exact requirements, how much or little leeway there is.
1 parent 1314e6f commit 54d409e

7 files changed

Lines changed: 65 additions & 66 deletions

docs/big-data-cluster/hdfs-tiering-mount-adlsgen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In order to use OAuth credentials to mount, you need to follow the below steps:
4343
1. In right navigation bar, select "App registrations" and create a new registration
4444
1. Create a "Web Application and follow the wizard. **Remember the name of the app you create here**. You will need to add this name to your ADLS account as an authorized user. Also note the Application client ID in the overview when you select the App.
4545
1. Once the web application is created, go to "Certificates&secrets" and create a **New client secret** and select a key duration. **Add** the secret.
46-
1. Go back to the App Registrations page, and click on the "Endpoints" at the top. **Note down the "OAuth token endpoint (v2)** URL
46+
1. Go back to the App Registrations page, and click on the "Endpoints" at the top. **Note down the "OAuth token endpoint (v2)** URL
4747
1. You should now have the following things noted down for OAuth:
4848

4949
- The "Application Client ID" of the Web Application

docs/database-engine/install-windows/install-sql-server-on-server-core.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Server Core installation option provides a minimal environment for running s
6060
## Supported scenarios
6161
The following table shows the supported scenario matrix for installing [!INCLUDE[ssCurrent](../../includes/ssnoversion-md.md)] on a Server Core.
6262

63-
|||
63+
| Installation | Valid target |
6464
|-|-|
6565
|[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] editions|All [!INCLUDE[ssCurrent](../../includes/ssnoversion-md.md)] 64-bit editions |
6666
|[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] language|All languages|
@@ -124,41 +124,41 @@ The Server Core installation option provides a minimal environment for running s
124124
- Installing [!INCLUDE[ssDE](../../includes/ssde-md.md)].
125125
126126
The following example shows how to install a new stand-alone instance that includes [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)][!INCLUDE[ssDE](../../includes/ssde-md.md)]:
127-
128-
```console
129-
; SQL Server Configuration File
130-
[OPTIONS]
131-
132-
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
133-
134-
ACTION="Install"
135-
136-
; Specifies features to install, uninstall, or upgrade. The lists of features include SQLEngine, FullText, Replication, AS, IS, and Conn.
137-
138-
FEATURES=SQLENGINE
139-
140-
; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the ssNoVersion Database Engine, and Analysis Services (AS).
141-
142-
INSTANCENAME="MSSQLSERVER"
143-
144-
; Specify the Instance ID for the ssNoVersion features you have specified. ssNoVersion directory structure, registry structure, and service names will incorporate the instance ID of the ssNoVersion instance.
145-
146-
INSTANCEID="MSSQLSERVER"
147-
148-
; Account for ssNoVersion service: Domain\User or system account.
149-
150-
SQLSVCACCOUNT="NT Service\MSSQLSERVER"
151-
152-
; Windows account(s) to provision as ssNoVersion system administrators.
153-
154-
SQLSYSADMINACCOUNTS="\<DomainName\UserName>"
155-
156-
; Accept the License agreement to continue with Installation
157-
158-
IAcceptSQLServerLicenseTerms="True"
159-
160-
```
161-
127+
128+
```console
129+
; SQL Server Configuration File
130+
[OPTIONS]
131+
132+
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
133+
134+
ACTION="Install"
135+
136+
; Specifies features to install, uninstall, or upgrade. The lists of features include SQLEngine, FullText, Replication, AS, IS, and Conn.
137+
138+
FEATURES=SQLENGINE
139+
140+
; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the ssNoVersion Database Engine, and Analysis Services (AS).
141+
142+
INSTANCENAME="MSSQLSERVER"
143+
144+
; Specify the Instance ID for the ssNoVersion features you have specified. ssNoVersion directory structure, registry structure, and service names will incorporate the instance ID of the ssNoVersion instance.
145+
146+
INSTANCEID="MSSQLSERVER"
147+
148+
; Account for ssNoVersion service: Domain\User or system account.
149+
150+
SQLSVCACCOUNT="NT Service\MSSQLSERVER"
151+
152+
; Windows account(s) to provision as ssNoVersion system administrators.
153+
154+
SQLSYSADMINACCOUNTS="\<DomainName\UserName>"
155+
156+
; Accept the License agreement to continue with Installation
157+
158+
IAcceptSQLServerLicenseTerms="True"
159+
160+
```
161+
162162
- Installing connectivity components. The following example shows how to install the connectivity components:
163163
164164
```console

docs/integration-services/connection-manager/hadoop-connection-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ On the gateway computer:
195195

196196
Run the following **Ksetup** commands to add a realm entry.
197197

198-
```console
199-
C:> Ksetup /addkdc REALM.COM <your_kdc_server_address>
200-
C:> ksetup /addhosttorealmmap HDFS-service-FQDN REALM.COM
201-
```
198+
```console
199+
C:> Ksetup /addkdc REALM.COM <your_kdc_server_address>
200+
C:> ksetup /addhosttorealmmap HDFS-service-FQDN REALM.COM
201+
```
202202

203203
## See also
204204
[Hadoop Hive Task](../../integration-services/control-flow/hadoop-hive-task.md)

docs/integration-services/import-export-data/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@ The user id and password to connect.
7474
### Connection string format
7575
Here's the format of a typical connection string.
7676

77-
```console
78-
Driver={MySQL ODBC 5.3 Unicode Driver};Server=<server>;Database=<database>;UID=<user id>;PWD=<password>
79-
```
77+
```console
78+
Driver={MySQL ODBC 5.3 Unicode Driver};Server=<server>;Database=<database>;UID=<user id>;PWD=<password>
79+
```
8080

8181
### Enter the connection string
8282
Enter the connection string in the **ConnectionString** field, or enter the DSN name in the **Dsn** field, on the **Choose a Data Source** or **Choose a Destination** page. After you enter the connection string, the wizard parses the string and displays the individual properties and their values in the list.
8383

8484
The following example uses this connection string.
8585

86-
```console
87-
Driver={MySQL ODBC 5.3 Unicode Driver};Server=127.0.0.1;Database=world;UID=root;PWD=********
88-
```
86+
```console
87+
Driver={MySQL ODBC 5.3 Unicode Driver};Server=127.0.0.1;Database=world;UID=root;PWD=********
88+
```
8989

9090
Here's the screen that you see after entering the connection string.
9191

docs/integration-services/import-export-data/connect-to-an-odbc-data-source-sql-server-import-and-export-wizard.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ If you want to provide your connection information with a connection string, the
8787

8888
This example is going to use the following connection string, which connects to Microsoft SQL Server. The database example that is used is **WideWorldImporters** and we're connecting to the SQL Server on the local machine.
8989

90-
```console
91-
Driver={ODBC Driver 13 for SQL Server};server=localhost;database=WideWorldImporters;trusted_connection=Yes;
92-
```
90+
```console
91+
Driver={ODBC Driver 13 for SQL Server};server=localhost;database=WideWorldImporters;trusted_connection=Yes;
92+
```
9393

9494
Enter the connection string in the **ConnectionString** field on the **Choose a Data Source** or **Choose a Destination** page. After you enter the connection string, the wizard parses the string and displays the individual properties and their values in the list.
9595

@@ -149,9 +149,9 @@ To build and test the connection string for your ODBC driver on your own compute
149149

150150
After you assemble the necessary values from the sample file DSN, you have the following connection string.
151151
152-
```console
153-
DRIVER=ODBC Driver 13 for SQL Server;SERVER=localhost;DATABASE=WideWorldImporters;Trusted_Connection=Yes
154-
```
152+
```console
153+
DRIVER=ODBC Driver 13 for SQL Server;SERVER=localhost;DATABASE=WideWorldImporters;Trusted_Connection=Yes
154+
```
155155

156156
You don't typically need all the settings in a DSN created by the ODBC Data Source Administrator to create a connection string that works.
157157
- You always have to specify the ODBC driver.

docs/integration-services/import-export-data/connect-to-an-oracle-data-source-sql-server-import-and-export-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The user id and password to connect.
6565
### Connection string format
6666
Here's the format of a typical connection string.
6767

68-
```console
69-
Driver={Microsoft ODBC for Oracle};Server=myServerAddress;Uid=myUsername;Pwd=myPassword;
70-
```
68+
```console
69+
Driver={Microsoft ODBC for Oracle};Server=myServerAddress;Uid=myUsername;Pwd=myPassword;
70+
```
7171

7272
### Enter the connection string
7373
Enter the connection string in the **ConnectionString** field, or enter the DSN name in the **Dsn** field, on the **Choose a Data Source** or **Choose a Destination** page. After you enter the connection string, the wizard parses the string and displays the individual properties and their values in the list.

docs/integration-services/packages/sql-server-agent-jobs-for-packages.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,22 @@ ms.author: chugu
116116
6. Select **Integration Services Package** for the job step type.
117117

118118
7. In the **Run as** list, select **SQL Server Agent Service Account** or select a proxy account that has the credentials that the job step will use. For information about creating a proxy account, see [Create a SQL Server Agent Proxy](../../ssms/agent/create-a-sql-server-agent-proxy.md).
119-
119+
120120
Using a proxy account instead of the **SQL Server Agent Service Account** may resolve common issues that can occur when executing a package using the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent. For more information about these issues, see the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Knowledge Base article, [An SSIS package does not run when you call the SSIS package from a SQL Server Agent job step](https://support.microsoft.com/kb/918760).
121121

122122
- When running job with a Proxy, one has to have the following security items in place for the job to successfuly run.
123123

124-
Credential Login used by the Proxy, the account running the SQL Server Agent and the account running the SQL Server Service require the following permissions:
124+
Credential Login used by the Proxy, the account running the SQL Server Agent and the account running the SQL Server Service require the following permissions:
125125

126126
- Local Security Policy Attribue: Replace a Process Level Token
127127
- Full control over %SYSTEMROOT%\Temp
128-
129-
Failure to put in the security items will result in the job failing and an error message similar to the following: The job failed. A required privilege is not held by the client.
130-
131-
132-
> **NOTE:** If the password changes for the credential that the proxy account uses, you need to update the credential password. Otherwise, the job step will fail.
133-
134-
For information about configuring the SQL Server Agent service account, see [Set the Service Startup Account for SQL Server Agent &#40;SQL Server Configuration Manager&#41;](https://msdn.microsoft.com/library/46ffe818-ebb5-43a0-840b-923f219a2472).
135-
128+
129+
Failure to put in the security items will result in the job failing and an error message similar to the following: The job failed. A required privilege is not held by the client.
130+
131+
> **NOTE:** If the password changes for the credential that the proxy account uses, you need to update the credential password. Otherwise, the job step will fail.
132+
133+
For information about configuring the SQL Server Agent service account, see [Set the Service Startup Account for SQL Server Agent &#40;SQL Server Configuration Manager&#41;](https://msdn.microsoft.com/library/46ffe818-ebb5-43a0-840b-923f219a2472).
134+
136135
8. In the **Package Source** list box, click the source of the package and then configure the options for the job step.
137136

138137
**The following table describes the possible package sources.**

0 commit comments

Comments
 (0)