Skip to content

Commit 31e88a2

Browse files
authored
Update scenario-ssis-migration-rules.md
1 parent 1ea4413 commit 31e88a2

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/data-factory/scenario-ssis-migration-rules.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Connection that contains host name may fail, typically because the Azure virtual
2727

2828
You can use below options for SSIS Integration runtime to access these resources:
2929

30-
- [Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md)
30+
- [Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network)
3131
- Migrate your data to Azure and use Azure resource endpoint.
3232
- Use Managed Identity authentication if moving to Azure resources.
33-
- [Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
33+
- [Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
3434

3535
### [1002]Connection with absolute or UNC path might not be accessible
3636

@@ -42,10 +42,10 @@ Recommendation
4242

4343
You can use below options for SSIS Integration runtime to access these resources:
4444

45-
- [Change to %TEMP%](./ssis-azure-files-file-shares.md)
46-
- [Migrate your files to Azure Files](./ssis-azure-files-file-shares.md)
47-
- [Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md).
48-
- [Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
45+
- [Change to %TEMP%](/azure/data-factory/ssis-azure-files-file-shares)
46+
- [Migrate your files to Azure Files](/azure/data-factory/ssis-azure-files-file-shares)
47+
- [Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network).
48+
- [Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
4949

5050
### [1003]Connection with Windows authentication may fail
5151

@@ -70,7 +70,7 @@ Azure-SSIS IR only includes built-in providers or drivers by default. Without cu
7070

7171
Recommendation
7272

73-
[Customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install non built-in provider or driver.
73+
[Customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install non built-in provider or driver.
7474

7575
### [1005]Analysis Services Connection Manager cannot use an account with MFA enabled
7676

@@ -96,7 +96,7 @@ Recommendation
9696

9797
You can use below methods to have Windows environment variables working in SSIS Integration runtime:
9898

99-
- [Customize SSIS integration runtime setup](./how-to-configure-azure-ssis-ir-custom-setup.md) with Windows environment variables.
99+
- [Customize SSIS integration runtime setup](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) with Windows environment variables.
100100
- [Use Package or Project Parameter](/sql/integration-services/integration-services-ssis-package-and-project-parameters).
101101

102102
### [1007]SQL Server Native Client (SNAC) OLE DB driver is deprecated
@@ -113,7 +113,7 @@ The component is only supported in Azure SSIS integration runtime enterprise edi
113113

114114
Recommendation
115115

116-
[Configure Azure SSIS integration runtime to enterprise edition](./how-to-configure-azure-ssis-ir-enterprise-edition.md).
116+
[Configure Azure SSIS integration runtime to enterprise edition](/azure/data-factory/how-to-configure-azure-ssis-ir-enterprise-edition).
117117

118118
### [2002]ORC and Parquet file format aren't by default enabled
119119

@@ -123,7 +123,7 @@ ORC and Parquet file format need JRE, which isn't by default installed in Azure
123123

124124
Recommendation
125125

126-
Install compatible JRE by [customize setup for the Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md).
126+
Install compatible JRE by [customize setup for the Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup).
127127

128128
### [2003]Third party component isn't by default enabled
129129

@@ -135,7 +135,7 @@ Recommendation
135135

136136
- Contact the third party to get an SSIS Integration runtime compatible version.
137137

138-
- For in-house or open source component, [customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install necessary SQL Server 2017 compatible components.
138+
- For in-house or open source component, [customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install necessary SQL Server 2017 compatible components.
139139

140140
### [2004]Azure Blob source and destination is discovered
141141

@@ -151,7 +151,7 @@ Azure SSIS integration time is provisioned with built-in log providers by defaul
151151

152152
Recommendation
153153

154-
[Customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install non built-in provider or driver.
154+
[Customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install non built-in provider or driver.
155155

156156
### [3001]Absolute or UNC path is discovered in Execute Process Task
157157

@@ -163,9 +163,9 @@ Recommendation
163163

164164
You can use below options for SSIS Integration runtime to launch your executable(s):
165165

166-
- [Migrate your executable(s) to Azure Files](./ssis-azure-files-file-shares.md).
167-
- [Join Azure-SSIS IR to a virtual network](./join-azure-ssis-integration-runtime-virtual-network.md) that connects to on-premise sources.
168-
- If necessary, [customize setup script to install your executable(s)](./how-to-configure-azure-ssis-ir-custom-setup.md) in advance when starting IR.
166+
- [Migrate your executable(s) to Azure Files](/azure/data-factory/ssis-azure-files-file-shares).
167+
- [Join Azure-SSIS IR to a virtual network](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network) that connects to on-premises sources.
168+
- If necessary, [customize setup script to install your executable(s)](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) in advance when starting IR.
169169

170170
### [4001]Absolute or UNC configuration path is discovered in package configuration
171171

@@ -177,9 +177,9 @@ Recommendation
177177

178178
You can use below options for SSIS Integration runtime to access these resources:
179179

180-
- [Migrate your files to Azure Files](./ssis-azure-files-file-shares.md)
181-
- [Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md).
182-
- [Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
180+
- [Migrate your files to Azure Files](/azure/data-factory/ssis-azure-files-file-shares)
181+
- [Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network).
182+
- [Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
183183

184184
### [4002]Registry entry is discovered in package configuration
185185

@@ -193,7 +193,7 @@ Use other package configuration types. XML configuration file is recommended.
193193

194194
Additional Information
195195

196-
[Package Configurations](/sql/integration-services/package-configurations)
196+
[Package Configurations](/sql/integration-services/packages/legacy-package-deployment-ssis)
197197

198198
### [4003]Package encrypted with user key isn't supported
199199

@@ -210,4 +210,4 @@ You can use below options:
210210

211211
Additional Information
212212

213-
[Access Control for Sensitive Data in Packages](/sql/integration-services/security/access-control-for-sensitive-data-in-packages)
213+
[Access Control for Sensitive Data in Packages](/sql/integration-services/security/access-control-for-sensitive-data-in-packages)

0 commit comments

Comments
 (0)